@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%;
    width: 100%;
    vertical-align: bottom;
}

/*---------------------------------------------
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);
    overflow: hidden;

}

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.8rem;
    --inner-width: 84vw;
    --contents-margin: 15vw;
    --contents-s-margin: 10vw;
    --color-white: #fff;
    --color-gray: #a5aaae;
    --color-l-gray: #e0e2e3;
    --color-black: #34373a;
    color: var(--color-black);
font-weight: 300;
}


.animated {
    opacity: 0;
    transition-timing-function: ease-out;
-webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
}
.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
}

.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%;

}

.wf{
    font-family: "Montserrat",sans-serif;
    transform: scale(1,1.05);
    font-weight: 300!important;
}

.gb{  
font-family: goldenbook, serif;
font-weight: 400;
font-style: normal;
}

.serif{
 font-family: "source-han-serif-japanese",serif;
font-weight: 300;
font-style: normal;
}

.sp-block {
    display: block
}
.pc-block {
    display: none
}

.box-icon {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    padding: 3px 8px 4px;
    letter-spacing: .05em;
    display: inline-block;
    width: fit-content;
    color: var(--color-white);
    margin-left: 8px;
    background-color: #db9f79;
}

.box-icon + .box-icon{
margin-left: 8px;
}

.contents-btn {
    font-size: var(--13px);
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 55px;
    margin: 0 auto 30px;
    padding: 0;
    border: 0;
background-color: var(--color-black);
    color: #fff;
    z-index: 5;
    -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;
    overflow: hidden;
}

.contents-btn .layer{
     width: 100%;
    position: absolute;
    transform: translate(-100%,0px);
    height: 100%;
    background-color: #a5aaaeb3;
    z-index: 1;
}

.contents-btn:active,
.contents-btn:hover {

}
.contents-btn:after {
 content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1.5px;
    border-right: solid 1.5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2.5px);
    right: 20px;

}

.jquery-disabled{
text-decoration: unset!important;
}

.contents-btn.jquery-disabled{
opacity:0.5;
}

.contents-btn.jquery-disabled:after{
    display: none;
}

.jquery-disabled:active,
.jquery-disabled:hover{
   
}

.contents-title{
    text-align: center;
    font-size: var(--h1);
    width: 100%;
    font-weight: 300;
    letter-spacing: .2em;
}

.contents-title_en{
    font-size: var(--13px);
    letter-spacing: .1em;
    margin-bottom: 5px;

}

.contents-inner{
    width: var(--inner-width);
    margin: 0 auto;
     z-index: 4; 
     position: relative;
    padding-top: 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: var(--color-gray);
    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;
}

@media screen and (min-width: 480px){

body{
       font-size: calc(var(--15px) + .5px);
--h1: 2rem;
    --contents-margin: 6rem;
    --contents-s-margin: 3rem;
    --inner-width: 79%;
}

.contents-btn{
zoom: 1.1;
}
.loading img{
width: 130px;
}


}
@media screen and (min-width: 980px){
.sp-block {
    display: none;
}
.pc-block {
    display: block;
}
}


/*---------------------------------------------
02. layout
---------------------------------------------*/




@media screen and (min-width: 980px){

.contents-right{
width: calc(100% - 50vw);
    position: absolute;
    top: 0;
    right: 0;
background-color: var(--color-gray);
}

.contents-right-inner{
    max-width: 680px;
    margin: 0 auto;
}

}


.fv{
    height: calc(var(--vh,1vh) * 100);
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
    flex-direction: column;
    justify-content: space-evenly;
background-color: var(--color-l-gray);
}

.fv-logo{
position: absolute;
    top: 50%;
    z-index: 2;
    width: 80vw;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(0px, calc(-50% - 5px));
}

.fv-logo--top,.fv-logo--bottom{
    overflow: hidden;
    line-height: 1;
}

.fv-logo--bottom{
    margin-top: 8px;
}


.fv-img {
    height: calc(50% - 5vw);
    display: block;
position: relative;
    overflow: hidden;
    flex-wrap: nowrap;
    width: 100%;
}
.fv-img-scroll{
    flex-wrap: nowrap;
    width: calc(90vw*3 + 5vw*2);
    justify-content: space-between;
}

