@charset "UTF-8";



.wrapper {
    min-width: unset;
}


.about {
padding: 0;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 2.7;
    letter-spacing: .1em;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", Avenir, "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, 游明朝, 游明朝体, "Yu Mincho", YuMincho, sans-serif;
    transition: background-color 1.2s linear;
   --font-size-main :1.35rem;
   --font-size-h1 :2.2rem;
   --font-size-large :2rem;
   --font-size-middle :1.7rem;
   --font-size-small :1.2rem;
   --inner-width : 84%;
   --bg-color-white : #fff;
   --bg-color-beige : #f6efe7;
   --bg-color-lightbeige : #faf7f2;
   --contents-margin : 15vw;
   --contents-s-margin : 10vw;
    color: #4a4a4a;
}

.about p{
 font-size: var(--font-size-main);
}


a{
    color: inherit;
    text-decoration: none;}

img {
    zoom: 1;
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

 .animated {
    opacity: 0;
    transition-timing-function: ease-out;

}

.v-top{
    vertical-align: text-top;
}

.flex {
  display:-webkit-box;
  	display:-ms-flexbox!important;
  	display:flex!important;
   -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.fix {
position: fixed!important;
    width: 100%;
    overflow: hidden;
}

.no-fix{
    position: relative!important;
}

.no-padding{
    padding: 0 0 50px!important;
}
	
 .text-center {
 text-align: center;
}

.text-left {
 text-align: left;
}

.text-right {
    text-align: right;
    width: 100%;
}

.text-color{
    color: #71bcbf;
}

.text-small {
font-size: 10px!important;
    line-height: 1.65!important;
    letter-spacing: .08rem;
}

.text-small-wrap{
    display: inline-block;
    line-height: 1.7!important;
    margin-top: 10px;
    width: 100%;
    text-align: left;
}

.text-white{
color:#fff;
}

.wf {
font-family: "Montserrat", sans-serif;
font-weight: 500;
    letter-spacing: .1em;
    display: inline-block;
}

.serif {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.op1{
opacity:1!important;
transition: all .9s;
}


.sp-block{
display: block;
}

.pc-block{
display: none;
}

.box-icon{
    border: solid .9px;
    font-size: 10.5px;
    line-height: 1;
    padding: 1.5px 6px 3px;
    margin: 0 6px 0 0;
    letter-spacing: normal;
    display: inline-block;
    width: fit-content;
    margin-left: 10px;
}

.jquery-disabled{
    text-decoration: unset!important;
}


.lp-btn{
    position: relative;
    /* border: solid 1.4px #fff; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84vw;
    height: 15vw;
    margin: 0 auto;
    padding: 0;
    color: #c0b49d;
    background-color: var(--bg-color-white);
    z-index: 5;
    font-weight: 400;
    letter-spacing: .15em;
    -webkit-box-shadow: 1.86667vw 1.86667vw 3.6vw 0 rgb(163 163 163 / 3%);
    box-shadow: 1.86667vw 1.86667vw 3.6vw 0 rgb(163 163 163 / 3%);
    transition: all .3s;
    border-radius: .4rem;
    margin-bottom: 10px;
}

.lp-btn .text-small{
margin: 0 5px;
    transform: translate(0px, 0.1em);
}

.lp-btn:active,
.lp-btn:hover
{
  
}

.lp-btn:after{
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1.5px #c0b49d;
    border-right: solid 1.5px #c0b49d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
}

.btn-line{
background: unset;
    color: inherit;
    box-shadow: none;
    border: solid 1.2px #71bcbf91;
    background-color: #ffffff21;

}

.btn-line:active,
.btn-line:hover{
    background-color: #ffffff6b;
}



.btn-line:after{
    border-top: solid 1.2px #71bcbf;
    border-right: solid 1.2px #71bcbf;
}


.lp-contents-title{
    font-size: 1.1rem!Important;
    width: 100%;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
    position: relative;

}


.lp-txt-large{
font-size: var(--font-size-large)!important;
    letter-spacing: .25em;
    width: 100%;
    line-height: 2;
}


.lp-txt-middle{
    font-size: var(--font-size-middle)!important;
    letter-spacing: .22em;
    width: 100%;
    line-height: 2;
    display: block;
    margin-bottom: 6px;
}


.scale-in img{
    opacity: 0;
    transform: scale(1.4);
    transition: all 4s cubic-bezier(0.15, 0.96, 0.56, 0.99);
}

.scaleIn img{
    opacity: 1;
    transform:scale(1)!important;
    transition: all 4s cubic-bezier(0.15, 0.96, 0.56, 0.99);
}



.about .slick-dots{
position: absolute;
    bottom: -10px!important;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    width: var(--inner-width);
}

.about .slick-dots li{
    width: 10px;
    height: 10px;
}

.about.slick-dots li button{
    width: 10px;
    height: 10px;
}


.about .slick-dots li button:before{
content: ""!important;
    width: 6px!important;
    border-radius: 50%;
    height: 6px!important;
    background-color: #ece0d3!important;
    top: 50%!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
    transform: translate(0px, -50%)!important;
}


.contents-inner{
    width: var(--inner-width);
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.contents-img-area{
    display: block;
    margin: 15vw 0;
    text-align: center;
}

.contents-img-area2{
    margin: 10vw 0;
}

.mv{
z-index: 3;
    position: relative;
    background: linear-gradient(to top, var(--bg-color-beige) 70%, transparent 0%);
}


.mv-inner{
flex-direction: column;
    padding-bottom:10px;
    padding-top: calc((var(--vh,1vh) * 100) - 63px + 8.5vw);
}

.mv-fix-layer{
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
}

.mv-fix-layer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.fv-area{
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    height: calc((var(--vh,1vh) * 100) - 63px);
    padding-top: 8.5vw;
}

.fv-area picture img{
width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv-img-area{
    max-height: calc((var(--vh,1vh) * 80) - 63px);
    height: calc((var(--vh,1vh) * 80) - 63px);
    overflow: hidden;
    position: relative;}

.fv-img{
    width: var(--inner-width);
    height: 70%;
    display: block;
    z-index: 2;
    margin: 0 auto;
    right: 0;
    left: 0;
    background-color: #fff;
    overflow: hidden;
}

.fv-img img{
    object-position: right;}


.fv-bg{
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    display: block;
    z-index: 1;
    overflow: hidden;
}


.mv-catch{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30%;
}

.mv-catch .h1{
    width: var(--inner-width);
    text-align: center;
    font-size: var(--font-size-h1)!important;
    letter-spacing: .25em;
    line-height: 2;
margin: 0.5em auto 0;
}



.mv-txt{
    width: var(--inner-width);
    margin: 0 auto;
    text-align: center;
}

.mv-txt p + p{
    margin-top: 1.6em;
}



.history,.sustainable{
    padding-top: var(--contents-margin);
}

.history,.method,
.sensitiveskin,.science{
background-color: var(--bg-color-lightbeige);
}

.history,.method,
.science{
    padding-bottom: var(--contents-margin);
}

.sensitiveskin{
    padding-bottom: calc(var(--contents-s-margin) + var(--contents-s-margin));
}

.history{
    z-index: 5;
    position: relative;
}

.method,
.sensitiveskin,
.science,.sustainable
{

    position: relative;
}

.method,.sensitiveskin{
    padding-top: var(--contents-s-margin);
}



.sustainable,.science{
background-color: var(--bg-color-white);
}

.history .contents-img-area{
    justify-content: space-evenly;
    align-items: flex-end;
}

.history .contents-img-area div:first-child{
width: 34%;
}

.history .contents-img-area div:last-child{
    width: 29%;
}

.history .slick-list {
 display: flex;
    height: 100%;
}

.history .slick-track{
    display: flex;
}

.history .slick-center{

}

.history-slide-wrap{
    margin: 20px auto;
    padding-top: calc(var(--contents-s-margin) + 5px);
    padding-left: 8.5vw!important;
    padding-right: 6.5vw;
}

.history-slide-box{
    background-color: #fff;
    border-radius: .4rem;
    padding: 15px;
    display: flex!important;
    flex-direction: column;
    margin-right: 2vw;
    line-height: 1.8;
position:relative;
}

.history-slide-box .wf{
    color: #dcd5cd;
    margin-bottom: 6px;
}

.history-slide-box .history-slide-box-title{
    flex-grow: 1;
}

.history-slide-box img{
    width: 5rem;
    margin-top: 4px;
}

#slick-slide05 .history-slide-box img{
    width: 3rem;
}


.history-slide-box:after{
    position: absolute;
    right: 1.5vw;
    margin: auto;
    bottom: 1.5vw;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #f6efe7 transparent;}


.history .slick-prev {
    background-color: rgb(242 232 221)!important;
    width: 30px;
    height: 30px;
    border-radius: 0;
    opacity: 1;
    color: #333;
    top: 0;
    left: unset;
    z-index: 10;
    transform: unset;
    right: calc(8.5vw + 30px + 5px);
}
.history .slick-prev:before{
	content: '';
	width: 8.2px;
	height: 8.2px;
	border: 0px;
	border-top: solid 1.4px #fff;
	border-right: solid 1.4px #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate( -135deg );
	transform: rotate( -135deg );
	position: absolute;
	top: 40%;
	left: 45%;
	opacity: 1!important;
}
.history .slick-next {
    background-color: rgb(242 232 221)!important;
    width: 30px;
    height: 30px;
    border-radius: 0;
    opacity: 1;
    color: #333;
    top: 0;
        right: 8.5vw;
    z-index: 10;
    transform: unset;
}
.history .slick-next:before{
	content: '';
	width: 8.2px;
	height: 8.2px;
	border: 0px;
	border-top: solid 1.4px #fff;
	border-right: solid 1.4px #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate( 45deg );
	transform: rotate( 45deg );
	position: absolute;
	top: 40%;
left: 33%;
	opacity: 1;
}
.history .slick-disabled{
    opacity: 0.5;
}

.history .modal-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 26%);
    z-index: 10;
}


.history .modal-window-inner {
    width: 100%;
    height: 100vh;
}


.history .modal-window .close-btn {
font-weight: 100;
    line-height: 1;
    position: absolute;
    top: 0;
    height: 16vw;
    left: 8.5vw;
    z-index: 5;
}

.history .modal-window .close-btn div {
    transform: scale(1, 1);
    width: fit-content;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 55px;
    font-weight: 300;
}


.history .modal-window .hiddenslider {
    height: calc(100% - 16vw);
    width: var(--inner-width);
    margin: 0 auto;
    top: 0;
    padding-top: 16vw;
}


.history .modal-window .history-hide {
    background-color: var(--bg-color-lightbeige);
    margin: 0 5px;
    z-index: 99;
    border-radius: .4rem;
    width: 100%;
    overflow-y: scroll!important;
}


.history .modal-window .history-hide-inner{
padding: 7vw;
}


.history .modal-window .history-hide__title{
    line-height: 2;
    margin-bottom: 20px;
    border-bottom: solid 1px;
    padding-bottom: 15px;
}


.history .modal-window .history-hide-cta{
     align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 10px 10px;
    position: relative;
    border-radius: .4rem;
    margin-top: 20px;
    width: 100%;
}

.history .modal-window .history-hide-cta:after{
    position: absolute;
    right: 8px;
    margin: auto;
    bottom: 8px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #f6efe7 transparent;
}

.history .modal-window .history-hide__text{
    line-height: 2.2;
}


.history .modal-window .history-hide__img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 30px;
}

.history .modal-window .history-hide__img p {
    margin: 0 12px;
    text-align: left;
    font-size: var(--font-size-small);
    line-height: 1.9;
}

.history .modal-window .history-hide__img img {
    width: 25%;
}

.history .modal-window .history-hide-cta img{
width: 35%;
}

.history .modal-window .history-hide__img__uv{
    margin-top: 30px;
}

.history .modal-window .history-hide__img__uv .text-center{
width:100%;
margin-bottom: 10px;
}

.history .modal-window .history-hide__img__uv div {
    width: 20%;
    text-align: center;
    margin-bottom: 20px;
}

.history .modal-window .history-hide__img__uv div img {
    width: 60%;
    zoom: unset;
    max-width: unset;
    max-height: unset;
    margin: 0 auto;
}

.history .modal-window .history-hide__img__uv div .product-name{
    font-size: 11px;
}


.history .modal-window .history-hide-cta__text{
    font-size: var(--font-size-small);
    line-height: 1.8;
    margin-top: 5px;
    width: 60%;
}


.history .modal-window .slick-next{
top: calc(8vw - 15px);
    right: 5px;
}

.history .modal-window .slick-prev{
    right: calc(30px + 5px + 5px);
    top: calc(8vw - 15px);
}

.method .link-wrap{
    justify-content: space-between;
    margin: 8vw 0 0;
}


.method .link-wrap a{ 
border-radius: .4rem;
    background-color: #fff;
    box-shadow: 1.86667vw 1.86667vw 3.6vw 0 rgb(163 163 163 / 3%);
    position: relative;
    overflow: hidden;
    flex-direction: column;

    width: 48%;
}

.method .link-wrap a p{
    font-size: var(--font-size-small);
    line-height: 1.8;
padding: 13px 13px 20px;
    text-align: center;
    letter-spacing: .07em;
position: relative;
}

.method .link-wrap a p:after{
position: absolute;
    right: 7px;
    margin: auto;
    bottom: 7px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #f6efe7 transparent;
}

.method .contents-img-area2{
    text-align: center;
    position: relative;
}

.method .contents-img-area2 .hukidashi{
    position: absolute;
    width: fit-content;
    background-color: #fff;
    border-radius: .4rem;
    line-height: 1.75;
    padding: 10px 20px;
    font-size: var(--font-size-small);
    font-weight: 550;
    color: #dab4a2;
    right: 0;
    transform: translate(0px, 20px);
}

.method .contents-img-area2 .hukidashi:after{
    position: absolute;
    left: 10px;
    bottom: -5px;
    display: block;
    content: '';
    width: 20px;
    height: 2.5px;
    background: #ffffff;
    transform: rotate(124deg);
    border-radius: 50px;
}

.method .contents-img-area2 img{
    width: 70%;
    margin: 20px auto;
}

.method .contents-img-area2 .graph-txt{
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.method .contents-img-area2 .graph-txt p{
    flex-grow: 1;
    min-width: fit-content;
    margin-top: 5px;
}

.method .contents-img-area2 .graph-txt p span {
    margin: 0 5px;
}

.method .contents-img-area2 .graph-txt p:nth-child(1) span {
    color: #f7cfbc;
}
.method .contents-img-area2 .graph-txt p:nth-child(2) span {
    color: #ecbca8;
}
.method .contents-img-area2 .graph-txt p:nth-child(3) span {
    color: #f4b098;
}
.method .contents-img-area2 .graph-txt p:nth-child(4) span {
    color: #f2a088;
}
.method .contents-img-area2 .graph-txt p:nth-child(5) span {
    color: #ef927d;
}


.sensitiveskin .lp-txt-large,
.science .lp-txt-large{
margin-bottom: 8vw;
}

.sensitiveskin .contents-img-area{
    justify-content: space-evenly;
}

.sensitiveskin .contents-img-area .box{
    width: 46%;
    text-align: center;
}

.sensitiveskin .contents-img-area .box p:first-child{
font-size: var(--font-size-small);
    background-color: var(--bg-color-white);
    margin: 0 0 10px;
}

.science .science-img-area{
    height: 40vh;
    position: relative;
    display: block;
    overflow: hidden;
}

.science .science-img-area img{
    width: 120%;
    height: 120%;
    object-fit: cover;
    max-width: unset;
    bottom: 0%;
    position: absolute;
}


.science .contents-img-area{
    height: 38vh;
    position: relative;
}

.science .contents-img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.science-inner{
    padding-top: var(--contents-margin);
}


.fix-bg{
    z-index: 2;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    object-fit: cover;
}

.fix-bg img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top;

}

.ingredient .fix-bg{
    background-color: #d8ddde;
}

.usability .fix-bg{
    height: 50%;
    background-color: #ebedec;
}

.usability .fix-bg2{
top: 50%;
    z-index: 1;
}


.ingredient,.usability{
    padding-bottom: var(--contents-margin);
    padding-top: var(--contents-margin);
    position: relative;
    overflow: hidden;
}


.ing-box,
.usa-box{
    border-radius: .4rem;
    background-color: #ffffffeb;
    box-shadow: 1.86667vw 1.86667vw 3.6vw 0 rgb(163 163 163 / 3%);
    position: relative;
    overflow: hidden;
    flex-direction: column;
    padding: 25px 25px 25px 20px;
    line-height: 2;
    margin: 10vw 0;
}

.ing-box-title-title,
.usa-box-title-title{
    width: calc(100% - 14vw - 12px);
}

.ing-box-title,
.usa-box-title{
    justify-content: space-between;
    position: relative;
}

.ing-box-title:after,
.usa-box-title:after{
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    display: block;
    content: '';
    width: 10px;
    height: 1.3px;
    background: #4a4a4a;
}

.ing-box-title:before,
.usa-box-title:before{

    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    display: block;
    content: '';
    width: 10px;
    height: 1.3px;
    background: #4a4a4a;
    transform: rotate(90deg);
}


.ing-box-title-num,
.usa-box-title-num{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 14vw;
}


.ing-box-title-num p:first-child,
.usa-box-title-num p:first-child{
    font-size: 10px;
    letter-spacing: .1em;
}



.ing-box-title-num p:last-child,
.usa-box-title-num p:last-child{
    font-size: 2.6rem;
    font-weight: 400;
    margin-top: 2vw;
}

.ing-box-inner,
.usa-box-inner{
    border-top: solid 1px;
    margin-top: 15px;
    padding-top: 10px;
    display: none;
}


.sustainable .lp-txt-large{
    line-height: 1.8;
    letter-spacing: .2em;
}

.sustainable .contents-img-area {
    margin: 10vw auto;
    width: 90%;
}

.sdgs-box .icon{
width: 65px;
}

.box-uv .icon{
    position: absolute;
z-index:2;
}


.sdgs-box{
    margin-bottom: 8vw!important;
}

.box-uv{
    margin-bottom: 15vw!important;
}

.sdgs-box-wrap{
background: linear-gradient(to top, var(--bg-color-lightbeige) 85%, transparent 0%);
margin-top: var(--contents-margin);
    padding-bottom: var(--contents-margin);
}


.sdgs-box-img{
    overflow: hidden;
    margin-bottom: 25px;
}

.sdgs-box-img img{
    scale: 1.2;
}

.sdgs-box-title{
    justify-content: space-between;
    align-items: center;
}


.sdgs-box-title p{
width: calc(100% - 65px - 20px);
    line-height: 1.9;
    font-size: var(--font-size-small);
}

.sdgs-box-title p span{
    display: block;
    text-align: right;
    margin-top: 15px;
    padding: 0 10px;
}


.sdgs-box-title p a{
    display: inline-block;
    width: fit-content;
    text-decoration: underline;
    font-size: var(--font-size-small);
}

.box-uv .sdgs-box-title p{
    width: 100%;
}


.sdgs-box-txt{
    line-height: 2;
}

.box-uv .sdgs-box-txt{
    margin-bottom: 20px;
    margin-top: 20px;
}







@media screen and (min-width: 680px) {



.sp-block{
display: none;
}

.pc-block{
display: block;
}

.pc-bg{
position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100vh;
    margin: 0 auto;
}

.pc-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.pc-bg img:nth-child(2){
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.pc-bg img:nth-child(3) {
    z-index: 3;
    top: 0px;
    left: 0px;
    position: absolute;
    object-position: left;
}



.about{
    letter-spacing: .13em;
    --font-size-main: 1.6rem;
    --font-size-h1: 3.5rem;
    --font-size-large: 2.7rem;
    --font-size-middle: 2.2rem;
    --font-size-small: 1.4rem;
    --contents-margin: 12rem;
    --contents-s-margin: 10rem;

}

.ancer-wrap{
    position: fixed;
    top: 60px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 50px;
    justify-content: center;
    margin-left: 2vw;
}

.ancer-wrap a{
    margin: 5px 0;
    width: fit-content;
    font-size: 12px;
}



.lp-txt-middle{
    letter-spacing: .25em;
    margin-bottom: 10px;
}

.lp-btn{
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}

.lp-btn:after{
    right: 25px;
}

.pc-wrap{
    margin-right: auto;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-top: 108px;
    background-color: #fff;
    box-shadow: 0 0 22px 4px rgb(207 207 207 / 13%);
}


.wrapper{
    min-width: unset;
}

.fv-area{
    position: relative;
    padding-top: 0;
    height: auto;
}

.mv-inner{
    padding-top: 0;
    padding-bottom: 5rem;
}

.mv{
    background: var(--bg-color-lightbeige);
}

.fv-img{
    width: 100%;
    height: 50vh;
}

.mv-catch{
    height: auto;
    margin: 5rem 0;
}

.mv-catch .h1{
    letter-spacing: .3em;
}


.history-slide-wrap{
    padding-left: 8%!important;
    padding-right: 8%;
}

.history-slide-box{
    padding: 20px;
    margin-right: 1.2rem;
}

.history .slick-next{
    right: calc(8% + 1.2rem);
    width: 40px;
    height: 40px;
    top: 4rem;
}

.history .slick-next:before,
.history .slick-prev:before{
    width: 10.2px;
    height: 10.2px;
}

.history .slick-prev{
    width: 40px;
    height: 40px;
    right: calc(8% + 1.2rem + 40px + 10px);
    top: 4rem;

}

.history-slide-box:after{
    right: 15px;
    bottom: 15px;
    border-width: 0 0 25px 25px;
}

.history .modal-window .hiddenslider{
    height: calc(100% - 10rem);
    top: 0;
    padding-top: 10rem;
}

.history .modal-window .close-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10rem;
left: 8%;
}

.history .modal-window .slick-next {
    top: calc(5rem - 20px);
    right: 5px;
}

.history .modal-window .slick-prev {
    right: calc(40px + 5px + 5px);
    top: calc(5rem - 20px);
}

.history .modal-window .history-hide-inner {
    padding: 7rem;
    position: relative;
}

.history .modal-window .history-hide-inner .flex:first-child{
    width: 75%;
}

.history .modal-window .history-hide__title{
    font-size: var(--font-size-middle);
}

.history-hide-l{
    width: 100%;
}

.history .modal-window .history-hide-cta{
    width: 48%!important;
    margin-top: 100px;
}

.history-hide-cta-wrap{
justify-content: space-between;
}

.history .modal-window .history-hide__img {
width: calc(100% - 7rem);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    margin: 0 0 30px;
    padding-left: 75%;
    position: absolute;
    top: 7rem;
    right: 7rem;
}

.history .modal-window .history-hide__img__uv {
    margin-top: 50px;
    padding-left: 0;
    width: 100%;
    flex-direction: row;
    position: relative;
    top: 0;
    right: 0;
}

.history .modal-window .history-hide__img__uv div{
width: 10%;
}

.history .modal-window .history-hide__img p {
    margin: 0;

}

.history .modal-window .history-hide__img img {
    width: 90%;
}

.sensitiveskin .lp-txt-large, .science .lp-txt-large {
    margin-bottom: 5rem;
}

.contents-img-area {
    margin: 10rem 0;
}

.method .contents-img-area2 img {
    width: 60%;
    margin: 40px auto;
}

.method .contents-img-area2 .hukidashi {
    padding: 15px 40px;
    line-height: 1.6;
    transform: translate(-50px, 50px);
}

.method .link-wrap a p:after{
    right: 12px;
    bottom: 12px;
    border-width: 0 0 25px 25px;
}

.ing-box, .usa-box{
    margin: 5rem 0 0;
    padding: 30px;
}

.ing-box-inner, .usa-box-inner{
    margin-top: 25px;
    padding-top: 15px;
}

.ing-box-title, .usa-box-title{
    align-items: center;
}

.ing-box-title-num, .usa-box-title-num{
    width: 7rem;
}

.ing-box-title-num p:first-child, .usa-box-title-num p:first-child{
    font-size: 12px;
}

.ing-box-title-num p:last-child, .usa-box-title-num p:last-child{
    font-size: 3rem;
    margin-top: 1.5rem;
}

.ing-box-title-title, .usa-box-title-title {
    width: calc(100% - 7rem - 20px);
}

.ing-box-title:before, .usa-box-title:before,
.ing-box-title:after, .usa-box-title:after{
    width: 13px;
}

.usability .fix-bg:nth-child(2) img{
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}


.sustainable .contents-img-area {
    margin: 8rem auto;
}

.sdgs-box .icon {
    width: 85px;
}

.sdgs-box-img {
    margin-bottom: 35px;
}

.sdgs-box {
    margin-bottom: 4rem!important;
}


.box-uv {
    margin-bottom: 10rem!important;
}


.sdgs-box-title p {
    width: calc(100% - 85px - 20px);
}

.sdgs-box-txt{
    line-height: inherit;
}

.box-uv .sdgs-box-txt {
    margin-bottom: 30px;
    margin-top: 20px;
}


}





@media screen and (min-width: 1200px){

.pc-wrap{

    margin-right: 12vw;
}

}

@media screen and (min-width: 700px) and (max-height: 700px) {


.science .science-img-area{
    min-height: 400px;
}


.fv-img {
    min-height: 400px;
}

}

/* ETVOS HEADER */
/* line 591, ../sass/css_18aw_lp.scss */
#logo {
height: 50px;
    background-color: #e1c7d0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    position: relative;
}

/* line 599, ../sass/css_18aw_lp.scss */
#logo img {
    width: 120px;
}

/* line 603, ../sass/css_18aw_lp.scss */
#logo a {
display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 450px) {
  /* line 610, ../sass/css_18aw_lp.scss */
  #logo img {
      width: 100px;
    padding-top: 0;
    margin-top: 0;
  }
}



