@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Renner*';
    src: url('../fonts/Renner-it-Medium.eot');
    src: url('../fonts/Renner-it-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Renner-it-Medium.woff2') format('woff2'),
        url('../fonts/Renner-it-Medium.woff') format('woff'),
        url('../fonts/Renner-it-Medium.ttf') format('truetype'),
        url('../fonts/Renner-it-Medium.svg#Renner-it-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype'),
        url('../fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
[data-aos="circle-animation"] {
    animation: reverse-stroke-offset .8s ease forwards;
    transform: scale(1.22);
    -webkit-transform: scale(1.22);
    -moz-transform: scale(1.22);
    
    &.aos-animate {
        animation: stroke-offset .8s ease forwards;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

[data-aos="elasticity-animation"] {
    
    display: inline-block;
    transform: translateY(100%) scaleY(3);
    transform-origin: top;

    &.aos-animate {
        animation: elasticity 1.3s cubic-bezier(.215,.61,.355,1) forwards;
    }
}

[data-aos="slide-up"] {
    
    transform: translateY(150px);
    opacity: 0;
    transition: transform 1.3s cubic-bezier(.215,.61,.355,1),opacity 1.1s cubic-bezier(.785,.135,.15,.86);
    will-change: transform,opacity;

    &.aos-animate {
        transform: translateY(0);
        opacity: 1;
    }
}

*/


@keyframes stroke-offset {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes reverse-stroke-offset {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 300;
    }
}

@keyframes elasticity {
    0% {
        transform: translateY(100%) scaleY(3)
    }

    50% {
        transform: translateY(0) scaleY(1.08)
    }

    to {
        transform: translateY(0) scaleY(1)
    }
}

.yu-gothic {
font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
font-style: normal;
font-weight: 400;
}
.yu-mincho {
font-family: 'yu-mincho-pr6n', sans-serif;
font-style: normal;
font-weight: 400;
}

*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.65px;
    margin: 0;
    color: #707070;
}
a {
    color: #91875A;
}
p {
    margin-top: 0;
    margin-bottom: 24px;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}
h2 {
    font-size: 36px;
    line-height: 60px;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.container {
    max-width: 1172px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}
.site_wrapper {
    overflow: hidden;
}
.site_header {
    padding-top: 16px;
    padding-bottom: 16px;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
}
.header_bg .site_header {
    background:linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.page .site_wrapper:not(.home.page .site_wrapper), .blog .site_wrapper, .single .site_wrapper {
    margin-top: 72px;
}
.home .site_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.site_header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-left: -70px;
    margin-right: -70px; */
    position: relative;
    z-index: 2;
}
.store_link a {
    background-color: #F2F2F2;
    padding: 10px 16px;
    color: #707070;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.store_link a:hover {
    background-color: #C9C7BD;
    color: #fff;
}



/* Navigation */
.navigation {
    background-color: rgba(255, 255, 255, 71%);
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity .2s ease-in;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 40px;
    opacity: 0;
    pointer-events: none;
}
.home .navigation {
    background-color: rgba(255, 255, 255, 71%);
}
.navigation::after {
    /* content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: blur(18px);
    -webkit-filter: blur(18px);
    -moz-filter: blur(18px);
    opacity: 0.29; */
}
.mobile-menu-active .navigation {
    opacity: 1;
    pointer-events: auto;
}
.mobile-menu-active .hero_wrapper,
.mobile-menu-active .site_content,
.mobile-menu-active main.wrap,
.mobile-menu-active .site_footer   {
    filter: blur(18px);
    -webkit-filter: blur(18px);
    -moz-filter: blur(18px);
    /* opacity: 0.29; */
}
.nav_inner {
    display: table;
    width: 100%;
    height: 100%;
}
.navigation_inner {
    display: table-cell;
    vertical-align: middle;
}
.navigation_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}
.navlist {
    max-width: 530px;
    width: 100%;
}
.navlist > ul, .navlist .menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: grid;
    grid-template-columns:196px 284px;
    gap: 30px;
    row-gap: 50px;
    grid-auto-rows: 40px;
}
.navlist ul li {}

@media screen and (min-width:768px){
.navlist > ul > li:nth-child(1),
.navlist > ul > li:nth-child(3),
.navlist > ul > li:nth-child(4),
.navlist > ul > li:nth-child(6),
.navlist > ul > li:nth-child(8),

.navlist .menu > li:nth-child(1),
.navlist .menu > li:nth-child(3),
.navlist .menu > li:nth-child(4),
.navlist .menu > li:nth-child(6),
.navlist .menu > li:nth-child(8){
    grid-column: 1/1;
}
.navlist > ul > li:nth-child(2),
.navlist > ul > li:nth-child(5),
.navlist > ul > li:nth-child(7),
.navlist > ul > li:nth-child(9),

.navlist .menu > li:nth-child(2),
.navlist .menu > li:nth-child(5),
.navlist .menu > li:nth-child(7),
.navlist .menu > li:nth-child(9){
    grid-column: 2/2;
}

}

.navlist ul li a {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: #000;
    font-family: 'Renner*';
    font-weight: 500;
    transition: color 0.3s ease-in-out;
    position: relative;
}
.navlist ul > li a:hover {
    color: #B1AA87;
}

.navlist ul > li a:hover .en {
    color: #B1AA87;
}

.navlist ul > li > ul > li:hover a {
    color: #B1AA87;
}

.navlist ul > li > ul > li:hover a .en {
    color: #B1AA87;
}

.navlist ul li a::before {
content: "";
width: 27px;
height: 1px;
background-color: #000;
}

.navlist > ul > li > a span {
    width: 27px;
    height: 1px;
    background-color: #000;
}
.navlist > ul > li:hover > a span {
    background-color: #B1AA87;
}
.navlist ul li ul {
    list-style-type: none;
    padding-left: 43px;
}
.navlist ul li ul li {
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
}
.navlist ul li ul li::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 10px;
}
.navlist ul li ul li::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 17px;
    left: 0;
}
.navlist ul li ul li a {
    display: block;
    padding-left: 30px;
}
.navlist ul li ul li a span {
    display: block;
}
.navlist ul li ul li a span.jp {
font-size: 16px;
line-height: 24px;
font-weight: 500;
letter-spacing: 3px;
}
.navlist ul li ul li a span.en {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #A8A7A7;
    text-transform: capitalize;
    letter-spacing: 1.4px;
}
.nav_context {
    text-align: center;
    max-width: 446px;
    width: 100%;
}
.nav_context .media {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
}
.nav_context .title a {
    text-decoration: none;
    padding-top: 24px;
    display: inline-block;
}
.nav_context .title .jp {
    font-size: 29px;
    line-height: 38px;
    font-family: 'yu-mincho-pr6n', sans-serif;
    display: block;
    margin-bottom: 8px;
    color: #000000;
}
.nav_context .title .en {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Renner*';
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #000000;
}
.nav_context .social_links {
    margin-top: 40px;
    margin-left: 0;
    justify-content: center;
}


.site_content {
    width: 100%;
    overflow: hidden;
}

/* hero-bg */

.hero-bg {
    position: fixed;
    top: 0;
    opacity: 1;
    transition: opacity 1.5s linear 1.5s ;
}
.hero-bg.hideHerobg {
    opacity: 0;
    transition: opacity 1.5 linear 1.5s ;
}
.hero-bg-wrap {
    display: flex;
    width: 100vw;
    height: 56vw;
}
.hero-bg-img {
    background-color: #E0DFDD;
    height: 100%;
    position: absolute;
    width: 100%;
    
}
/* .hero_wrapper {
    opacity: 0;
    transition: opacity 1.2s;
}
.hero_wrapper.cn_section.home-top.showHeroWrap {
    opacity: 1 !important;
} */


/* Hero Slider default ============ */ 
.hero_carousel .cellnage_slide_1 {
    background-color: #E0DFDD;
}
.hero_carousel .cellnage_slide_2 {
    background-color: #E0DFDD;
}
.hero_carousel .cellnage_slide_3 {
    background-color: #E0DFDD;
}
.hero_carousel .cellnage_slide_4 {
    background-color:#E0DFDD;
}

.site_content {
    background-color: #fff;
    margin-top: 56vw;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.tagline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.8px;
    font-family: 'Renner*';
    font-weight: 500;
    color: #B1AA87;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.tagline span {
    width: 20px;
    height: 1px;
    background-color: #B1AA87;
}
.tagline span.line70 {
    width: 70px;
}

/* Section 01 */
.cn_section_01 {
    padding-top: 180px;
    padding-bottom: 180px;
    
}
.sections_header {
 margin-bottom: 24px;  
 overflow: hidden; 
}
.sections_header h2 {
    font-family: 'yu-mincho-pr6n', sans-serif;
    font-weight: 500;
}

.cn_section_01 .cn_context_1 {
    margin-bottom: 95px;
    max-width: 630px;
    box-shadow: #C9C7BD 10px 10px 20px;
}
.cn_section_01 .cn_context_02 {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}
.cn_section_01 .cn_context_02 .context {
    padding-left: 95px;
    /* width: calc(406px + 95px); */
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.75px;
}
.cn_section_01 .cn_context_02 .context .tagline {
    margin-bottom: 12px;
}
.cn_section_01 .cn_context_02 .context h2 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.cn_section_01 .cn_context_02 .media {
    max-width: 440px;
    width: 100%;
    box-shadow: #C9C7BD 10px 10px 20px;
}
.cn_section_01 .sections_body {
    position: relative;
    z-index: 0;
}
.cn_section_01 .sections_body .texture {
    position: absolute;
    top:50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    width: calc(50% + 175px);
    pointer-events: none;
    height: 550px;
}
.cn_section_01 .sections_body .texture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Section 02 */
.cn_section_02 {
    height: 375px;
    position: relative;
}
.cn_section_02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
}
.cn_section_02 .row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    height: 375px;
    padding-top: 100px;
}
.cn_section_02 .row img {
    max-width: 300px;
    width: 100%;
    height: 35px;
    object-fit: contain;
    bottom: auto;
}