.fv-img--bottom .fv-img-scroll{
transform: translate(calc(-100% + 90vw), 0px);
}


.fv-img_box{
    width: 90vw;
    height: 100%;
}

.fv-img_box + .fv-img_box{
    margin-left: 5vw;
}


.fv-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.fv-img_box--main{
    position: absolute;
   transform: translate(calc(90vw*3 + 5vw*3), 0px);
}

.fv-img--bottom .fv-img_box--main{
    position: absolute;
   transform: translate(calc(-90vw*3 + -5vw*3), 0px);
}


@media screen and (min-width: 480px){

.fv-logo{
    max-width: 500px;
}

}


@media screen and (min-width: 980px){

.fv{
    width: 50vw;
    position: fixed;
    top: 0;
    height: 100vh;
}

.fv-img{
    width: 100%;
height: calc(50% - 2vw);
}

.fv-img_box{
    width: 46vw;

}

.fv-img-scroll {
    width: calc(46vw*3 + 2vw*3);
}

.fv-img_box + .fv-img_box{
margin-left: 2vw;
}

.fv-img_box--main{
    transform: translate(calc(46vw*3 + 2vw*3), 0px)
}

.fv-img--bottom .fv-img-scroll {
    transform: translate(calc(-100% + 46vw), 0px);
}

.fv-img--bottom .fv-img_box--main{
    position: absolute;
   transform: translate(calc(-46vw*3 + -2vw*3), 0px);
}

.fv-logo{
width: 70%;
}


}



.copy{
    background-color: var(--color-gray);
    padding-bottom: var(--contents-margin);
}

.copy .contents-inner{
margin: 0 auto;
    text-align: center;
    color: #fff;
}

.copy p + p{
margin-top: 15px;
}
.copy .big-day{
	font-size: var(--17px);
	margin-top: 40px;
}
.copy .big-day .text-small{
	display: block;
	margin-bottom: 20px;
}
.ancer{
    background-color: var(--color-gray);
}

.ancer .contents-inner{
    justify-content: space-evenly;
    padding-bottom: var(--contents-margin);
    padding-top: 0;
    color: #fff;
}

.ancer-box{
width: calc((100% /2) - 10px);
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    font-size: var(--16px);
}

