@charset "UTF-8";
/*=============================================================

さらっと速乾メッシュシリーズ仮想LP

	CSS Document ： 仮想LP 左右表示用テンプレート
	
=============================================================*/

/*==================================

不要なstyleを打ち消し

==================================*/
.sr_page-shopping-result__free .fca_container__in {	max-width: 100%;}
.sr_page-shopping-result__free .fca_container {	padding: 0;}
.fca_page-shop-category__body {	margin-top: 0;}

/*==================================

ベース

==================================*/
.pc_id {
  display: block;
  margin: 0 auto;
 }
 .sp_id {
  display: none !important;
 }
 
.main-visual {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100vh;
}
#wrapper {
	z-index: 2;
	overflow: hidden;
	width: 100%;
		text-align: center;
	margin: 0 auto;
}
#wrapper #main_inner {
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
}
#wrapper p {
	font-family: "游ゴシック体 Pr6N D";

}
/* PC表示のメインコンテンツの幅 */
#wrapper #main_inner, #menu .menu_inner {
	width: 475px;
}
/* 左右固定要素の幅 */
#fixed_bg ul li div, .fixed_pc {
	width: calc(50vw - (475px/2)); /* メインコンテンツの幅の半分をマイナス */
}
/* フッターまでくると固定終了 */
#wrapper .fixed_stop {
	position: absolute !important;
	top: auto !important;
}
/* PC固定要素を非表示 */
@media screen and (max-width: 1100px) {
	/* 1100px以下 */
	#wrapper .fixed_pc {
		display: none !important;
	}
}
/* アニメーション */
.fade_id {
	opacity: 0;
}
.fade_id.fadeIn_id {
	animation: fadeIn_id 1.2s forwards 0s;
}
@keyframes fade_id {
	0% {
			opacity: 0;
	}
	100% {
			opacity: 1;
	}
}
@keyframes fadeIn_id {
	0% {
			transform: translateY(20px);
			opacity: 0;
	}
	100% {
			transform: translateY(0px);
			opacity: 1;
	}
}
@keyframes fade_left {
	0% {
			transform: translateX(15px);
			opacity: 0;
	}
	100% {
			transform: translateX(0);
			opacity: 1;
	}
}
#container_id.load_id {
	animation: fade_id 0.8s forwards 0.8s;
 }
 @keyframes fade_id {
	0% {
	 opacity: 0;
	}
	100% {
	 opacity: 1;
	}
 }
 
	.scrollin {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity .5s, transform .8s;
}
.scrollin.active {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .0s;
}
li {
	list-style: none;
}
a {
	transition: all 0.3s;
}
a:hover {
	opacity: 0.7;

}
/*==================================

タイトル

==================================*/
#ttlarea_id {
	background-image: url(../images/top_bk.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
		height:650px;
}
.ttl_innner {
	width: 1200px;
    margin: 0 auto;
    position: relative;
		height: 650px;
}
	
	@keyframes fadeUpAnime{
		from {
			opacity: 0;
		transform: translateY(10px);
		}
	
		to {
			opacity: 1;
		transform: translateY(0);
		}
	}

