/** Shopify CDN: Minification failed

Line 1030:0 All "@import" rules must come first

**/
@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --color-main:#1D1D1B;
    --color-gray:#7B858C;
    --color-bordergray:#CCD7DD;

    --transition:all .4s ease;
}

/* RESET */
a,a:hover{
    transition:var(--transition);
    color:var(--color-main);
    text-decoration:none;
}
p,h1,h2,h3,h4,h5,h6,li,span{
    letter-spacing:0.075em;
    line-height:1.8;
}
img{
    max-width:100%;
}
.page-width{
    max-width:1440px;
    padding: 0 20px;
}


/* BODY */
body{
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color:var(--color-main);
    background:#FFF;
}

.notoen{
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
}




/* COMMON */
.common-readmore{
    text-align:right;
}
.common-readmore a{
    display:inline-block;
    padding:20px 0 20px 40px;
    border-bottom:1px solid var(--color-bordergray);
}

small.tax{
    font-weight:normal;
    font-size:85%;
}


/* HEADER */
sticky-header{
    width:100%;
    height:152px;
    background:transparent !important;
    transition:var(--transition);
}
sticky-header.scrolled,
.overflow-hidden-desktop sticky-header{
    background:#FFF !important;
}
sticky-header.scrolled{
    height:114px;
}
body:not(.index) sticky-header{
    margin-bottom:70px;
}
body:not(.index) sticky-header,
sticky-header.scrolled{
    border-bottom:1px solid var(--color-bordergray);
}
.header{
    display:flex;
    flex-direction:row-reverse;
    align-items:center;
    justify-content:space-between;
    width:100%;
}
.header.page-width, .utility-bar__grid.page-width{
    padding:48px 100px 30px !important;
    transition:var(--transition);
}
sticky-header.scrolled .header.page-width, .utility-bar__grid.page-width{
    padding: 20px 100px !important;
}
header-drawer{
    margin-left:0 !important;
    width:128px;
    display:flex;
    justify-content:flex-end;
}
.header__icon__toggler{
    display:block;
    width:100%;
    height:100%;
    position:relative;
}
.header__icon span.header__icon__toggler__border{
    position:absolute;
    width:100%;
    height:5px;
    background:var(--color-main);
    border-radius:10px;
    left:0;
    transition:var(--transition);
}
.header__icon span.header__icon__toggler__border:nth-of-type(1){
    top:9px;
}
.header__icon span.header__icon__toggler__border:nth-of-type(2){
    top:19.5px;
}
.header__icon span.header__icon__toggler__border:nth-of-type(3){
    top:31px;
}
.header__icon[aria-expanded="true"] span.header__icon__toggler__border:nth-of-type(1){
    top:19.5px;
    transform:rotate(45deg);
}
.header__icon[aria-expanded="true"] span.header__icon__toggler__border:nth-of-type(2){
    opacity:0;
}
.header__icon[aria-expanded="true"] span.header__icon__toggler__border:nth-of-type(3){
    top:19.5px;
    transform:rotate(-45deg);
}


/* DRAWER */
.menu-drawer{
    right:0;
    left: unset;
    transform:translateX(101%);
}


