@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');


/* カスタマイズ用 */

.pane-contents{
width: 100%;
max-width: none;
}

.pane-contents > .container{
margin: 0 auto;
width: 100%;
}

.block-page-block--frame + .block-page-block--frame{
margin: 0;
}

.block-page-block--frame:last-child{
margin-bottom: 0;
}

.goods-detail--storeinfo{
margin: 0;
}

.goods-detail--storeinfo .goods-detail--storeinfo--body{
width: calc(100% - 80px);
max-width: 1100px;
margin: 0 auto;
}

.pane-topic-path{
display: none;
}


/* 全体 */

#special_contents{
width: 100%;
margin: 0 auto;
font-family: "Noto Serif JP", serif;
letter-spacing: 0.3em;
color: #121212;
font-size: 16px;
}

#special_contents span:before{
content: none!important;
}


/* パララックス*/

#special_contents .background_area{
position: relative;
width: 100%;
}

#special_contents .background_top{
height: calc(100vh - 170px);
}

#special_contents .background_sub{
height: calc(100vh - 60px);
}

#special_contents .background_inner{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
clip-path: inset(0);
background: #000;
}

#special_contents .background_image{
position: fixed;
top: 60px;
left: 0;
z-index: -1;
display: block;
width: 100%;
min-width: 1180px;
height: calc(100vh - 60px);
background-size: cover;
background-position: center;
opacity: 0.7;
}

#special_contents .background_image.bg_image-top{
background-image: url('../../../features/amemura/dyna/main_bg.jpg');
}

#special_contents .background_image.bg_image-jaster{
background-image: url('../../../features/amemura/dyna/sub_jaster.jpg');
}

#special_contents .background_image.bg_image-motive{
background-image: url('../../../features/amemura/dyna/sub_motive.jpg');
}

#special_contents .background_image.bg_image-standard{
background-image: url('../../../features/amemura/dyna/sub_standard.jpg');
}

#special_contents .head_title{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}

#special_contents .logo_area{
width: 200px;
max-width: 50%;
height: auto;
margin: 0 auto;
aspect-ratio: 300 / 257;
background: url('../../../features/amemura/dyna/dyna-logo.png') center / contain no-repeat;
}

#special_contents .title_area{
color: #fff;
margin: 1.5em 0 0;
padding: 0.5em 1em;
border-top: double 2px #fff;
border-bottom: double 2px #fff;
font-size: 32px;
}

#special_contents .subtitle_area{
position: absolute;
width: 90%;
top: 50%;
left: 5%;
transform: translateY(-50%);
line-height: 2em;
font-size: 32px;
color: #fff;
border-left: 0.5em solid #fff;
line-height: 1.1em;
padding: 0 0 0 0.5em;
}

#special_contents .subtitle_area > p{
margin: 0;
line-height: 1;
}

#special_contents .subtitle_area > p span{
display: block;
margin: 1em 0 0;
padding: 0;
font-size: 14px;
}


/* メイン*/

#special_contents .scroll_area{
display: flex;
align-items: center;
width: 100%;
min-height: calc(100vh - 60px);
box-sizing: border-box;
padding: 6rem 5%;
background: url('../../../features/amemura/dyna/dyna-bg.png') center / contain repeat;
}

#special_contents .text_area{
width: 100%;
max-width: calc(1180px - 10%);
margin: 0 auto;
}

#special_contents .text_area .sub_title{
margin: 0 auto 0.5em;
font-size: 18px;
}

#special_contents .text_area h3{
font-size: 32px;
margin: 0;
}

#special_contents .text_area h3 span{
font-size: 0.6em;
}

#special_contents .text_area .main_caption{
width: 100%;
margin: 1.5em auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#special_contents .text_area .caption_area p.caption{
width: 100%;
line-height: 2em;
}

#special_contents .text_area .caption_area p:first-of-type{
margin: 0;
}


/* バリエーション*/

#special_contents .text_area .feature_area{
width: 100%;
margin: 3rem auto 0;
display: flex;
flex-wrap: wrap;
gap: 3em 2%;
}

#special_contents .text_area .feature_area h5{
font-size: 17px;
border: none;
margin: 1em 0;
}

#special_contents .text_area .feature_area .feature_content{
width: 32%;
opacity: 0;
transform: translateY(50px);
transition: opacity 1s, transform 1s;
}

#special_contents .text_area .feature_area .feature_content.visible{
opacity: 1;
transform: none;
}

