@charset "UTF-8";

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, picture,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #f2eef1;
	box-sizing: border-box;
	overflow-x: hidden;
  font-feature-settings: "palt";
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul, ol {
	list-style: none;
}
picture {
	display: block;
}

/************************************************
common
************************************************/
.wrapper {
	width: 100%;
	margin: 0;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-weight: 500;
	overflow: clip;
}
.wrapper section {
	overflow: hidden;
}
.wrapper .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.wrapper .inner {
		padding: 0;
	}
}
.wrapper img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.onlySP {
	display: none;
}
@media (min-width: 768px) {
	.inner .cnt {
		margin: 0 -42.3076923077vw;
		position: relative;
	}
}
@media (min-width: 1000px) {
	.inner .cnt {
		margin: 0 -460px;
	}
}
.pbg {
	display: none;
	position:fixed;
	top: 50%;
	left:0;
	z-index:-1;
	width:100%;
	height:130vh;
	transition: 1.5s ease;
}
.active .pbg {
	display: block;
}
a {
  transition: all 300ms linear;
}
a:hover {
  opacity: .7;
}

/************************************************
swiper
************************************************/
.slide {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.swiper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.swipe-prev,
.swipe-next {
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_mv_arrow.png") left top / auto 100% no-repeat;
	width: 40px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 20;
	cursor: pointer;
}
.swipe-prev {
	right: auto;
	left: 0;
	transform: rotate(180deg);
}
.swiper .swiper-slide {
	position: relative;
	width: calc( 1200 / 1920 * 100% );
	padding: 0;
	box-sizing: border-box;
}
.slide .swiper-pagination {
	position: relative;
	width: 100%;
	height: auto;
	top: auto;
	line-height: 0.1;
	margin: 30px 0 0;
	z-index: 100;
}
.slide .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	border-radius: 0;
	background: #a5abb4;
	opacity: 1;
	margin: 0 8px;
}
.slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #f7806e;
}
.swiper-button-disabled {
	display: none;
}

/************************************************
header
************************************************/
#header {
	position: relative;
	background: #f2f5f9;
	padding-bottom: calc( 48 / 1920 * 100% );
}
#header h1 {
	max-width: calc( 290 / 1920 * 100% );
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: calc( -502 / 1920 * 100% );
	z-index: 100;
}
#header .swipe-prev,
#header .swipe-next {
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_mv_arrow.png") left top / auto 100% no-repeat;
	width: 40px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 290px;
	margin-top: 0;
	z-index: 20;
}
#header .slide .swiper-pagination {
	position: absolute;
	width: 100%;
	height: auto;
	top: auto;
	bottom: calc( 44 / 1920 * 100% );
	line-height: 0.1;
	margin: 0;
	z-index: 100;
}
#header .swiper .swiper-slide {
	background: #000;
}
#header .swiper .swiper-slide img {
	transition: all 1.2s ease;
}
#header .swiper .swiper-slide.swiper-slide-prev img,
#header .swiper .swiper-slide.swiper-slide-next img {
	opacity: 0.6;
}

#header ul {
	display: flex;
	justify-content: center;
	margin: calc( 37 / 1920 * 100% ) auto 0;
}
#header ul li {
	max-width: 131px;
}
#header ul li + li {
	margin-left: calc( -21 / 1920 * 100% );
}
#header p.atte {
	color: #616161;
	font-size:12px;
	line-height: 1;
	letter-spacing: 0.075em;
	text-align: center;
	margin: 8px 0 32px;
}
#header dl {
	position: relative;
	max-width: 840px;
	margin: 0 auto;
}
#header dl dd a {
	width: calc( 698 / 840 * 100% );
	position: absolute;
	left: calc( 80 / 840 * 100% );
	bottom: calc( 64 / 770 * 100% );
	animation: btnslide 3s ease 0s infinite;
}
#header p.result {
	position: relative;
	max-width: calc( 896 / 1920 * 100% );
	margin: calc( 50 / 1920 * 100% ) auto 0;
	text-align: right;
}
#header p.result img {
	width: calc( 878 / 896 * 100% );
	margin: 0 0 0 auto;
}