/* FOOTER */
.footer{
    padding:100px 0 20px;
    border-top-left-radius:100px;
    border-top-right-radius:100px;
    background:linear-gradient(to bottom, #CDD8DE, transparent);
}
.shopify-section-group-footer-group{
    margin-top:100px;
}
.footer__blocks-wrapper{
    display:block;
}
.footer-block.grid__item{
    display:block;
    width:100%;
}
.footer-block__details-content.list-unstyled{
    display:flex;
    flex-wrap:wrap;
    gap:50px;
    justify-content:center;
    margin-bottom:60px;
}
.footer-block__details-content > li:not(:last-child){
    margin-right:0;
}
.footer-block.grid__item:nth-of-type(1) .footer-block__details-content .list-menu__item--link,
.footer-block.grid__item:nth-of-type(1) .footer-block__details-content .list-menu__item--link:hover{
    padding:0;
    font-size:2.4rem;
    font-weight:bold;
    text-decoration:none !important;
    color:var(--color-main) !important;
}
.footer-block.grid__item:nth-of-type(2) .footer-block__details-content .list-menu__item--link,
.footer-block.grid__item:nth-of-type(2) .footer-block__details-content .list-menu__item--link:hover{
    padding:0;
    font-size:1.8rem;
    text-decoration:none !important;
    color:var(--color-main) !important;
}
.footer-block--newsletter{
    margin-top:150px;
}
.footer-block__newsletter{
    width:100%;
    max-width:780px;
    margin:0 auto;
    background:#FFF;
    padding:70px 50px;
    border-radius:40px;
}
.mailmagazine-title{
    font-size:2.4rem;
    font-weight:bold;
    margin-bottom:4.6rem;
}
.mailmagazine-maintext{
    margin:0 0 3rem;
    font-size:1.8rem;
    letter-spacing:0.0125em;
}
.mailmagazine-bottomtext{
    margin:3rem 0 0;
    font-size:1.4rem;
    letter-spacing:0.0125em;
}
.mailmagazine-bottomtext a{
    text-decoration:underline;
    font-weight:bold;
}
.footer__content-bottom{
    border-top:0;
}
.footer__content-bottom-wrapper{
    display:block;
}
.footer__logo{
    text-align:center;
    margin-bottom:2.4rem;
}
.footer__snslinks{
    display:flex;
    justify-content:center;
    gap:20px;
}


/* TOP PAGE */
.top-mv{
    position:relative;
    margin-top:-152px;
}
.top-mv__bg{
    height:100svh;
}
.top-mv__bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:bottom center;
    border-top-left-radius:100px;
    border-top-right-radius:100px;
}
.top-mv__logo{
    position:absolute;
    width:15%;
    top:64%;
    left:52%;
}
.top-mv__items{
    position:absolute;
    bottom:0;
    right:0;
    padding:0 40px 40px 0;
    display:flex;
    align-items:center;
    gap:14px;
}
.top-mv__items__indicator{
    display:flex;
    align-items:center;
    gap:14px;
}
.top-mv__items__indicator__num{
    font-size:1.8rem;
    font-weight:bold;
    color:#FFF;
}
.top-mv__items__indicator__bar{
    position:relative;
    width:80px;
    height:4px;
    background:#FFF;
}
.top-mv__items__indicator__bar__current{
    font-size:0;
    position:absolute;
    top:0;
    left:0;
    height:4px;
    width:0%;
    background:var(--color-main);
}
.top-mv__items__sliderwrap{
    width:440px;
}
.top-mv__items__slide__flex{
    display:flex;
    gap:20px;
    align-items:center;
}
.top-mv__items__slide__thumb{
    width:170px;
}
.top-mv__items__slide__info{
    width:250px;
}
.top-mv__items__slide__info>p{
    margin:0;
    color:#FFF;
    font-weight:bold;
    font-size:2rem;
    line-height:1.2;
}
.top-mv__items__slide__info>p:not(:last-of-type){
    margin-bottom:1rem;
}
.top-mv__items__slide__info__btn{
    margin-top:1.6rem;
    text-align:right;
    line-height:1;
}
.top-mv__items__slide__info__btn a{
    color:#FFF;
    display:inline-flex;
    align-items:center;
    white-space:nowrap;
    gap:12px;
    font-size:1.6rem;
    padding:0.6rem 2.4rem;
    line-height:1;
    border:2px solid #FFF;
    border-radius:3rem;
}
.top-mv__items__slide__info__btn a:hover{
    background:#FFF;
    color:var(--color-bordergray);
}
.top-mv__items__slide__thumb img{
    aspect-ratio:1;
    width:100%;
    height:auto;
    object-fit:cover;
    object-position:center;
}

.top-story{
    padding-top:100px;
    margin-bottom:100px;
}
.top-story__flex{
    display:flex;
    flex-direction:row-reverse;
    justify-content:center;
    gap:120px;
    align-items:flex-end;
}
.top-story__title{
    font-size:5rem;
    font-weight:bold;
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing:0.1em;
}
.top-story__text{
    font-size:1.8rem;
    line-height:2.2;
}
.top-story__spimg{
    display:none;
}

.featured-product{
    display:flex;
    align-items:center;
}
@media only screen and (min-width:991px){
    :not(.single-product) .product--medium:not(.product--no-media) .product__info-wrapper, .product--small:not(.product--no-media) .product__media-wrapper,
    :not(.single-product) .product--medium:not(.product--no-media) .product__media-wrapper, .product--small:not(.product--no-media) .product__info-wrapper{
        max-width:50% !important;
        padding: 0 !important;
    }
    :not(.single-product) .product__info-container{
        max-width:30rem !important;
        margin:0 auto;
    }
}
.product__title{
    font-size:3.4rem;
    font-weight:700;
    line-height:1.8;
    letter-spacing:0.05em;
    text-align:center;
}
.product__description{
    text-align:center;
    font-size:1.4rem;
}
.price .price-item{
    font-size:2rem;
    font-weight:700;
    text-align:center;
}
.quantity:before{
    box-shadow:none;
}
.quantity:after{
    box-shadow:none;
    border:0;
}
.product-form__input .svg-wrapper{
    position:relative;
    right:0;
    width:2rem;
}
.quantity__button.disabled .svg-wrapper{
    opacity:0.5;
}
.product-form__submit{
    position:relative;
}
.product__link{
    margin-top:1rem;
}
.product__link__anker{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    height:4.5rem;
    color:#FFF;
    background:var(--color-main);
    border-radius:30px;
}
.product__link__anker:hover{
    color:#FFF;
    opacity:0.8;
}
.product-card-wrapper .card .product__link{
    grid-row-start:6;
    margin-bottom:0;
    margin-top:0 !important;
}
.product-form__submit.button{
    color:var(--color-main);
    background:#FFF;
}
.archive-product .shopify-payment-button{
    display:none;
}
.btn-icon{
    position:absolute;
    right:30px;
    top:calc(50% - 5px);
    width:1rem;
    height:1rem;
}
.btn-icon img{
    vertical-align:top;
}
[type="submit"] .btn-icon img{
    filter:invert(1);
}