/* Section 03 */
.cn_section_03 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}
.cn_section_03 .sections_header {
    padding-bottom: 80px;
}
.cn_section_03 .cn_context_story {
    position: relative;
}
.cn_section_03 .cn_context_story.story_01 {
    margin-top: 152px;
}
.cn_section_03 .cn_context_story .context {
    max-width: 586px;
    width: 100%;
    padding: 40px 40px;
    background-color: rgba(241, 239, 231, 85%);
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.65px;
    font-weight: 500;
    position: relative;
}
.cn_section_03 .cn_context_story.story_01 .context {
    position: absolute;
    top: -152px;
    left: calc(540px - 82px);
}
.cn_section_03 .cn_context_story.story_01 .context .tagline {
    font-size: 16px;
}
.cn_section_03 .cn_context_story .context h3 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 16px;
    font-weight: 500;
}
.cn_section_03 .cn_context_story .media {
    max-width: 540px;
    width: 100%;
    box-shadow: #C9C7BD 10px 10px 20px;
}

.cn_section_03 .cn_context_story.story_02 {
   
}
.cn_section_03 .cn_context_story.story_02 .context {
    max-width: 506px;
    position: absolute;
    right: calc(374px - 60px);
    bottom: 28px;
}
.cn_section_03 .cn_context_story.story_02 .media {
    max-width: 374px;
   margin-left: auto;
}

.cn_section_03 .cn_context_story.story_03 {
    margin-top: 328px;
  
}
.cn_section_03 .cn_context_story.story_03 .context {
    max-width: calc(525px + 80px);
    left: 0;
    top: -210px;
    position: absolute;
}
.cn_section_03 .cn_context_story.story_03 .media {
    max-width: 683px;
    margin-left: auto;
}



/* Section 4 */
.cn_section_04 {
    
}
.cn_section_04 .media_full {
    width: calc(50% + 317px);
    position: relative;
    box-shadow: #C9C7BD 10px 10px 20px;
}
.cn_section_04 .media_full img {
    width: 100%;
}
.cn_section_04 .media_full .logo {
    position: absolute;
    top:25px;
    right:-60px;
}
.cn_section_04 .media {
    max-width: 533px;
    width: 100%;
    box-shadow: #C9C7BD 10px 10px 20px;
    margin-left: auto;
    margin-top: -130px;
    position: relative;
}

/* Section 5 */
.cn_section_05 {
    padding-top: 130px;
    padding-bottom: 1px;
}
.cn_context_approach {
    display: flex;
    gap: 30px;
}
/* Approach 01 */
.cn_context_approach.approach_01 {
    justify-content: space-between;
}
.cn_context_approach.approach_01 .context {
    font-size: 15px;
    max-width: 555px;
    width: 100%;
}
.sections_header h2 {
}
.you_gothic_30 h2 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 2.6px;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}
.cn_context_approach.approach_01 .media {
    position: relative;
    max-width: 605px;
    width: 100%;
}
.cn_context_approach.approach_01 {
    margin-bottom: 80px;
}
.cn_context_approach.approach_01 .box {
    border: rgba(112, 112, 112, 50%) 0.5px solid;
    border-radius: 3px;
    padding: 16px;
    /* padding-left: 114px; */
    display: flex;
    justify-content: center;
}
.cn_context_approach.approach_01 .box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.cn_context_approach.approach_01 .box ul li {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 4px;
}
/* .cn_context_approach.approach_01 .box ul li:nth-child(1) {
    padding-left: 22px;
}
.cn_context_approach.approach_01 .box ul li:nth-child(3) {
    padding-left: 14px;
} */
.cn_context_approach.approach_01 .box ul li span {
    font-size: 10px;
}
.cn_context_approach.approach_01 .box ul li::before {
    content: "○";
    color: #3c3c3c;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.1em;
}
.cn_context_approach.approach_01 .notes {
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 1.2px;
    color: #707070;
    font-weight: 500;
    text-align: right;
}
.cn_context_approach.approach_01 .media .cycle_img {
    position: relative;
    z-index: 1;
    width: 411px;
}
.cn_context_approach.approach_01 .media {
    margin-right: -72px;
}
.cn_context_approach.approach_01 .media_ap {
    max-width: 370px;
    margin-left: auto;
    margin-top: -140px;
    box-shadow: #C9C7BD 10px 10px 20px;
}
.circle_figure {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.circle {
    width: 123px;
    height: 123px;
    position: relative;
}
.circle svg {
    width: 123px;
    height: 123px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /* margin-left: -10px;
    margin-top: -10px; */
}
.circle path {
    fill: none;
    stroke:#707070;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    stroke-miterlimit: 10;
}
.circle.aos-init svg path {
    stroke-dashoffset: 0;
    animation: reverse-stroke-offset .8s ease forwards;
    animation-delay: 0.4s;
    transform: scale(1.22);
    -webkit-transform: scale(1.22);
    -moz-transform: scale(1.22);
}

.aos-animate.circle svg path {
    stroke-dashoffset: 300;
    animation: stroke-offset .8s ease forwards;
    animation-delay: .4s;
    transform: scale(1.22);
    -webkit-transform: scale(1.22);
    -moz-transform: scale(1.22);
}
.circle .text {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.cn_context_approach.approach_02 {
    margin-bottom: 200px;
}
.cn_context_approach.approach_02 .media {
    position: relative;
    max-width: 585px;
    width: 100%;
}
.cn_context_approach.approach_02 .media .base_media {
    max-width: 395px;
    width: 100%;
}
.cn_context_approach.approach_02 .media .above_media {
    max-width: 406px;
    width: 100%;
    position: absolute;
    left: 95px;
    top: 210px;
    box-shadow: #C9C7BD 10px 10px 20px;
}
.cn_context_approach.approach_02 .context {
    max-width: 425px;
    width: 100%;
    font-size: 15px;
}
.cn_context_approach.approach_02 .context .lists ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: none;
}
.cn_context_approach.approach_02 .context .lists ul li {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.5px;
    font-weight: 500;
}

/* Approach 3 */
.cn_context_approach.approach_03 {
    align-items: center;
    margin-bottom: 200px;
    gap: 77px;
}
.cn_context_approach.approach_03 .context {
    max-width:450px;
    width: 100%;
    font-weight: 500;
    margin-left: 95px;
    font-size: 15px;
}
.cn_context_approach.approach_03 .media .cn_imgage {
    max-width: 425px;
    width: 100%;
    box-shadow: #C9C7BD 10px 10px 20px;
}


/* Approach 4 */
.cn_context_approach.approach_04 {
    justify-content: space-between;
    align-items: flex-end;
    gap: 90px;
}
.cn_context_approach.approach_04 .context {
    max-width: 460px;
    width: 100%;
    margin-left: 95px;
    font-size: 15px;
}
.cn_context_approach.approach_04 .media {
    max-width: 490px;
    width: 100%;
    box-shadow: #C9C7BD 10px 10px 20px;
}

/* Approach 05 */
.cn_context_approach.approach_05 {
    margin-bottom: 200px;
}
.cn_context_approach.approach_05 .media {
    max-width: 510px;
    width: 100%;
    margin-left: 95px;
    margin-top: 24px;
    box-shadow: #C9C7BD 10px 10px 20px;
}


.no_shadow {
    box-shadow: none !important;
}

.cn_section_04.texture_pro .media {
    max-width: 560px;
    margin-top: -216px;
    margin-right: 95px;
}

/* Section 6 */

.cn_how_to {
    background-color:#F1EFE7;
    padding-top: 370px;
    margin-top:-270px;
}
.gradient_Bar {
    background:linear-gradient(0deg, #fff 0%, #F1EFE7 100%);
    height: 50px;
}
.cn_how_to .sections_header {
    margin-bottom: 80px;
}
.cn_how_to .sections_header h2 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 60px;
    font-family: 'yu-mincho-pr6n', sans-serif;
}


.cn_skincare_wrap {
padding-bottom: 100px;
}
.skincare_item {
    background-color: #fff;
    padding: 40px;
    padding-top: 60px;
    max-width: 500px;
    width: 100%;
    position: relative;
    min-height: 600px;
}
.skincare_item .time {
    position: absolute;
    top: 20px;
    right: 40px;
    display: grid;
    grid-template-columns: 25px 25px;
    align-items: center;
    gap: 10px;
}
.skincare_item .title {
    margin-bottom: 20px;
}
.skincare_item .title span.jp {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.1px;
    font-weight: 500;
}
.skincare_item .title span.en {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}
.skincare_item .title span {
    display: block;
}
.item__videoarea {
    position: relative;
    height: 0;
    padding-top:64.3%;
}
.item__videoarea--btn {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    padding: 0;
    border: none;
}
.item__videoarea--btn:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.item__videoarea--btn svg {
    width:48px;
    height: 48px;
}
.item__videoarea--btn svg path {
    fill: none;
    stroke: #fff;
}
.item__videoarea--btn svg path {
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    stroke-miterlimit: 10;
}
.aos-animate .item__videoarea--btn svg path {
    animation: stroke-offset 1.2s cubic-bezier(.215,.61,.355,1) forwards;
    animation-delay: .3s;
}
.item__videoarea--video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.skincare_item .textarea {
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.9px;
    margin-top: 24px;
}
.skincare_item .product_area {
    width: 242px;
    position: absolute;
    bottom: -56px;
    right: -20px;
    z-index: 1;
} 

.cn_product_02.skincare_item {
    margin-left: auto;
    margin-top: -498px;
}
.cn_product_02.skincare_item .product_area {
    width: 250px;
    bottom: -45px;
    right: -70px;
}

/* Section 07 */
.cn_section_07 {
    padding-top: 70px;
    padding-bottom: 95px;
}
.cn_section_07 .sections_header {
    margin-bottom: 80px;
}
.cn_section_07 .sections_header h2 {
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 1.5px;
    color:#91875A;
    width: 100%;
}
.cn_section_07 .cn_section_04 .media_full {
    width: calc(50% + 97px);
    z-index: 1;
}
.cn_section_07 .cn_section_04.texture_pro .media {
    max-width: 566px;
    margin-top: -72px;
}
.cn_section_07 .cn_section_04 .media_img02 {
    margin-left: 95px;
    margin-top: 95px;
    max-width: 446px;
    box-shadow: #C9C7BD 10px 10px 20px;
}

/* Section 08 */
.cn_section_08 {
padding-bottom: 100px;
}
.container.px_95 {
    padding-left:calc(95px + 16px);
    padding-right:calc(95px + 16px);
}
.sections_header.cn_head_center {
    text-align: center;
}
.sections_header.cn_head_center h3 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 7px;
}
.sections_header.cn_head_center .tagline {
    justify-content: center;
    margin-bottom: 0;
}
.btn {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.65px;
    font-weight: 500;
    padding:11px 30px;
    border-radius: 60px;
    border:#707070 1px solid;
    text-decoration: none;
    color: #707070;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
}
.btn-primary {
    border-color: #fff;
    background-color: #fb9a47;
    color: #fff;
}
.btn i {
    background: url(../images/angle-right.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 8px;
    height: 8px;
    line-height: 6px;
    display: inline-block;
    position: absolute;
    right: 24px;
    transition: all 0.3s ease-in-out;
}
.btn:hover i {
    right: 20px;
}
.cn_products_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 100px;
}
.cn_products_row .products_item {
    text-align: center;
}
.cn_products_row .products_item .item_image {
    min-height:292px ;
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
}
.cn_products_row .products_item:nth-child(1) .item_image {
    width: 110px;
}
.cn_products_row .products_item .item_title span {
    display: block;
}
.cn_products_row .products_item .item_title span.jp {
    font-size: 18px;
    font-weight: 500;
}
.cn_products_row .products_item .item_title span.jp small {
    font-size: 12px;
    margin-left: 6px;
}
.cn_products_row .products_item .item_title span.en {
    font-size: 14px;
}
.cn_products_row .products_item .price {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 500;
}
.cn_products_row .products_item .price span {
    font-size: 11px;
}
.cn_products_row .products_item .price span.fs12 {
    font-size: 12px;
}
.cn_products_row .products_item .btn {
    min-width: 200px;
    text-align: center;
}
.cn_products_row .products_item:nth-child(2) .item_image {
    width: 198px;
}

