@charset "UTF-8";
/*---------------------------------------------
00. reset
01. common
02. layout
---------------------------------------------*/
/*---------------------------------------------
00. reset
---------------------------------------------*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
   padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

p{
margin:0;
padding:0;
}

img {
    border-style: none;
    vertical-align: bottom;
    width: 100%;
    height: auto; }

video{
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0!;
}

ul li {
	text-decoration: none;
    list-style: none!important;
}

/*---------------------------------------------
01. common
---------------------------------------------*/

html {

  --12px: 0.75rem;
  --13px: 0.8125rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
    font-size:var(--16px);

}

body{
    box-sizing: border-box;
    line-height: 2.2;
    letter-spacing: .07em;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", Avenir, "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, 游明朝, 游明朝体, "Yu Mincho", YuMincho, sans-serif;
    font-size: calc(var(--14px) - .5px);
    --h1: 1.6rem;
    --inner-width: 88vw;
    --contents-margin: 9vw;
    --contents-s-margin: 8vw;
    --contents-b-margin: 15vw;
    --color-white: #fff;
    --color-brown: #81705b;
    --color-beige: #fff9f3;
    color: var(--color-brown);
background-color: var(--color-beige);
}

@media screen and (min-width: 480px){

body{
       font-size: calc(var(--17px) + .5px);
--h1: 2rem;
    --contents-margin: 6rem;
    --contents-s-margin: 3rem;
    --inner-width: 80%;
}
}


.animated {
    opacity: 0;
    transition-timing-function: ease-out;
-webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
}
.v-top {
    vertical-align: text-top;
	padding: 0;
}
.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
}

.text-small {
    font-size: 10px;
    line-height: 1.65;
    letter-spacing: 0.05em
}
.text-small-wrap {
    display: inline-block;
    line-height: 1.7 !important;
    margin-top: 10px;
    width: 100%;

}

@media screen and (min-width: 480px){
	.text-small {
    font-size: 12px;
	}
}

.wf{
    font-family: "Montserrat",sans-serif;
    transform: scale(1,1.05);
}

.al{  
font-family: alternate-gothic-atf, sans-serif;
}

.serif{
 font-family: "source-han-serif-japanese",serif;
font-weight: 300;
font-style: normal;
}

.sp-block {
    display: block
}
.pc-block {
    display: none
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
@media screen and (min-width: 1040px){
.sp-block {
    display: none;
}
.pc-block {
    display: block;
}
}

.box-icon {
font-size: 10px;
    font-weight: 400;
    line-height: 1;
    padding: 3px 7px;
    letter-spacing: .1em;
    display: inline-block;
    width: fit-content;
    /* border-radius: 50px; */
    border: solid 1.5px #e6703f;
    color: #e6703f;
    margin-left: 8px;
}

.box-icon + .box-icon{
margin-left: 8px;
}

.contents-btn {
    font-size: 1.1rem;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
	margin: 0 auto 4%;
	margin-top: var(--contents-s-margin);
    padding-right: 3%;
    border: 0;
    background-color: #beb098;
    color: #fff;
    z-index: 5;
    letter-spacing: .1em;
    -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 0.3s;
    font-weight: 500;
}
.contents-btn:active,
.contents-btn:hover {

}

.contents-btn:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3.5px);
    right: 20px;
}

.tabindex.contents-btn:after {
	display: none;
}


@media screen and (min-width: 480px){

.contents-btn{
max-width: 400px;
    height: 60px;
    margin-bottom: 5%;
}


}

.jquery-disabled{
    background: unset;
    background-color: #858e917d;
}

.jquery-disabled img{
opacity: 0.4;
}

.jquery-disabled:after{
    display: none;
}

.jquery-disabled:active,
.jquery-disabled:hover{
    background: unset;
    background-color: #858e917d;
   
}


.contents-inner {
    width: var(--inner-width);
    margin: 0 auto;
    /* z-index: 4; */
    position: relative;
    padding-top: var(--contents-margin);
    padding-bottom: var(--contents-margin);
}





.scaleIn img {
    opacity: 1;
    transform: scale(1) !important;
    transition: all 4s cubic-bezier(0.15,.96,0.56,.99)
}

.loading{
background-color: #7997a1;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    top: 0;
    right: 0;
}

.loading img{
width: 90px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
}

/*---------------------------------------------
02. layout
---------------------------------------------*/



/*--------------スライダー---------------*/
#lus_slider ul{
    padding-left: 0!important;
}
#lus_slider .slider_img {
    margin: 3% auto;
}
.slick-dots li button:before {
    content: "" !important;
    width: 6.5px !important;
    border-radius: 50%;
    height: 6.5px !important;
    background-color: #81705b !important;
}

.slick-dots li.slick-active button:before {
    color: #81705b;
    opacity: 0.75;
}

@media screen and (min-width: 480px){

}
/*--------------スライダー---------------*/