.top-journal{
    background:#CCD7DD;
    padding:100px 0;
    border-top-left-radius:100px;
    border-top-right-radius:100px;
    margin-top:100px;
}
.top-journal .title-wrapper-with-link{
    position:relative;
    margin-bottom:40px;
    padding-left:50%;
}
.top-journal .title-wrapper-with-link h2{
    font-size:5rem;
    font-weight:800;
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing:0.1em;
    position:relative;
}
.top-journal .title-wrapper-with-link h2::before{
    content:'';
    position:absolute;
    top:-40px;
    right:100%;
    width:0;
    height:300px;
    border-right:2px solid var(--color-main);
    transform-origin:top right;
    transform:rotate(45deg);
}
.top-blog__article__thumbnail{
    width:100%;
}
.top-blog__article__thumbnail a{
    display:block;
    line-height:1;
}
.top-blog__article__thumbnail a img{
    width:100%;
    height:auto;
    aspect-ratio:1;
    object-fit:cover;
    object-position:center;
}
@media only screen and (min-width:991px){
    .top-blog__articlelists{
        gap:30px 50px;
        align-items:flex-start;
    }
    .top-blog__articlelist{
        width:calc(50% - 25px) !important;
    }
    .top-blog__articlelist:nth-of-type(2n+1){
        margin-top:60px;
    }
    .top-blog__article__thumbnail{
        padding-left:100px;
    }
    .top-blog__articlelist:nth-of-type(1){
        position:relative;
    }
    .top-blog__articlelist:nth-of-type(1)::before{
        content:'';
        position:absolute;
        width:200px;
        height:300px;
        border-left:20px solid var(--color-main);
        border-bottom:20px solid var(--color-main);
        bottom:-70px;
        left:-90px;
    }
}
.top-blog__article__infos{
    display:flex;
    padding:1.2rem 0;
}
.top-blog__article__infos__date{
    margin:0;
    padding-right:1rem;
    margin-right:1rem;
    border-right:1px solid var(--color-main);
}
.top-blog__article__infos__tags{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin:0;
}
.top-blog__article__title{
    font-size:3.2rem;
    font-weight:bold;
    margin:0;
    line-height:1.2;
}

.top-news{
    padding:150px 0;
}
.top-news .title-wrapper-with-link{
    position:relative;
    margin-bottom:100px;
    justify-content:center;
}
.top-news .title-wrapper-with-link h2{
    font-size:5rem;
    font-weight:800;
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing:0.05em;
    position:relative;
}
.top-news__articlelist{
    width:100% !important;
    max-width:820px !important;
    margin:0 auto;
}
.archive-news__article{
    width:100%;
    max-width:820px;
    text-align:left;
    margin:0 auto;
}
.archive-news__article a{
    display:block;
    width:100%;
    position:relative;
    border-top:1px solid var(--color-bordergray);
    padding:24px 50px;
}
.archive-news__article:last-of-type a{
    border-bottom:1px solid var(--color-bordergray);
}
.archive-news__article__date{
    margin:0 0 0.6rem;
    color:var(--color-bordergray);
}
.archive-news__article__title{
    margin:0;
}
.archive-news__article__icon{
    position:absolute;
    top:calc(50% - 5px);
    right:0;
    filter:invert(1);
    width:10px;
    height:10px;
}
.archive-news__article__icon img{
    vertical-align:top;
}


