body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #d6efe7;
}

.st_wrap {
	text-align: center;
	width: 80%;
	max-width: 840px;
	margin: 0 auto -7%;
    padding: 2% 0 8%;
	letter-spacing: 0.045em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	background-color: #fff;
}

.st_wrap img {
	width: 100%;
	margin: 0 auto;
}

.st_wrap p{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
    margin: 0 2%;
}

.wrap_content {
	width: 80%;
	max-width: 840px;
	padding: 0 0 5% 0;
	margin: 0 auto 0;	
	text-align: center;
	background-color: #fff;
}


.st_wrap2 {
	clear: both;
	width:45%;
	max-width: 460px;
	padding: 0;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	font-size:14px;
}


.pc {
	display:block;
}
.sp {
	display:none;
}
.clear {
	clear:both;
}


.look_base_box {
	width: 100%;
	margin: 0 auto -2%;
	padding: 0;
}

.title_logo {
	width: 100%;
	position: absolute;
	top: 55px;
	z-index: 100;
}

.title_logo img {
	width: 100%;
}

#slideshow1 {
   position: absolute;
   width: 100%;
   height:auto;
   padding-top: 65%;
}
#slideshow1 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow1 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow1 img.last-active {
   z-index: 9;
}


.Lead {
	text-align: center;
	font-size: 16px;
	line-height: 2.2em;
    margin: 4% auto 8%;
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:800;
	
}

.Lead span {
	font-size: 34px;
	line-height: 1.4;
	font-weight: 900;
	color: #ba1e0d;
}

span.marker {
    background-color: #fff;
}

.howto {
	width: 70%;
    margin: 0 auto 5%;
}

.howto  img {
	width: 100%;
}

.menu_list {
	float: left;
	width: 33.333333%;
    margin: 2% 0 0;
}

.menu_list img {
	width: 100%;
}

.category_list {
	width: 90%;
    margin: 2% auto 0;
}

/*タブ切り替え*/
.tabs {
  margin-top: 80px;
	margin-bottom: 30px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 96%;
  margin: 0 auto 0;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 90px;
	margin: auto;
	padding-top: 2.4%;
  background-color: #d9d9d9;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
font-family: "vdl-logomaru-jr", sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 0.1em;
		opacity: 0.5;
	border-right: solid 5px #fff;
	border-left: solid 5px #fff;
	border-radius: 15px 15px 0 0;
}

.tab_item span {
	font-size: 50%;
  line-height: 1.2;
}
.tab_item:hover {
  background-color: #000;
  color: #fff;
		opacity: 1;
}

/*タブのスタイル*/
.tab_item2 {
  width: calc(100%/3);
  height: 90px;
	margin: auto;
	padding-top: 0.6%;
  background-color: #d9d9d9;
  line-height: 1.3;
  font-size: 24px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
font-family: "vdl-logomaru-jr", sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 0.1em;
		opacity: 0.5;
	border-right: solid 5px #fff;
	border-left: solid 5px #fff;
	border-radius: 0 0 15px 15px;
}

.tab_item2 span {
	font-size: 50%;
  line-height: 0.3;
}
.tab_item2:hover {
  background-color: #000;
  color: #fff;
		opacity: 1;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0 0 ;
  clear: both;
  overflow: hidden;
	border: solid 2px #000;
}

.tab_content img {
  width: 100%;
	margin: 0;
}


/*選択されているタブのコンテンツのみを表示*/
#OUTER:checked ~ #outer_content,
#TOPS:checked ~ #tops_content,
#BOTTOMS:checked ~ #bottoms_content,
#OUTER2:checked ~ #outer_content,
#TOPS2:checked ~ #tops_content,
#BOTTOMS:checked ~ #bottoms_content
{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #000;
  color: #fff;
		opacity: 1;
}