.ttl_01 {
    position: absolute;
    /* display: flex; */
    /* align-items: flex-start; */
    top: 43px;
    left: 25%;
	animation-name:fadeIn_id;
	animation-delay: 0.7s;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
.ttl_02 {
	position: absolute;
	top: 153px;
	right: 26.7%;
	text-align: center;
	animation-name:fadeUpAnime;
	animation-delay: 1.5s;
	animation-duration:0.9s;
	animation-fill-mode:forwards;
	opacity:0;
	}

.ttl_03 {
	position: absolute;
	top: 200px;
	left: 14%;
	animation-name:fadeUpAnime;
	animation-delay: 1.5s;
	animation-duration:0.9s;
	animation-fill-mode:forwards;
	opacity:0;
	}

.fade_top {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fade_top;
  visibility: visible!important;
  opacity: 1;
  animation-delay: 0.5s;
}
@keyframes fade_top {
0% {
  opacity: 0;
}
50% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
/*------------------------------------

固定メニュー

------------------------------------*/
.fixdmenu_id {
  position: fixed;
  right: 0;   /* ← これ追加 */
  bottom: 15%;  /* 好きな高さでOK */
  left: auto;    /* ← これ重要 */
  width: auto;   /* ← これも重要 */

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .4s;
  z-index: 1000;
}

.fixdmenu_id.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


 .fixdmenu_id .fixed_inner_id {
	/* width: 95%;
	max-width: 1205px; */
	margin: 0 ;
 }
 .fixd_link_id {
	display: inline-block;
	/* float: right; */
	width: 60px;
 }
 .fixdmenu_id .item_link_id {
	margin-top: 10px;
 }
 .fixdmenu_id img {
	float: none;
	margin: 0;
 }
 .fixdmenu_id a {
	display: block;
 }
 @media (max-width: 769px) {
	/* 固定メニュー */
	.fixd_link_id {
    display: inline-block;
    /* float: right; */
    width: 38px;
}
.fixdmenu_id {
	bottom: 120px;
}
 }

 @media (min-width: 769px) {

 }

 

/*==================================

ページトップへ

==================================*/
.pageTop {
  position: relative;
  height: 0;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  z-index: 10000;
	display: none;
 }
   .pageTop a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: auto;
    display: block;
    width: 90px;
    height: 90px;
    box-sizing: initial;
    background-image: url(../images/pagetop.svg);
    z-index: 100;
    background-repeat: no-repeat;
    background-size: 80%;
   }

 @media screen and (max-width: 769px) {
.pageTop a {
  position: fixed;
  bottom: -36px;
  right: -40px;
  left: auto;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/pagetop.svg);
  background-size: 50%;
 }

}

 @media screen and (min-width: 769px) {
  .pageTop a:hover {
   opacity: 1 !important;
   padding-bottom: 10px;
  }
  
 }
 




 /*==================================

リード

==================================*/
.lead_wrap {
	text-align: center;
	font-family: "ゴシックMB101 R";
	margin: 2.5em auto 6em;
	letter-spacing: 0.27em;
	font-size: 93%;
	line-height: 2.2em;
}

.lead_01 {
	margin-bottom: 2.5em;
}