/* ARCHIVE PRODUCT */
#main-collection-filters{
    display:none;
}
.collection-hero__title{
    font-weight:800;
    text-align:center;
}
.archive-product:not(:last-of-type){
    margin-bottom:150px;
}
.archive-product__flex{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row-reverse;
    gap:100px;
    align-items:center;
    justify-content:center;
}
.archive-product__flex__image{
    width:450px;
}
.archive-product__flex__content{
    width:30rem;
}
.archive-product__title{
    text-align:center;
}
.archive-product__prices{
    text-align:center;
    margin:60px 0;
}
.archive-product__flex__content .product-form__quantity{
    margin-bottom:60px;
}
.archive-product__flex__content .product-form__submit{
    color:var(--color-main);
    background:#FFF !important;
    margin-bottom:1rem;
}
.shopify-payment-button__button{
    color:#FFF;
    background: var(--color-main);
}
.shopify-payment-button__button--unbranded:hover:not([disabled]){
    background: var(--color-main);
}
.shopify-payment-button__button--unbranded[aria-disabled="true"]{
    opacity:0.5;
    pointer-events:none;
}
.product-noimg{
    width:100%;
    height:auto;
    display:flex;
    aspect-ratio:1;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-family: "Noto Sans", serif;
    background:var(--color-bordergray);
}

/* SINGLE PRODUCT */
.product--no-media{
    width:100% !important;
    max-width:100%;
}
.single-product>.grid__item{
    width:50% !important;
    max-width:100% !important;
    padding: 0 !important;
}
.single-product .product-media-container.constrain-height.media-fit-contain{
    width:100%;
    max-width:100%;
    border:0;
}
.single-product .product__media-list{
    padding:0 !important;
    gap:0 !important;
}
.single-product .product--stacked .product__media-item{
    width:100% !important;
    max-width:100% !important;
}
@media only screen and (min-width:991px){
    .product--stacked .product__media-item{
        width:100% !important;
        max-width:100% !important;
    }
}
.single-product .product__info-container{
    max-width:45rem !important;
    margin-left:125px;
}
.single-product .product__title{
    text-align:left;
}
.single-product .product__title>h1{
    font-size:3.4rem;
    font-weight:700;
    line-height:1.2;
}
.single-product .price .price-item{
    font-size:1.6rem;
}
.single-product .product-form__buttons{
    max-width:30rem;
    margin:0 auto;
}
.product__info-container > * + *{
    margin:60px 0;
}
.single-product .product__description{
    text-align:left;
}
.single-product .product__description>*{
    font-size:1.4rem;
}
.single-product .product__description>h1{
    font-size:2.4rem;
    font-weight:bold;
}
.single-product .product__description>h2{
    font-size:2rem;
    font-weight:bold;
}
.single-product .product__description>h3{
    font-size:1.8rem;
    font-weight:bold;
}
.single-product .product__description>h4{
    font-size:1.6rem;
    font-weight:bold;
}
.single-product .product__description>h5{
    font-size:1.4rem;
    font-weight:bold;
}
.single-product .product__description>h6{
    font-size:1.2rem;
    font-weight:bold;
}
.single-product__metavalues{
    padding-top:60px;
    border-top:1px solid var(--color-bordergray);
}
.single-product__metavalue{
    margin:0;
}
.single-product__metavalue:not(:last-of-type){
    margin-bottom:1.4rem;
}
.single-product__metavalue>*{
    margin:0;
    padding:0;
    font-size:1.2rem;
    line-height:1.6;
}
.single-product__metavalue dt{
    color:var(--color-gray);
    font-weight:bold;
    margin-bottom:0.4rem;
}
.product-allergies{
    display:flex;
    flex-wrap:wrap;
    gap:0.5rem;
}
.product-allergy{
    margin:0;
    display:flex;
    line-height:1;
    gap:6px;
    align-items:center;
    font-size:1.2rem;
    padding:0.2rem 1.2rem;
    border-radius:2rem;
    border:1px solid var(--color-bordergray);
}

.single-product__infobottom{
    padding-top:60px;
    border-top:1px solid var(--color-bordergray);
}
.single-product__infobottom__link:not(:last-of-type){
    margin-bottom:0.6rem;
}
.single-product__infobottom__link{
    line-height:1.6;
    font-size:1.1rem;
}
.single-product__infobottom__link a{
    display:flex;
    gap:6px;
    align-items:center;
}
.single-product__infobottom__link__icon{
    display:block;
    line-height:1;
    height:6px;
}
.single-product__infobottom__link__icon img{
    vertical-align:top;
}