/*--------------アコーディオン---------------*/
.accordion {
  width: 100%;
  margin: 8% auto;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  border-top: 1px solid var(--color-brown);
  border-bottom: solid 1px var(--color-brown);
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 15px;
    height: 1px;
    background: var(--color-brown);
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
  transition: .5s;
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

.accordion-inner ul li{
    line-height: 1.6;
    letter-spacing: normal;
    margin-bottom: 5%;
    font-size: 13px;
}

.campaign .accordion-inner ul li {
	text-decoration: underline!important;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
}

@media screen and (min-width: 480px){
	.accordion-inner ul li {
		font-size: 0.9rem;
		margin-bottom: 6%;
	}
}

/*--------------アコーディオン---------------*/

/*--------------縮小---------------*/
.sa {
  opacity: 0;
  transition: all 1.8s ease;
  transition-delay: 0s;
}
 
.sa.show {
  opacity: 1;
  transform: none;
  
}

.sa--scaleDown {
  transform: scale(1.2);
}

.m_img{
  /* 縦横300pxにがっちり固定 */
  width: 100%;
  height: auto;
  /* 固定した幅からはみ出たものは隠してしまう */
  overflow: hidden;
}

/*.model_img {
	width: 100%;
    height: auto;
    overflow: hidden; 
}*/
/*--------------縮小---------------*/

/*--------------幕表示--------------*/
.view{
    width: 100%;
    position: relative;
    overflow: hidden;
    background: transparent;
}
.view::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-beige);
    transform: translateX(0%);
    transition: all .7s ease-in-out .7s;
}
.view img{
    vertical-align: middle;
    transform: translateX(0%);
}
.view.js-on::after{
    transform: translateX(100%);
}
/*--------------幕表示---------------*/

/*--------------スクロールアニメーション---------------*/

.scroll_up {
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}


.scroll_up2 {
  transition: 0.6s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up2.on {
  transform: translateY(0);
  opacity: 1.0;
}

.timing01 {transition-delay: .1s;}
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}

/*--------------スクロールアニメーション---------------*/

