/* CSS Document */
@import url("../../products/style.css");
:root {
    --maincolor: #523D24;
    --pickup-ylang: #D8AF56;
    --pickup-bergamot: #7B8848;
    --pickup-orange: #D77E00;
    --pickup-lavender: #64458E;
}
body {
    font-size: initial;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
}
main{
    overflow: hidden;
}
section{
    overflow: visible;
    padding: 0;
}
br.sp {
    display: block;
}
br.pc {
    display: none;
}
.products_detail{
    background: #EEECEA;
}
.inner1280{
    width: 90%;
}
.products_caption p{
    margin-bottom: 1em;    
}
.title_text{
    transform: translateY(-50%);
    margin-bottom: -6em;
}
.titie_image {
    width: 80%;
    max-width: 306px;
}
@media screen and (min-width:768px) {
    br.sp {
        display: none;
    }
    br.pc {
        display: block;
    }
}


.scent_top {
    width: 90%;
    margin: auto;
    padding-top: 4em;
}
.scent_top > * h2 {
    font-size: 28px;
}
.scent_top_title {
    font-size: 17px;
}
.scent_top_catch {
    margin-top: 24px;
}
@media screen and (min-width:768px) {
    .scent_top > * h2 {
        font-size: 35px;
    }
    .scent_top_title {
        font-size: 22px;
    }
    .scent_top_catch {
        margin-top: 40px;
    }
}