/* お悩みエリア */
.concern_wrap {
	background-image: url(../images/concern_bk.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 580px;
	padding-top: 2em;
}
.concern_inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.concern_ashirai {
	position: absolute;
	left: 0;
	top: 5em;
}
.concern_wrap img {
	margin: 0 auto;
}
.concern_wrap p {
	font-family: "リュウミン M-KL";  
	font-size: 2em;
	letter-spacing: 4px;
	line-height: 1.3em;	
	margin-bottom: 0.4em;
}
.concern_wrap p span {
	color: #4198d1;
}
.concern_wrap .concern_arrow {
	position: relative;
	bottom: -1em;
}


/*==================================

contents_wrap

==================================*/
.contents_wrap {
	background-color: #fff;
	text-align: center;
	padding: 0 0 1em;
	margin-bottom: 0em;
	margin-top: 7em;
}
/*==================================

 c01 point 

==================================*/
/* ttl */
.contents_ttl_id {
	background-image: url(../images/line_bk.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.7em;
}
.contents_ttl_id p {
font-size: 1.2em;
letter-spacing: 2px;
line-height: 1.9em;
font-family: "游ゴシック体 Pr6N D";
}
.contents_ttl_id p span{
	vertical-align: middle;
	font-family: "リュウミン M-KL";  
}
.contents_ttl_id p .ttl_color {
	color: #274c81;
}
.contents_ttl_id p .ttl_color .ttl_big {
	font-size: 2.2em;
	letter-spacing: 7px;
	}


/* .point_area_wrap {
	position: relative;
	max-width: 1030px;
	margin: 0 auto;
} */

.point_wrap {
	background-color: #f6f6f6;
	display: inline-block;
	padding: 2em 0;
	text-align: center;
	position: relative;
}
.point_icon {
	position: absolute;
	width: 13%;
	top: -3.3em;
	left: 3%;
}

.point_ttl {
	font-family: "游ゴシック体 Pr6N B";
	font-size: 1.33em;
	letter-spacing: 0.17em;
	line-height: 1.4em;
	margin: 0.3em auto 0.5em !important;
}
.point_ttl span {
	color: #4198d1;
	font-size: 1.4em;
}
.contents_wrap .point_text {
	text-align: center;
	margin: 1em auto 1em;
	font-size: 96%;
  letter-spacing: 1.2px;
	line-height: 1.6em;
	/* width: 380px; */
}

/* 01 */
.p01_id {
	width: 650px;
	position: relative;
}
.point_area_wrap .ashirai05 {
	position: absolute;
	top: -5em;
	right: -12%;
}
.point01_id .point_text {
	width: 370px;
}
.point01_img {

}
.p01_id .point01_id .p01_flex {
	display: flex;
	justify-content: center;
	gap: 1%;
	align-items: center;
	margin: 1em auto;
}
.p01_id .point01_id .p01_flex .point01_img {
border-radius: 50%;
border: 3px solid #274c81;
}



/* 02 03 */
.p02_03_id .point_icon {
	width: 16%;
}
.p02_03_id .point_wrap{
	width: 520px;
	margin: 0 auto;
	padding: 2.6em 0;
}
.point_flex {
	display: flex;
	justify-content: center;
	margin: 3em auto 5em;
	gap: 2em;
	max-width: 1020px;
}
.point02_id, .point03_id {
}
.point02_img, .point03_img {
	margin: 0.3em auto;
}
.p03_id {
	margin-top: 5em;
}


/*==================================

シーンで選べる4アイテム

==================================*/
.c02_wrap .contents_ttl_id {
	height: 120px;
	padding: 0;
}
.c02_wrap .contents_ttl_id p .ttl_color .ttl_big {
	font-size: 2.2em;
    position: relative;
    top: -0.1em;
}

.c02_wrap {
	background-color: #f6f6f6;
	padding-bottom: 5em;
}
.c02_wrap .contents_ttl_id p {
	font-size: 2em;
	letter-spacing: 4px;
	line-height: 1.2em;
	font-family: "リュウミン M-KL";  

	}
	.c02_wrap .contents_ttl_id p span{
		vertical-align: middle;
	}
	
.c02_wrap ul {
	display: flex;
	justify-content: center;
	margin: 6em auto 0;
	gap: 3.5%;
	max-width: 1150px;
	padding: 0;
}
.c02_wrap.pc_id ul li {
	width: 30.5%;
}
.wear_ttl {
	/* width: 25%; */
	position: absolute;
	top: -3em;
}
.c02_img {
	position: relative;
	margin-left: 0.7em;
}

.wear_01_wrap, .wear_03_wrap {
	/* margin-top: 3em; */
}
.c02_wrap ul li:nth-child(1) {
animation-delay: 0.7s;
}
.c02_wrap ul li:nth-child(2) {
	animation-delay: 0.3s;
}
.c02_wrap ul li:nth-child(3) {
	animation-delay: 1.1s;
}
.c02_wrap .scene_item_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 48%;
	margin: 1em auto;
	width: 30%;
}

.c02_wrap .scene_item_flex span {
	display: inline-block;
	background-color: #274c81;
	border-radius: 3em;
	padding: 1.2px 2em;
	color: #fff;
	font-family: 'Judson', serif;
	font-size: 100%;
}
.c02_wrap .scene_item_flex a {
	display: flex;
	flex-direction: column;
	gap: 0.4em;
	align-items: center;
}
.c02_wrap ul li .scene_item_flex a:nth-child(2) {
	position: relative;
}
.c02_wrap ul li .scene_item_flex a:nth-child(2)::before {
  content: "";
    display: inline-block;
    width: 23px;
    height: 100%;
    background-image: url('../images/scene_plus.svg');
    background-position: center;
    background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
    left: -2em;
    top: -2.1em;
}

/*==================================

今ならお得！ まとめ買いキャンペーン中

==================================*/
.c03_wrap {
	background-color: #f3f9fb;
	padding-bottom: 4em;
}

.c03_wrap .campaign_wrap p {
	font-size: 1.2em;
	letter-spacing: 4px;
	margin: 2em auto 0.5em;
	font-family: "游ゴシック体 Pr6N D";

}
.c03_wrap .campaign_wrap p span.color_text {
	color: #3ab6b3;
	font-size: 1.05em;
	letter-spacing: 3px;
}
.c03_wrap .campaign_wrap p span.color_text2 {
	color: #c21e28;
	font-weight: bold;
	font-family: "游ゴシック体 Pr6N B";

}
.c03_wrap .campaign_wrap p span.line_text {
	background: linear-gradient(transparent 55%, #ffeb00 55%);

}
.c03_wrap .campaign_wrap .campaign_item_wrap {
	position: relative;
	width: 650px;
	margin: 0 auto;
}
.c03_wrap .campaign_wrap .campaign_item_wrap .campaign_icon {
	position: absolute;
	top: 0em;
	right: 3%;
	z-index: 1;
}
.c03_wrap .campaign_wrap .campaign_item_wrap .campaign_item01 {
	position: absolute;
	top: 16%;
	left: 17%;
}
.c03_wrap .campaign_wrap .campaign_item_wrap .campaign_item02 {
	position: absolute;
	top: 16%;
	left: 53%;
}


/*==================================

 スタッフも太鼓判！

==================================*/
.c04_wrap {
	background-color: #f6f6f6;
	padding-bottom: 4em;
}
.c04_wrap .staff_comment_wrap {
	margin: 2.5em auto;
	position: relative;
	max-width: 500px;
}
.c04_wrap .staff_comment_wrap img.ashirai01 {
	position: absolute;
	top: -9em;
	right: -41%;
	margin: 0;
}
.c04_wrap .staff_comment_wrap img.ashirai02 {
	position: absolute;
	bottom: -8em;
	left: -35%;
	margin: 0;
}
.c04_wrap .staff_comment_wrap img {
	display: block;
	margin: 1.8em auto;
	
}


/*==================================

 豊富なサイズ展開

==================================*/
.c05_wrap .contents_ttl_id {
	background-image: none;
	margin-top: 0.7em;
}
.c05_wrap {
	background-image: url(../images/size_bk.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 600px;
	padding-top: 3em;
	margin-top: -4.2em;
}
.c05_wrap .size_guide_wrap {
	position: relative;
	max-width: 670px;
	margin: 0em auto;
}
.c05_wrap .size_guide_wrap .size_guide {
	
}

.c05_wrap .size_guide_wrap img.ashirai03 {
	position: absolute;
	bottom: -3em;
	right: -3%;
}

/*==================================

 商品ラインナップ

==================================*/
#line_up_id {
	margin: 0em auto 3em;
}
.item_lineup_wrap {
	display: flex;
	justify-content: center;
	gap: 3em;
	margin: 3em auto 0em;
}
.link_id a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.3em;
		flex-direction: column;
}
.link_id .link_text_id p{
	margin: 0.4em auto 0em;
	line-height: 144%;
	letter-spacing: 3px;
	font-family: "ゴシックMB101 M";
	font-size: 0.85em;
}

.price_red_id {
	font-size: 185%;
	font-family: "Judson", serif;
  font-style: italic;
	margin-right: 0.1em;
}
.codebuy01 {
	font-size: 80%;
	margin: 0 auto;
	line-height: 1.3;
	font-feature-settings: 'palt'1;
	letter-spacing: 0.03em;
	font-family: "Yu Gothic Pr6N M";
	color: #c21e28;
 }
 .price_wrap {
	font-size: 80%;
	margin-bottom: -0.3em;
	margin-top: -0.1em;
 }
 .price_id {
	font-size: 170%;
	font-family: "Judson", serif;
  font-style: italic;
	margin-right: 0.1em;
}

 .tanyi {
	font-size: 90%;
	margin-right: 1em;
	font-family: "Yu Gothic Pr6N M";
}
.item_img {
	/* width: 45%; */
}
.itemttl h2 {
	font-family: "A1 Gothic R";
	letter-spacing: 0.2em;
	line-height: 1.5em;
	font-size: 1.8em;
	display: inline-block;
}
.item_b_wrap .link_id {
	flex-direction: row-reverse;
}
.itemttl {
margin-bottom: 3em;
}

.itemttl h2{
	position: relative;
}

/* ===== btn ===== */
.more_id {
	margin: 0.4em 0;
}

.spec_btn {
	color: #FFF;
	position: relative;
	background: #274c81;
	border-radius: 3em;
	padding: 0.2em 2.3em;
	display: inline-block;
	font-size: 120%;
	transition: all 0.3s;
	letter-spacing: 0.17em;
	font-family: 'Judson', serif;
}
/* .spec_btn::after {
	display: block;
	width: 0.5em;
	height: 100%;
	content: '';
	background: url(/iedit/list/somesh/arrow.svg?$staticlink$) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 1.6em;
	transition: all 0.3s;
}
a:hover .spec_btn::after {
	right: 1em;
	background-size: contain;
} */
.wrapper a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* 税込み */
.contents_wrap .tax_lv {
	font-size: 90%;
	text-align: right;
	letter-spacing: .1em;
	font-family: "游ゴシック体 Pr6N D";
	max-width: 700px;
	margin: 0 auto;
}





/*==================================

SP調整 1200px

==================================*/
@media screen and (max-width: 1200px) {
	#ttlarea_id {
    height: 55vw;
}
	.ttl_innner {
		width: 100%;
		/* height: 66vw; */
	}

	.ttl_innner img {
	}
	.ttl_01 {
		width: 53vw;
		top: 5vw;
		left: 25vw;
		animation-delay: 0.7s;
		}
	.ttl_02 {
		width: 12vw;
		right: 26.5vw;
		top: 13.2vw;
		animation-delay: 1.2s;
		}
	.ttl_03 {
		width: 11.5vw;
		top: 22vw;
		left: 25vw;
		animation-delay: 1.2s;
	}


/* point */
.p02_03_id .point_text, .p04_id .point_text {
	width: 45vw;
}
.point_flex {
	display: flex;
	justify-content: center;
	margin: 6em auto;
	gap: 2em;
	/* max-width: 1020px; */
	flex-direction: column;
}



}