/*--------------fvのアニメーション---------------*/
 .box{
  opacity: 0;
}

 .fadeUp {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

 .fadeUp2 {
animation-name:fadeUpAnime2;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime2{
  from {
    opacity: 0;
  transform: translateY(0);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

 .fv_scale {
animation-name:fv_scale;
animation-duration:1.8s;
animation-fill-mode:forwards;
animation-timing-function: ease;	 
animation-delay: 0.2s;
opacity: 0;
}
@keyframes fv_scale{
  from {
    opacity: 0;
  	transform: scale(1.2);
  }

  to {
    opacity: 1;
  	transform: scale(1);
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

 .delay-time01{
animation-delay: 0s;
}
.delay-time02{
animation-delay: 0.5s;
}
 .delay-time03{
animation-delay: 1s;
}
 .delay-time04{
animation-delay: 1.2s;
}

.scroll_down a{
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}
.scroll_down a{
  position: absolute;
  bottom: 60px;
  left: 50%;
  display: block;
  background-size: 14px auto;
  z-index: 2;
  text-decoration: none; 
  transform: translate(-50%, -50%);
}
.scroll_down a:before {
    position: absolute;
    top: calc(50% + 15px);
    left: calc(50% - 8px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 1px solid #81705b;
    border-width: 0px 0 1px 1px;
    animation: bounce 2s linear infinite;
}
.scroll_down a:after {
  position: absolute;
  width: 32px;
  height: 32px;
  content: "";
  border-radius: 50%;
  top: calc(50% + 16px);
  left: calc(50% - 19px);
}

@keyframes bounce {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0)rotate(-45deg);
    -ms-transform: translateY(0)rotate(-45deg);
    transform: translateY(0)rotate(-45deg);
  }
  40% {
    -webkit-transform: translateY(-8px)rotate(-45deg);
    -ms-transform: translateY(-8px)rotate(-45deg);
    transform: translateY(-8px)rotate(-45deg);
  }
  60% {
    -webkit-transform: translateY(-4px)rotate(-45deg);
    -ms-transform: translateY(-4px)rotate(-45deg);
    transform: translateY(-4px)rotate(-45deg);
  }
}


/*--------------fvのアニメーション---------------*/

/*.contents-right {
    position: relative;
    padding-top: 45%;
}*/


@media screen and (min-width: 1040px){
	
/*--------------右LP---------------*/

.contents-right{
    width: calc(100% - 50vw);
    position: absolute;
    top: 0;
    right: 0;
	/* overflow: hidden; */
	/*padding-top: 0;*/
}

.contents-right-inner{
    margin: 0 auto;
}

#wrapper, #foundation, #concealer, #powder, #release, #traial {
    padding: 0 10% 0;
}

/*--------------右LP---------------*/

}


/*---------------------------------------------
03. nav
---------------------------------------------*/
.header{
    position: fixed;
    top: 0;
    z-index: 99;
    height: 60px;
    width: 100%;
}

.header--bg{
background-color: #ddcec4b5;
}

.header-flex{
	justify-content: space-between;
    padding: 0 20px;
    align-items: center;
	height: 60px;
	background-color: #fff9f382;
}

.header-logo{
width: 80px;
    margin-top: 5px;
}

@media screen and (min-width: 1040px){

.header-flex {
	background-color: transparent;
}
	
	.header-logo img {
 	display: none;
}
}

.header-sp-btn{
display: flex;
    flex-direction: column;
    align-items: center;
}

.header-sp-btn .wf{
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    zoom: 0.9;
    letter-spacing: 0;
    font-weight: 500;
}

.header-sp-btn span{
    width: 27px;
    height: 1.5px;
    background-color: var(--color-brown);
    display: block;
   margin-top: 6px;
}

.header-inner{
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: var(--color-beige);
    display: none;
	overflow-x: scroll;
}

.header-sp-btn--close {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 35px;
    height: 35px;
}

.header-sp-btn--close span{
    width: 40px;
    height: 1px;
background-color: var(--color-brown);
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 3%;
    left: 0;
}

.header-sp-btn--close span:first-child{
    right: 0;
    left: 0;
    margin: auto;
}

.header-sp-btn--close span:last-child{
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(135deg);
}

.header-inner-wrap{
height: calc(var(--vh,1vh) * 100);
    width: var(--inner-width);
    flex-direction: column;
    padding-top: var(--contents-margin);
    margin: 0 auto;
    padding-bottom: 20%;
}

.header-inner-menu{
    flex-direction: column;
	margin: 8% 1% 0;
}

.header-inner-menu_li{
    margin-bottom: 16%;
}

@media screen and (max-width: 380px){
    .header-inner-menu_li{
    margin-bottom: 13%;
	}	
}

.header-inner-menu_li:nth-of-type(3), .header-inner-menu_li:nth-of-type(4) {
	margin-bottom: 5%;
}

.header-inner-menu_li .wf {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.header-inner-menu_li .name{
    font-weight: 500;
    font-size: 0.8rem;
	line-height: 1.6;
}


@media screen and (min-width: 1040px){

.header-logo {
    width: 110px;
}

.header,
.header-flex {
    height: 90px;
}
	
.header-sp-btn {
    margin-right: 1%;
}
	
.header-sp-btn span {
    width: 37px;
    margin-top: 10px;
}

.header-sp-btn .wf{
    font-size:11px;
    zoom: 1;
}
	
.header-inner-menu {
	text-align: center;
	margin: 0% 35% 0;
}
	
.header-inner-menu_li {
	margin-bottom: 17%;	
}
	
.header-inner-menu_li .name {
	font-weight: 600;
	margin-top: 3%;	
}
	
.header-inner-menu_li .wf {
    font-weight: 400;
}
	
.header-sp-btn--close {
    right: 2.2%;
    top: 5.5%;
    width: 50px;
    height: 50px;
}
	
.header-sp-btn--close span {
    width: 50px;
}
	
/*--------------ハンバーガーメニュー---------------*/

}


/*---------------------------------------------
04. FV
---------------------------------------------*/


.sp {
	display: block;
}
	
.pc {
	display: none;
}

.fv_slider_wrap .fv_slick-slider {
	margin: 0;
	padding: 0;
}
.fv_slider_wrap .slider_img{
	margin: 0;
	padding: 0;
}
.fv_slider_wrap {
    position: relative;
    /* margin-top: -3%; */
}
.fv_icon {
    position: absolute;
    bottom: 5%;
    left: 5%;
    background: #beb098ab;
    color: #fff;
    padding: 3% 3% 5%;
    text-align: center;
    line-height: 1.3;
}
.fv_icon p:first-of-type {
    font-size: 2.1rem;   
}
.fv_icon p:first-of-type span {
    font-size: 0.8rem;
}
.fv_icon p:last-of-type {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
}

.fv{
    /*height: calc(var(--vh,1vh) * 100);*/
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    z-index: 5;

}

.video_wrap {
    position: sticky;
    top: 0;
    left: 0;
}


.fv-img {
    /*height: calc(var(--vh,1vh) * 100);*/
    width: 100vw;
    display: block;
position: relative;
    overflow: hidden;
right: 0;
}


.fv-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv_bottom {
	position: relative;
    background: linear-gradient(#ededed, #fcf0e7);
    padding: 5% 0;
}

.fv_bottom_img {
    position: absolute;
    top: -25%;
    z-index: 10;
    width: 53%;
    left: 4%;
}

.fv_bottom .prize {
    width: 90%;
    margin: 5% 5% 0 3%;
}

.fv_bottom_txt {
    width: 90%;
    margin: 7% auto 0;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 2.5px;
}

.fv_bottom_txt span {
	font-size: 1.75rem;
}

.fv_bottom .text-small {
    width: 83%;
    margin: 3% auto 0;
}

@media screen and (max-width: 375px) {
    .fv_bottom_txt span {
        font-size: 1.7rem;
    }
}

@media screen and (min-width: 1040px){
	
.sp {
	display: none;
}
	
.pc {
	display: block;
}

.fv_slider_wrap img {
    object-fit: cover;
    height: 100vh;
}
	
.fv_bottom_wrap {
    background: #ededed;
}
.fv_bottom {
    margin-top: -2%;
}
.fv_bottom .prize {
    width: 45%;
    margin: 0 auto;
}
	
.fv_bottom_img {
    top: -10%;
    width: 40%;
    left: 14%;
}
	
.fv_bottom_txt {
    font-size: 1.5rem;
	width: 100%;
    margin-top: 5%;
}
	
.fv_bottom_txt span {
    font-size: 3rem;
}

.fv{
position: fixed;
    top: 0;
    width: 50vw;

}

.fv-img{
width: 100%;
    height: 100%;
}

.fv-txt-wrap{
	zoom: 1.3;
	top: 4%
}
.fv-txt-wrap p:last-child{
    font-size: 2.1rem;
}

.fv_icon {
    padding: 3% 3% 4%;
    line-height: 1.4;
    z-index: 10;    
}
.fv_icon p:first-of-type {
    font-size: 2.7rem;
}
.fv_icon p:first-of-type span {
    font-size: 1.2rem;
}
.fv_icon p:last-of-type {
    font-size: 1.8rem;
    letter-spacing: 1.5px;
}

.video_wrap {
    width: 90%;
    margin: auto;
    padding-top: 5%;
}

}

@media screen and (min-width: 1300px){
	.fv_maru {
		left: 18%;
	}
}

@media screen and (min-width: 1400px){

}
/*--------------ファーストビュー---------------*/


.contents-title{
    line-height: 1.7;
letter-spacing: .1em;
text-align: center;
    margin-bottom: 20px;
}

.contents-title-small{
font-size: var(--12px);
    display: block;
    position: relative;
    margin: 0 auto;
    padding-right: 10px;
    width: fit-content;
}

.title_small  {
    text-align: center;
    font-size: 1rem;
}

.contents-title-small:first-child:before {
    content: "";
    position: absolute;
    height: 80%;
    width: 0.8px;
    background-color: #846263;
    transform: rotate(33deg);
    right: 0;
    top: 15%;
}

.contents-title-big{
font-size: 1.8rem;
}

.bg_color {
    background: linear-gradient(#fcf0e7, #ededed);
    padding-bottom: 5%;
}


@media screen and (min-width: 1040px){
	
/*--------------左固定---------------*/

.pc-revival-left{
position: fixed;
    left: 0;
    height: 100vh;
    width: 0vw;
    z-index: 5;
overflow: hidden;
	background-color: var(--color-beige);
}

.pc-revival-left >img{
    width: 50vw;
    height: 100vh;
    object-fit: cover;
}
	
.mv_pc_logo {
	position: absolute;
    width: 22%;
    left: 5%;
    top: 4%;
	z-index: 999;
}


	
/*--------------左固定---------------*/


.contents-title-big {
    font-size: 2.5rem;
}
	
.contents-title-small{
    font-size: 1.5rem;
}


}


/*---------------------------------------------
05. anchor
---------------------------------------------*/
.item_anchor{
	width: 94%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 7%;
    position: relative;
    padding-left: 2%;
}

.anchor1, .anchor2 {
    background-image: url(../img/anchor_bk.png?36);
    background-repeat: no-repeat;
    background-size: contain;
    width: 49%;
    margin-top: 3%;
    padding: 0% 0 8%;
	transform: translateZ(0);
    /*filter: drop-shadow(4px 4px 2px #b1938b30);*/
}

.anchor_flex {
    display: flex;
    justify-content: space-between;
    padding: 10% 8% 2% 7%;
	flex-wrap: wrap;
}

.a_credit >p {
    margin-top: 5%;
}

.a_item_name {
    letter-spacing: 0.08rem;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.3;
}

.a_item_name span {
	font-size: 0.7rem;
	font-weight: 400;
	padding-top: 1%;
}

.a_price {
    margin-top: 0% !important;
}

.arrow{
     text-align: center; 
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-bottom: 2%;
}
.anchor3 .arrow {
    margin-top: -5%;
}
.anchor3 .dli-chevron-down {
    margin-bottom: 10%;
}

.anchor_icon {
    position: absolute;.product-box_thum
    top: -17%;
    left: -4%;
	background-color: #feaca6;
    border-radius: 50%;
    padding: 1.5%;
	z-index: -1;
}
.anchor_icon p {
    width: 43px;
    height: 43px;
    line-height: 43px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
}

.anchor_flex {
	text-align: center;
}

.anchor3 .anchor_flex {
    padding: 0 5%;
    align-items: center;
}

.anchor3 .anchor_flex >div{
    width: 50%;
}
.anchor3 .a_credit {
    padding-top: 5%;
}

.anchor_img {
	width: 100%;
}

.anchor_flex .a_credit {
    width: 100%;
}

.anchor_icon {
	top: 3%;
    left: 5%;
}

.a_credit >p {
	margin-top: 3%;
}

@media screen and (min-width: 1040px){
.item_anchor{
        width: 55%;
        max-width: 500px;
		min-width: 450px;
}
.anchor_flex {
    padding: 10% 10% 0 5%;
}
}



@media screen and (min-width:760px){
.a_border {
    padding: 2% 10% 1%!important;
}
.anchor2 .a_border, .anchor3 .a_border {
    padding: 2% 5% 1%!important;
}
}

/*-----------アイテムアンカーリンク-------------*/


/*---------------------------------------------
06. campaign
---------------------------------------------*/
.campaign {
	position: relative;
	padding-bottom: 10%;
}

.campaign .contents-inner >img {
    width: 95%;
    margin: 5% auto;
    filter: drop-shadow(3px 3px 3px #b1938b80);
    color: #b1938b80;
}

.campaign .accordion1 .accordion-open{
    margin-bottom: 0;
}

#campaign {
	padding-top:5%;
	margin-top: -5%;
}
.campaign p {
	line-height: 1.7;
}

.attention {
    font-size: 0.7rem;
}
@media screen and (min-width: 1040px){
	#campaign {
		padding-top: 0;
		margin-top: 0;
	}
	
	.campaign .contents-inner {
		padding: 0 15%;
		width: 70%;
	}
	
	.slider_wrap {
		width: 75%;
		margin: auto;
	}
.campaign .contents-inner >img {
    width: 80%;
    margin: 5% 10%;
}
}
/*-----------キャンペーン-------------*/


/*---------------------------------------------
07. メイン
---------------------------------------------*/

/* .lineup-wrap{
    padding-bottom: var(--contents-margin);
} */

.product-box{
margin-top: var(--contents-margin);
margin-top: 0;
}

.product-box_thum {
    margin: 8% auto 0;
    display: block;
    position: relative;
    width: 95%;
    text-align: center;
}
.item2 .product-box_thum {
    margin: -5% auto 0;
    width: 100%;
    padding-left: 0;
}

@media screen and (min-width: 480px){
	.product-box_thum{
	width: 85%;
	}
	
	.item2 .product-box_thum {
		margin: 0 auto 0;
		width: 90%;
	}

}

.contents-right h2 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
	letter-spacing: 0.5px;
}

.contents-right h2 span {
    font-size: 1rem;
}

@media screen and (min-width: 1040px){
.contents-right h2 {
    font-size: 2.2rem;
}

.contents-right h2 span {
    font-size: 1.5rem;
}
}

.product-box_catch {
    margin-top: var(--contents-s-margin);
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 450;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 5%;
}

.catch_b {
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 3px;
    margin-top: 8%;
    line-height: 1.6;
    color: #3e3a39;
}
.brush .catch_b {
    font-size: 1.35rem;
}
.brush .catch_b span{
	font-size: 1rem;
}

.product-box-ft{
margin-top: 20px;
}

.product-box-ft.flex {
	justify-content: center;
}

.product-box-ft-icon{
    width: calc((100%/3) - 8px);
    background-color: #ffffffbf;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-right: 8px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 0;
    position: relative;
}


.product-box_name{
    text-align: center;
	line-height: 1.8;
}

.border_box {
    border: 1.5px solid #81705b;
    padding: 0 1% 0.5% 1.5%;
    margin-right: 1%;
    font-size: 0.7rem;
}

.product-box_spec,
.product-box_price{
line-height: 1.8;
	text-align: center;
}

.new_icon {
    position: absolute;
    top: 0%;
    right: -4%;
    background: linear-gradient(-20deg, #f39892, #ffbfba);
    border-radius: 50%;
    padding: 1.5%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    z-index: 10;
    font-size: 1.2rem;
    color: #fff;
    justify-content: center;
    box-shadow: 2px 2px 6px #ffffff91, -2px 2px 6px #ffffff91, 2px -2px 6px #ffffff91, -2px -2px 6px #ffffff91; 
}

@media screen and (max-width: 375px) {
    .catch_b {
    font-size: 1.6rem;
    }
}

/*----------------各アイテム---------------*/


.item1 {
    background-image: url("../img/item1_bg.png?3");
	background-repeat:no-repeat; 
	background-size: cover;
}
.item1 .product-box_thum >img {
	padding: 4% 0 0 3%!important;
}
.item1 .manzoku {
    position: absolute;
    width: 28%;
    top: 17%;
    right: -5%;
    z-index: 10;
}
.item1 .catch_b:last-of-type {
    font-size: 1.6rem;
    margin-bottom: 5%;
}

.item2 {
    background-image: url("../img/item2_bg.jpg?3");
	background-repeat:no-repeat; 
	background-size: cover;
}
.item2 .product-box_thum >img {
	padding: 4% 0 0 3%!important;
}
.item2 .product-box_thum >div:last-of-type {
    width: 75%;
    margin: 15% auto -5%;
}
.item2 .catch_b:last-of-type {
    font-size: 1.6rem;
    margin-top: 0;
}

@media screen and (max-width: 375px) {
.item2 .catch_b:last-of-type {
    font-size: 1.6rem;
}
}

.point_btn, .look .accordion-open {
    border-radius: 50px;
    text-align: center;
    letter-spacing: 2.5px;
    border: 1px solid #81705b;
    margin: 10% 0;
    font-size: 1.4rem;
}

.point_btn .plus-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 33%;
    right: 7%;
}
/* 横線 */
.point_btn .plus-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #81705b;
  transform: translate(-50%, -50%);
}
/* 縦線 */
.point_btn .plus-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #81705b;
  transform: translate(-50%, -50%);
}


.point_modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
    background-color: #d9d4cda3;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
}
/*モーダル本体の擬似要素の指定*/
.point_modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.point_modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.point_modal-body{
position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 90%;
    background-image: url(../img/renewal1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5% 0 10%;
    top: 2%;
    background-color: #e9eaec;
}
.item2 .point_modal-body{
    background-image: url(../img/renewal2.jpg);
    padding: 10% 0 13%;
}
/*モーダルを閉じるボタンの指定*/
.point_modal-close{
    position: absolute;
    top: 1%;
    z-index: 5;
    right: 6%;
    text-align: center;
}
.point_modal-close span {
    display: inline-block;
    vertical-align: middle;
    background: #81705b;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
    line-height: 1;
    width: 2em;
    height: 0.1em;
}
.point_modal-close span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}
.point_modal-content {
    padding: 0 5%;
}
.juurai {
    background: #fff;
    width: 30%;
    margin: 18% 0 13%;
    padding: 5% 2%;
    border-radius: 5px;
    position: relative;
}
.item2 .juurai {
    margin: 18% 0 16%;
}
.juurai p {
    font-size: 0.6rem;
    line-height: 1.3;
}
.juurai:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #beb098;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -7%;
}
.up_txt {
    font-size: 1rem;
    letter-spacing: 1.5px; 
}
.point_modal-content ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 2% 0;
    align-items: center;
}
.item2 .point_modal-content ul {
    margin-bottom: 15%;
}
.point_modal-content ul li {
    border: 1px solid;
    border-radius: 5px;
    padding: 3% 5%;
    line-height: 1.4;
}
.item1 .point_modal-content ul li:last-of-type {
    line-height: 2.8;
}
.manzoku_img {
    width: 70%;
    margin: 10% auto 5%;
}
.point_modal-content .text-small-wrap {
    text-align: left;
}
.point_modal-content .contents-btn {
    margin-top: 5%;
}

