@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: #fff;
  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;
}

.wrapper {
  width: 100%;
  margin: 0;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  font-weight: 500;
}

.wrapper .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  box-sizing: border-box;
}
.wrapper #header .inner {
  max-width: 1300px;
}
.wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrapper section:not(.cv) .inner picture {
    margin: 0 -480px;
  }
  .onlyPC {
    display: block;
  }
  .onlySP {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wrapper .inner {
    padding: 0;
  }
  .onlyPC {
    display: none;
  }
  .onlySP {
    display: block;
  }
}

.max-01 {
  max-width: 845px;
  margin: 0 auto;
  padding: 0 15px;
}
.max-02 {
  max-width: 500px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .max-02 {
    max-width: 300px;
    margin-top: 20px;
  }
}

/************************************************
deco
************************************************/
.wrapper .relative {
  position: relative;
}
.wrapper .absolute {
  position: absolute;
}
.wrapper .notes {
  font-size: min(max(8px, calc(0.5rem + ((1vw - 3.75px) * 0.5333))), 10px);
  min-height: 0vw;
  line-height: 1.5;
  color: #313131;
}
.wrapper .white {
  color: #fff;
}
.wrapper .red{
  color: #bc3656;
}
/************************************************
header
************************************************/
@media screen and (min-width: 768px) {
  #header {
    background: #000;
    overflow: hidden;
  }
}

/************************************************
CV
************************************************/
#cv02 {
  padding-top: 50px;
}
.cv-btn_warp {
  position: relative;
  padding: 50px 0 100px;
  margin-bottom: 100px;
}
.cv-btn_warp:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: calc(100% + 100px);
  background-image: url(../../../../shopping/images/pub/skicle/d_net05/bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cv .cv-btn-new {
  max-width: 780px;
  margin: 50px auto 0;
}
.cv .cv-btn-member {
  max-width: 252px;
  margin: 20px auto 0;
}
.cv a picture {
  transition: all .3s;
}
.cv a picture:hover {
  opacity: .7;
}
.cv p.notes {
  max-width: 780px;
  font-size: min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 0.5333))), 11px);
  min-height: 0vw;
  margin: 3% 0 0 auto;
}
@media screen and (max-width: 767px) {
  #cv02 {
    padding-top: 0;
  }  
  .cv-btn_warp {
    padding: 30px 0 50px;
    margin-bottom: 50px;
  }
  .cv .contents01_01 {
    width: 90%;
    margin: 0 auto;
  }
  .cv .cv-btn-new {
    max-width: 90%;
    margin: 30px auto 0;
  }
  .cv .cv-btn-member {
    max-width: 36%;
    margin: 10px auto 0;
  }  
  .cv p.notes {
    max-width: 90%;
    font-size: min((18 / 768 * 100vw), 10px);
    margin: 5% 3% 0 auto;
  }
}
.cv .cv-service {
	width: 100%;
  max-width: 880px;
	margin: auto ;
}
.cv .cv-service + p.atte {
  color: #585d5e;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
	width: 100%;
  max-width: fit-content;
  margin: calc( 25 / 880 * 100% ) auto 0;
	margin: calc( 20 / 1920 * 100% ) auto 0;
}