.ancer-box:after{
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1.5px;
    border-right: solid 1.5px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.js-move-txt--top,.js-move-txt--bottom{
    line-height: 1;
    overflow: hidden;
}

.js-move-txt--top span,.js-move-txt--bottom span{
display: block;
}

.product{
    background-color: var(--color-l-gray);
    padding-bottom: var(--contents-margin);
}

.product_area-catch{
    background-color: var(--color-gray);
    text-align: center;
    padding-top: var(--contents-margin);
    padding-bottom: var(--contents-s-margin);
}

.product_area-catch .gb{
    font-size: 3rem;
    line-height: 1.1;
color: #fff;
}

.product-mv_img{
width: var(--inner-width);
    margin: 0 auto;
}

.product_name{
margin-top: -15px;
    text-align: center;
    position: relative;
}


.product_name .gb{
font-size: var(--h1);
    width: var(--inner-width);
    margin: 0 auto;
    line-height: 1.2;
    color: #fff;
}

.product_catch{
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: var(--contents-s-margin);
    width: var(--inner-width);
}

.product-slider{
padding-top: 25px;
}

.product-slide{
    padding-top: 60px;
position: relative;
}

.product-slide_img .productimg{
position: relative;
    z-index: 2;
    padding-left: 2vw;
}


.product-slide_name{
    text-align: center;
    font-size: var(--12px);
    font-weight: 500;
    margin-top: 10px;
padding-left: 2vw;
zoom: 1.1;
}

.slick-track{
    display: -webkit-box;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    zoom: 0.9;
}


.slick-list{
padding: 0 10vw 0 15vw!important;
}



.product-slide_img{
    zoom: 0.75;
    transform: translate(-20%, 0px);
}

.slick-current .product-slide_img{
    zoom: 1;
transform: translate(0px, 0px);
}



.slick-dots li{
width: 6.5px!important;
    height: 6.5px!important;
    margin: 0 6px!important;
}

.slick-dots li button {
    width: 6.5px!important;
    height: 6.5px!important;
}


.slick-dots li button:before {
    content: ""!important;
    width: 6.5px!important;
    border-radius: 50%;
    height: 6.5px!important;
    background-color: #222!important;
}


.slick-dotted.slick-slider{
    padding-bottom: 20px;
    margin-bottom: 0;

}


.slick-prev {
    background-color: var(--color-black)!important;
    width: 25px!important;
    height: 25px!important;
    border-radius: 0;
    opacity: 1;
    color: #333;
    right: calc(8vw + 25px + 5px);
    left: unset!important;
    top: 0!important;
    transform: unset!important;
}
.slick-prev:before{
    content: ""!important;
	width: 6.2px;
	height: 6.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: calc(50% - 4px);
	right: calc(50% - 5px);
	opacity: 1!important;
}
 .slick-next {
    background-color: var(--color-black)!important;
    width: 25px!important;
    height: 25px!important;
    border-radius: 0;
    opacity: 1;
    color: #333;
    right: 8vw!important;
    top: 0px!important;
    transform: unset!important;
}

 .slick-next:before{
    content: ""!important;
	width: 6.2px;
	height: 6.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: calc(50% - 4px);
	left: calc(50% - 5px);
	opacity: 1;
}
 .slick-disabled {
    opacity: 0.4;
}


.product-detail{
width: var(--inner-width);
    text-align: center;
    margin: 0 auto 20px;
    line-height: 1.8;
}

.product-detail .product_name{
margin-bottom: 10px;
}

.product-sub{

width: var(--inner-width);
    margin: 0 auto;
    margin-top: var(--contents-margin);
}


.product-sub_catch{
text-align: center;
    font-weight: 500;
    font-size: var(--15px);
    width: fit-content;
    margin: 0 auto;
    border-bottom: solid 1px;
}


.product-sub_img{
width: 90%;
    margin: 20px auto;
    display: block;
    max-width: 450px;
}

.product-img-wrap{
    width: var(--inner-width);
    margin: 0 auto 20px;
    justify-content: space-around;
position: relative;
}

.product-img-wrap  .productimg{
    z-index: 2;
    position: relative;
}


.product-img-right{
    width: calc(48% - 20px);
position: relative;
    text-align: center;
}


.product-img-left{
    width: calc(48% - 20px);
position: relative;
margin-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}


.product-img_color{
    text-align: center;
    font-size: var(--12px);
    font-weight: 500;
margin: 15px 0;
    z-index: 2;
    position: relative;
    line-height: 1.8;
}


@media screen and (min-width: 480px){

.product_area-catch .gb{
    zoom: 1.2;
}

.product_name{
    zoom: 1.2;
}

.product-slide_img .productimg{
  padding-left: 10px;
}

.slick-list{
padding: 0!important;
}

.product-slider{
    width: 80%!important;
    margin: 0 auto;
}

.slick-track{
    zoom: 1;
}

.product-img-wrap{
justify-content: center;
}

.product-img-right{
    width: fit-content;
    padding-left: 30px;
margin: 0 30px;
    max-width: calc(50% - 30px - 60px);
}


.product-img-left{
    width: fit-content;
    padding-right: 30px;
margin: 0 30px;
    max-width: calc(50% - 30px - 60px);
}

}


.campaign{
    margin-bottom: var(--contents-margin);
}

.campaign .product_name{
    margin-top: 0;
}

.campaign .campaign_img,
.campaign .campaign_txt{
    margin: 20px 0;
}


.product--shadow .product-mv{
background: linear-gradient(to bottom, var(--color-gray)70%, var(--color-l-gray)30%);
}

.product--shadow .product-slide_img{
    width: 180px;
    margin: 0 auto;
    position: relative;
z-index: 2;
}

.product--shadow .product-slide_img .txture{
    position: absolute;
    top: -60px;
    left: -55px;
    width: 150px;
}


@media screen and (min-width: 480px){


.product--shadow .product-slide_img{
    width: 210px;}

.product--shadow .product-slide_img .txture {
    position: absolute;
    top: -60px;
    left: -75px;
    width: 200px;
}

}

@media screen and (min-width: 680px){

.product--shadow .product-slide_img{
    width: 240px;}

}

.product--mascara .product-mv{
    padding-top: 20px;
}

.product--mascara .product-slide_img{
    width: 110px;
    margin: 0 auto;
    position: relative;
}


.product--mascara .product-slide_img .txture{
    position: absolute;
    top: 50%;
    left: -50%;
    width: 180px;
}

.product--mascara{
padding-bottom: 0;
}

.product--mascara .slick-track{
    zoom: 0.76;
}

.product--mascara .product-slide_name{
    zoom: 1.34;
}

.product--mascara .slick-list{
padding: 0 10vw 0 20vw!important;
}


@media screen and (min-width: 480px){

.product--mascara .product-slide_img{
    width: 120px;
    margin: 0 auto;
    position: relative;
}

.product--mascara .product-slide_img .txture{
    width: 230px;
}

.product--mascara .slick-track {
    zoom: 1;
}

.product--mascara .slick-list{
padding: 0!important;
}


}

@media screen and (min-width: 680px){

.product--mascara .product-slide_img{
width: 100px;
}


}

.product--eyebalm .product-mv{
background: linear-gradient(to bottom, var(--color-gray)70%, var(--color-l-gray)30%);
}

.product--eyebalm .product-img-wrap{
    margin-top: 20px;
}


.product--eyebalm .product-img-wrap .productimg{
width: 130px;
}


.product--eyebalm .product-img-wrap .texture{
position: absolute;
    z-index: 1;
    width: 110px;
}

.product--eyebalm  .product-img-left .texture{
       right: -20px;
bottom:0;
}

.product--eyebalm  .product-img-right .texture{
left: -20px;
    top: -10px;
}


@media screen and (min-width: 480px){


.product--eyebalm .product-img-wrap .productimg {
    width: 170px;
    max-width: 120%;
}

.product--eyebalm .product-img-wrap .texture{
width: 160px;
    max-width: 90%;
}

.product--eyebalm .product-img-right .texture {
    top: -30px;
}

.product--eyebalm .product-img-left .texture {
    bottom: -10px;
}

.product--eyebalm .product-img-wrap{
    margin-top: var(--contents-margin);
}

}

.product--lip .product-img-wrap{
    margin-top: 20px;
}


.product--lip .product-img-wrap .productimg{
width: 90px;
}


.product--lip .product-img-wrap .texture {
    position: absolute;
    z-index: 1;
    width: 160px;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(0px, -60%);
}


@media screen and (min-width: 480px){

.product--lip .product-img-wrap .productimg {
    width: 120px;
max-width: 100%;
}

.product--lip .product-img-wrap .texture{
    width: 180px;
    max-width: 110%;
}

.product--lip .product-img-wrap {
    margin-top: var(--contents-s-margin);
}

}

.look{
background-color: var(--color-gray);
color: #fff;
position: relative;
    z-index: 3;
}

.look .product_area-catch{
    background-color: var(--color-white);
}

.look-box{
    padding-bottom: var(--contents-s-margin);
    position: relative;
}


.look-box--1 .look-img{
background: linear-gradient(to top, var(--color-gray)70%, var(--color-l-gray)30%);
}

.look-img{
    position: relative;
}

.look-img_img{
    width: 65%;
    margin-left: 8vw;
}

.look-box-tit{
position: absolute;
    font-size: var(--h1);
    line-height: 1;
    left: calc(65% + 20px);
    writing-mode: vertical-lr;
    top: 20px;
    bottom: unset;
    z-index: 2;
}

.look-box-txt{
width: var(--inner-width);
    font-size: var(--12px);
    margin: 20px auto 0;
}

.look-box-txt p{
display: block;
    font-size: var(--16px);
    line-height: 1;
}

.look-box-txt a{
    display: block;
    width: fit-content;
    text-decoration: underline;
}

.look-box-txt a + p{
margin-top: 14px;
}

.look-box--2 .look-img{
    justify-content: flex-end;
}

.look-box--2 .look-img_img{
    margin-right: 8vw;
}



.look-box--2 .look-box-tit{
    left:unset;
    right: calc(65% + 20px);
    top:unset;
    bottom: 10px;
}


.js-layer{
    position: relative;
overflow: hidden;
}

.js-layer-right,.js-layer-left{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: var(--color-gray);
}

@media screen and (min-width: 480px){

.look-img_img {
    width: 65%;
    margin-left: 30px;
    max-width: 500px;
}

.look-box--2 .look-img_img {
     margin-right: 30px;
}

.look-box-tit{
    left: 63%;
}

.look-box--2 .look-box-tit{
    right: 63%;
}

}

.movie{
    height: 40vh;
}

.movie video{
width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (min-width: 480px){
.movie{
    min-height:500px;
}


}

.product--mascara .movie{
margin-top: calc(var(--contents-margin) + var(--contents-s-margin));
}


.revival-fv{
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
margin-top:-100vh;

}

.revival-fv-dummy{
    height: 100vh;
    width: 100%;
margin-top: -100vh;
}

.revival-fv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.revival-fv-logo{
    position: absolute;
    width: 80vw;
    right: 0;
    left: 0;
    bottom: 10%;
    margin: auto;
}


.revival-fv-logo p{
    text-align: center;
    color: #fff;
    font-size: var(--h1);
    margin-top: 30px;
    line-height: 1;
}

.revival-fv-logo--top,
.revival-fv-logo--bottom{
    overflow: hidden;
    line-height: 1;
}

.revival-fv-logo--bottom{
/*margin-top: 8px;*/
margin: 8px 1px 0;	
}


@media screen and (min-width: 480px){
.revival-fv{
    margin-top: 0;

}

.pc-revival-left{
position: fixed;
    left: 0;
    height: 100vh;
    width: 0vw;
    z-index: 5;
overflow: hidden;
}

.pc-revival-left img{
    width: 50vw;
    height: 100vh;
    object-fit: cover;
}

.revival-fv-logo{
width: 70%;
max-width:500px;
}

}

@media screen and (min-width: 680px) and (max-height: 900px) and (max-width: 980px) {


.revival-fv{
min-height:870px;
}

.revival-fv-logo{
bottom:5%;
}

}


.product--re{
    background-color: #d3c5c4;
    color: var(--color-white);
}

.product--re--shadow{
padding-top: var(--contents-margin);
}

.product--re--shadow .product-img-wrap{
    width: 180px;
    margin-top: 80px;
    flex-direction: column;

}

.product--re--shadow .texture{
position: absolute;
    top: -60px;
    left: -55px;
    width: 150px;
}



@media screen and (min-width: 480px){


.product--re--shadow .product-img-wrap{
    width: 210px;}

.product--re--shadow .texture {
    position: absolute;
    top: -60px;
    left: -75px;
    width: 200px;
}

	
	
}

@media screen and (min-width: 680px){

.product--re--shadow .product-img-wrap{
    width: 240px;}

}

.product--re--powder .product-img-right{
    width: calc(48% - 30px);
}

.product--re--powder .product-img-left{
    width: calc(48% - 30px);
}

.product--re--powder .product-img-right .texture{
left: -40px;
top: -60px;
width: 100px;
}

.product--re--powder .product-img-left .texture{
right: -25px;
    bottom: -60px;
    width: 100px;
}

.product--re--powder .product-img-wrap{
    margin-top: 50px;
}








/* ETVOS HEADER */
/* line 591, ../sass/css_18aw_lp.scss */
#logo {
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	    z-index: 5;
    position: relative;
}

/* line 599, ../sass/css_18aw_lp.scss */
#logo img {
    width: 120px;
    margin-top: 8px;
}

/* 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;
}

/* 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: 12px;
    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;
  }

  /* 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: 11px !important;
  }

  /* line 693, ../sass/css_18aw_lp.scss */
  #copyright {
    font-size: 0.5rem !important;
  }
}
/*////////////////*/

