@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== universal reset ========== */
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== background ========== */
/* ========== modal ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
/* ========== universal reset ========== */
/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
button, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body { line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul { list-style:none; }
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}


/* ========== base style ========== */
* { box-sizing: border-box; }

html { height: 100%; }

body {
height: 100%;
min-height: 100%;
background: #fff;
color: #000;
font-size: 3.2vw;
font-family: zen-kaku-gothic-new, sans-serif;
font-style: normal;
font-weight: 400;
font-feature-settings: "palt";
}
@media (min-width:768px){
	body {
	font-size: 13px;
	}
}

a:link,
a:visited {
color: #000;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

a:hover,
a:hover img,
button:hover img {
opacity: 0.70;
filter: alpha(opacity=80);
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
}
.lnav li a:hover img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

div,p,h1,h2,h3,h4,h5,h6,li,dt,dd,th,td {
line-height: 100%;
font-family: zen-kaku-gothic-new, sans-serif;
font-feature-settings: "palt";
font-weight: 400;
letter-spacing: -0.075em;
}

div, article { box-sizing: border-box; }

ol, ul { list-style:none; }

img, video {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}



/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.66666vw; }
.fs11 { font-size: 2.93333vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.46666vw; }
.fs14 { font-size: 3.73333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.26666vw; }
.fs17 { font-size: 4.53333vw; }
.fs18 { font-size: 4.8vw; }
.fs19 { font-size: 5.06666vw; }
.fs20 { font-size: 5.33333vw; }
@media (min-width:768px){
	.fs9 { font-size: 9px; }
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs12 { font-size: 12px; }
	.fs13 { font-size: 13px; }
	.fs14 { font-size: 14px; }
	.fs15 { font-size: 15px; }
	.fs16 { font-size: 16px; }
	.fs17 { font-size: 17px; }
	.fs18 { font-size: 18px; }
	.fs19 { font-size: 19px; }
	.fs20 { font-size: 20px; }
}

/* weight */
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }

/* line height */
.lh130 { line-height: 130%; }
.lh140 { line-height: 140%; }
.lh150 { line-height: 150%; }
.lh160 { line-height: 160%; }
.lh170 { line-height: 170%; }
.lh180 { line-height: 180%; }
.lh190 { line-height: 190%; }
.lh200 { line-height: 200%; }
.lh210 { line-height: 210%; }

/* letter space */
.ltrspace0 { letter-spacing: 0; }
.ltrspace0025 { letter-spacing: 0.025em; }
.ltrspace005 { letter-spacing: 0.05em; }
.ltrspace0075 { letter-spacing: 0.075em; }
.ltrspace01 { letter-spacing: 0.1em; }
.ltrspace0125 { letter-spacing: 0.125em; }
.ltrspace015 { letter-spacing: 0.15em; }


/* ========== float ========== */
/* clearfix */
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after { clear: both; }

/* float */
.float_left { float: left; }
.float_right { float: right; }


/* ========== display ========== */
.disp_block { display: block !important;}
.disp_iblock { display: inline-block !important;}
.disp_inline { display: inline !important;}
.disp_none { display: none;}
.disp_flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }


/* ========== position ========== */
.posi_relative { position: relative !important; }
.posi_absolute { position: absolute !important; }
.posi_fixed { position: fixed !important; }


/* ========== overflow ========== */
.overflow_hidden { overflow: hidden !important; }


/* ========== margin ========== */
/* margin-auto */
.mx_auto { margin-left: auto; margin-right: auto; }


/* ========== device displaying ========== */
.sp_none{ display: none; }
@media (min-width:768px){.sp_none{display: block;} .tab_none { display: none; }}
.sp_only{ display: block; }
@media (min-width:768px){.sp_only{display: none;}}
.spc_none{ display: block; }
@media (min-width:991px){.s-pc_none{display: none;}}
.spc_above{ display: block; }
@media (max-width:992px){.s-pc_above{ display:none;}}
.pc_none{ display: block; }
@media (min-width:1099px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1100px){.pc_none{display: none;}
.pc_only{display: block;}
.tab_none{ display: block; }
}


/* ========== animation for ScrollTrigger.min.js  ========== */
.invisible {
transition: opacity 1s ease;
opacity: 0.0;
}
.visible {
transition: opacity 1s ease;
opacity: 1.0;
}


