@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
html {
    visibility: hidden;
}
html.wf-active {
    visibility: visible;
}
.wf-active body{
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-optical-sizing: auto;
	color: #000;
	line-height: 1.2;
	letter-spacing: 0.1em;
} 
.num{
    font-style: normal;
	font-weight: 400;
}
.ja{
    font-family: "shippori-mincho-b1", sans-serif!important;
}
.en{
	font-family: "minion-pro", serif!important;
	font-style: normal;
	font-weight: 400;
}
sup{
	top: -0.6em;
    font-size: 60%;
}



#wrap{
	overflow: hidden;
}
img{
	width: 100%;
	height: auto;
}
main{
	display: block;
}
.pos_re{
position: relative;
}
.img_cap{
position: absolute;
color: #fff;
font-size: 10px;
right: 0.5em;
bottom: 0.5em;
line-height: 1.3;
}

.img_cap.img_cap_l{
left: 0.5em;
right: unset;
}
.img_cap.img_cap_out{
bottom: -1.5em;
}
.img_cap.img_cap_shadow{
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
}
.casbee{
max-width: 360px;
margin: 0 auto 50px;
width: 50%;
min-width: 300px;
}

.com_cap{font-size: 10px;line-height: 1.5;}

.com_cap.bottom{
    margin-top: 120px;
    padding-bottom: 40px;
}





/* general */
.com_inner{
max-width: 1040px;
padding: 0 20px;
margin: 0 auto;
}
/* .scroll_link{
    padding-top: 60px;
    margin-top: -60px;
} */


/* subhead */
.subhead {
	width: 100%;
	max-height: 940px;
	height: 50vw;
}
.subhead_ttl{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.8));
	font-family: big-caslon-fb, serif!important;
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
    text-transform: uppercase;
}
.subhead02{
width: 100%;
height: 200px;
background-color: #efefef;
margin-bottom: 80px;
display: flex;
justify-content: center;
align-items: center;
}
.subhead02 p {
font-size: 60px;
font-weight: 400;
line-height: 1;
letter-spacing: 0.1em;
color: #494949;
text-align: center;
}

@media screen and (max-width: 1000px) {
.subhead02 {
	height: 100px;
	margin-bottom: 60px;
}
.subhead02 p {
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #494949;
	text-align: center;
}
.subhead_ttl {
	font-size: 40px;
}
}

@media screen and (max-width: 650px) {
.subhead {
	height: 90vw;
}
.subhead_ttl {
    font-size: 24px;
}
}


.top_sec_ttl{
    margin-bottom: 40px;
}
.top_sec_ttl::before{
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    margin: 0 auto;
    background: #000;
}
.top_sec_ttl .en{
    font-size: 20px;
    /* color: #fff; */
    text-align: center;
    letter-spacing: 0.3em;
    margin-top: 0.8em;
    text-transform: uppercase;
}



@media screen and (max-width: 1000px) {

.top_sec_ttl {
	margin-bottom: 40px;
}

.top_sec_ttl::before {
	height: 60px;
}
.top_sec_ttl .en {
	font-size: 16px;
}

.com_cap.bottom{
    margin-top: 80px;
}
}


@media screen and (max-width: 750px) {
.top_sec_ttl .en {
    font-size: 14px;
}
.top_sec_ttl {
    margin-bottom: 30px;
}
}

@media screen and (max-width: 650px) {
.top_sec_ttl::before {
	height: 30px;
}
.com_cap.bottom{
    margin-top: 60px;
}
}








.db400{
display: none;
}
.db768{
	display: none;
}
.db750{
display: none;
}
.db650{
display: none !important;
}
.dib650{
	display: none;
}
.din650{
	display: inline-block;
}
.db800{
display: none;
}
.db1000{
display: none;
}
.db1200{
display: none;
}
.db500{
	display: none;
}

.db1000_650{
display: none;
}
.db800_650{
display: none;
}