/*==================================

SP調整 768px

==================================*/
@media screen and (max-width: 768px) {
 .pc_id {
		display: none ;
}
 .sp_id {
		display: block !important;
}

	body.menu_open {
		overflow: hidden;
	}
	#menu .menu_inner, #overlay, #wrapper #main_inner {
		right: 0;
		width: 100%;
	}
	#overlay {
		height: 110vh;
	}
	#wrapper {
		font-size: 4.5vw; /* フォントサイズ調整 */
	}

/*==================================

タイトル

==================================*/
#ttlarea_id {
	background-image: none;
	height: auto;
	height: 138.4vw;
}
.ttl_innner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: auto;
}
.ttl_01 {
	width: 95vw;
	top: 6.5vw;
	left: 4.5vw;
}
.ttl_02 {
	animation-name:fadeUpAnime;
	width: 27vw;
	top: 36vw;
	right: 5%;
}

.ttl_03 {
width: 13vw;
left: 6%;
top: 68vw;
}

	@keyframes fadeUpAnime{
		from {
			opacity: 0;
		transform: translateY(15px);
		}
	
		to {
			opacity: 1;
		transform: translateY(0);
		}
	}



/*==================================

リード

==================================*/
.lead_wrap {
	margin: 9% auto 4.7em;
	letter-spacing: 0.25em;
	line-height: 1.8em;
}