/* other style
-----------------------------------------------*/
body {
overflow: hidden;
}
body.move {
overflow: auto;
}
.allwrapper { /* Xscroll bar hidden */
width: 100%;
padding-top: 20vw;
overflow: hidden;
animation-delay: 0.75s;
}
.opening {
width: 100%;
min-height: 100vh;
left: 0;
top: 0;
background: url("../images/opening_sp.jpg") center center / cover no-repeat;
animation-delay: 2s;
z-index: 100;
}
.opening.none {
display: none;
}
.opening div {
top: 0;
left: 0;
width: 100%;
height: 100vh;
}
.titlelogo {
width: 40vw;
}
.introtext {
margin-top: 18.6vw;
}
.introtext p {
margin-bottom: 2.25em;
line-height: 225%;
}
.introtext p:last-child {
margin-bottom: 0;
}
.introtext p span {
letter-spacing: 0em;
}
.slideimg {
margin-top: 24vw;
}
.slick-arrow {
position: absolute;
top: calc(50% - 8.4vw);
width: 5.6vw;
z-index: 2;
cursor: pointer;
}
.slick-arrow.prev {
left: 2.6vw;
}
.slick-arrow.next {
right: 2.6vw;
}
.ff_futurapt {
font-family: futura-pt, sans-serif;
}
.price {
margin-top: 6.6vw;
}
.price a:link,
.price a:visited {
text-decoration: underline;
}
.btn_onlinestore {
width: 40.26vw;
max-width: 151px;
margin-top: 13.3vw;
}
.brandinfo {
margin-top: 30.6vw;
padding: 15.3vw 6.6vw 14.6vw;
background: #000;
}
.brandinfo .logo {
width: 34.6vw;
}
.brandinfo p {
margin-top: 8vw;
color: #fff;
line-height: 225%;
}
.brandinfo a:link,
.brandinfo a:visited {
color: #fff;
letter-spacing: 0em;
}
.outro_link {
width: 90px;
margin: 18vw auto 15vw;
}
.line {
left: 0;
bottom: 0;
width: 100%;
height: 8vw;
background: url("../images/line_sp.png") 0 0 / auto 100% repeat-x;
z-index: 3;
}
@media (min-width:768px){
	.allwrapper {
	padding-top: 70px;
	}
	.titlelogo {
	width: 200px;
	}
	.introtext {
	margin-top: 70px;
	}
	.introtext p {
	margin-bottom: 2.45em;
	line-height: 245%;
	}
	.slideimg {
	width: 550px;
	margin-top: 90px;
	}
	.slick-arrow {
	width: 21px;
	top: calc(50% - 31px);
	}
	.slick-arrow.prev {
	left: -46px;
	}
	.slick-arrow.next {
	right: -46px;
	}
	.price {
	margin-top: 25px;
	}
	.btn_onlinestore {
	margin-top: 65px;
	}
	.brandinfo {
	margin-top: 130px;
	padding: 60px 0 80px;
	}
	.brandinfo .logo {
	width: 130px;
	}
	.brandinfo p {
	width: 500px;
	margin-top: 35px;
	line-height: 215%;
	letter-spacing: 0;
	}
	.outro_link {
	width: 110px;
	margin: 100px auto 80px
	}
	.line {
	height: 40px;
	background: url("../images/line_pc.png") 0 0 / auto 100% repeat-x;
	}
}
@media (min-width:1100px){
	.opening {
	background: url("../images/opening_pc.jpg") center center / cover no-repeat;
	}
	.movie {
	width: 400px;
	margin: -687px auto 0 calc(50% - 550px);
	}
	.slideimg {
	margin-left: calc(50% - 45px);
	}
	.btn_onlinestore {
	margin-left: calc(50% + 155px);
	}
}