.enquiry_wrap {
    background-color: #F2F2F2;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.enquiry_wrap .text {
    font-size: 14px;
    font-weight: 500;
}
.enquiry_wrap .btn {
    background-color: #fff;
    border-color: #fff;
    letter-spacing: 2.8px;
    justify-content: flex-start;
}

/* Section 09 */
.cn_section_09 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.cn_section_09 .sections_header {
    margin-bottom: 48px;
}

.cn_news_wrap {
    margin-bottom: 48px;
}
.cn_news_wrap .news_item {
    display: flex;
    align-items: center;
    gap: 80px;
    border-top: #C6C6C6 1px solid;
    border-bottom: #C6C6C6 1px solid;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 80px;
    padding-right: 80px;
    margin-top: -1px;
    transition: opacity 0.5s ease-in-out;
}
.cn_news_wrap .news_item:hover {
    opacity: 0.7;
}
.cn_news_wrap .news_item .date {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1.4px;
    color: #B1AA87;
    font-family: 'Renner*';
    font-weight: 500;
}
.cn_news_wrap .news_item .context {
    font-size: 14px;
    font-weight: 500;
}
.cn_news_wrap .news_item .context a {
    color: #707070;
    text-decoration: none;
    display: block;
}
.news_btn {
    text-align: center;
}