/*////////////////*/
/* ETVOS FOOTER */
/* line 619, ../sass/css_18aw_lp.scss */
footer {
  padding-top: 40px !important;
  text-align: center !important;
background-color: #ede6d9!important;
       z-index: 5;
    position: relative;
	color:#333;
    font-size: 12px!important;
    font-family:  "Noto Sans JP","Avenir", "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游明朝", "游明朝体", "Yu Mincho", YuMincho, sans-serif;
}

/* line 625, ../sass/css_18aw_lp.scss */
footer a {
  color: #000!important;
    font-size: 12px!important;
    font-family:  "Noto Sans JP","Avenir", "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游明朝", "游明朝体", "Yu Mincho", YuMincho, sans-serif;
}

/* line 629, ../sass/css_18aw_lp.scss */
footer a:link {
  color: #000!important;
}

/* line 633, ../sass/css_18aw_lp.scss */
footer a:visited {
  color: #000!important;
}

/* line 637, ../sass/css_18aw_lp.scss */
footer a:hover {
  color: #000!important;
}

/* line 641, ../sass/css_18aw_lp.scss */
footer a:active {
  color: #000!important;
}

/* line 645, ../sass/css_18aw_lp.scss */
footer .sns_area {
  width: auto;
  overflow: hidden;
  margin: 0 auto 20px auto;
  text-align: center;
}