.footer {
margin-top: 55px;
padding-bottom: 35px;
background: #fff;
z-index: 5;
}
.footer * {
color: #5a5a5a !important;
letter-spacing: 0;
font-family: ryo-gothic-plusn, sans-serif;
}
.lifeandbeauty {
display: none;
}
.help {
background: #f6f6f6;
padding: 40px 0 45px;
}
.help h4 {
font-size: 22px;
}
.help h4 span {
display: block;
margin-top: 10px;
}
.help ul {
justify-content: center;
width: 285px;
margin-top: 30px;
}
.help li {
width: 50%;
font-size: 17px;
text-align: center;
}
.help li:nth-of-type(n + 3) {
margin-top: 25px;
}
.sns {
margin-top: 10px;
padding: 40px 0;
background: #f6f6f6;
}
.sns h4 {
font-size: 18px;
}
.sns ul {
width: 170px;
margin-top: 25px;
}
.sns li {
width: 30px;
}
.onlinestore {
margin-top: 10px;
padding: 35px 0 50px;
background: #f6f6f6;
}
.onlinestore * {
letter-spacing: 0.05em;
}
.onlinestore h4 {
font-size: 18px;
}
.onlinestore ul {
margin-top: 30px;
}
.onlinestore li {
margin-top: 15px;
text-align: center;
font-size: 14px;
}
.onlinestore li:first-child {
margin-top: 0;
}
.onlinestore li a {
letter-spacing: 0 !important;
}
.footerlink {
justify-content: center;
padding-top: 15px;
}
.footerlink li {
margin-bottom: 10px;
padding: 0 12px;
font-size: 10px;
border-right: 1px solid #333;;
}
.footerlink li a {
letter-spacing: 0;
}
.footer_logo {
width: 160px;
margin-top: 40px;
}
.copy {
margin-top: 20px;
}
@media (min-width:1200px){
	.footer {
	width: 100%;
	margin-top: 120px;
	padding-bottom: 70px;
	border-top: 1px solid #c9c9c9;
	}
	.lifeandbeauty {
	display: block;
	width: 735px;
	padding: 25px 0;
	}
	.footer * {
	color: #5a5a5a !important;
	letter-spacing: 0;
	}
	.footer_sec01 {
	background: #ececec;
	}
	.footer_sec01 .inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 1200px;
	padding: 30px 0;
	}
	.help {
	width: 50%;
	padding: 60px 0 60px 80px;
	background: none;
	border-left: 1px solid #ccc;
	}
	.help h4 {
	font-size: 27px;
	text-align: left;
	}
	.help h4 br {
	display: none;
	}
	.help h4 span {
	display: inline;
	margin: 0 0 0 30px;
	font-size: 14px;
	}
	.help ul {
	justify-content: flex-start;
	width: 100%;
	margin: 30px 0 0 0;
	}
	.help li {
	width: auto;
	margin-right: 20px;
	padding-right: 20px;
	text-align: left;
	border-right: 1px solid #000;
	font-size: 16px;
	}
	.help li:nth-of-type(n + 3) {
	margin: 0;
	border-right: none;
	}
	.sns {
	display: flex;
	align-items: center;
	width: 50%;
	margin-top: 0;
	padding: 0 60px 0 80px;
	background: none;
	}
	.sns h4 {
	width: 160px;
	font-size: 15px;
	text-align: left;
	}
	.sns ul {
	width: auto;
	margin: 0;
	}
	.sns li {
	width: 50px;
	margin-right: 22px;
	}
	.onlinestore {
	margin-top: 0;
	padding: 40px 0;
	background: #ececec;
	border-top: 1px solid #ddd;
	}
	.onlinestore .inner {
	display: flex;
	justify-content: center;
	width: 1200px;
	}
	.onlinestore h4 {
	margin-right: 30px;
	font-size: 16px;
	font-weight: 700;
	}
	.onlinestore ul {
	display: flex;
	margin-top: 0;
	}
	.onlinestore li {
	margin: 0 15px 0 0;
	padding-right: 15px;
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #000;
	}
	.onlinestore li:last-child {
	margin: 0;
	padding: 0;
	border-right: none;
	}
	.footerlink {
	padding-top: 50px;
	}
	.footerlink li {
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	font-size: 12px;
	border-right: 1px solid #333;;
	}
	.footer_logo {
	width: 220px;
	margin-top: 55px;
	}
	.copy {
	margin-top: 40px;
	font-size: 12px;
	}
}

img[src^="https://jun.click.zetacx.net"],
img[src^="https://zetaclick.junonline.jp"],
img[src^="https://dev.tag.zetacx.net"] {
  position: absolute;
  width: 0;
  height: 0;
}