@media screen and (min-width: 1040px){
.item1 .contents-inner,.item2 .contents-inner {
    width: 60%;
}
.point_modal-body {
    padding: 1% 0 2%;
}
.item2 .point_modal-body {
    padding: 1% 0 2%;
}
}

@media screen and (min-width: 1400px){
.item1 .contents-inner,.item2 .contents-inner {
    width: 52%;
}
}

/*----------------各アイテム---------------*/

/*----------------science---------------*/
.science {
    background-image: url("../img/science.jpg");
	background-repeat:no-repeat; 
	background-size: cover;
}
.science h2 {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 1.5px;
    color: #81705b;
}
.science h2 span {
    font-size: 1.45rem;
}
.science .contents-inner {
    padding: 25% 0 30%;
}

.bg_wrap {
    background: linear-gradient(#ededed, #fef0e6);   
    padding-top: 15%;
}

@media screen and (max-width: 375px) {
    .science h2 span {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1040px){
.science {
    background-image: url("../img/science_pc.jpg?3");
	background-repeat:no-repeat; 
	background-size: cover;
}
.science .contents-inner {
    padding: 10% 0 15%;
}
}
@media screen and (min-width: 1400px){
.science .contents-inner {
   padding: 20% 0 25%;
}
}
/*----------------science---------------*/

/*----------------LOOK---------------*/
.look {
    padding: 5%;
}
.look .container {
    margin-top: 10%;
}
.look_num_wrap .look_num {
  height: auto;
    transform: scale(1);
    transition: opacity .5s, transform .5s;
  width: 100%;
}
.look_num_wrap .look_num span {
    font-size: 1.4rem;
}
/* 中央のスライド */
.look_num_wrap .slick-center {
  opacity: 1;
  transform: scale(1.5);
    padding-bottom: 5%;
}

.look .slick-prev, .look .slick-next {
    top: 180px;
}

.look .slick-prev:before,
.look .slick-next::before{
    position:absolute;
    content: ""!important;
    width:20px;
    height:20px;
    border-right: 2px solid #81705b;
    border-top: 2px solid #81705b;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

.look .slick-prev {
    transform: rotate(180deg)!important;
}
.look .accordion-open {
    padding: 0;
}
.look_list {
    justify-content: space-between;
    flex-wrap: wrap;
}
.look_list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 2%;
}
.look_list li {
    width: 45%;
    margin-bottom: 10%!important;
    text-align: center;
    text-decoration: none!important;
    line-height: 1.8!important;
}

@media screen and (min-width: 1040px){
.look {
    padding: 0 15%;
}
.point_btn, .look .accordion-open {
    margin: 10% 1%;
}
.look .slick-prev, .look .slick-next {
    top: 290px;
}
}
/*----------------LOOK---------------*/


/*----------------release---------------*/

.release {
    padding: 5% 5% 7%;
    border: solid 1px var(--color-brown);
    width: 78%;
    margin:  0 auto 10% ;
}

#release{
    padding-top: 10%;
    margin-top: -10%;
}

.release .border_box {
    font-size: 0.9rem;
    padding: 0 2% 0.5% 2.5%;
	margin-bottom: 2%;
}

.release >div {
	font-size: 12px;
	margin-top: 5%;
	line-height: 1.7;
}

.release >div p {
	font-size: 1.2rem;
	margin-top: 2%;
}
/*----------------release---------------*/



/*--------下部-------*/

.luscious_series .logo_img {
    margin: 0 30% 8%;
}

.luscious_series .contents-inner > p:first-of-type{
	margin-bottom: 4%;
}

.luscious_series .contents-inner > p:nth-of-type(2) {
	margin-bottom: 5%;	
}

.lineup_cp {
    border: 1.5px solid #81705b;
    background-color: #fff;
    padding: 5% 5% 10%;
    border-radius: 5px;
    line-height: 1.8;
}

.lineup_cp img {
    width: 80%;
    margin: 7% 15% 7% 5%;
}

@media screen and (max-width: 375px){
	.lineup_cp .flex {
	justify-content: space-between!important;
	margin-top: 3%;
	align-items: center;
	display: -webkit-box;
    display: -ms-flexbox !important;
    display: flex !important;
	}
}

.lineup_cp .flex img {
    width: 36%;
    height: 100%;
}

.lineup_cp .flex div {
    width: 59%;
    font-size: 0.8rem;
    line-height: 1.8;
}

.lineup_cp .text-small {
    vertical-align: text-bottom;
	margin-top: 3%;
	width: 100%;
}

#lineup {
    padding-top: 20%;
}