@media screen and (max-width: 768px) {
  .cv .head .item .position_text {
    top: 50%;
    bottom: auto;
    transform: translateX(-50%) translateY(-12%);
  }
  .cv .head .item .notes.position_text {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .cv .head .item .notes.position_text li {
    padding-left: 10px;
  }
  .cv .cv-service {
    width: calc( 670 / 750 * 100vw );
    margin: 0 auto;
  }
  .cv .cv-service + p.atte {
    font-size: calc( 18 / 750 * 100vw );
    line-height: calc( 30 / 750 * 100vw );
    width: calc( 670 / 750 * 100vw );
    margin: calc( 25 / 750 * 100vw ) auto 0;
  }
}

/************************************************
multi-channel
************************************************/
.cv .multi-channel {
	width: 100%;
  max-width: 880px;
	margin: 50px auto 0;
	padding: 0;
	background: #eeeeee;
	border-radius: 20px;
	text-align: center;
	border: 1px solid #a5abb4;
}
.cv .multi-channel h2 {
	background-color: #a5abb4;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 15px 0;
	width: 100%;
	margin: auto;
	border-radius: 20px 20px 0 0;
}
.cv .multi-channel h3.product_name {
	width: 500px;
	margin: 20px auto 0;
}
.cv .multi-channel h3.product_name span.product_price_tax {
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: center;
}
.cv .multi-channel .unit {
	width: 790px;
	padding: 20px 0;
	margin: 15px auto 30px;
	background: #fff;
}
.cv .multi-channel .unit ul {
	width: 450px;
	margin: auto;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	padding-top: 10px;
	gap: 20px;
}
.cv .multi-channel ul li {
	width: 200px;
	max-width: 200px;
	border: 1px solid #000;
	margin: 0;
}
.cv .multi-channel .notes {
	width: 420px;
	margin: 20px auto 0;
	font-size: 12px;
	text-align: left;
}
.cv .multi-channel h3.shop_seech_ttl {
	position: relative;
	font-size: 18px;
	color: #5e606e;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0.5em 2em;
	width: 90%;
}
.cv .multi-channel .shop_serch {
	width: 300px;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0px auto;
	border: 1px solid #d70014;
	background: #fff7f8;
}
.cv .multi-channel .shop_serch a {
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #a50319;
	line-height: 1;
	width: 100%;
	height: 100%;
	padding: 15px 0;
}
.cv .multi-channel .shop_serch a:hover {
	cursor: pointer;
}
.cv .multi-channel .shop_serch a::after {
	position: absolute;
	content: "＞";
	top: 50%;
	transform: translateY(-50%) scaleX(0.6);
	right: 10px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #a50319;
	text-decoration: none;
}
.cv .multi-channel .tel_ttl {
	font-size: 24px;
	font-weight: bold;
	color: #5e606e;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
}
.cv .multi-channel .tel_btn a {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-size: 48px;
	line-height: 1.2;
	color: #5e606e;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.03em;
	margin: 0 0 0 -68px;
	text-decoration: none;
}
.cv .multi-channel .tel_btn a img {
	width: auto;
	height: 48px;
	aspect-ratio: 1 / 1;
	margin: 0;
}
.cv .multi-channel .tel_note {
	font-size: 12px;
	color: #5e606e;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cv .multi-channel {
    width: calc(710 / 750 * 100vw);
    margin: calc(37 / 750 * 100vw) auto 0;
  }
  .cv .multi-channel h2 {
    font-size: calc( 30 / 750 * 100vw );
    line-height: 1;
    padding: calc( 25 / 750 * 100vw ) 0;
  }
  .cv .multi-channel h3.product_name {
    width: 84%;
  }
  .cv .multi-channel h3.product_name span.product_price_tax {
    font-size: calc( 20 / 750 * 100vw );
  }
  .cv .multi-channel .unit {
    width: 90%;
    padding: calc( 20 / 750 * 100vw ) 0;
    margin: calc( 15 / 750 * 100vw ) auto calc( 30 / 750 * 100vw );
  }
  .cv .multi-channel .unit ul {
    width: 96%;
    margin: calc( 10 / 750 * 100vw ) auto 0;
    padding-top: calc( 10 / 750 * 100vw );
    gap: calc( 20 / 750 * 100vw );
  }
  .cv .multi-channel ul li {
    width: 45%;
  }
  .cv .multi-channel .notes {
    width: 84%;
    margin: calc( 20 / 750 * 100vw ) auto 0;
    font-size: calc( 20 / 750 * 100vw );
  }
  .cv .multi-channel h3.shop_seech_ttl {
    font-size: calc( 26 / 750 * 100vw );
  }
  .cv .multi-channel .shop_serch {
    width: 80%;
    margin: 0 auto calc( 30 / 750 * 100vw );
  }
  .cv .multi-channel .shop_serch a {
    font-size: calc(42 / 750 * 100vw );
    padding: calc( 20 / 750 * 100vw ) 0;
  }
  .cv .multi-channel .shop_serch a::after {
    font-size: calc( 42 / 750 * 100vw );
  }
  .cv .multi-channel .tel_ttl {
    font-size: calc( 36 / 750 * 100vw );
  }
  .cv .multi-channel .tel_btn a {
    gap: calc( 20 / 750 * 100vw );
    font-size: calc( 68 / 750 * 100vw );
    line-height: 1;
    margin: 0;
  }
  .cv .multi-channel .tel_btn a img {
    height: calc( 60 / 750 * 100vw );
  }
  .cv .multi-channel .tel_note {
    font-size: calc( 24 / 750 * 100vw );
  }
}
/************************************************
mv_under
************************************************/
.mv_under picture {
  position: relative;
  z-index: 10;
}
/************************************************
nayami
************************************************/
.nayami .inner > div {
  position: relative;
}
.contents04_01 {
  z-index: 3;
}
.contents05_01 {
  z-index: 2;
  margin-top: -135px;
}
.contents06_01 {
  z-index: 1;
  margin-top: -176px;
}
@media screen and (max-width: 767px) {
  .contents06_01 {
    margin-top: -60px;
  }
  .contents05_01 {
    margin-top: -45px;
  }
}
/************************************************
reason
************************************************/
.contents07_ttl {
  margin: 80px auto 30px;
}
.contents07_02,
.contents07_03,
.contents07_04,
.contents07_05 {
  margin-top: 68px;
}
.contents07_04 {
  position: relative;
}
.contents07_04 .gif {
  position: absolute;
  top: 458px;
  left: 0%;
  border: solid 1px #d9c6c6;
  width: 427px;
}
@media screen and (max-width: 978px) {
  .contents07_04 .gif {
    top: 41.5%;
    left: auto;
    right: 55.3%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contents07_ttl {
    width: 70%;
    margin: 40px auto 20px;
  }
  .contents07_02 {
    margin-top: -20px;
  }
  .contents07_03,
  .contents07_04 {
  margin-top: 10px;
  }
  .contents07_05 {
    margin-top: -20px;
  }
  .contents07_04 .gif {
    margin: 0 auto;
    top: 27.6%;
    left: 0;
    right: 0;
    width: calc(438/767*100%);
  }
}
/************************************************
novelty
************************************************/
.novelty {
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .novelty {
    margin: 20px auto 50px;
  }
}
/************************************************
brand
************************************************/
.brand {
	background: #e6f0f6;
  padding: 100px 0;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .brand {
    padding: 0;
    margin-top: 50px;
  }
}

/************************************************
qa
************************************************/
.qa {
	background: #e6f0f6;
}
.qa .inner::before {
  content: url("../../../../shopping/images/pub/skicle/d_net05/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 50px;
}
.qa dl {
  width: 100%;
  margin: 0 auto 10px;
}
.qa dl dt {
	background: url("../../../../shopping/images/pub/skicle/d_net05/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/d_net05/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/d_net05/pc_qa_icn03.png") center center / 100% auto no-repeat;
}
.qa dl dd {
	background: url("../../../../shopping/images/pub/skicle/d_net05/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;
}
@media screen and (max-width: 767px) {
  .qa .cnt {
    padding: 0 0 calc( 130 / 1000 * 100% );
  }
  .qa h2 {
    max-width: unset;
    margin: 0 auto calc( 67 / 750 * 100vw );
  }
  .qa dl {
    max-width: calc( 680 / 750 * 100vw );
    margin: 0 auto 4px;
  }
  .qa dl dt {
    background: url("../../../../shopping/images/pub/skicle/d_net05/sp_qa_icn01.png") calc( 30 / 750 * 100vw ) center / calc( 60 / 750 * 100vw ) auto no-repeat #fff;
    font-size: calc( 26 / 750 * 100vw );
    line-height: calc( 36 / 750 * 100vw );
    letter-spacing: 0.1em;
    padding: calc( 30 / 750 * 100vw ) calc( 70 / 750 * 100vw ) calc( 30 / 750 * 100vw ) calc( 110 / 750 * 100vw );
    min-height: calc( 120 / 750 * 100vw );
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .qa dl dt::after {
    background: url("../../../../shopping/images/pub/skicle/d_net05/sp_qa_icn04.png") center center / 100% auto no-repeat;
    width: calc( 26 / 750 * 100vw );
    height: calc( 26 / 750 * 100vw );
    right: calc( 28 / 750 * 100vw );
    top: 50%;
    margin-top: calc( -13 / 750 * 100vw );
  }
  .qa dl dt.active::after {
    background: url("../../../../shopping/images/pub/skicle/d_net05/sp_qa_icn03.png") center center / 100% auto no-repeat;
  }
  .qa dl dd {
    background: url("../../../../shopping/images/pub/skicle/d_net05/sp_qa_icn02.png") calc( 30 / 750 * 100vw ) calc( 32 / 750 * 100vw ) / calc( 60 / 750 * 100vw ) auto no-repeat;
    font-size: calc( 26 / 750 * 100vw );
    line-height: calc( 44 / 750 * 100vw );
    padding: calc( 40 / 750 * 100vw ) calc( 40 / 750 * 100vw ) calc( 35 / 750 * 100vw ) calc( 110 / 750 * 100vw );
  }
  .qa dl dd span {
    display: inline-block;
    font-size: calc( 18 / 750 * 100vw );
    line-height: calc( 30 / 750 * 100vw );
    margin-top: 0.5em;
  }
}
/************************************************
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;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: calc( 50 / 750 * 100vw ) 0 0;
  }
  #footer ul {
    padding-bottom: calc( 50 / 750 * 100vw );
  }
  #footer ul li {
    padding: 0 calc( 16 / 750 * 100vw );
  }
  #footer ul li + li {
    border-left: 1px solid #fff;
  }
  #footer ul li:nth-child(4n) {
    border: 0;
  }
  #footer ul li a {
    font-size: calc( 20 / 750 * 100vw );
    line-height: calc( 36 / 750 * 100vw );
  }
  #footer p {
    font-size: calc( 18 / 750 * 100vw );
    padding: calc( 22 / 750 * 100vw ) 0 calc( 21 / 750 * 100vw );
  }  
}

/************************************************
d_net03、d_net04、d_net05
************************************************/
.cv-btn-member,
.cv p.notes .red,
.qa strong.hide {
  display: none;
}
/************************************************
d_net05
************************************************/
.cv .multi-channel {
  display: none;
}
.cv {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cv {
    margin-bottom: 50px;
  }
}