.clr_box {
	position: relative;
    width: 100%;
	max-width: 800px;
    margin: 2% auto 3%;
    padding: 2% 3% 5%;
	border: solid 0 #fd6b67;
	z-index: 1;
	box-sizing: border-box;
	line-height: 1.8;
	color: #000;
	border-radius: 60px;
}

.clr_box img {
    width: 100%;
    margin: 3% auto;
}

.main_copy {
	width: 100%;
	margin: 3% auto 0;
	padding: 0 0 2%;
	text-align: center;
	font-size: 13px;
	line-height: 1.8em;
	color: #000;
	}

.main_copy span {
	font-size: 200%;
	color: #000;
font-weight: 900;
	line-height: 1.5em;
	}

.style1 {
    width: 70%;
    margin: 0 auto 5%;
	padding: 0 0 5%;
    position: relative;
}

.style1 img {
	width: 100%;
	padding-top: 2%;
}

.icon_box {
	position: absolute;
	z-index: 100;
	top;0%;
	right: -10%;
	width: 20%;
}

.item_copy {
	position: absolute;
	z-index: 100;
	bottom: 13%;
	left: -4%;
	width: 9%;
	padding: 2% 0.6% 2% 0.6%;
	background-color: #fff;
	border: solid 1px #000;
	font-size: 20.8px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0.2em;
	text-align: center;
}

.item_copy span {
    text-combine-upright: all;
}

.item_name {
	position: relative;
	width: 85%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
    font-size: 15px;
    line-height: 1.8em;
    text-align: center;
	z-index: 5;
	margin: 1% 5% 0;
}

.item_name a {
	font-size: 105%;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.item_name a:hover {
	text-decoration: none;
	color: #000;
}

.item_price {
	font-size: 120%;
}

.btn {
	border: none;
	font-family: inherit;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
    font-weight: 400;
    font-style: normal;
	text-decoration: none;
}

.btn-1 {
	width: 60%;
	margin: auto;
    padding: 2.3% 0 2.5%;
	font-size: 30px;
	font-family: "vdl-logomaru-jr", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6em;
	color: #fff;
	background-color: #fd6b67;
    text-align: center;
	border-radius: 45px;
	letter-spacing: 0.1em;
	]
}

.btn-1 span {
	font-size: 130%;;
}

a.btn-1:before {
	display: block;
	content: "";
	position: absolute;
	top: 34%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: 6px;
	border: 10px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #fff;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}
a.btn-1:hover:before {
	bottom: 5%;        /*マウスオーバーで三角をずらす */ 
}

.btn-2 {
	float: left;
	width: 46%;
	margin: 2%;
    padding: 2% 0 6%;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 600;
	color: #000;
    text-align: center;
	border: solid 2px #000;
}

a.btn-2:before {
	display: block;
	content: "";
	position: absolute;
	right: 47%;
	bottom: 10%;
	width: 0;
	height: 0;
	margin-top: -0px;
	border-top: 8px solid #000;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    transition: 0.3s;
    color: #000;
    text-decoration: none;
}
a.btn-2:hover:before {
	bottom: 5%;        /*マウスオーバーで三角をずらす */ 
}

.btn-3 {
	width: 59%;
	margin: auto;
    padding: 1.5% 0 1.5%;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.6em;
	color: #000;
	background-color: #fff;
	border: solid 1px #000;
    text-align: center;
	border-radius: 45px;
	letter-spacing: 0.1em;
	]
}

.btn-3 span {
	font-size: 130%;;
}

a.btn-3:before {
	display: block;
	content: "";
	position: absolute;
	top: 20%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: 6px;
	border: 10px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #000;
    transition: 0.3s;
    color: #000;
    text-decoration: none;
}
a.btn-3:hover:before {
	bottom: 5%;        /*マウスオーバーで三角をずらす */ 
}