/*.luscious_series .contents-title {
	margin-top: 15%;
}
*/
.lineup.flex {
    margin: 7% auto;
    justify-content: space-between;
	flex-wrap: wrap;
}

.lineup >div{
    background-color: #fff;
    width: 38.5%;
    padding: 5% 5% 2% 5%;
    border-radius: 5px;
    text-align: center;
	margin-bottom: 2.5%;
}

.lineup >div p:nth-of-type(1) {
    font-size: 0.8rem;
    margin-bottom: 5%;
	line-height: 1.5;
}

.lineup .color {
	height: 7%;
	width: auto;
	margin-left: -3%;
}

.lineup >div:nth-of-type(2) .color {
	margin-left: -5%;
    margin-top: 21%;
}

.lineup >div:nth-of-type(4) .color {
    margin-top: 12%;
}

.lineup >div p:nth-of-type(2){
    text-align: left;
    margin-top: 12%;
    line-height: 1.5;
	font-size: 0.8rem;
}

.lineup >div:nth-of-type(1) p:nth-of-type(1) {
    margin-bottom: 10%;
}
.lineup >div:nth-of-type(4) p:nth-of-type(1) {
    margin-bottom: 14%;	
}

.lineup >div:nth-of-type(6), .lineup >div:nth-of-type(7){
    padding-bottom: 8%;
}