/* ARCHIVE JOURNAL */
.archive-journal__title{
    font-size:4.8rem;
    font-family:"Noto Sans", serif;
    font-weight:700;
    margin:0 0 100px;
    text-align:center;
}
.archive-journals{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:100px 40px;
}
.archive-journal__thumbnail__img{
    position:relative;
    padding-right:10px;
    padding-bottom:10px;
    line-height:1;
    width:100%;
    max-width:360px;
    aspect-ratio:1;
    height:auto;
    margin-left:auto;
}
.archive-journal__thumbnail__img img{
    width:100%;
    height:auto;
    aspect-ratio:1;
    object-fit:cover;
    object-position:center;
}
.archive-journal__thumbnail__img::before{
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:calc(100% - 10px);
    height:calc(100% - 10px);
    background:var(--color-bordergray);
    z-index:-1;
}
.archive-journal__content__metas{
    display:flex;
    align-items:center;
    gap:1.6rem;
}
.archive-journal__content__metas__date{
    font-size:1.2rem;
}
.archive-journal__content__metas__tags{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
}
.archive-journal__content__metas__tag{
    display:block;
    line-height:1;
    white-space:nowrap;
    font-size:1.2rem;
    border:1px solid var(--color-main);
    padding:0.4rem 1.4rem;
    border-radius:3rem;
}
.archive-journal__content__title{
    font-size:2rem;
    font-weight:bold;
    margin:0;
}


/* PAGES */
.main-page-title{
    font-size:6rem;
    font-weight:700;
}


/* BLOGS ARCHIVE */
.main-blog__title{
    font-size:4.8rem;
    font-weight:bold;
    text-align:center;
    letter-spacing:0.05em;
    margin-bottom:100px;
}


/* BLOGS SINGLE */
.article-template__title{
    font-size:2.2rem;
    font-weight:bold;
}
.article-template__title:not(:only-child){
    margin-bottom:4.5rem;
}
.article-template__hero-adapt.media{
    max-width:450px;
    margin:0 auto;
    padding-bottom:0 !important;
}
.article-template__hero-adapt.media > *:not(.zoom):not(.deferred-media__poster-button), .media model-viewer,
.article-template__hero-adapt.media img{
    position:relative !important;
    width:100%;
    aspect-ratio:auto;
    height:auto !important;
    object-fit:contain;
    object-position:center;
}
.article-template header{
    border-bottom:1px solid var(--color-bordergray);
}
.article-template .page-width{
    max-width:890px;
}
.article-template__link{
    display:flex;
    width:300px;
    margin:0 auto;
    padding:0.4rem 1.2rem;
    border:1px solid var(--color-main);
    background:var(--color-main);
    color:#FFF;
    border-radius:3rem;
    gap:20px;
}
.article-template__link:hover{
    color:#FFF;
    opacity:0.8;
}
.article-template__link .icon-wrap{
    margin:0;
}
.single-news__header__metas__date{
    font-size:1.8rem;
    color:#CBD6DA;
}

/* SINGLE JOURNAL */
.single-journal__header__metas{
    display:flex;
    gap:20px;
    align-items:center;
    margin-bottom:1rem;
}
.single-journal__header__metas__date{
    font-size:1.2rem;
    margin:0;
}
.single-journal__header__metas__tags{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    margin:0;
}
.single-journal__header__metas__tag{
    display:block;
    margin:0;
    font-size:1.2rem;
    line-height:1;
    white-space:nowrap;
    padding:0.4rem 1.6rem;
    border:1px solid var(--color-main);
    border-radius:3rem;

}


/* POLICIES */
.shopify-policy__body table th{
    padding: 0.4rem 1rem;
    min-width:15rem;
}

.nrtext{
    word-break: keep-all;
    overflow-wrap: anywhere;
}

/* OUR STORY - ABOUT */
main.page-about{
    margin-top:-30px;
}
@media only screen and (min-width:751px){
    main.page-about{
        margin-top:-70px;
    }
}
.about-wrap{
    width:100%;
    max-width:1200px;
    padding:0 20px;
    margin:0 auto;
}
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
.about-frtext{
    font-family: "Crimson Text", serif;
    font-style: normal;
    font-weight:bold;
}

.about-sec01{
    position:relative;
    padding-top:170px;
    padding-bottom:300px;
}
.about-sec01::before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:50%;
    height:100%;
    z-index:-1;
    background:#e3edef;
}
.about-sec01__title{
    margin:0;
    text-align:center;
    position:relative;
    z-index:2;
}
.about-sec01__title img{
    height:302px;
}
.about-sec01__imgs{
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:row-reverse;
    margin-top:-35px;
}
.about-sec01__imgs__right{
    width:50%;
    padding-left:4.8vw;
}
.about-sec01__imgs__left{
    width:50%;
    position:relative;
    padding-top:254px;
}
.about-sec01__imgs__left img{
    max-width:unset;
    width:calc(100% + 13.5vw);
}
.about-sec01__title--fr{
    position:relative;
    z-index:2;
    margin:0;
    margin-top:-55px;
    text-align:center;
}
.about-sec01__title--fr img{
    height:304px;
}