/* Section 10 */
.cn_section_10 {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
    margin-bottom: 100px;
}
.axsia_row {
    display: flex;
    align-items: flex-end;
    gap: 50px;
    position: relative;
    z-index: 1;
}
.axsia_row .media {
    max-width: 538px;
    width: 100%;
    box-shadow: #C9C7BD 10px 10px 20px;
}
.axsia_row .context .tagline {
    
}
.axsia_row .context .sections_header {
    margin-bottom: 30px;
}
.axsia_row .context .sections_header h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
}
.cn_section_10 .full_media {
    position: absolute;
    top: 150px;
    z-index: 0;
    height: 400px;
    width: 100%;
}
.cn_section_10 .full_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sections 11 */
.cn_section_11 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.cn_section_11 .sections_header {
    margin-bottom: 50px;
}
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
.enquiry_item {
    background-color: #FAF8F2;
    padding: 25px 48px;
}
.enquiry_item:nth-child(even) {
    background-color: #F1EFE7;
}
.enquiry_item fieldset {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.enquiry_item fieldset label {
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    color: #3C3C3C;
    max-width: 250px;
    width: 100%;
}
.enquiry_item fieldset label span.astrik {
    color: red;
}
.enquiry_item fieldset p {
    margin-bottom: 0;
}
.enquiry_item fieldset .feild_group {
    max-width: 500px;
    width: 100%;
}
.enquiry_item.email_f fieldset .feild_group span + span {
    margin-top: 8px;
    display: block;
}
.form_control {
    background-color: #fff;
    border: #707070 1px solid;
    border-radius: 2px;
    padding: 11px 16px;
    font-size: 14px;
    width: 100%;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    color: #3C3C3C;
}
input:focus-visible, textarea:focus-visible {
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A8A7A7; opacity: 1;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #A8A7A7; opacity: 1;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #A8A7A7; opacity: 1;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #A8A7A7; opacity: 1;
  }

.cn_enquiry_form .notes {
    margin-top: 70px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.cn_enquiry_form .notes span {
    color: #B1AA87;
}
.cn_enquiry_form .submit_Btn {
    text-align: center;
    position: relative;
}
.cn_enquiry_form .submit_Btn .wpcf7-spinner {
    margin: 8px 24px;
    position: absolute;
}
.submit_Btn .btn {
    background-color: #B1AA87;
    border-color: #B1AA87;
    color: #fff;
    cursor: pointer;
    transition:all 0.5s ease-in-out;
}
.submit_Btn .btn:hover {
    background-color: #fff;
    color: #B1AA87;
}

.cn_enquiry_form input.form_control.wpcf7-not-valid, 
.cn_enquiry_form textarea.form_control.wpcf7-not-valid {
    border-color: red;
}
.cn_enquiry_form .wpcf7-not-valid-tip {
    display: none;
}

/* Footer */
.site_footer {
    background-color: #fff;
}
.site_footer .footer_top {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
}
.site_footer .footer_top .media {
max-width: 161px;
}
.site_footer .footer_top .context a {
    text-decoration: none;
    padding-left: 40px;
    display: flex;
}
.site_footer .footer_top .context .title {
    margin-top: 30px;
}
.site_footer .footer_top .context .title span {
    display: block;
}
.site_footer .footer_top .context .title .jp {
font-size: 36px;
line-height: 48px;
font-family: 'yu-mincho-pr6n', sans-serif;
margin-bottom: 12px;
color: #707070;
}
.site_footer .footer_top .context .title .en {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2.4px;
    font-family: 'Futura PT Book';
    font-weight: normal;
    color: #707070;
    }
.social_links {
    margin-top: 60px;
    margin-left: 110px;
    display: flex;
    align-items: center;
}
.social_links .text {
    letter-spacing: 2.4px;
    font-size: 16px;
    /* line-height: 18px;
    margin-top: 3px; */
    text-transform: uppercase;
    font-family: 'Futura PT Book';
    font-weight: normal;
}
.social_links ul {
    margin: 0;
    margin-left: 40px;
    padding: 0;
    list-style-type: none;
}
.social_links ul li {}
.social_links ul li a {
    display:flex;
}
.social_links ul li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.footer_bottom {
    background-color: #F1EFE7;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 20px;
    font-family: 'Futura PT Book';
    font-weight: normal;
}


/* Breadcrumb */
.breadcrumb {
    /* padding-left: 40px;
    padding-right: 40px; */
    margin-top: 6px;
    margin-bottom: 6px;
    /* margin-left: -70px;
    margin-right: -70px; */
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 16px;
    align-items: center;
}
.breadcrumb ul li {
    color: #A8A7A7;
    text-transform: uppercase;
}
.breadcrumb ul li a {
    color: #A8A7A7;
    text-decoration: none;
    text-transform: uppercase;
}
.breadcrumb ul li + li::before {
content: ">";
display: inline-block;
font-size: 13px;
margin-left: -8px;
padding-right: 8px;
}

/* Blog */
.blog .cn_news_wrap .news_item {
    padding-left: 140px;
    padding-right: 140px;
    border-color: #C9C7BD;
}
.blog .cn_news_wrap .news_item .context {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}
.blog .cn_news_wrap .news_item .date {
    margin-bottom: 6px;
    font-family: 'Futura PT Book';
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
}
.pagination .page-numbers {
    font-family: 'Futura PT Book';
    font-weight: normal;
}
a.prev.page-numbers {
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: -100px;
    background: url(../images/angle-left-teal.svg) no-repeat;
    background-position: center center;
    background-size: 8px;
}
a.next.page-numbers {
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: -100px;
    background: url(../images/angle-right-teal.svg) no-repeat;
    background-position: center center;
    background-size: 8px;
}

.error_page {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 60vh;
    text-align: center;
} 
.main_content {
    padding-top: 100px;
    padding-bottom: 100px;
}


.single_blog_wrap .cn_section_09 {
    padding-top: 80px;
    min-height: 800px;
}
.single_blog_wrap .sections_header.cn_head_center h3 {
    color: #707070;
}
.blog_date {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.4px;
    color: #B1AA87;
    font-family: 'Renner*';
    font-weight: 500;
    margin-bottom: 8px;
}
.blog_title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    color: #3C3C3C;
    border-bottom: #B1AA87 1px solid;
    margin-bottom: 30px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.single_blog_wrap h2, 
.single_blog_wrap h3, 
.single_blog_wrap h4, 
.single_blog_wrap h5, 
.single_blog_wrap h6 {
    font-weight: 500;
    color: #252424;
    line-height: 1.25;
    margin-bottom: 24px;
}
.single_blog_wrap ul,
.single_blog_wrap ol {
    margin: 0;
    padding: 0;
    padding-left: 17px;
    margin-bottom: 24px;
}
.single_blog_wrap p, 
.single_blog_wrap ul li,
.single_blog_wrap ol li {
    font-weight: 500;
    color: #252424;
}
.single_blog_wrap h2 {
    font-size: 23px;
}
.single_blog_wrap h3 {
    font-size: 21px;
}
.single_blog_wrap h4 {
    font-size: 19px;
}
.single_blog_wrap h5 {
    font-size: 18px;
}
.single_blog_wrap h6 {
    font-size: 17px;
}
.single_blog_wrap p {
    font-size: 14px;
}
.single_blog_wrap a {
    color: #B1AA87;
    text-decoration: underline;
}
.single_blog_wrap .news_btn .btn {
    background-color: #B1AA87;
    border-color: #B1AA87;
    color: #fff;
    text-decoration: none;
}
.single_blog_wrap .news_btn .btn i {
    background: url(../images/angle-right-white.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    right: auto;
    left: 24px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    height: 10px;
}
.single_blog_wrap .wp-block-table td, .single_blog_wrap .wp-block-table th {
    border-color: #CCCCCC;
    border-left: none;
    border-right: none;
}

/* Product Page */
.single_product_wrap {
    padding-top: 48px;
    padding-bottom: 48px;
    min-height: 800px;
}
.product_item_wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.product_item_wrap .media {
    max-width: 450px;
    width: 100%;
}
.product_item_wrap .context {
    max-width: 400px;
    width: 100%;
}
.product_item_wrap .product_slider {
    margin-bottom: 14px;
    height: 450px;
}
.product_item_wrap .product_slider div {
    height: 100%;
}
.product_item_wrap .product_slider div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_item_wrap .product_slider_nav {
    margin-left: -7px;
    margin-right: -7px;
}
.product_item_wrap .product_slider_nav .slide_item {
    padding-left: 7px;
    padding-right: 7px;
}
.product_item_wrap .product_slider_nav .slick-arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #fff;
    overflow: hidden;
    text-indent: -200px;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    cursor: pointer;
}
.product_item_wrap .product_slider_nav .slick-prev {
    left:-35px;
    background: url(../images/angle-left-grey.svg) no-repeat;
    background-position: center center;
    background-size:8px;
}
.product_item_wrap .product_slider_nav .slick-next {
    right:-35px;
    background: url(../images/angle-right-grey.svg) no-repeat;
    background-position: center center;
    background-size:8px;
}
.product_slider_nav div {
    height:102px;
}
.product_slider_nav div img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product_item_wrap .context .title {

}
.product_item_wrap .context .title .jp {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2.8px;
    font-weight: 500;
    color: #3C3C3C;
    display: block;
}
.product_item_wrap .context .title .en {
    font-size: 19px;
    letter-spacing: 3.8px;
    font-family: 'Renner*';
    font-weight: 500;
    color: #3C3C3C;
}
.product_item_wrap .context .origin {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #B4B4B4;
    font-family: 'Renner*';
    font-weight: 500;
}
.product_item_wrap .context .quantity {
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #3C3C3C;
}
.product_item_wrap .context .description {
    color: #3C3C3C;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 20px;
}
.product_item_wrap .context .price {
    font-size: 22px;
    letter-spacing: 2.2px;
    color: #3C3C3C;
    font-weight: 700;
    text-align: right;
    margin-bottom: 4px;
}
.product_item_wrap .context .price span {
    font-size: 10px;
    font-weight: 700;
}
.product_item_wrap .context .price span.fs12 {
    font-size: 14px;
    font-weight: 700;
}
.product_item_wrap .context .page_link {
    margin-bottom: 30px;
}
.product_item_wrap .context .page_link .btn {
    background-color: #707070;
    border-color: #707070;
    width: 100%;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    gap: 30px;
    padding: 9px 30px;
    transition: all 0.5s ease-in-out;
}
.product_item_wrap .context .page_link .btn:hover {
    background-color: rgba(112,112,112, 0.7);
    border-color: rgba(155,155,155, 1);
}
.product_item_wrap .context .page_link .btn i {
    position: static;
    background: url(../images/angle-right-white.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 10px;
    height: 10px;
}
.product_item_wrap .context .box {
    border:rgba(112, 112, 112, 50%) 0.5px solid;
    padding: 16px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
}
.product_item_wrap .context .box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.product_item_wrap .context .box ul li {
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 4px;
}
.product_item_wrap .context .box ul li span {
    font-weight: bold;
    font-size: 10px;
}
/* .product_item_wrap .context .box ul li:nth-child(1){
    padding-left: 20px;
}
.product_item_wrap .context .box ul li:nth-child(3){
    padding-left: 12px;
} */
.product_item_wrap .context .box ul li::before {
    content: "○";
    color: #3c3c3c;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.1em;
}
.product_item_wrap .context .notes {
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 1.2px;
    color: #707070;
    font-weight: 500;
    text-align: right;
    margin-bottom: 24px;
}
.product_item_wrap .context .lebeling {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500px;
    letter-spacing: 1.2px;
    color: #3C3C3C;
}

.product_free_text {
    margin-top: 120px;
    border:rgba(112, 112, 112, 50%) 0.5px solid;
    padding:32px  110px;
}
.product_free_text .title {
    text-align: center;
    font-size: 27px;
    line-height:1.25;
    font-weight: 500;
    color: #3C3C3C;
    margin-bottom: 24px;
}
.product_free_text ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.product_free_text ul li {
margin-bottom: 6px;
font-size: 14px;
line-height: 20px;
color: #3C3C3C;
position: relative;
padding-left: 16px;
}
.product_free_text ul li::before {
    content: "○";
    color: #3c3c3c;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.1em;
    position: absolute;
    left:0;
}
.product_free_text ul li ul {
    margin-top: 30px;
    margin-bottom: 30px;
}
.product_free_text ul li ol li::before {
    content: "";
    display: none;
    color: #3c3c3c;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.1em;
    position: absolute;
    left:0;
}
.product_free_text ul li ul li {
    padding-left: 20px;
}
.product_free_text ul li ul li:nth-child(1):before {
    content:'\2460';
}
.product_free_text ul li ul li:nth-child(2):before {
    content:'\2461';
}
.product_free_text ul li ul li:nth-child(3):before {
    content:'\2462';
}
.product_free_text ul li ul li:nth-child(4):before {
    content:'\2463';
}
.product_free_text ul li ul li:nth-child(5):before {
    content:'\2464';
}
.product_free_text ul li ul li:nth-child(6):before {
    content:'\2465';
}
.product_free_text ul li ul li:nth-child(7):before {
    content:'\2466';
}
.product_free_text ul li ul li:nth-child(8):before {
    content:'\2467';
}
.product_free_text ul li ul li:nth-child(9):before {
    content:'\2468';
}
.product_free_text ul li ul li:nth-child(10):before {
    content:'\2469';
}
.product_free_text ul li ul li:nth-child(11):before {
    content:'\246A';
}
.product_free_text ul li ul li:nth-child(12):before {
    content:'\246B';
}
.product_free_text ul li ul li:nth-child(13):before {
    content:'\246C';
}
.product_free_text ul li ul li:nth-child(14):before {
    content:'\246D';
}
.product_free_text ul li ul li:nth-child(15):before {
    content:'\246E';
}
.product_free_text ul li ul li:nth-child(16):before {
    content:'\246F';
}
.product_free_text ul li ul li:nth-child(17):before {
    content:'\2470';
}
.product_free_text ul li ul li:nth-child(18):before {
    content:'\2471';
}
.product_free_text ul li ul li:nth-child(19):before {
    content:'\2472';
}
.product_free_text ul li ul li:nth-child(20):before {
    content:'\2473';
}

.product_free_text ul li ul li::marker {
    color: #707070;
    font-size: 11px;
    display: none;
}


/* About Page */

.page_about_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
.axsia_cellnage {
    position: relative;
    margin-left: -70px;
    margin-right: -70px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;
}
.axsia_cellnage .media {
    max-width: 759px;
    width: 100%;
    box-shadow: #C9C7BD 10px 10px 20px;
}
.axsia_cellnage .context {
    max-width: 598px;
    width: 100%;
    background-color: rgba(242, 242, 242, 85%);
    padding:60px 70px;
    margin-top: 105px;
    margin-left: -77px;
    font-size: 15px;
    font-weight: 500;
}

.axsia_beauty_salon {
    padding-top: 100px;
    padding-bottom: 100px;
}
.abs_top_wrapper {
    position: relative;
}
.abs_top_wrapper .texture {
    width: calc(50% + 217px);
    position: absolute;
    z-index: -1;
    height: 570px;
}
.abs_top_wrapper .texture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abs_row_top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-top: 95px;
}
.abs_row_top .media {
    max-width: 620px;
    width: 100%;
    margin-right: -70px;
    margin-top: 55px;
    box-shadow: #C9C7BD 10px 10px 20px;
}
.abs_row_top .context {
    margin-left: 95px;
    max-width: 410px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #3C3C3C;
}
.abs_row_top .context h2 {
    margin-bottom: 27px;
    font-family: 'yu-mincho-pr6n', sans-serif;
}

.abs_bottom_wrapper {
    position: relative;
}
.abs_bottom_wrapper .texture {
    width: calc(50% + 217px);
    position: absolute;
    z-index: -1;
    height: 230px;
    right: 0;
    top:176px;
}
.abs_row_below {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.abs_row_below .media_01 {
    max-width: 505px;
    width: 100%;
    margin-top: -25px;
    box-shadow: #C9C7BD 10px 10px 20px;
}
.abs_row_below .media_02 {
    max-width: 430px;
    width: 100%;
    margin-top: 226px;
    box-shadow: #C9C7BD 10px 10px 20px;
}

.cellnage_menu_wrap {
    padding-top: 100px;
    padding-bottom: 205px;
}
.cellnage_menu_wrap .sections_header {
    margin-bottom: 95px;
}
.cn_menu_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}
.cn_menu_row .context {
    border: rgba(112, 112, 112, 50%) 0.5px solid;
    border-radius: 3px;
    padding: 35px 70px;
    max-width: 320px;
    width: 100%;
}
.cn_menu_row .context ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.cn_menu_row .context ul li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing:normal;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 12px;
}
.cn_menu_row .context ul li::before {
    content: "○";
    color: #3c3c3c;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.1em;
}
.cn_menu_row .media {
    position: relative;
}
.cn_menu_row .media .base_media {
    max-width: 473px;
    width: 100%;
    box-shadow: #C9C7BD 10px 10px 20px;
}
.cn_menu_row .media .overlap_media {
    max-width: 288px;
    width: 100%;
    position: absolute;
    right:-95px;
    top: calc(100% - 90px);
    box-shadow: #C9C7BD 10px 10px 20px;
}

.cn_salon_wrap {
    padding-top: 100px;
}
.cn_salon_wrap .sections_header {
    margin-bottom: 95px;
}
.cn_salon_row {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-left: 40px;
    padding-right: 40px;
}
.cn_salon_row .media {
    max-width: 495px;
    width: 100%;
}
.cn_salon_row .context {
    font-size: 15px;
    font-weight: 500;
}
.cn_salon_row .context p {
    margin-bottom: 0px;
}
.cn_salon_row .context .title {
    margin-bottom: 16px;
}
.cn_salon_row .context .title h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 3px;
}
.cn_salon_row .context .title .jp {
    font-size: 18px;
    font-weight: 500;
}
.cn_salon_row .context .link {
    margin-bottom: 24px;
}

