@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');

/* 全体 */

#iorina_contents{
width: 100%;
margin: 0 auto;
padding: 0;
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 400;
font-size: 16px;
line-height: 1.5;
font-style: normal;
color: #211d1a;
letter-spacing: 0.2em;
}


/* スライダー */

#iorina_contents .main_slider{
width: 100%;
margin: 0;
padding: 0;
}

#iorina_contents .main_slider .swiper-slide{
display: block;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
aspect-ratio: 16 / 9;
}

#iorina_contents .main_slider .swiper-slide.slide01{
background-image: url('/features/allstores/iorina/SLIDER_01.webp');
}

#iorina_contents .main_slider .swiper-slide.slide02{
background-image: url('/features/allstores/iorina/SLIDER_02.webp');
}

#iorina_contents .main_slider .swiper-slide.slide03{
background-image: url('/features/allstores/iorina/SLIDER_03.webp');
}


/* メイン */

#iorina_contents .main_content{
width: 100%;
max-width: 1500px;
margin: 0 auto;
padding: 80px 0;
}

#iorina_contents .main_content h2{
width: 100%;
margin: 0 auto 40px;
font-weight: 600;
font-size: 28px;
}

#iorina_contents .main_content h3{
width: 100%;
margin: 0 auto 40px;
font-weight: 600;
font-size: 30px;
}

#iorina_contents .main_content p{
margin: 1em auto 0;
}

#iorina_contents .main_content p:first-of-type{
margin: 0 auto;
}

#iorina_contents .main_content .sub_title{
width: 100%;
font-family: "Noto Sans JP", sans-serif;
font-weight: 600;
}


/* コンセプト */

#iorina_contents #concept{
width: 100%;
margin: 0 auto;
padding: 0 40px;
text-align: center;
}

#iorina_contents #concept p{
line-height: 2.8;
}


/* コレクション */

#iorina_contents #collection{
width: 100%;
margin: 160px auto 0;
}

#iorina_contents #collection h2{
text-align: center;
}

#iorina_contents #collection .product{
display: flex;
flex-wrap: wrap;
gap: 80px 2%;
}

#iorina_contents #collection .product > div{
width: 49%;
}

#iorina_contents #collection .js-swiper .swiper-slide{
width: 100%;
aspect-ratio: 1/1;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

#iorina_contents #collection .js-swiper .swiper-button-prev,
#iorina_contents #collection .js-swiper .swiper-button-next{
background: none;
}

#iorina_contents #collection .js-swiper .swiper-button-prev::after,
#iorina_contents #collection .js-swiper .swiper-button-next::after{
bottom: 0;
content: "";
height: 0;
margin: auto;
position: absolute;
top: 0;
width: 0;
width: 1em;
height: 1em;
border-top: solid 1px #211d1a;;
border-right: solid 1px #211d1a;;
}

#iorina_contents #collection .js-swiper .swiper-button-prev::after{
transform: rotate(-135deg);
}

#iorina_contents #collection .js-swiper .swiper-button-next::after{
transform: rotate(45deg);
}

#iorina_contents #collection .product_caption{
width: 100%;
margin: 40px auto 0;
padding: 0 40px;
}

#iorina_contents #collection .product_caption p{
font-family: "Noto Sans JP", sans-serif;
}

#iorina_contents #collection .sub_title{
margin: 0 auto 20px;
color: #a68150;
}

#iorina_contents #collection .feature{
width: 100%;
margin: 40px auto 0;
}

#iorina_contents #collection .feature p{
position: relative;
padding: 0 0 0 2em;
font-size: 14px;
}

#iorina_contents #collection .feature p::before{
position: absolute;
content: "─";
color: #a68150;
top: 0;
left: 0;
}

#iorina_contents #collection .product_caption a{
display: inline-block;
margin: 40px 0 0;
padding: 1em 1.5em;
color: #fff;
background: #6d1f2c;
transition: .25s ease;
}

#iorina_contents #collection .product_caption a:hover{
background: #4a111d;
}


/* サブコンテンツ */

#iorina_contents #sub_content{
width: 100%;
margin: 160px auto 0;
}

#iorina_contents #sub_content .sub_title{
margin: 0 auto 20px;
}

#iorina_contents #sub_content > input{
display: none;
}

#iorina_contents #sub_content > label{
width: 20em;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
margin: 0 auto;
padding: 1em 1.5em;
cursor: pointer;
transition: all 0.3s;
text-align: center;
color: #fff;
background: #6d1f2c;
transition: all 0.8s;
opacity: 1;
}