.about-sec02{
    position:relative;
    margin-top:-120px;
}
.about-sec02__title{
    font-size:3.6rem;
    font-weight:bold;
    margin:0;
    margin-bottom:1em;
}
.about-sec02__content{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}
.about-sec02__content--jp{
    width:calc(50% - 50px);
    padding-bottom:40px;
}
.about-sec02__content--fr{
    width:calc(50% - 50px);
    text-align:right;
}
.about-sec02__content--jp__text{
    margin:0;
    font-size:1.6rem;
    line-height:calc(35/16);
}
.about-sec02__content--fr__title{
    font-size:1.7rem;
    margin:0 0 1em;
}
.about-sec02__content--fr__text{
    margin:0;
    font-size:1.2rem;
    line-height:calc(25/12);
}
.about-sec02__content__img{
    margin-top:20px;
    text-align:center;
}
.about-sec02__content__img img{
    max-width:50rem;
}

.about-sec03{
    position:relative;
    padding:40px 0 130px;
}
.about-sec03::before{
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:50%;
    height:calc(100% + 300px);
    z-index:-1;
    background:#e3edef;
}
.about-sec03__title{
    text-align:center;
    margin-bottom:50px;
}
.about-sec03__title img{
    height:302px;
}
.about-sec03__content{
    display:flex;
    justify-content:space-between;
}
.about-sec03__content--jp{
    width:calc(50% - 50px);
    position:relative;
}
.about-sec03__content--fr{
    width:calc(50% - 50px);
    text-align:right;
}
.about-sec03__content--fr__topimg{
    text-align:center;
    margin-bottom:50px;
}
.about-sec03__content--fr__topimg img{
    max-width:227px;
}
.about-sec03__content--jp__midimg{
    text-align:center;
    margin:2em 0;
}
@media only screen and (min-width:1201px){
    .about-sec03__content--jp__midimg{
        position:absolute;
        top:17em;
        right:0;
        margin:0;
        transform:translateX(50%);
    }
}
.about-sec03__content--jp__midimg img{
    width:211px;
}
.about-sec03__content--jp__text{
    margin:0;
    font-size:1.6rem;
    line-height:calc(35/16);
}
.about-sec03__content--jp__subtitle{
    font-size:2.1rem;
    font-weight:500;
    line-height:calc(35/21);
    margin:1em 0 0;
}
.about-sec03__content--fr__text{
    margin:0;
    font-size:1.2rem;
    line-height:calc(25/12);
}
.about-sec03__miniimgleft{
    text-align:center;
    margin-top:50px;
}
.about-sec03__miniimgleft img{
    width:250px;
}
@media only screen and (min-width:1800px){
    .about-sec03__miniimgleft{
        position:absolute;
        left:0;
        bottom:17em;
    }
    .about-sec03__miniimgleft img{
        width:250px;
    }
}

.about-sec04{
    position:relative;
    padding-bottom:170px;
}
.about-sec04::before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:50%;
    height:100%;
    z-index:-1;
    background:#e3edef;
}
.about-sec04__bg{
    position:absolute;
    width:100%;
    height:auto;
    aspect-ratio:1926/713;
    top:0;
    left:0;
}
.about-sec04__bg img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top center;
}
.about-sec04__title{
    position:relative;
    margin:0;
    width:100%;
    height:auto;
    aspect-ratio:1926/713;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 100px;
}