/* elasticity animation css */


/* .elasticity-target {
    animation: elasticity 1.3s cubic-bezier(.215,.61,.355,1) forwards;
    display: inline-block;
    transform: translateY(100%) scaleY(3);
    transform-origin: top;
} */








@media screen and (min-width:768px){

    /* hero-bg */

    .hero-bg-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    /* Hero Slider Desktop Start here ============ */
    
    .hero_wrapper {
        width: 100vw;
        height: 56vw;
        /* position: relative; */
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .site_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }
    .hero_carousel .hero_item {
        display: flex;
        width: 100vw;
        height: 56vw;
    }
    .hero_carousel .hero_item .col.left,
    .hero_carousel .hero_item .col.right {
        width: 50%;
        position: relative;
        height: 56vw;
        overflow: hidden;
    }
    .hero_carousel .hero_item .col.left .col_inside {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        transition: 1s cubic-bezier(.25,.46,.45,.94);
        transition-delay: .5s;
        height: 0%;
        overflow: hidden;
    }
    .hero_carousel .hero_item .col.right .col_inside {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        transition: 1s cubic-bezier(.25,.46,.45,.94);
        transition-delay: .5s;
        height: 0%;
        overflow: hidden;
    }
    .hero_carousel .slick-current .hero_item .col.left .col_inside,
    .hero_carousel .slick-current .hero_item .col.right .col_inside {
        height: 100%;
    }
    .hero_carousel .hero_item .col.left .col_inside img {
        position: absolute;
        bottom: 0;
        transition: 2s cubic-bezier(.39,.575,.565,1);
        transform: translateY(40px);
        width: 100%;
        height: 56vw;
        object-fit: cover;
    }

    .hero_carousel .hero_item .col.right .col_inside img {
        position: absolute;
        top: 0;
        transition: 2s cubic-bezier(.39,.575,.565,1);
        transform: translateY(-40px);
        width: 100%;
        height: 56vw;
        object-fit: cover;
    }
    
    .hero_carousel .slick-current .hero_item .col.left .col_inside img, 
    .hero_carousel .slick-current .hero_item .col.right .col_inside img {
        transform: translate(0) scale(1);
    }
    
    /* Hero Slider Desktop End here ============ */
    
}

.item__videoarea--btn.vidPlay {
    display: none;
}