/************************************************
authority
************************************************/
.wrapper .authority {
	position: relative;
	overflow: visible;
}
.authority .pbg {
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_authority_bg.jpg") 50% 100% / cover no-repeat;
}
.authority h2 {
	position: relative;
	clip-path: polygon(0 0, 100% 0, 100% calc( 100% - ( 180 / 633 * 100% )), 0 100%);
	background: #000;
	margin-bottom: calc( -180 / 1920 * 100% );
}
.authority h2 + p {
}
.authority::before,
.authority::after {
	content: "";
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_authority_scroll.png") left top no-repeat;
	width: 4px;
	height: 83px;
	position: absolute;
	left: 50%;
	bottom: 41%;
	margin: 0 0 0 -2px;
	z-index: 101;
}
.authority::after {
	bottom: -40px;
}

/************************************************
sns
************************************************/
.sns {
	background: #fff;
	position: relative;
	z-index: 100;
}
.sns h2 {
	width: 470px;
	margin: 0 auto -30px;
	position: relative;
	z-index: 100;
}
.sns h2 + div {
	background: #f7f6f4;
	position: relative;
	z-index: 90;
	padding: 88px 0 35px;
}


/************************************************
reason
************************************************/
.reason {
	background: #fff;
}
.reason .cnt {
	background: #eaf3f8;
	padding-bottom: 45px;
}
.reason h2 {
	margin: 0 auto -148px;
	position: relative;
}
.reason dl {
	max-width: 880px;
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_reason_btm.png") left bottom no-repeat;
	position: relative;
	margin: 0 auto 75px;
}
.reason dl.reason04,
.reason h2 + dl {
	background: url();
}
.reason h2 + dl dd {
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_reason_btm.png") left bottom no-repeat;
}
.reason dl.reason03 dd {
	width: calc( 680 / 880 * 100% );
	margin: 0 auto;
}
.reason dl.reason03 dd + dd {
	margin-top: 40px;
	padding-bottom: 83px;
}
.reason dl.reason04 dd + dd {
	margin-top: 105px;
}


/************************************************
recommend
************************************************/
.wrapper .recommend {
	position: relative;
	overflow: visible;
}
.recommend .pbg {
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_recommend_bg.jpg") 50% 100% / cover no-repeat;
}
.recommend::after {
	content: "";
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_authority_scroll.png") left top no-repeat;
	width: 4px;
	height: 83px;
	position: absolute;
	left: 50%;
	bottom: -42px;
	margin: 0 0 0 -2px;
	z-index: 101;
}
.recommend ul li {
	position: absolute;
	left: 50%;
	top: calc( 337 / 1410 * 100% );
	margin-left: calc( 70 / 1920 * 100% );
	width: calc( 221 / 1920 * 100% );
}
.recommend ul li.check02 {
	width: calc( 294 / 1920 * 100% );
	padding-top: calc( 107 / 1920 * 100% );
}
.recommend ul li.check03 {
	width: calc( 330 / 1920 * 100% );
	padding-top: calc( 217 / 1920 * 100% );
}


/************************************************
recommend02
************************************************/
.recommend02 {
	position: relative;
	z-index: 100;
}
.recommend02 dl {
	position: relative;
}
.recommend02 dl dd {
	width: calc( 629 / 1920 * 100% );
	position: absolute;
	left: 50%;
	top: calc( 102 / 646 * 100% );
	margin-left: calc( -300 / 1920 * 100% );
}