/* RESPONSIVE 1024px */
@media only screen and (max-width:1024px){
    /* HEADER */
    sticky-header{
        height:114px;
    }
    .header.page-width, .utility-bar__grid.page-width,
    sticky-header.scrolled .header.page-width, .utility-bar__grid.page-width{
        padding: 20px !important;
    }

    /* FOOTER */
    .footer-block__details-content.list-unstyled{
        gap:30px;
    }
    .footer-block.grid__item:nth-of-type(1) .footer-block__details-content .list-menu__item--link, .footer-block.grid__item:nth-of-type(1) .footer-block__details-content .list-menu__item--link:hover{
        font-size:2rem;
    }
    .footer-block.grid__item:nth-of-type(2) .footer-block__details-content .list-menu__item--link, .footer-block.grid__item:nth-of-type(2) .footer-block__details-content .list-menu__item--link:hover{
        font-size:1.4rem;
    }


    /* COMMON PARTS */
    .common-readmore a{
        padding: 20px;
    }

    /* TOP */
    .top-mv__bg img{
        border-top-left-radius:0;
        border-top-right-radius:0;
    }
    .top-mv__logo{
        width: 34%;
        top: 26%;
        left: 33%;
    }
    .top-mv__items{
        width:100%;
        padding: 0 40px 40px;
        justify-content:space-between;
    }
    .top-story__flex{
        flex-wrap:wrap;
    }
    .top-news__articlelist{
        margin:0 auto !important;
    }
    .top-blog__article__title{
        font-size:2.4rem;
    }

    .top-story__flex__img{
        display:none;
    }
    .top-story__spimg{
        display:block;
    }

    .featured-product{
        flex-wrap:wrap;
        justify-content:center;
    }
    

    /* PRODUCTS */
    .archive-product__flex{
        gap:2rem;
    }
    .product--right .product__media-wrapper{
        order:1;
        width:100%;
        max-width:440px;
    }
    .product--right .product__info-wrapper{
        order:2;
        width:100%;
        padding: 50px 0 0;
        max-width: 438px;
        margin: 0 auto;
    }
    .product-grid-container .collection{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:4rem 2rem;
    }
    .archive-product__flex__image,
    .archive-product__flex__content{
        width:100%;
    }
    .archive-product__flex__image img{
        aspect-ratio:1;
        width:100%;
        height:auto;
        object-fit:cover;
        object-position:center;
    }
    .archive-product__title {
        text-align: left;
        font-size: 2.5rem;
        margin: 0;
    }
    .archive-product__prices{
        margin:2rem 0;
        text-align: left;
    }
    .archive-product__flex__content .product-form__quantity{
        margin-bottom:2rem;
    }
    .archive-product:not(:last-of-type){
        margin-bottom:0;
    }


    /* PRODUCT */
    .product.grid{
        flex-wrap:wrap;
        gap:40px !important;
    }
    .single-product>.grid__item{
        width:100% !important;
    }
    .single-product .product__info-container{
        padding:0 20px !important;
        width:100%;
        margin:0 auto !important;
    }

    @media only screen and (min-width:751px){
        .single-product .product__media-list{
            display:grid;
            grid-template-columns:repeat(2,1fr);
        }
    }
}