#special_contents .text_area .feature_area .feature_content > dl{
display: flex;
flex-wrap: wrap;
font-size: 12px;
}

#special_contents .text_area .feature_area .feature_content > dl dt{
display: flex;
align-items: center;
width: 5em;
min-width: auto;
background: rgba(0, 0, 0, 0.3);
margin: 1em 0 0;
padding: 0.5em;
justify-content: center;
letter-spacing: initial;
}

#special_contents .text_area .feature_area .feature_content > dl dd{
display: flex;
align-items: center;
width: calc(100% - 5em);
margin: 1em 0 0;
padding: 0.5em 0 0.5em 1em;
}

#special_contents .text_area .feature_area .feature_content > dl dt:first-of-type,
#special_contents .text_area .feature_area .feature_content > dl dd:first-of-type{
margin: 0;
}

#special_contents .text_area .feature_area .feature_content a{
display: inline-block;
margin: 2em 0 0 auto;
width: auto;
padding: 1em 2em;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 999px;
position: relative;
transition: all 0.3s;
font-weight: bold;
}

#special_contents .text_area .feature_area .feature_content a:after{
content: "";
width: 0.4em;
height: 0.4em;
border-top: solid 1px rgba(0, 0, 0, 0.3);
border-right: solid 1px rgba(0, 0, 0, 0.3);
transform: rotate(45deg);
position: absolute;
top: calc(50% - 0.2em);
right: 1.5em;
transition: right 0.3s;
}

#special_contents .text_area .feature_area .feature_content a:hover{
background: rgba(0, 0, 0, 0.3);
color: #fff;
}

#special_contents .text_area .feature_area .feature_content a:hover:after{
right: 1em;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
}

#special_contents .text_area .feature_area .feature_photo{
position: relative;
display: block;
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
background-size: cover;
background-position: center;
transition: all 0.5s ease-in-out;
}

#special_contents .text_area .feature_area .feature_photo.d01{
background-image: url('../../../features/amemura/dyna/d01_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d02{
background-image: url('../../../features/amemura/dyna/d02_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d03{
background-image: url('../../../features/amemura/dyna/d03_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d04{
background-image: url('../../../features/amemura/dyna/d04_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d05{
background-image: url('../../../features/amemura/dyna/d05_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d06{
background-image: url('../../../features/amemura/dyna/d06_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d07{
background-image: url('../../../features/amemura/dyna/d07_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d08{
background-image: url('../../../features/amemura/dyna/d08_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d09{
background-image: url('../../../features/amemura/dyna/d09_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d10{
background-image: url('../../../features/amemura/dyna/d10_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.jaster-std{
background-image: url('../../../features/amemura/dyna/jaster-std_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.jaster-ssh{
background-image: url('../../../features/amemura/dyna/jaster-ssh_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.motive-6{
background-image: url('../../../features/amemura/dyna/motive-6_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.motive-7{
background-image: url('../../../features/amemura/dyna/motive-7_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo.motive-7tr{
background-image: url('../../../features/amemura/dyna/motive-7tr_2.jpg');
}

#special_contents .text_area .feature_area .feature_photo:after{
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
transition: all 0.5s ease-in-out;
}

#special_contents .text_area .feature_area .feature_photo:hover:after{
opacity: 0;
}

#special_contents .text_area .feature_area .feature_photo.d01:after{
background-image: url('../../../features/amemura/dyna/d01.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d02:after{
background-image: url('../../../features/amemura/dyna/d02.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d03:after{
background-image: url('../../../features/amemura/dyna/d03.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d04:after{
background-image: url('../../../features/amemura/dyna/d04.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d05:after{
background-image: url('../../../features/amemura/dyna/d05.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d06:after{
background-image: url('../../../features/amemura/dyna/d06.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d07:after{
background-image: url('../../../features/amemura/dyna/d07.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d08:after{
background-image: url('../../../features/amemura/dyna/d08.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d09:after{
background-image: url('../../../features/amemura/dyna/d09.jpg');
}

#special_contents .text_area .feature_area .feature_photo.d10:after{
background-image: url('../../../features/amemura/dyna/d10.jpg');
}

#special_contents .text_area .feature_area .feature_photo.jaster-std:after{
background-image: url('../../../features/amemura/dyna/jaster-std.jpg');
}

#special_contents .text_area .feature_area .feature_photo.jaster-ssh:after{
background-image: url('../../../features/amemura/dyna/jaster-ssh.jpg');
}

#special_contents .text_area .feature_area .feature_photo.motive-6:after{
background-image: url('../../../features/amemura/dyna/motive-6.jpg');
}

#special_contents .text_area .feature_area .feature_photo.motive-7:after{
background-image: url('../../../features/amemura/dyna/motive-7.jpg');
}

#special_contents .text_area .feature_area .feature_photo.motive-7tr:after{
background-image: url('../../../features/amemura/dyna/motive-7tr.jpg');
}


@media only screen and (max-device-width: 1000px){

/* カスタマイズ用 */

.block-global-search{
margin: 0;
}

.pane-contents{
margin: 0;
}

.pane-main{
max-width: 100%;
}

.block-page-block--frame{
margin-bottom: 0;
}

.block-page-block--freespace-top{
margin-bottom: 0;
}

.page-page .goods-detail--storeinfo{
margin-bottom: 0;
}

.goods-detail--storeinfo .goods-detail--storeinfo--body {
width: 100%;
max-width: none;
}

footer{
margin: 0;
}


/* 全体 */

#special_contents p{
font-size: 1.3rem;
}


/* パララックス*/

#special_contents .background_top{
height: calc(100vh - 11rem);
}

#special_contents .background_sub{
height: calc(100vh - 5.5rem);
}

#special_contents .background_image{
min-width: auto;
top: 5.5rem;
height: calc(100vh - 5.5rem);
}

#special_contents .head_title{
width: 80%;
}

#special_contents .title_area{
font-size: 1.5rem;
}

#special_contents .logo_area{
max-width: 150px;
}

#special_contents .subtitle_area p{
font-size: 1.7rem;
}

#special_contents .subtitle_area > p span{
font-size: 1.2rem;
}


/* メイン*/

#special_contents .scroll_area{
padding: 6rem 2rem;
min-height: calc(100vh - 5.5rem);
}

#special_contents .text_area .sub_title{
font-size: 1.2rem;
}

#special_contents .text_area h3{
font-size: 2rem;
line-height: 1.2;
margin: 0.3em 0 0;
}

#special_contents .text_area h3 span{
display: block;
margin: 0.5em 0 0;
padding: 0;
}