.trial .product-box_catch {
	font-size: 0.9rem;
	margin-top: -2%;
}

@media screen and (min-width: 1040px){
.lineup_cp img {
    width: 80%;
    margin: 5% 10%;
}
.lineup >div:nth-of-type(2) .color {
    margin-top: 19%;
}
.lineup >div:nth-of-type(4) .color {
    margin-top: 4%;
}
}

.trial .product-box_thum {
	margin: auto;
}

.trial .border_box:nth-of-type(2) {
    background-color: var(--color-brown);
    color: #fff;
}
/*--------------メインアイテム紹介---------------*/



/*--------------説明文---------------*/

.product-box-point_btn{
    margin-top: 30px;
    border-top: solid 1px;
    width: 100%;
    padding-top: 10px;
    position: relative;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}


.product-box-point_btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(35% + 10px);
    height: 1.5px;
    width: 12px;
    background-color: #846263;
    transform: translate(0px, -50%);
}

.product-box-point_btn:after {
    content: "";
    position: absolute;
    right: 5.5px;
    height: 12px;
    width: 1.5px;
    background-color: #846263;
    top: calc(35% + 10px);
    transform: translate(0px, -50%);
    transition: transform 0.5s;
}


.product-box-point-box{

margin-top: var(--contents-s-margin);
    line-height: 1.9;
}