/* line 652, ../sass/css_18aw_lp.scss */
footer .sns_area .twitter-btn {
  display: inline-block;
  width: 100px;
}

/* line 657, ../sass/css_18aw_lp.scss */
footer .sns_area .fb-share-button {
  display: inline-block;
  width: 100px;
}

footer .sns_area .line-share-button{
  display: inline-block;
  width: 100px;
}


/* line 662, ../sass/css_18aw_lp.scss */
footer .f_list {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.8rem;
    padding: 0;
}

/* line 669, ../sass/css_18aw_lp.scss */
footer .f_list li {
  display: -moz-inline-box;
  display: inline-block;#lp_etvs .lineup_all_wrap .para_img3
  padding-right: 10px;
}

@media screen and (max-width: 450px) {
  /* line 676, ../sass/css_18aw_lp.scss */
  footer .sns_area {
    width: auto;
    overflow: hidden;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 10px!important;
  }

footer a {

    font-size: 10px!important;
.mv .mv-img
}

  /* line 684, ../sass/css_18aw_lp.scss */
  footer .sns_area .line-share-button {
    display: inline-block;
    width: 82px;
  }

  /* line 688, ../sass/css_18aw_lp.scss */
  footer .f_list {
    font-size: 0.75rem !important;
  }

  /* line 693, ../sass/css_18aw_lp.scss */
  #copyright {
    font-size: 10px !important;.cp-wrap
  }
}
/*////////////////*/
			
@media screen and (min-width: 1800px){


.campaign__img,
.specialkits-img{
    min-height: 30vw;
}


}


@media screen and (min-width: 1000px) and (min-height: 1000px) {
	


	}









                 