#iorina_contents #sub_content > label:hover{
background: #4a111d;
}

#iorina_contents #sub_content > label::after{
position: absolute;
content: '';
right: 1em;
width: 1em;
height: 1em;
background: #fff;
clip-path: polygon(0 45%, 45% 45%, 45% 0, 55% 0, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0 55%);
}

#iorina_contents #sub_content > input:checked ~ label{
opacity: 0;
}

#iorina_contents #sub_content > div.sub_contener{
position: relative;
z-index: 10;
overflow: hidden;
height: 0;
margin: 0;
opacity: 0;
transition: all 1.5s;
transform: translate(0,5%);
}

#iorina_contents #sub_content > input:checked ~ div.sub_contener{
height: auto;
transform: translate(0, 0)!important;
opacity: 1;
margin-top: -3.5em;
}


/* ハイライト */

#iorina_contents #highlight{
display: flex;
flex-wrap: wrap;
width: 100%; 
margin: 0 auto;
gap: 80px 0;
}

#iorina_contents #highlight > div{
width: 100%; 
margin: 0 auto;
display: flex;
flex-wrap: wrap;
gap: 40px 0;
align-items: center;
}

#iorina_contents #highlight .highlight_caption{
width: 60%;
margin: 0;
padding: 0 40px;
}

#iorina_contents #highlight .highlight_caption p{
font-family: "Noto Sans JP", sans-serif;
}

#iorina_contents #highlight .highlight_image{
width: 40%;
margin: 0;
}

#iorina_contents #highlight .highlight_image span{
display: block;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
aspect-ratio: 1/1;
}

#iorina_contents #highlight .highlight_image span.highlight_01{
background-image: url('/features/allstores/iorina/ITEM_01.webp');
}

#iorina_contents #highlight .highlight_image span.highlight_02{
background-image: url('/features/allstores/iorina/ITEM_02.webp');
}


/* シーン */

#iorina_contents #scenes{
width: 100%; 
margin: 80px auto 0;
}

#iorina_contents #scenes .sub_title{
padding: 0 40px;
}

#iorina_contents #scenes h3{
padding: 0 40px;
}

#iorina_contents #scenes .scene_list{
width: 100%; 
margin: 40px auto 0;
display: flex;
flex-wrap: wrap;
background: #f7f3ee;
padding: 40px 20px;
}

#iorina_contents #scenes .scene_list > dl{
width: 25%;
border-right: 1px solid #d9d0c7;
padding: 20px;
}

#iorina_contents #scenes .scene_list > dl:last-child{
border: none;
}

#iorina_contents #scenes .scene_list > dl dt{
font-size: 22px;
}

#iorina_contents #scenes .scene_list > dl dd{
margin: 20px 0 0;
font-family: "Noto Sans JP", sans-serif;
}


#iorina_contents #scenes .comparison{
width: 100%; 
margin: 40px auto 0;
display: flex;
flex-wrap: wrap;
}

#iorina_contents #scenes .comparison > dt{
display: flex;
align-items: center;
width: 50%;
padding: 20px 40px;
background: #f0e8e1;
}

#iorina_contents #scenes .comparison > dd{
display: flex;
align-items: center;
width: 50%;
padding: 20px 40px;
border-bottom: 1px solid #d9d0c7;
}

#iorina_contents #scenes .comparison > dd:nth-child(even){
font-family: "Noto Sans JP", sans-serif;
color: #6d1f2c;
}


/* FAQ */

#iorina_contents #faq{
width: 100%;
margin: 160px auto 0;
padding: 0 40px;
}

#iorina_contents #faq h2{
margin: 0 auto;
}

#iorina_contents #faq .sub_title{
margin: 20px auto 0;
}

#iorina_contents #faq .question{
margin: 20px auto 0;
padding: 0 0 20px;
border-bottom: 1px solid #d9d0c7;
}

#iorina_contents #faq .question:first-of-type{
margin: 40px auto 0;
}

#iorina_contents #faq .question > input{
display: none;
}

#iorina_contents #faq .question > label{
display: inline-block;
position: relative;
width: auto;
margin: auto;
padding: 0 1em 0 2em;
cursor: pointer;
transition: all 0.3s;
transition: .25s ease;
}

#iorina_contents #faq .question > label:hover{
color: #4a111d;
}

#iorina_contents #faq .question > label::before{
position: absolute;
content: 'Q.';
color: #a68150;
top: 0;
left: 0;
}