.product-box-point-box_txt{
    font-size: var(--16px);
}

.product-box-point-box_num{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
    border-bottom: solid 1.3px;
    width: fit-content;
    padding-bottom: 6px;
    letter-spacing: 0;
}
.product-box-point-box .illust-part{
	margin-top: 20px;
	background-color: #fff;
	padding: 35px 20px 10px;
}
.product-box-point-box-free{
    margin: 20px 0;
}

.product-box-point-box-free-box{
margin-bottom: 10px;
    font-size: var(--13px);
    width: 100%;
}

.product-box-point-box-free-box_tit{
    width: calc(25% - 20px);
    background-color: #ffffffb8;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
line-height: 1.7;
}

.product-box-point-box-free-box_txt{
    width: calc(75% - 20px);
    padding: 10px;
}

.product-box-point-box-free-box_txt .check-txt{
	position: relative;
	padding-left: 15px;
}
.product-box-point-box-free-box_txt .check-txt:after{
content: "";
    width: 6.5px;
    height: 3.5px;
    border-left: solid 1.5px #846263;
    border-bottom: solid 1.5px #846263;
    transform: rotate(-45deg);
    top: 5px;
    left: 0;
    position: absolute;
}
.product-box + .contents-title{

margin-top: calc(var(--contents-margin) + var(--contents-margin));
}

.product-box-point-box-color, .product-box-inner{
    margin-top: var(--contents-s-margin);
    background-color: #ffffffb8;
    padding: 10% 6% 7%;
	text-align: center;
	border-radius: 4px;
}

.product-box-inner {
    margin-top: 7%;
    padding: 10% 5% 6%;
}

.product-box-inner > img{
    width: 22%;
    margin: -7% auto 8%;
}

.product-box-inner .align_left{
    font-size: 0.8rem;
    letter-spacing: 1.6px;
    margin-top: 0;
}

@media screen and (min-width: 1040px){
	.product-box-inner .text-small{
   		font-size: 11px;
	}
}

.product-box-point-box-color-box{
    justify-content: space-between;
align-items: center;
}