svg {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.elasticity-wrap {
    overflow: hidden;
}
.d_only_mobile {
    display: none !important;
}

@media screen and (max-width:1365px){
    .container {
        max-width: 1080px;
    }
    .container.px_95 {
        padding-left: calc(45px + 16px);
        padding-right: calc(45px + 16px);
    }
    .cn_context_approach.approach_01 .media {
        margin-right: -40px;
    }
    .cn_context_approach.approach_01 .media .cycle_img {
        width: 350px;
    }
    .cn_context_approach.approach_01 .box {
        /* padding-left: 90px; */
    }
    .skincare_item {
        max-width: 480px;
    }
    .axsia_cellnage {
        margin-left: -38px;
        margin-right:-38px;
    }
    .abs_top_wrapper .texture {
        height: auto;
    }
    .abs_row_top {
        gap: 60px;
    }
    .abs_row_top .context {
        margin-left: 38px;
    }
    .abs_row_top .media {
        margin-right: -38px;
    }
    .abs_row_below .media_01 {
        max-width: 430px;
    }
    .cn_menu_row .media .overlap_media {
        right: -82px;
    }
    .cn_salon_row {
        padding-left: 0;
        padding-right: 0;
    }

    /* .product_item_wrap .context .box {
        padding-left: 62px;
    } */
}

@media screen and (max-width:1199px){
    .container {
        max-width: 920px;
    }
    .nav_context .title .jp {
        font-size: 21px;
    }
    /* Home */
    .cn_section_01 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .cn_section_01 .cn_context_02 .context {
        padding-left: 0px;
    }
    .cn_section_02 {
        height: 300px;
    }
    .cn_section_02 .row {
        height: 300px;
        padding-top: 60px;
    }
    .cn_section_02 .row img {
        max-width: 240px;
    }
    .cn_section_03 .cn_context_story .context {
        max-width: 430px;
    }
    .cn_section_03 .cn_context_story.story_02 {
        margin-top: 60px;
    }
    .cn_section_04 .media_full {
        width: calc(50% + 158px);
    }
    .cn_section_04 .media {
        max-width: 430px;
        margin-top: -65px;
    }
    .cn_context_approach.approach_01 .media {
        margin-right: 0;
    }
    .cn_context_approach.approach_01 .media .cycle_img {
        width: 300px;
    }
    .cn_context_approach.approach_01 .media_ap {
        margin-top: -80px;
    }
    .cn_context_approach.approach_01 .box {
        /* padding-left: 50px; */
    }
    .you_gothic_30 h2 {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1.6px;
        font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    }
    .cn_context_approach.approach_02 .media .base_media {
        max-width: 360px;
    }
    .cn_context_approach.approach_02 .media .above_media {
        max-width: 320px;
    }
    .cn_context_approach.approach_02 {
        margin-bottom: 100px;
    }
    .cn_context_approach.approach_03 .context {
        margin-left: 0;
    }
    .cn_context_approach.approach_03 {
        margin-bottom: 100px;
    }
    .cn_context_approach.approach_04 {
        align-items: center;
    }
    .cn_context_approach.approach_04 .context {
        margin-left: 0px;
    }
    .cn_context_approach.approach_04 .context {
        margin-left: 0px;
    }
    .cn_section_05 {
        padding-bottom: 100px;
    }
    .cn_context_approach.approach_05 {
        margin-bottom: 0px;
    }
    .cn_context_approach.approach_05 .media {
        margin-left: 0;
    }
    .cn_section_04.texture_pro .media {
        max-width: 460px;
        margin-top: -116px;
        margin-right: 0;
    }
    .cn_how_to {
        padding-top: 260px;
        margin-top: -200px;
    }
    .cn_how_to .sections_header {
        margin-bottom: 40px;
    }
    .skincare_item {
        max-width: 420px;
        padding: 40px 30px;
        padding-top: 60px;
        min-height: 560px;
    }
    .skincare_item .product_area {
        width: 200px;
        bottom: -38px;
    }
    .cn_product_02.skincare_item {
        margin-top: -458px;
    }
    .cn_product_02.skincare_item .product_area {
        width: 210px;
        bottom: -35px;
        right: -40px;
    }
    .skincare_item .title span.jp {
        font-size: 18px;
        line-height: 30px;
    }
    .skincare_item .title span.en {
        font-size: 13px;
        line-height: 24px;
    }
    .cn_section_07 .cn_section_04.texture_pro .media {
        max-width: 480px;
    }
    .cn_section_07 .cn_section_04 .media_img02 {
        margin-left: 0;
        margin-top: 60px;
    }
    .home .cn_section_09 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .cn_news_wrap .news_item {
        gap: 60px;
        padding-left: 60px;
        padding-right: 60px;
    }
    .axsia_row .media {
        max-width: 460px;
    }
    .cn_section_10 .full_media {
        top: 200px;
        height: auto;
    }
    .cn_section_10 {
        margin-bottom: 0;
    }
    .cn_section_11 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    /* Home end */
    /* Product */
    .product_item_wrap .product_slider_nav .slick-prev {
        left: -28px;
    }
    .product_item_wrap .product_slider_nav .slick-next {
        right: -28px;
    }
    .product_free_text {
        margin-top: 60px;
    }
    /* Product End */

    /* News */
    .news-wrap .cn_section_09 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .blog .cn_news_wrap .news_item {
        padding-left: 70px;
        padding-right: 70px;
    }
    .single_blog_wrap .cn_section_09 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    /* News end */


    .page_about_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .axsia_cellnage {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 60px;
    }
    .axsia_cellnage .context {
        padding: 40px 40px;
    }
    .axsia_beauty_salon {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .abs_row_top {
        gap: 40px;
        padding-bottom: 95px;
    }
    .abs_row_top .context {
        margin-left: 0;
    }
    .abs_row_top .media {
        margin-right: 0;
    }
    .abs_row_below {
        gap: 40px;
    }
    .container.px_95 {
        padding-left: calc(0px + 16px);
        padding-right: calc(0px + 16px);
    }
    .cellnage_menu_wrap {
        padding-top: 60px;
        padding-bottom: 140px;
    }
    .cellnage_menu_wrap .sections_header {
        margin-bottom: 60px;
    }
    .cn_menu_row .context {
        padding: 35px;
    }
    .cn_menu_row .media .base_media {
        max-width: 430px;
    }
    .cn_menu_row .media .overlap_media {
        right: auto;
        left: -95px;
    }
    .cn_salon_wrap {
        padding-top: 60px;
    }
    .cn_salon_wrap .sections_header {
        margin-bottom: 60px;
    }
    .cn_salon_row {
        gap: 40px;
    }
    .cn_salon_row .media {
        max-width: 430px;
    }
    .cn_salon_row .context iframe {
        width: 100%;
    }
    .cn_salon_row .context {
        max-width: 50%;
        width: 100%;
    }

    .site_footer .footer_top {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .site_footer .footer_top .media {
        max-width: 120px;
    }
    .site_footer .footer_top .context .title {
        margin-top: 15px;
    }
    .site_footer .footer_top .context .title .jp {
        font-size: 25px;
        line-height: 1.25;
    }
    .site_footer .footer_top .context .title .en {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 1.4px;
    }
    .site_footer .footer_top .context .social_links {
        margin-top: 40px;
        margin-left: 60px;
    }
}

@media screen and (max-width:991px){
    .container {
        max-width: 640px;
    }
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navigation_content {
        gap: 20px;
    }
    .navlist > ul, .navlist .menu {
        grid-template-columns: 140px 220px;
        gap: 20px;
        row-gap: 20px;
        grid-auto-rows: 50px;
    }
    .navlist ul li a {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 2px;
        gap: 8px;
    }
    .navlist > ul > li > a span, .navlist ul li a::before {
        width: 20px;
    }
    .navlist ul li ul {
        padding-left: 28px;
    }
    .navlist ul li ul li {
        margin-top: 8px;
        margin-bottom: 4px;
    }
    .navlist ul li ul li a span.jp {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .navlist ul li ul li a span.en {
        font-size: 12px;
    }
    .nav_context .media {
        max-width: 100px;
    }
    .nav_context .title a {
        padding-top: 16px;
    }
    .nav_context .title .jp {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .nav_context .title .en {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 1px;
    }
    .nav_context .social_links {
        margin-top: 20px;
    }

    .cn_section_01 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .cn_section_01 .cn_context_02 {
        align-items: flex-end;
        flex-direction: column;
    }
    .cn_section_01 .cn_context_02 .context {
        width: 100%;
        margin-bottom: 40px;
    }
    .cn_section_01 .sections_body .texture {
        height: 80vh;
    }
    .cn_section_02 {
        height: 260px;
    }
    .cn_section_02 .row {
        height: 260px;
    }
    .cn_section_02 .row img {
        max-width: 200px;
    }
    .cn_section_01 .cn_context_1 {
        max-width: 100%;
    }
    .cn_section_03 .sections_header {
        padding-bottom: 40px;
    }
    .cn_section_03 .cn_context_story.story_01 {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .cn_section_03 .cn_context_story.story_01 .media {
        max-width: 100%;
        order: 2;
    }

    .cn_section_03 .cn_context_story.story_01 .context {
        top: auto;
        left: calc(30px - 0px);
        max-width: calc(100% - 30px);
        position: relative;
        order: 1;
        bottom:0px;
        z-index: 1;
        margin-bottom: -60px;
    }
    .cn_section_03 .cn_context_story.story_02 {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }
    .cn_section_03 .cn_context_story.story_02 .media {
        order: 2;
    }
    .cn_section_03 .cn_context_story.story_02 .context {
        max-width:calc(100% - 30px);
        position: relative;
        right:30px;
        order: 1;
        z-index: 1;
        bottom: 0;
        margin-bottom: -150px;
    }
    .cn_section_03 .cn_context_story.story_03 {
        margin-top: 60px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .cn_section_03 .cn_context_story.story_03 .media {
        order: 2;
    }
    .cn_section_03 .cn_context_story.story_03 .context {
        top: auto;
        position: relative;
        order: 1;
        max-width: calc(100% - 30px);
        margin-bottom: -40px;
        z-index: 1;
    }
    .cn_section_04 .media_full .logo {
        top: 0;
    }
    .cn_context_approach.approach_01 {
        flex-direction: column;
    }
    .cn_context_approach.approach_01 .context {
        max-width: 100%;
    }
    .cn_context_approach.approach_01 .media {
        max-width: 100%;
    }
    .cn_context_approach.approach_01 .media .cycle_img {
        width: 350px;
    }
    .cn_context_approach.approach_01 .media_ap {
        max-width: 560px;
        margin-top: -120px;
    }
    .cn_context_approach.approach_02 {
        flex-direction: column;
        margin-bottom: 140px;
    }
    .cn_context_approach.approach_02 .media {
        max-width: 100%;
        order: 2;
    }
    .cn_context_approach.approach_02 .context {
        max-width: 100%;
        order: 1;
    }
    .cn_context_approach.approach_02 .media .base_media {
        max-width: 395px;
    }
    .cn_context_approach.approach_02 .media .above_media {
        max-width: 406px;
    }
    .cn_context_approach.approach_03 {
        gap: 30px;
        flex-direction: column;
    }
    .cn_context_approach.approach_03 .context {
        max-width: 100%;
    }
    .cn_context_approach.approach_04 {
        gap: 30px;
        flex-direction: column;
    }
    .cn_context_approach.approach_04 .context {
        max-width: 100%;
    }
    .cn_context_approach.approach_04 .media {
        max-width: 100%;
    }
    .cn_context_approach.approach_05 .media {
        margin-top: -80px;
        margin-left: -30px;
    }
    .cn_context_approach.approach_01 .box {
        /* padding-left: 114px; */
    }
    .cn_section_04 .media_full {
        width: calc(50% + 79px);
    }
    .cn_section_04.texture_pro .media {
        max-width: 360px;
        margin-top: -58px;
    }
    .skincare_item {
        margin-left: auto;
        margin-right: auto;
    }
    .cn_product_02.skincare_item {
        margin-top: 80px;
    }
    .cn_section_07 .sections_header {
        padding-right: 40px;
        padding-left: 40px;
        margin-bottom: 40px;
    }
    .cn_section_07 .sections_header h2 {
        font-size: 22px;
        line-height: 40px;
    }
    .cn_products_row {
        grid-template-columns: repeat(1, 1fr);
    }
    .cn_products_row .products_item .item_image {
        min-height: auto;
    }
    .cn_news_wrap .news_item {
        padding: 20px;
        gap: 20px;
    }
    .axsia_row {
        flex-direction: column;
        align-items: flex-start;
    }
    .cn_section_10 .full_media {
        height:calc(100% - 200px - 50px);
    }
    .enquiry_item {
        padding: 16px 32px;
    }
    .enquiry_item fieldset {
        gap: 16px;
    }
    .enquiry_item fieldset .feild_group {
        max-width: 350px;
    }
    .cn_enquiry_form .notes {
        margin-top: 30px;
    }
    h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .cn_section_04 .media {
        max-width: 340px;
        margin-top: -20px;
    }

    /* News */
    .blog .cn_news_wrap .news_item {
        padding: 20px;
    }
    .blog .cn_news_wrap .news_item .date {
        line-height: 1;
    }

    /* About  */
    .axsia_cellnage {
        flex-direction: column;
    }
    .axsia_cellnage .context {
        max-width: 100%;
        margin-left: 30px;
        margin-top: -100px;
    }
    .axsia_beauty_salon {
        padding-top: 0;
    }
    .abs_row_top {
        gap: 30px;
        flex-direction: column;
        padding-top: 0;
    }
    .abs_top_wrapper .texture {
        width: calc(50% + 100px);
    }
    .abs_row_top .context {
        max-width: 100%;
        padding-top: 40px;
        order: 2;
    }
    .abs_row_top .media {
        order: 1;
        margin-top: 0;
    }
    .abs_top_wrapper .texture {
        width: calc(100% - 30px);
        height: 100%;
        top: 180px
    }
    .abs_row_below {
        flex-direction: column;
    }
    .abs_row_below .media_01 {
        max-width: 100%;
    }
    .abs_row_below .media_02 {
        max-width:540px;
        margin-top:0px;
        margin-left: auto;
        margin-right: -30px;
    }
    .abs_bottom_wrapper .texture {
        height: 300px;
        top: 320px;
        width: 640px;
    }
    .abs_bottom_wrapper .texture img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .cn_menu_row {
        flex-direction: column;
    }
    .cn_menu_row .context {
        max-width: 100%;
    }
    .cn_menu_row .media .base_media {
        max-width: 540px;
        margin-left: -30px;
    }
    .cn_menu_row .media .overlap_media {
        right: 0;
        left: 260px;
        max-width: 378px;
        position: relative;
        margin-top: -100px;
    }
    .cellnage_menu_wrap {
        padding-bottom: 60px;
    }
    .cn_salon_row {
        flex-direction: column;
    }
    .cn_salon_row .media {
        max-width: 100%;
    }
    .cn_salon_row .context {
        max-width: 100%;
    }

    /* Product */
    .product_item_wrap {
        flex-direction: column;
    }
    .product_item_wrap .media {
        margin-left: auto;
        margin-right: auto;
    }
    .product_item_wrap .context {
        max-width: 100%;
    }
    .product_free_text {
        padding: 32px 20px;
    }
    /* .product_item_wrap .context .box {
        padding-left: 160px;
    } */

}

@media screen and (max-width:767px){
    .hero-bg {
        height: 100vh;
        position: absolute;
        z-index: 1;
    }
    .hero-bg-logo {
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .h-line{
        line-height: 34px !important;
    }
    .breadcrumb ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        gap: 12px;
        align-items: center;
        flex-wrap: wrap;
    }
    h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .you_gothic_30 h2 {
        font-size: 30px;
        line-height: 50px;
    }
    .page-template-page-about .you_gothic_30 h2 {
        font-size: 23px;
        line-height: 50px;
    }
    .cn_section_07 .sections_header h2 {
        font-size: 20px;
        line-height: 40px;
    }
    .cn_how_to .sections_header h2 {
        font-size: 36px;
        line-height: 60px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container.px_95 {
        padding-left: calc(0px + 20px);
        padding-right: calc(0px + 20px);
    }
    .d_only_mobile {
        display: block !important;
    }
    .d_only_desktop {
        display: none !important;
    }
    .site_header {
        padding-top: 0px;

    }
    .site_header .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .humbrger-icon {
        margin-left: 20px;
    }

    .navigation {
        padding: 70px 20px 20px;
    }
    .navigation_content {
        flex-direction: column;
        gap: 50px;
    }
    .navlist > ul, .navlist .menu {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        row-gap: 35px;
        grid-auto-rows: auto;
    }
    .social_links .text {
        
    }
    .navlist {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navlist > ul > li > a span, .navlist ul li a::before {
        width: 27px;
    }
    .navlist ul li a {
        font-size: 20px;
        line-height: 27px;
        gap: 16px;
    }
    .navlist ul li ul li a span.jp {
        font-size: 16px;
    }
    .navlist ul li ul li a span.en {
        font-size: 14px;
    }
    .nav_context .media {
        max-width: 161px;
    }
    .nav_context .title a {
        padding-top: 24px;
    }
    .nav_context .title .jp {
        font-size: 21px;
        line-height: 30px;
    }
    .nav_context .title .en {
        font-size: 14px;
        line-height: 19px;
    }
    .nav_context .social_links {
        margin-top: 24px;
    }


    /* Hero Slider ================== */
    
    .hero_wrapper {
        width: 100vw;
        height: 180vw;
        position: relative;
    }
    .hero-bg {
        width: 100vw;
        height: 180vw;
        /* position: relative; */
    }
    .site_logo {
        position: absolute;
        top: 153px;
        width: 250px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .hero-bg-logo {
        position: absolute;
        top: 168px;
        width: 250px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .hero-bg-wrap {
        display: block;
    }
    .hero_carousel .hero_item .col.left,
    .hero_carousel .hero_item .col.right {
        width: 100%;
        height: 90vw;
        position: relative;
        overflow: hidden;
    }
    .hero-bg .hero-bg-item {
        width: 100%;
        height: 90vw;
        position: relative;
        overflow: hidden;
    }
    .hero_carousel .hero_item .col.left .col_inside, 
    .hero_carousel .hero_item .col.right .col_inside {
        position: absolute;
        width: 0;
        height: 90vw;
        bottom: 0;
        transition: 1s cubic-bezier(.25,.46,.45,.94);
        transition-delay: .5s;
        overflow: hidden;
    }
    .hero_carousel .hero_item .col.left .col_inside {
        left: 0;
    }
    .hero_carousel .hero_item .col.right .col_inside {
        right: 0;
    }
    .hero_carousel .slick-current .hero_item .col.left .col_inside,
    .hero_carousel .slick-current .hero_item .col.right .col_inside {
        width: 100%;
    }
    .hero_carousel .hero_item .col img {
        position: absolute;
        left: 0;
        top: 0;
        transition: 2s cubic-bezier(.39,.575,.565,1);
        transform: translate(100%);
        width: 100vw;
        height: 111.25vw;
        object-fit: cover;
    }
    .hero_carousel .hero_item .col.left .col_inside img {
        /* left: 0;
        right: auto; */
        transform: translate(-40px);
    }
    .hero_carousel .hero_item .col.right .col_inside img {
        left: auto;
        right: 0;
        height: 140vw;
        transform:translate(40px,-40vw) scale(1);
    }
    .hero_carousel .slick-current .hero_item .col.left .col_inside img {
        transform: translate(0) scale(1);
    }
    .hero_carousel .slick-current .hero_item .col.right .col_inside img {
        transform: translateY(-40vw) scale(1);
    }
    /* Hero Slider End Here ========= */


    .site_content {
        margin-top: 0;
    }
    .sections_header {
        overflow: hidden;
    }
    .cn_section_01 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cn_section_01 .sections_header h2,
    .cn_section.cn_section_03.home-story .sections_header h2  {
        font-size: 36px;
    }
    .cn_section_01 .cn_context_1 {
        max-width: 301px;
        margin-bottom: 40px;
    }
    .cn_section_01 .sections_body .texture {
        height:70%;
        width: 310px;
    }
    .cn_section_01 .cn_context_02 .context {
        padding-left: 20px;
    }
    .cn_section_01 .cn_context_02 .media {
        max-width: 280px;
        margin-right: -20px;
    }
    .cn_section_02 {
        height: 200px;
    }
    .cn_section_02 > img {

    }
    .cn_section_03 .sections_header {
        padding-bottom: 0;
        margin-bottom: 50px;
    }
    .cn_section_02 .row {
        height: 200px;
        padding-top:40px;
    }
    .cn_section_02 .row img {
        max-width: 150px;
    }
    .cn_section_03 {
        padding-top: 50px;
    }
    .cn_section_03 .cn_context_story .context {
        padding: 30px 20px;
    }
    .cn_section_03 .cn_context_story.story_01 .context {
        margin-bottom: -40px;
    }
    .cn_section_03 .cn_context_story.story_01 .media {
        max-width: calc(100% - 20px);
    }
    .cn_section_03 .cn_context_story.story_02 {
        margin-top: 50px;
    }
    .cn_section_03 .cn_context_story.story_02 .context {
        max-width: calc(100% - 20px);
        right: 20px;
        margin-bottom: -110px;
    }
    .cn_section_03 .cn_context_story.story_02 .media {
        max-width: 224px;
        margin-right: -20px;
    }
    .cn_section_03 .cn_context_story.story_03 {
        margin-top: 50px;
    }
    .cn_section_03 .cn_context_story.story_03 .context {
        max-width: calc(100% - 20px);
    }
    .cn_section_03 .cn_context_story.story_03 .media {
        max-width: 100vw;
        margin-left: -20px;
        margin-right: -20px;
        width: 100vw;
    }
    .cn_section_04 .media_full {
        width: 290px;
    }
    .cn_section_04 .media {
        max-width: 277px;
        margin-top: -30px;
    }
    .cn_section_04 .media_full .logo {
        top: 50%;
        width: 17px;
        transform: translateY(-65%);
    }
    .cn_section_05 {
        padding-top: 50px;
    }
    .cn_context_approach {
        gap: 50px;
    }
    .cn_context_approach.approach_01 .media .cycle_img {
        width: 335px;
    }
    .cn_context_approach.approach_01 .media_ap {
        max-width: 100%;
        margin-top: 10px;
    }
    .cn_context_approach.approach_02 .media .base_media {
        max-width: 265px;
    }
    .cn_context_approach.approach_02 .media .above_media {
        max-width: 272px;
        left: auto;
        right: 0px;
        top: calc(100% - 135px);
    }
    .cn_context_approach.approach_02 {
        margin-bottom: 90px;
    }
    .cn_context_approach.approach_03 {
        margin-bottom: 80px;
    }
    .cn_context_approach.approach_01 .box ul li {
        font-size: 13px;
        line-height: 28px;
    }
    .cn_context_approach.approach_01 .box {
        padding: 20px;
    }

    .cn_section_03 .cn_context_story .context br {
        display: none;
    }
    .cn_context_approach.approach_01 .box ul li {
        background-size:12px;
    }
    .cn_context_approach.approach_04 .media {
        max-width: 316px;
        margin-left: auto;
    }
    .cn_context_approach.approach_05 .media {
        margin-top: -68px;
        margin-left: 0;
        max-width: 256px;
    }
    .cn_section_04.texture_pro .media_full {
        width: 338px;
    }
    .cn_section_04.texture_pro .media {
        max-width: 199px;
        margin-top: -70px;
    }
    .cn_how_to {
        padding-top: 150px;
        margin-top: -100px;
    }
    .skincare_item {
        padding: 34px 26px;
        padding-top: 40px;
        min-height: 402px;
    }
    .skincare_item .time {
        top: 12px;
        right: 26px;
        grid-template-columns: 16px 16px;
        gap: 8px;
    }
    .skincare_item .title {
        margin-bottom: 12px;
    }
    .skincare_item .textarea {
        font-size: 13px;
        line-height: 24px;
        margin-top: 16px;
    }
    .skincare_item .product_area {
        width: 162px;
    }
    .skincare_item .title span.jp {
        font-size: 14px;
        line-height: 24px;
    }
    .skincare_item .title span.en {
        font-size: 12px;
        line-height: 24px;
    }
    .cn_product_02.skincare_item .product_area {
        width: 167px;
        right: -20px;
    }
    .cn_product_02.skincare_item {
        margin-top: 90px;
    }
    .cn_section_07 {
        padding-top: 0;
    }
    .cn_section_07 .sections_header {
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 50px;
    }
    .cn_section_07 .cn_section_04.texture_pro .media {
        max-width: 243px;
        margin-top: -30px;
    }
    
    .cn_section_07 .cn_section_04 .media_img02 {
        margin-top: 50px;
        max-width: 318px;
    }
    .cn_products_row .products_item:nth-child(1) .item_image {
        width: 90px;
    }
    .cn_products_row .products_item .price {
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .cn_products_row {
        margin-bottom: 60px;
        gap: 50px;
    }
    .cn_products_row .item_weight {
        margin-top: 8px;
    }
    .enquiry_wrap {
        gap: 12px;
        flex-direction: column;
        margin-left: -20px;
        margin-right: -20px;
    }
    .cn_news_wrap .news_item {
        padding: 16px 0px;
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .axsia_row .media {
        max-width: 318px;
    }
    .axsia_row {
        gap: 40px;
    }
    .cn_enquiry_form {
        margin-left: -20px;
        margin-right: -20px;
    }
    .enquiry_item {
        padding: 16px 20px;
    }
    .enquiry_item fieldset {
        gap: 0;
        flex-direction: column;
    }
    .enquiry_item fieldset .feild_group {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
    .enquiry_item fieldset .feild_group .wpcf7-form-control-wrap {
        display: block;
    }
    .cn_enquiry_form .notes {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site_footer .footer_top {
        padding-top: 40px;
        padding-bottom: 40px;
        flex-direction: column;
        gap: 0;
        text-align: center;
    }
    .site_footer .footer_top .media {
        margin-left: auto;
        margin-right: auto;
    }
    .site_footer .footer_top .context a {
        padding-left: 0px;
    }
    .site_footer .footer_top .context .title .jp {
        font-size: 20px;
    }
    .site_footer .footer_top .context .title .en {
        font-size: 12px;
        line-height: 18px;
    }
    .site_footer .footer_top .context .social_links {
        margin-top: 30px;
        margin-left: auto;
        justify-content: center;
    }
    .social_links ul {
        margin-left: 30px;
    }

    .page .site_wrapper:not(.home.page .site_wrapper), .blog .site_wrapper, .single .site_wrapper {
        margin-top: 56px;
    }

    /* About */
    .page_about_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .axsia_cellnage .media {
        max-width: 318px;
    }
    .axsia_cellnage .context {
        max-width: 318px;
        margin-left: auto;
        padding: 30px 20px;
        margin-top: -60px;
    }
    .abs_row_top .media {
        max-width: 335px;
        margin-right: -20px;
        margin-left: auto;
    }
    .abs_top_wrapper .texture {
        width: calc(100% - 20px);
        top: 86px;
    }
    .abs_row_top {
        gap: 0;
    }
    .abs_row_top .context {
        padding-left: 20px;
        padding-right: 20px;
    }
    .abs_row_below .media_01 {
        max-width: 318px;
    }
    .abs_row_below {
        gap: 50px;
    }
    .axsia_beauty_salon {
        padding-bottom: 40px;
    }
    .abs_bottom_wrapper .texture {
        height: 200px;
        top: 186px;
        width: calc(100% - 40px);
    }
    .abs_row_below .media_02 {
        max-width: 284px;
        margin-right: 0px;
    }
    .cellnage_menu_wrap {
        padding-bottom: 40px;
    }
    .cellnage_menu_wrap .sections_header {
        margin-bottom: 30px;
    }
    .cn_menu_row .context {
        padding: 50px;
    }
    .cn_menu_row {
        gap: 40px;
    }
    .cn_menu_row .media .base_media {
        max-width: 279px;
        margin-left: 0;
    }
    .cn_menu_row .media {
        width: 100%;
    }
    .cn_menu_row .media .overlap_media {
        right: 0;
        left: auto;
        max-width: 170px;
        position: relative;
        margin-top: -50px;
        margin-left: auto;
    }
    .cn_salon_wrap .sections_header {
        margin-bottom: 30px;
    }
    .cn_salon_row .context .title h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .cn_salon_row .context .title .jp {
        font-size: 16px;
        line-height: 30px;
    }

    /* News */
    .cn_section_09 .sections_header {
        margin-bottom: 30px;
    }
    .blog .cn_news_wrap .news_item {
        padding: 16px 0;
    }
    .blog .cn_news_wrap .news_item .date {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 4px;
    }
    .blog .cn_news_wrap .news_item .context {
        font-size: 14px;
        line-height: 25px;
    }
    .pagination {
        gap: 16px;
    }
    .breadcrumb ul li {
        font-size: 11px;
        line-height: 16px;
    }
    .breadcrumb ul li + li::before {
        font-size: 11px;
        margin-left: -4px;
        padding-right: 4px;
    }
    .single_blog_wrap .cn_section_09 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* Product */
    .product_item_wrap .context .title .jp {
        font-size: 24px;
    }
    .product_item_wrap .context .title .en {
        font-size: 15px;
        letter-spacing: 2px;
    }
    .product_item_wrap .media {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product_item_wrap .product_slider {
        height: 295px;
    }
    .product_item_wrap .context .box {
     padding: 20px;
    }
    .product_slider_nav div {
        height:89px;
    }



}

/*================ hamburger button start here ============*/
.humbrger-icon { transition: 0.3s;}
    .c-hamburger {
      display:block;
      position:relative;
      overflow:hidden;
      margin:0; float:right;
      padding:0px;
      width:36px;
        height: 40px;
      font-size:0;
      text-indent: -9999px;
      appearance: none;
      box-shadow: none;
      border-radius: none;
      border: none;
      cursor: pointer;
      transition: background 0.3s;
      background-color: transparent;
    }
    .c-hamburger:focus {outline:none;}
    .c-hamburger span {
      display: block;
      position: absolute;
      top:20px;
      left:0px;
      right:0px;
      height:2px;
      /*background:#fff;*/ border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px;
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height:2px;
      background-color:#fff;
      content: "";
      border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px;
    }
    .c-hamburger span::before {top:-8px;}
    .c-hamburger span::after {bottom:-8px;}
    .c-hamburger--htx {/*background-color:transparent !important;  border:none !important; padding:0px !important;*/}
    .c-hamburger--htx span {transition:background 0s 0.3s;}
    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s;
    }
    .c-hamburger--htx span::before {transition-property:top, transform;}
    .c-hamburger--htx span::after {transition-property: bottom, transform;}
    /* active state, i.e. menu open */
    .mobile-menu-active .c-hamburger--htx {
      background-color: transparent;
    }
    .mobile-menu-active .c-hamburger--htx span {background:none;}
    .mobile-menu-active .c-hamburger--htx span::before {top: 0;  transform: rotate(20deg);}
    .mobile-menu-active .c-hamburger--htx span::after {bottom: 0; transform: rotate(-20deg);}
    .mobile-menu-active .c-hamburger--htx span::before,
    .mobile-menu-active .c-hamburger--htx span::after {
      transition-delay: 0s, 0.3s;
          background-color:#fff;
    }

    .blog .c-hamburger span::before, .blog .c-hamburger span::after,
    .single .c-hamburger span::before, .single .c-hamburger span::after,
    .error404 .c-hamburger span::before, .error404 .c-hamburger span::after,
    .page .c-hamburger span::before, .page .c-hamburger span::after {
        background-color: #B1AA87;
        transition:all 0.5s ease-in-out;
    }
    .header_bg.home .c-hamburger span::before, .header_bg.home .c-hamburger span::after {
        background-color: #B1AA87;
    }
    .home .c-hamburger span::before, .home .c-hamburger span::after {
        background-color: #ffffff;
    }
    .blog .c-hamburger:hover span:before, .blog .c-hamburger:hover span:after,
    .single .c-hamburger:hover span:before, .single .c-hamburger:hover span:after,
    .error404 .c-hamburger:hover span:before, .error404 .c-hamburger:hover span:after,
    .home .c-hamburger:hover span:before, .home .c-hamburger:hover span:after {
        background-color:#C6C6C6;
    }


    .mobile-menu-active.blog .c-hamburger--htx span::before, 
    .mobile-menu-active.blog .c-hamburger--htx span::after,
    .mobile-menu-active.single .c-hamburger--htx span::before, 
    .mobile-menu-active.single .c-hamburger--htx span::after,
    .mobile-menu-active.error404 .c-hamburger--htx span::before, 
    .mobile-menu-active.error404 .c-hamburger--htx span::after,
    .mobile-menu-active.page .c-hamburger--htx span::before, 
    .mobile-menu-active.page .c-hamburger--htx span::after {
        background-color: #B1AA87;
    }

    /*======== hamburger button End's here ============*/