/************************************************
aroma
************************************************/
.aroma {
	background: #fff;
	padding-bottom: calc( 50 / 1920 * 100% );
}
.aroma h2 {
	max-width: calc( 424 / 1920 * 100% );
	padding: calc( 78 / 1920 * 100% ) 0 0;
	margin: 0 auto calc( -112 / 1920 * 100% );
	position: relative;
	z-index: 100;
}
.aroma h2 + p {
	margin: 0 auto calc( -491 / 1920 * 100% );
}
.aroma dl {
	position: relative;
	max-width: calc( 1120 / 1920 * 100% );
	margin: 0 auto;
}
.aroma dl dd {
	cursor: pointer;
}
.aroma dl dd.aroma01 {
	width: calc( 146 / 1120 * 100% );
	position: absolute;
	left: calc( 296 / 1120 * 100% );
	bottom: calc( 107 / 960 * 100% );
}
.aroma dl dd.aroma02 {
	width: calc( 155 / 1120 * 100% );
	position: absolute;
	left: calc( 481 / 1120 * 100% );
	bottom: calc( 107 / 960 * 100% );
}
.aroma dl dd.aroma03 {
	width: calc( 154 / 1120 * 100% );
	position: absolute;
	left: calc( 684 / 1120 * 100% );
	bottom: calc( 105 / 960 * 100% );
}
.aroma dl dd.animated img {
	animation-name: float;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
}
@keyframes float {
	50% {
			transform: translateY(-10px); 
	} 
	100% {
			transform: translateY(0px); 
	} 
}
.aroma .slide {
	padding: calc( 45 / 1920 * 100% ) 0 0;
}
.aroma .swiper .swiper-slide {
	position: relative;
	width: 780px;
	padding: 0 10px;
	box-sizing: border-box;
	transition: all .5s ease;
}
.aroma .swiper .swiper-slide.swiper-slide-prev,
.aroma .swiper .swiper-slide.swiper-slide-next {
	opacity: 0.3;
}
.aroma .swipe-next {
	left: 50%;
	right: 0;
	margin-left: 360px;
}
.aroma .swipe-prev {
	left: 50%;
	right: 0;
	margin-left: -400px;
}


/************************************************
howto
************************************************/
.howto {
	padding-top: 1px;
}
.howto .cnt {
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_howto_bg.jpg") left top repeat;
	padding-bottom: calc( 80 / 1920 * 100% );
	border-top: #fff solid 370px;
}
.howto h2 {
	width: calc( 1560 / 1920 * 100% );
	position: relative;
	left: 50%;
	margin: -363px 0 calc( 43 / 1920 * 100% ) calc( -960 / 1920 * 100% );
}
.howto h3 {
	max-width: 860px;
	margin: 0 auto calc( 74 / 1920 * 100% );
}
.howto dl {
	position: relative;
}
.howto dl dt {
	max-width: 860px;
	margin: 0 auto;
}
.howto dl dd {
	position: absolute;
	left: 50%;
	top: calc( 147 / 520 * 100% );
	width: calc( 920 / 1920 * 100% );
	margin-left: calc( -460 / 1920 * 100% );
}
.howto .swiper .swiper-slide {
	position: relative;
	width: calc( 490 / 920 * 100% );
	padding: 0 calc( 10 / 920 * 100% );
	box-sizing: border-box;
}
.howto .slide .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
}
.howto .slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #f7806e;
}


/************************************************
reviews
************************************************/
.reviews {
	background: #f7f6f4;
}
.reviews h2 + div {
	padding: calc( 30 / 1920 * 100% ) 0;
}


/************************************************
message
************************************************/
.message {
	background: #efdfe6;
}


/************************************************
qa
************************************************/
.qa {
	background: #e6f0f6;
}
.qa .inner::before {
  content: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_qa_bg.png");
  position: absolute;
  left: 50%;
  top: 52px;
  margin-left: calc( -1920px / 2 );
}
.qa .cnt {
	padding: calc( 107 / 1000 * 100% ) 0 calc( 80 / 1000 * 100% );
}
.qa h2 {
	max-width: 300px;
	margin: 0 auto calc( 50 / 1920 * 100% );
}
.qa dl {
	max-width: 1000px;
	margin: 0 auto 10px;
}
@media (min-width: 768px) {
	.qa dl {
		max-width: none;
		width: calc( 980 / 1920 * 100% );
	}
}
.qa dl dt {
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_qa_icn01.png") 20px 15px no-repeat #fff;
	color: #5e606e;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 21px 90px;
	position: relative;
	cursor: pointer;
}
.qa dl dt::after {
	content: "";
	display: block;
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_qa_icn04.png") center center / 100% auto no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -12px;
}
.qa dl dt.active::after {
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_qa_icn03.png") center center / 100% auto no-repeat;
}
.qa dl dd {
	background: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_qa_icn02.png") 20px 30px no-repeat;
	color: #5e606e;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.1em;
	padding: 32px 40px 20px 90px;
	display: none;
}
.qa dl dd span {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0.075em;
}
#b_net02 .qa .hide,
#b_net03 .qa .hide {
	display: none;
}