#special_contents .text_area .main_caption{
margin: 2em auto 0;
}

#special_contents .text_area .feature_area .feature_content{
width: 49%;
}

#special_contents .text_area .feature_area h5{
font-size: 1.4rem;
padding: 1.4em 0 1em;
margin: 0;
}

#special_contents .text_area .feature_area .feature_content p{
font-size: 1.3rem;
}

#special_contents .text_area .feature_area .feature_content a{
font-size: 1rem;
}

#special_contents .text_area .feature_area .feature_content > dl{
display: block;
}

#special_contents .text_area .feature_area .feature_content > dl dt,
#special_contents .text_area .feature_area .feature_content > dl dd{
width: 100%;
font-size: 1rem;
}

#special_contents .text_area .feature_area .feature_content > dl dd{
margin: 0;
line-height: 1.8;
}





@media only screen and (max-width: 550px){

/* 全体 */

#special_contents p{
font-size: 1.4rem;
}


/* パララックス*/

#special_contents .title_area{
margin: 2em 0 0;
}

#special_contents .subtitle_area p{
font-size: 2rem;
line-height: 1.2;
}

#special_contents .subtitle_area > p span{
font-size: 1.4rem;
}


/* メイン*/

#special_contents .text_area h3{
font-size: 2.4rem;
}

#special_contents .text_area .feature_area{
gap: 4rem;
}

#special_contents .text_area .feature_area .feature_content{
width: 100%;
}

#special_contents .text_area .feature_area .feature_content p{
font-size: 1.5rem;
}

#special_contents .text_area .feature_area h5{
font-size: 1.8rem;
}

#special_contents .text_area .feature_area .feature_content > dl{
display: flex;
}

#special_contents .text_area .feature_area .feature_content > dl dt{
width: 5em;
}

#special_contents .text_area .feature_area .feature_content > dl dd{
width: calc(100% - 5em);
margin: 1em 0 0;
}

#special_contents .text_area .feature_area .feature_content > dl dt, #special_contents .text_area .feature_area .feature_content > dl dd{
font-size: 1.3rem;
}

#special_contents .text_area .feature_area .feature_content a{
font-size: 1.2rem;
}


}