#iorina_contents #faq .question > label::after{
position: absolute;
content: "";
width: 0.6em;
height: 0.6em;
border-top: solid 1px;
border-right: solid 1px;
transform: rotate(135deg);
right: 0;
top: calc(50% - 0.3em);
}

#iorina_contents #faq .question > input:checked ~ label::after{
top: 50%;
transform: rotate(-45deg);
}

#iorina_contents #faq .question > p{
position: relative;
z-index: 10;
overflow: hidden;
height: 0;
margin: 10px auto 0;
padding: 0 0 0 2em;
opacity: 0;
transition: 0.5s ease-in-out;
color: #6d1f2c;
}

#iorina_contents #faq .question > p::before{
position: absolute;
content: 'A.';
top: 0;
left: 0;
}

#iorina_contents #faq .question > input:checked ~ p{
transition: 0.5s ease-in-out;
height: auto;
opacity: 1;
}


/* 問い合わせ */

#iorina_contents #contact{
width: 100%;
margin: 160px auto 0;
padding: 0 40px;
text-align: center;
}

#iorina_contents #contact h2{
margin: 0 auto;
}

#iorina_contents #contact .sub_title{
margin: 20px auto 0;
}

#iorina_contents #contact .store_info{
width: 100%;
margin: 40px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px 10%;
}

#iorina_contents #contact .store_info > div{
width: 30%;
}

#iorina_contents #contact .store_info .store_logo{
width: 40%;
margin: 0 auto;
aspect-ratio: 400/329;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

#iorina_contents #contact .store_info .store_logo.dzone{
background-image: url('/features/common/colorlogo_dzone.png');
}

#iorina_contents #contact .store_info .store_logo.forest{
background-image: url('/features/common/colorlogo_wf.png');
}

#iorina_contents #contact .store_info a{
display: inline-block;
margin: 40px 0 0;
padding: 1em 1.5em;
color: #fff;
background: #6d1f2c;
transition: .25s ease;
}

#iorina_contents #contact .store_info a:hover{
background: #4a111d;
}


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

footer{
margin: 0;
}

/* SP メイン */
#iorina_contents .main_content h2{
font-size: 26px;
}

#iorina_contents .main_content h3{
font-size: 26px;
}


/* SP シーン */

#iorina_contents #scenes .scene_list{
padding: 40px;
}

#iorina_contents #scenes .scene_list > dl{
width: 50%;
}

#iorina_contents #scenes .scene_list > dl:nth-child(even){
border: none;
}

#iorina_contents #scenes .scene_list > dl:nth-child(n+3){
border-top: 1px solid #d9d0c7;
}

/* SP 問い合わせ */

#iorina_contents #contact .store_info > div{
width: 45%;
}



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

/* SP_S メイン */
#iorina_contents .main_content h2{
font-size: 24px;
}



/* SP_S スライダー */

#iorina_contents .main_slider .swiper-slide{
aspect-ratio: 1580 / 2101;
}

#iorina_contents .main_slider .swiper-slide.slide01{
background-image: url('/features/allstores/iorina/SLIDER_SP01.webp');
}

#iorina_contents .main_slider .swiper-slide.slide02{
background-image: url('/features/allstores/iorina/SLIDER_SP02.webp');
}

#iorina_contents .main_slider .swiper-slide.slide03{
background-image: url('/features/allstores/iorina/SLIDER_SP03.webp');
}


/* SP_S コレクション */

#iorina_contents #collection{
margin: 100px auto 0;
}

#iorina_contents #collection .product > div{
width: 100%;
}


/* SP_S サブコンテンツ */

#iorina_contents #sub_content{
margin: 100px auto 0;
}


/* SP_S ハイライト */

#iorina_contents #highlight{
gap: 80px 0;
}

#iorina_contents #highlight .highlight_caption{
width: 100%;
order: 2;
}

#iorina_contents #highlight .highlight_image{
width: 100%;
order: 1;
}


/* SP_S シーン */

#iorina_contents #scenes{
margin: 100px auto 0;
}

#iorina_contents #scenes .scene_list{
gap: 40px 0;
padding: 40px;
}

#iorina_contents #scenes .scene_list > dl{
width: 100%;
padding: 0 20px;
border: none;
}

#iorina_contents #scenes .scene_list > dl:nth-child(n+2){
padding: 40px 20px 0;
border-top: 1px solid #d9d0c7;
}



/* SP_S FAQ */

#iorina_contents #faq{
margin: 100px auto 0;
}


/* SP_S 問い合わせ */

#iorina_contents #contact{
margin: 100px auto 0;
}


#iorina_contents #contact .store_info > div{
width: 100%;
}



}
}