.concept {
    padding-top: 6em;
}
.concept_wrap {
    padding-bottom: 4em;
    background: #EAEAEE;
    text-align: center;
}
.concept_cont {
    width: 90%;
    margin: auto;
}
.concept_cont_image {
    transform: translateY(-14%);
    margin-bottom: -4em;
    text-align: left;
}
.concept_cont_image .heading {
    height: 150px;
}
.concept_cont_image .photo {
    width: 100%;
    margin-top: 16px;
}
.concept_cont_caption {
    text-align: left;
}
.concept_cont_caption .spacer {
    display: block;
    margin-top: 1em;
}
.concept_cont_text {
    margin-top: 20px;
}
@media screen and (min-width:990px) {
    .concept_wrap {
        max-height: 475px;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .concept_cont {
        width: 90%;
        display: grid;
        grid-template-columns: 39.06% 1fr;
        grid-template-rows: auto;
        grid-column-gap: 6.25%;
        grid-row-gap: 1em;
        text-align: left;
    }
    .concept_cont_image {
        transform: translateY(-16%);
        margin-bottom: -6em;
    }
    .concept_cont_image .photo {
        margin-top: 20px;
        transform: translateY(8%);
    }
    .concept_cont_text {
        margin-top: 60px;
    }
}



.feature {
    position: relative;
    padding-top: 4em;
}
.feature > * h2 {
    text-align: center;
}
.feature_list {
    max-width: 640px;
    margin: auto;
}
.feature_item {
    position: relative;
    padding-left: 32px;
}
.feature_item:first-child {
    margin-top: 32px;
}
.feature_item:nth-child(n+2) {
    margin-top: 16px;
}
.feature_item::before {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    background-image: url(img/leaf-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.feature_image {
    width: 80%;
    max-width: 700px;
    margin: 20px auto 0;
    display: block;
}
.feature_anim {
    height: 200px;
}
.feature_anim_cont {
    position: relative;
    width: 100%;
    max-width: 700px;
    /* height: 240px; */
    height: clamp(165px, calc(165px + (100vw - 450px) * 0.2), 240px);
    margin: 20px auto 0;
    overflow: hidden;
}
.feature_anim_cont img {
    position: absolute;
}
.feature_anim_cont .leaf {
    width: 12px;
}
@media screen and (min-width:900px) {
    .feature {
        padding-top: 8em;
    }
    .feature_item::before {
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
    }
    .feature_item:first-child {
        margin-top: 40px;
    }
    .feature_item:nth-child(n+2) {
        margin-top: 24px;
    }
    .feature_anim {
        position: absolute;
        right: 0;
        bottom: 0;
        width: min(45vw,700px);
        transform:translate(0,50%); 
    }
    .feature_anim_cont {
        width: 80%;
    }
    .feature_anim_cont .leaf {
        width: 20px;
        position: absolute;
        will-change: transform; 
    }
}



.pickup {
    padding-top: 2em;
}
.pickup h2 {
    margin-bottom: 3em;
    font-size: 18px;
    text-align: center;
}
.pickup .grid{
    display: block;
}
.pickup .pickup_box:first-of-type .material_item{
    display: block;
}
.pickup .pickup_info:not(:last-of-type){
    margin-bottom: 2em;
}
.pickup .pickup_cap h3{
    margin-bottom: 2em;
}
.pickup .pickup_cap_inner{
    width: 80%;
    padding: 40px 0;
}
.pickup .pickup_info dt{
    font-weight: bold;
}
.pickup .material_item{
    display: inline-block;
    margin-right: 1em;
}
.pickup .pickup_box.grid{
    gap:0;
}
.pickup .pickup_box:nth-of-type(even) .pickup_cap{
    grid-row: 1/2;
}
.products_name .en {
    display: block;
}
.pickup_box:first-of-type .products_name .en {
    color: var(--pickup-ylang);
}
.pickup_box:nth-of-type(2) .products_name .en {
    color: var(--pickup-bergamot);
}
.pickup_box:nth-of-type(3) .products_name .en {
    color: var(--pickup-orange);
}
.pickup_box:nth-of-type(4) .products_name .en {
    color: var(--pickup-lavender);
}
.pickup_catch {
    position: relative;
    margin-top: 12px;
    padding-top: 12px;
    /* font-weight: 600; */
    border-top: 1px solid #ccc;
    font-size: 15px;
}
.pickup_cap_cont {
    margin-top: 40px;
}
.pickup_cap_cont_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 27px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    background-color: var(--maincolor);
}
.pickup_cap_title {
    font-size: 20px;
    font-weight: 600;
}
.pickup_cap_title .en {
    font-size: 18px;
}
.pickup_cap_list {
    margin-top: 20px;
    line-height: 2.3;
}
.pickup_cap_item {
    font-size: 14px;
}
@media screen and (min-width:768px) {
    .pickup{
        padding: 8em 0 0;
    }
    .pickup h2{
        margin-bottom: 4em;
        font-size: 24px;
    }
    .pickup .grid{
        display: grid;
    }
    .pickup_img {
        position: relative;
        z-index: 10;
    }
    .pickup .pickup_cap_inner {
        padding: 50px 0;
    }
    .pickup_catch {
        font-size: 17px;
    }
    .pickup_catch::after {
        content: "";
        position: absolute;
        background-color: #ccc;
        width: 100%;
        height: 1px;
    } 
    .pickup_box:nth-of-type(odd) .pickup_catch::after {
        top: -1px;
        right: 100%;
    }
    .pickup_box:nth-of-type(even) .pickup_catch::after {
        top: -1px;
        left: 100%;
    }
    .pickup_cap_title {
        font-size: 23px;
    }
    .pickup_cap_title .en {
        font-size: 20px;
    }
    .pickup_cap_cont_heading {
        font-size: 16px;
    }
    .pickup_cap_item {
        font-size: 15px;
    }
}



.caution {
    padding: 4em 0;
    background-color: #EAEAEE;
}
.caution_inner {
    width: 80%;
    margin: auto;
}
.caution h2 {
    text-align: center;
}
.caution_cont {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 40px;
}
.caution_image {
    margin: 20px auto 0;
}
.caution_image img {
    max-width: 325px;
}
.caution_item:nth-child(n+2) {
    margin-top: 24px;
}
.caution_item span {
    font-weight: 600;
}
.caution_anim{
    position: relative;
    width: 100%;
    max-width: 325px;
    height: 266px;
    margin: 0 auto;
    overflow: hidden;
}
.caution_anim img{
    position: absolute;
    left: -12px;
    pointer-events: none;
}
.caution_anim-base{ 
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.caution_anim-sway{
    position: absolute;
    transform-origin: 50% 0%;
    will-change: transform;
}
@media screen and (min-width:768px) {
    .caution {
        padding: 6em 0;
    }
    .caution_cont {
        flex-direction: row;
        justify-content: space-between;
        gap: 40px;
    }
    .caution_image {
        width: 25.39%;
    }
    .caution_image img {
        max-width: 100%;
    }
    .caution_list {
        width: 71.64%;
        margin-top: 40px;
    }
    .caution_anim img{
        left: 0;
    }
}