.lead_01 {
	margin-bottom: 1.7em;
	font-size: 3.3vw;
        letter-spacing: 3.2px;
        line-height: 1.9em;
}
.concern_wrap {
	background-image: url(../images/concern_bk_sp.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 2vw;
	height: 115vw;
}
.concern_wrap p {
	font-size: 5.7vw;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}
.concern_wrap img {
	margin: 0 auto;
	width: 85%;
}
.concern_wrap .concern_arrow {
	position: relative;
	bottom: -4vw;
	width: 75%;
}
.concern_wrap .concern_ashirai {
	width: 8vw;
}
/*==================================

商品

==================================*/
.link_id {
	position: relative;
	width: 100%;
}

.link_id a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.2em;
	/* margin: 0em -2px 1em 1.6em;
	width: 91%; */
}
.item_lineup_wrap {
	gap: 1.2em;
	margin: 3em auto 0em;
	width: 91%;
}
.link_id .link_text_id p {
	margin: 0.4em auto 0em;
	line-height: 1.4em;
	letter-spacing: 2.4px;
	font-family: "ゴシックMB101 M";
	font-size: 2.5vw;
}
.item_bnr {
	width: 100%;
	font-size: 2.6vw;
}
.item_img {
	/* width: 50%; */
	margin: 0 auto;
}
.link_text_id {
}
.icon_issyo {
	position: absolute;
	width: 18.5%;
	top: -3.5em;
	right: 0.7em;
}
.codebuy01 {
	font-size: 89%;
	line-height: 1.8em;
}
.more_id {
	margin: 0.5em auto;
}
.price_id {
	font-size: 190%;
}