/************************************************
float
************************************************/
.float {
  background-color: rgba( 255, 255, 255, 0.7 );
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 35px 0 16px;
  text-align: center;
  z-index: 9999;
  overflow: hidden;
  box-sizing: border-box;
  display: none;
}
.float a {
	display: block;
	width: 698px;
	position: relative;
	left: 50%;
	margin-left: -340px;
}
@media (max-width: 1000px) {
	.float a {
		width: calc( 698 / 1000 * 100% );
		margin-left: calc( -340 / 1000 * 100% );
	}
}

/************************************************
CV
************************************************/
.cv {
	background: #fff;
	overflow: hidden;
}
.cv .inner {
	padding: calc( 130 / 1920 * 100% ) 0 calc( 110 / 1920 * 100% );
}
.cv .inner::before {
  content: url("../../../../shopping/images/pub/skicle_all/b_net01/pc_cv_bg.png");
  position: absolute;
  left: 50%;
  top: 52px;
  margin-left: calc( -1920px / 2 );
}
.cv .panel {
	width: calc( 880 / 1920 * 100% );
	margin: 0 auto calc( 50 / 1920 * 100% );
	overflow: hidden;
}
.cv h2 {
	width: 498px;
	margin: 0 auto 33px;
}
.cv .slide {
	padding: 0 0;
}
.cv .swiper .swiper-slide {
	position: relative;
	width: 780px;
	padding: 0 10px;
	box-sizing: border-box;
	transition: all .5s ease;
}
.cv .swiper .swiper-slide dd.cv-btn-new {
	width: calc( 330 / 780 * 100% );
	position: absolute;
	left: calc( 426 / 780 * 100% );
	bottom: calc( 56 / 446 * 100% );
	animation: btnslide 3s ease 0s infinite;
}
	#b_net02 .cv .swiper .swiper-slide dd.cv-btn-new,
	#b_net03 .cv .swiper .swiper-slide dd.cv-btn-new {
		bottom: calc( 40 / 446 * 100% );
	}
.cv .swiper .swiper-slide dd.cv-btn-member {
	width: calc( 300 / 780 * 100% );
	position: absolute;
	left: calc( 428 / 780 * 100% );
	bottom: calc( 54 / 446 * 100% );
	text-align: center;
}
.cv .swiper .swiper-slide dd.cv-btn-member a {
	color: #f6ae00;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.075em;
}
.cv .swiper .swiper-slide dl.orange a {
	color: #f38707;
}
.cv .swiper .swiper-slide dl.rose a {
	color: #eb85ae;
}
.cv .swiper .swiper-slide dl.limited a {
	color: #2a6db6;
}
.cv .swiper .swiper-slide.swiper-slide-prev,
.cv .swiper .swiper-slide.swiper-slide-next {
}
.cv .cv-service {
	width: calc( 880 / 1920 * 100% );
	margin:  auto ;
}
.cv p.atte {
	color: #585d5e;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	margin: calc( 25 / 880 * 100% ) auto 0;
}
.cv p.atte strong {
  color: #d15058;
}
	#b_net02 .cv dd.cv-btn-member,
	#b_net03 .cv dd.cv-btn-member,
	#b_net02 .cv p.atte strong,
	#b_net03 .cv p.atte strong {
		display: none;
	}
.cv .cv-service + p.atte {
	width: calc( 880 / 1920 * 100% );
	margin: calc( 20 / 1920 * 100% ) auto 0;
}
@keyframes btnslide {
	0% {
		transform: translateX(0);
	}
	5% {
		transform: translateX(10px);
	}
	10% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(0);
	}
}

/************************************************
footer
************************************************/
#footer {
	background-color: #5b626c;
	padding: 23px 0 0;
}
#footer ul {
	list-style: none;
	text-align: center;
	font-size: 0;
	padding-bottom: 23px;
}
#footer ul li {
	display: inline-block;
	padding: 0 16px;
	position: relative;
	line-height: 1.1;
}
#footer ul li + li {
	border-left: 1px solid #fff;
}
#footer ul li a {
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
}
#footer p {
	display: block;
	background: #464a4f;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	padding: 15px 0 14px;
}


/************************************************
limited_cv
************************************************/
#header .limited_cv {
	width: calc( 840 / 1920 * 100% );
	margin: calc(37 / 1920 * 100%) auto 0;
}
#header .limited_cv p.atte {
	text-align: left;
}