@media screen and (max-width: 1200px) {
	.db1200{
		display: block;
	}
}
@media screen and (max-width: 1000px) {
.db1000{
	display: block;
}
.dn1000{
	display: none;
}
.db1000_650{
	display: block;
}
}
@media screen and (max-width: 800px) {
.dn800{
	display: none;
}
.db800{
	display: block;
}
.db800_650{
	display: block;
}
}
@media screen and (max-width: 768px) {
.dn768{
	display: none;
}
.db768{
	display: block;
}
}
@media screen and (max-width: 750px) {
.dn750{
	display: none;
}
.db750{
	display: block;
}
}
@media screen and (max-width: 650px) {
.dn650{
	display: none !important;
}
.db650{
	display: block!important;
}
.dib650{
	display: none;
}
.din650{
	display: inline-block;
}
.db1000_650{
	display: none;
}
.db800_650{
	display: none;
}
}
@media screen and (max-width: 550px) {
.dn550{
	display: none;
}
}
@media screen and (max-width: 500px) {
.dn500{
	display: none;
}
.db500{
	display: block;
}
}

@media screen and (max-width: 400px) {
.dn400{
	display: none;
}
.db400{
	display: block;
}
}











/* scroll */

.scroll_flex{
    display: none;
}
@media screen and (max-width: 500px) {
    .scroll_flex {
        display: flex;
        justify-content: space-between;
        width: 50%;
        margin: 0px auto 0;
        flex-wrap: wrap;
    }
    .scroll_flex_p {
        padding: 10px 0;
        text-decoration: none;
        outline: none;
        font-size: 12px;
        width: 100%;
        text-align: center;
    }
    .scroll_l {
        position: relative;
        color: #000;
        padding: 0;
        display: inline-block;
        text-decoration: none;
        outline: none;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        /* margin-bottom: 40px; */
    }
    .scroll_flex .scroll_l, .scroll_flex .scroll {
        width: 48%;
        left: unset;
        right: unset;
        transform: unset;
    }
    .scroll {
        position: relative;
        color: #000;
        padding: 0;
        display: inline-block;
        text-decoration: none;
        outline: none;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
    }
    .scroll::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #000;
    }
    .scroll::after {
        content: "";
        position: absolute;
        bottom: -4px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
    }
    .scroll::before {
        animation: arrowlong01 2s ease infinite;
    }
    .scroll::after {
        animation: arrowlong02 2s ease infinite;
    }
    @keyframes arrowlong01 {
        0% {
            width: 0;
            opacity: 0
        }
        20% {
            width: 0;
            opacity: 1
        }
        80% {
            width: 105%;
            opacity: 1
        }
        100% {
            width: 105%;
            opacity: 0
        }
    }
    @keyframes arrowlong02 {
        0% {
            left: 0;
            opacity: 0
        }
        20% {
            left: 0;
            opacity: 1
        }
        80% {
            left: 103%;
            opacity: 1
        }
        100% {
            left: 103%;
            opacity: 0
        }
    }

    /* scroll_l */
    .scroll_b{
        padding: 10px 0;
        margin: 10px auto 0;
    }
    .scroll_l {
        position: relative;
        color: #000;
        padding: 0;
        display: inline-block;
        text-decoration: none;
        outline: none;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        /* margin-bottom: 40px; */
    }
    .scroll_l::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #000;
    }
    .scroll_l::after {
        content: "";
        position: absolute;
        bottom: -4px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(-135deg);
    }
    .scroll_l::before {
        animation: arrowlong03 2s ease infinite;
    }
    .scroll_l::after {
        animation: arrowlong04 2s ease infinite;
    }
    @keyframes arrowlong03 {
        0% {
            right: 0;
            width: 0;
            opacity: 0
        }
        20% {
            right: 0;
            width: 0;
            opacity: 1
        }
        80% {
            right: 0;
            width: 105%;
            opacity: 1
        }
        100% {
            right: 0;
            width: 105%;
            opacity: 0
        }
    }
    @keyframes arrowlong04 {
        0% {
            right: 0;
            opacity: 0
        }
        20% {
            right: 0;
            opacity: 1
        }
        80% {
            right: 103%;
            opacity: 1
        }
        100% {
            right: 103%;
            opacity: 0
        }
    }
}   