.price_wrap {
	margin-bottom: -0.1em;
	margin-top: -0.3em;
}

.spec_btn {
	padding: 0.1em 2em 0.2em 1.9em;
	font-size: 3.8vw;
	font-weight: bold;
}
/*==================================

point 

==================================*/


/* ttl */
.contents_wrap {
	margin-bottom: 0em;
	margin-top: 23%;
}
.contents_ttl_id {
	height: 27vw;
}
.contents01, .contents02, .contents03 {
	width: 90vw;
	padding-top: 0.3em;
}
.point_wrap {
	padding: 4em 1.3em 4em;
}
.point_area_wrap {
	padding: 0 3%;
}
.point_icon {
	width: 15vw;
}

.point_ttl {
	font-size: 1.6em;
	letter-spacing: 1.8px;
	line-height: 1.5em;
}
.contents_wrap .point_text {
	width: 100%;
	font-size: 3.3vw;
}
.contents_ttl_id p {
	font-size: 3.4vw;
}
/* 01 */
.p01_id {
	width: 100%;
	margin: 1em auto;
}
.point_area_wrap .ashirai05 {
display: none;
}

.point01_id .point_text {
	width: 100%;
}
.p01_id .point01_id .p01_flex {
width: 70%;
}
.p01_id .point01_id .p01_flex .point01_img02 {
width: 50%;
}
/* 02 03 */
.point_flex {
	display: block;
	justify-content: center;
	width: 100%;
	margin: 5em auto;
}
.p02_03_id .point_wrap  {
	width: 100%;
	padding: 3em 0;
}
.p02_id {
	margin-bottom: 6em;
}
.p02_03_id .point_icon {
	width: 15vw

}

/*==================================

シーンで選べる4アイテム

==================================*/
.c02_wrap ul.styling_id {
display: block;
margin: 12vw auto 2em;
}
.wear_ttl {
	top: -12vw;
	width: 80%;
}
.c02_wrap ul li p {
	font-size: 3.4vw;
	letter-spacing: 2px;
	line-height: 1.5em;
	margin: 0.8em auto;
}

.c02_wrap .scene_item_flex {
    margin: 10vw auto 1em;
}
.c02_wrap .scene_item_flex img {
width: 25vw;
}
.c02_wrap {
	padding-bottom: 2em;
}
.c02_img img:nth-child(2) {
	width: 83%;
}
.c02_wrap .scene_item_flex span {
	font-size: 4vw;
}
.c02_wrap ul li .scene_item_flex a:nth-child(2)::before {
	left: -8.8vw;
	top: -2.6em;
}
/*==================================

今ならお得！ まとめ買いキャンペーン中

==================================*/