/* RESPONSIVE 750px */
@media only screen and (max-width:750px){

    /* HEADER */
    sticky-header,
    sticky-header.scrolled{
        height:65px;
    }
    .header.page-width, .utility-bar__grid.page-width, sticky-header.scrolled .header.page-width{
        padding:10px !important;
    }
    .header__heading-logo-wrapper img{
        height:30px;
    }
    .header__icon span.header__icon__toggler__border{
        height:3px;
    }

    body:not(.index) sticky-header{
        margin-bottom:0px;
    }

    /* FOOTER */
    .footer{
        padding-top:50px;
        border-top-left-radius:50px;
        border-top-right-radius:50px;
    }
    .footer-block__details-content.list-unstyled{
        gap:10px;
    }
    .footer-block__details-content>li{
        width:100%;
    }
    .footer-block.grid__item:nth-of-type(1) .footer-block__details-content .list-menu__item--link, .footer-block.grid__item:nth-of-type(1) .footer-block__details-content .list-menu__item--link:hover{
        font-size:1.7rem;
    }

    .footer-block--newsletter{
        margin-top:50px;
    }
    .footer-block__newsletter{
        padding:50px 20px;
    }
    .mailmagazine-maintext{
        font-size:1.6rem;
    }
    .mailmagazine-bottomtext{
        font-size:1.2rem;
    }

    .footer__content-bottom-wrapper{
        margin-top:40px;
    }


    /* COMMON */
    .shopify-section-group-footer-group{
        margin-top:50px;
    }


    /* TOP */
    .top-mv__items{
        flex-wrap:wrap;
        padding:0 20px 40px;
        gap:20px;
    }
    .top-mv__items__sliderwrap{
        width:100%;
    }
    .top-mv__items__slide__thumb{
        width:90px;
    }
    .product-noimg{
        font-size:1.2rem;
    }
    .top-mv__items__slide__info>p{
        font-size:1.4rem;
    }
    .top-mv__items__slide__info{
        width:calc(100% - 110px);
    }
    .top-mv__items__slide__info__btn a{
        font-size:1.4rem;
    }

    .top-story{
        padding-top:50px;
        margin-bottom:50px;
    }
    .top-story__title{
        font-size:3rem;
    }
    .top-story__text{
        font-size:1.5rem;
    }

    .top-journal{
        padding:50px 0;
        border-top-left-radius:50px;
        border-top-right-radius:50px;
        margin-top:50px;
    }
    .top-journal .title-wrapper-with-link{
        padding-left:34%;
    }
    .top-journal .title-wrapper-with-link h2{
        font-size:3.4rem;
    }
    .top-blog__article{
        width:100%;
    }
    .top-blog__article__infos__date{
        font-size:1.2rem;
    }
    .top-blog__article__infos__tags{
        font-size:1.2rem;
    }
    .top-blog__article__title{
        font-size:1.6rem;
    }

    .top-news{
        padding:60px 1.5rem;
    }
    .top-news .title-wrapper-with-link{
        margin-bottom:40px;
    }

    /* PRODUCTS */
    .product.grid{
        gap:5px !important;
    }
    .product--right .product__info-wrapper{
        padding:0 !important;
    }
    .product__title{
        font-size:2rem;
        margin:0 0 1rem;
    }

    .archive-product:not(:last-of-type){
        margin-bottom:50px;
    }

    .archive-product__flex{
        gap:0;
    }
    .archive-product__flex__image{
        width:100%;
    }
    .archive-product__flex__image img{
        aspect-ratio:1;
        width:100%;
        height:auto;
        object-fit:cover;
        object-position:center;
    }
    .archive-product__prices{
        margin:0.8rem 0;
    }
    .archive-product__prices .price .price-item{
        font-size:1.4rem;
    }
    .archive-product__flex__content .product-form__quantity{
        margin-bottom:1.2rem;
    }
    .archive-product__flex__content .quantity{
        min-height:2.4rem;
    }
    .archive-product__title{
        font-size:1.4rem;
        margin:0;
    }
    .archive-product__flex__content .product-form__submit{
        font-size:1.2rem;
        padding:0 1rem;
    }
    .product__link__anker{
        font-size:1.2rem;
    }
    .quick-add__submit span{
        font-size:1.2rem;
    }
    .btn-icon{
        right:1rem;
    }

    .single-product .product__title>h1{
        font-size:2.4rem;
    }
    .product__info-container>*+*{
        margin:15px 0;
    }
    .product__media-wrapper{
        overflow:hidden;
    }

    .single-product .product__description>h1{
        font-size:2rem;
    }
    .single-product .product__description>h2{
        font-size:1.8rem;
    }
    .single-product .product__description>h3{
        font-size:1.6rem;
    }
    .single-product .product__description>h4{
        font-size:1.4rem;
    }
    .single-product .product__description>h5{
        font-size:1.2rem;
    }
    .single-product .product__description>h6{
        font-size:1rem;
    }

    .price .price-item{
        font-size:1.7rem;
    }


    /* NEWS */
    .main-blog__title{
        margin-bottom:50px;
    }
    .archive-news__article a{
        padding:20px 30px 20px 0;
    }


    /* JOURNAL */
    .archive-journal__title{
        font-size:3.4rem;
        margin-bottom:50px;
    }
    .archive-journals{
        grid-template-columns:repeat(2,1fr);
        gap:50px 20px;
    }
    .archive-journal__content__title{
        font-size:1.6rem;
    }

    /* POLICIES */
    .shopify-policy__title h1{
        font-size:2.2rem;
        margin-bottom:1em;
    }
    .shopify-policy__container table.spbreak,
    .shopify-policy__container table.spbreak thead,
    .shopify-policy__container table.spbreak tbody,
    .shopify-policy__container table.spbreak tr,
    .shopify-policy__container table.spbreak th,
    .shopify-policy__container table.spbreak td{
        display:block;
        width:100% !important;
        height:auto !important;
        border: 0;
    }
    .shopify-policy__container table.spbreak th{
        padding:0.6rem 1rem;
    }
    .shopify-policy__container table.spbreak td{
        padding:0.6rem 1rem 1.2rem;
    }
    .shopify-policy__container table.spbreak th{
        background:#eee;
    }
    .shopify-policy__container table.spbreak td{
        border:1px solid #eee;
    }


    /* ABOUT */
    .about-sec01__title img,
    .about-sec01__title--fr img,
    .about-sec02__title img,
    .about-sec03__title img{
        height:140px;
    }
    .about-sec04__title{
        padding:0 20px;
    }

    .about-sec01{
        padding-top: 70px;
        padding-bottom: 150px;
    }
    .about-sec01__imgs{
        flex-wrap:wrap;
        margin-top:20px;
    }
    .about-sec01__imgs__right{
        padding-left:0;
        width:100%;
    }
    .about-sec01__imgs__left{
        width:100%;
        padding-top:0;
    }
    .about-sec01__imgs__left img{
        width:100%;
    }
    .about-sec01__title--fr{
        margin-top:20px;
    }

    .about-sec02{
        margin-top:-60px;
    }
    .about-sec02__title{
        font-size:2rem;
    }
    .about-sec02__content,
    .about-sec03__content{
        flex-wrap:wrap;
        gap:30px;
    }
    .about-sec02__content--jp,
    .about-sec02__content--fr,
    .about-sec03__content--jp,
    .about-sec03__content--fr{
        width:100%;
    }
    .about-sec02__content__img img{
        max-width:100%;
    }

    .about-sec04{
        padding-bottom:50px;
    }
    .about-sec04__bg,
    .about-sec04__title{
        aspect-ratio:1;
    }


}