@media only screen and (max-width: 900px) {
	
.st_wrap {
	clear: both;
	width:100%;
	max-width: 900px;
	margin:0 auto -3%;
    padding: 0 0 13%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	font-size:12px;
	overflow: hidden;
}
	
.st_wrap2 {
	clear: both;
	width:100%;
	max-width: 900px;
	padding: 0;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	font-size:14px;
	overflow: hidden;
}
	
.pc {
	display:none;
}
.sp {
	display:block;
}
	
.wrap_content {
	width: 100%;
	padding: 0 0 6% 0;
	margin: 0 auto;	
	text-align: center;
}
	
#slideshow1 {
   position: absolute;
   width: 204%;
	top: 5px;
   height:auto;
   padding-top: 121%;
	margin-left: -30%;
}
	
.look_base_box {
	width: 100%;
	margin: -1% auto -2%;
	padding: 0;
	overflow: hidden;
}
	
.title_logo {
	width: 100%;
	position: absolute;
	top: 100px;
	z-index: 100;
}
	
.Lead {
		font-size: 12.8px;
    margin: 10% auto 8%;
	font-weight: 500;
	}	
	
.Lead span {
	font-size: 21.5px;
	font-weight: 900;
}
	
.howto {
	width: 86%;
}
	
.tab_item {
  width: calc(100%/3);
  height: 55px;
	padding-top: 3%;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
font-family: "vdl-logomaru-jr", sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 0.12em;
	font-stretch: 70%;
		opacity: 0.5;
	border-right: solid 2px #fff;
	border-left: solid 2px #fff;
}
	
.tab_item2 {
  width: calc(100%/3);
  height: 57px;
	padding-top: 0.3%;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
font-family: "vdl-logomaru-jr", sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 0.12em;
	font-stretch: 70%;
		opacity: 0.5;
	border-right: solid 2px #fff;
	border-left: solid 2px #fff;
}
	
.clr_box {
    margin: 0 auto 3%;
    padding: 1% 3% 5%;
	box-sizing: border-box;
	color: #000;
	border: solid 0 #fd6b67;
	font-size: 12px;
}
	
.main_copy {
	width: 100%;
	text-align: center;
	line-height: 1.7;
	font-size: 9px;
	margin-top: 5%;
	color: #000;
	}
	
.main_copy img {
	width: 100%;
	}
	
.style1 {
    width: 85%;
    margin: 0 auto 6%;
	padding: 0 0 8%;
    position: relative;
}
	
.item_copy {
	position: absolute;
	z-index: 100;
	bottom: 16%;
	left: -4%;
	width: 9%;
	padding: 2% 0.5% 2% 0.5%;
	background-color: #fff;
	border: solid 1px #000;
	font-size: 12px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0.2em;
}
	
	
.item_name {
    font-size: 12px;
	margin: 2% 5% 1%;
}
	
.btn-1 {
	width: 70%;
    padding: 4% 3% 4.2% 1%;
	font-size: 18px;
}
	
.btn-1 span {
	font-size: 130%;
}
	
a.btn-1:before {
	top: 26%;
	border: 8px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 8px solid #fff;
	bottom: 2%;
}
	
a.btn-1:hover:before {
	bottom: 2%;        /*マウスオーバーで三角をずらす */ 
}
	
.btn-2 {
	margin: 3% 2% 1%;
    padding: 2% 0 7.5%;
	font-size: 13px;
}
	
a.btn-2:before {
	bottom: 5%;
	right: 45%;
}
a.btn-2:hover:before {
	bottom: 5%;        /*マウスオーバーで三角をずらす */ 
}
	
.btn-3 {
	width: 69%;
    padding: 3% 3% 3% 1%;
	font-size: 11.5px;
}
	
.btn-3 span {
	font-size: 120%;;
}
	
a.btn-3:before {
	top: 17%;
	right: 8px;
	border: 8px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 8px solid #000;
	bottom: 2%;
}
	
a.btn-3:hover:before {
	bottom: 2%;        /*マウスオーバーで三角をずらす */ 
}
    

}