.contents_ttl_id p .ttl_color .ttl_big {
    font-size: 7.5vw;
    letter-spacing: 4.7px;
}
.c03_wrap .campaign_wrap p {
    font-size: 3.6vw;
    letter-spacing: 3px;
}
.c03_wrap .campaign_wrap .campaign_item_wrap {
	width: 97%;
	margin: 1em auto 0;
}
.c03_wrap .campaign_wrap .campaign_item_wrap .campaign_icon {
	position: absolute;
	top: 0em;
	right: -3%;
	z-index: 1;
	width: 24vw;
}
.c03_wrap .campaign_wrap .campaign_item_wrap .campaign_item01 {
	position: absolute;
	top: 10vw;
	left: 11%;
	width: 32vw;
}
.c03_wrap .campaign_wrap .campaign_item_wrap .campaign_item02 {
	position: absolute;
	top: 10vw;
	left: 52%;
	width: 32vw;
}
/*==================================

スタッフも太鼓判！

==================================*/

.c04_wrap .staff_comment_wrap {
	margin: 1em auto;
	width: 65%;
}

.c04_wrap .staff_comment_wrap img {
	display: block;
	margin: 1.4em auto;
}
.c04_wrap .staff_comment_wrap img.ashirai01 {
	position: absolute;
	top: -30vw;
		right: -29%;
	width: 35%;
	z-index: 1;
}
.c04_wrap .staff_comment_wrap img.ashirai02 {
	position: absolute;
	bottom: -8em;
	left: -31%;
	width: 32%;
}
/*==================================

豊富なサイズ展開

==================================*/
.c05_wrap .size_guide_wrap {
	width: 93%;
}
.c05_wrap .contents_ttl_id {
	margin-bottom: -1em;
}
.c05_wrap .size_guide_wrap img.ashirai03 {
	bottom: -3em;
	right: -3%;
	width: 25%;
}
.c05_wrap {
	background-image: url(../images/size_bk_sp.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	height: 96vw;
	padding-top: 3vw;
	margin-top: -4.2em;
}


/* ページトップへ */
.pagetop_id {
	width: 13vw;
}
.pagetop_id img {}


/* tax */
.contents_wrap .tax_lv {
	font-size: 3vw;
	padding: 10px 2% 0px 0;
}


}



 /*==================================

スライド sp

==================================*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
}
.slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
} */
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	/* margin: 2em 1em; */
}
[dir='rtl'] .slick-slide {
	float: right;
}
.main_wrap_md .slick-slide img {
	display: block;
	margin: 0 auto 2em;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.item_id {
opacity: 1;
transform: translateY(2rem);
transition: opacity .8s, transform .8s;
width: 320px;
margin: 0 auto;
}
.contents_id {
	margin-top: -1.5em;
	margin-bottom: 8em;
	position: relative;
}
@media screen and (max-width: 768px) {
.item_id {
	width: 93%;
}
.contents_id {
	margin: 1.5em auto 0em;
}

}

/*==================================

slide dots スライド下の丸

==================================*/
.slick-dotted.slick-slider {
	margin-bottom: 50px;
}
.c02_wrap.sp_id ul {
	position: relative;
} 
.c02_wrap.sp_id ul .slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin: 1em 0 0 1em;
	list-style: none;
	text-align: center;
	opacity: 1;
	position: absolute;
	bottom: 50vw;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer;
	margin: 0 0.2em;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 25px;
	height: 15px;
	padding: 5px;
	cursor: pointer;
	border: 0;
	background: none;
	outline: none;
	text-align: center;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	transition: all 130ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 20px;
	opacity: 1;
	background: #c0c0c0; /* ドットの色 */
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background: #000; /* ドット（現在地）の色 */
}
/*==================================

slide arrows 左右の矢印

==================================*/
.slide-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	border: none;
	outline: none;
	z-index: 8;
	top: calc(45% - 40px);
	display: block;
	width: 20px;
	height: 50px;
	cursor: pointer;
	transition: all .3s;
	border-radius: 50%;
	background-color: transparent;
	background-image: url(../images/slider_arrow_prev.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
/* next prev */
.prev-arrow {
	left: -15%;
}
.next-arrow {
	right: -15%;
	background-image: url(../images/slider_arrow_next.svg);
}
@media screen and (max-width: 768px) {
	.slide-arrow {
		top: calc(-20% - 40px);
		width: 3vw;
		height: 100%;
		}
	.prev-arrow {
		left: 2%;
	}
	.next-arrow {
		right: 2%;
	
	}
}