.product-box-point-box-color-box + .product-box-point-box-color-box{
    margin-top: 20px;
}

.product-box-point-box-color-box img{
    width: 25%;
}

.product-box-point-box-color-box_txt{
 width: 70%;
    position: relative;
    font-size: var(--13px);
    line-height: 1.7;
}

.product-box-point-box-color-box_txt span{
     display: block;
    font-weight: 550;
}

.product-box_point  {
    font-size: 1rem;
    margin-bottom: 7%;
    line-height: 1.7;
}

.point_l {
    font-size: 1.2rem;
}

.align_left {
    text-align: left;
    line-height: 1.7;
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-top: 7%;
}

.flex.check {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 5%;
}

.flex.check img {
    width: 6%;
    margin-right: 3%;
}

.batu {
    width: 20%;
    margin: 5% 5% 0;
}

.image-slider{
    position: relative;
    display: inline-block;
    z-index: 3;
    margin: 7% 5% auto;
    margin-bottom: -3%;
}
.B_A_attention .text-small {
    width: 95%;
}

.image-slider .on-image{
z-index:5;
}

.image-slider .on-image img{
    height: 100%;
    width: unset;
}

.image-slider > div.on-image{
border-right: solid 5px #fff9f3;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.image-slider > div.on-image slide-btn:after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.2px #fff;
    border-right: solid 1.2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
}


.image-slider img{
    display: block;
    user-select: none;
        max-width:none !important;
        width:100%;
}

.image-slider .after,
.image-slider .before{
    position: absolute;
    bottom: 5%;
    width: fit-content !important;
    line-height: 1;
    font-size: 1.1rem;
    color: #fff;
}

.image-slider .after{
    right: 10px;
}

.image-slider .before{
    left: 10px;
}

@media screen and (min-width: 1040px){
	.image-slider .after{
		right: 20px;
	}

	.image-slider .before{
		left: 20px;
	}
}



input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: unset!important;
    border: none!important;
    outline: none;
    position: absolute;
    left: 2px;
    top: 0;
    height: 100%;
    width: calc(100% + 50px - 5px);
    margin: 0;
    z-index: 5;
    transform: translate(-25px, 0px);
 
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; 
  background: #fff9f3; 
  width: 50px; 
  height: 50px; 
  border-radius: 50%; 
    box-shadow: none!important;
  background-image: url(../img/slider-arrow.png);
  background-size:60%;
  background-repeat:no-repeat;
  background-position:center center;
    border: none!important;
}

input[type="range"]::-moz-range-thumb {
  background:#fff9f3; 
  width: 50px; 
  height: 50px; 
  border-radius: 50%; 
    box-shadow: none!important;
  border: none; 
  background-image: url(../img/slider-arrow.png);
  background-size:60%;
  background-repeat:no-repeat;
  background-position:center center;
    border: none!important;
}


input[type="range"]::-moz-focus-outer {
  border: 0;
}

input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: none!important;
}

.base_point01 .B_A_attention {
	margin-right: 8%;
}

.base_point01 .B_A_attention .text-small:first-of-type{
    margin-top: 0;
}

.product-box-sub-link{
border: solid 1px;
    padding: 10px;
    margin-top: 20px;
justify-content: space-between;
    align-items: center;
position: relative;
}

.product-box-sub-link:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3.5px);
    right: 20px;
}

.product-box-sub-link img{
    width: 35%;
}

.product-box-sub-link p{
width: 59%;
}


@media screen and (min-width: 480px){

.product-box_catch{
    font-size: 1.5rem;
}
	
.catch_b {
	font-size: 2rem;
}

.product-box-ft-icon{
    font-size: var(--13px);
    padding: 10px 0;
}

.product-box-point-box-color{
    margin: 30px 0 0;
    padding: 7%;
}

.product-box-point-box-color-box img {
    width: 100px;
}

.product-box-point-box-color-box_txt {
    width: calc(100% - 100px - 30px);}

.product-box-sub-link{
    max-width: calc(450px - 30px);
    margin: 0 auto;
    margin-top: var(--contents-s-margin);
    padding: 15px;
}

.image-slider{
    max-width: 380px;
    margin: 5% auto 0;
    display: block;
}
	
.base_point01 .B_A_attention {
	margin-right: 11%;
}

}




/* ETVOS HEADER */
/* line 591, ../sass/css_18lp.scss */
#logo {
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	    z-index: 5;
    position: relative;
}

/* line 599, ../sass/css_18lp.scss */
#logo img {
    width: 120px;
    margin-top: 8px;
}

/* line 603, ../sass/css_18lp.scss */
#logo a {
display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 450px) {
  /* line 610, ../sass/css_18lp.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: #dcd6d8;!important;
   
}

/* line 625, ../sass/css_18aw_lp.scss */
footer a {
  color: #000!important;
}

/* 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: 1rem;
    padding: 0;
}

/* line 669, ../sass/css_18aw_lp.scss */
footer .f_list li {
  display: -moz-inline-box;
  display: inline-block;
  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;
  }

  /* 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: 12px !important;
  }

  /* line 693, ../sass/css_18aw_lp.scss */
  #copyright {
    font-size: 0.5rem !important;
  }
}
/*////////////////*/





