body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #fb1429;
}

body img {
    width: 100%;
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

#container {
}

.st_wrapper a { text-decoration: none;}

.st_wrapper {
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
    padding: 0 0;
	letter-spacing: 0.045em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	background-color: #e8ffee;
}

.wrap_content {
	width: 100%;
	max-width: 800px;
	padding: -5% 0 5% 0;
	margin: 0 auto 0;	
	text-align: center;
}

.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper p{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
    margin: 0 2%;
}

.Top {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 5%;
    border-radius: 0;
animation-name:fadeInAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Lead {
	width: 85%;
	text-align: center;
	font-size: 16px;
	line-height: 2.2em;
    margin: -43% 15% 0 0;
	color: #3c1e00;
	position: relative;
	z-index: 10;
}

.Lead img {
	width: 100%;
}

.Lead span {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
}

span.marker {
    background-color: #fff;
}

.img_box {
	position: relative;
	z-index: 5;
}

.menu_list {
	width: 90%;
    margin: 1% auto 8%;
}

.subtitle {
	position: relative;
    width: 100%;
	box-sizing: border-box;
    margin: 3% 0 0%;
	z-index: 10;
	text-align: center;
	line-height: 1.4;
	font-size: 26px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	color: #3c1e00;
}

.subtitle span {
	margin-top: -3%;
	font-size: 18px;
	letter-spacing: 0.3em;
}

.subtitle img {
    width: 100%;
	margin: 0 auto;
}

/*タブ切り替え*/
.tabs {
  width: 100%;
  background-color: #e8ffee;
  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;
  box-sizing: border-box;
}

.tab_item span {
	font-size: 60%;
  line-height: 1.2;
}
.tab_item:hover {
  background-color: #000;
  color: #fff;
		opacity: 1;
}

/*タブのスタイル*/
.tab_item2 {
  width: calc(100%/3);
  height: 90px;
  margin: 0 auto;
  padding-top: 1.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;
  box-sizing: border-box;
}

.tab_item2 span {
	font-size: 60%;
  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 -5% 0;
  margin-bottom: -5%;
  clear: both;
  overflow: hidden;
}

.tab_content img {
  width: 100%;
	margin: 0;
}


/*選択されているタブのコンテンツのみを表示*/
#WOMEN:checked ~ #women_content,
#MEN:checked ~ #men_content,
#KIDS:checked ~ #kids_content
{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #999999;
  color: #fff;
  opacity: 1;
}

.clr_box {
	position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 ;
	z-index: 1;
	box-sizing: border-box;
	line-height: 1.8;
	color: #000;
	text-align: center;
}

.clr_box img {
    width: 100%;
    margin: 3% auto;
}

.out_box {
	width: 100%;
	margin: 0;
	padding: 3% 0;
}

.in_box {
	width: 94%;
	margin: auto;
	padding: 4% 7% 5%;
	box-sizing: border-box;
	border-radius: 20px;
}

.in_box img {
	width: 100%;
	margin: auto;
	padding: 4% 0 6%;
}

.s_icon1 {
    width: 30.333%;
    margin: 2% 1.5% 3%; 
	padding: 0 0;
    position: relative;
    float: left;
	color: #1a1a1a;
	text-align: center;
	font-size: 16px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
}

.s_icon_style {
    width: 195px;
    height: 195px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 4%;
	border: solid 1px #808080;
}

.s_icon_style img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: -14%;
}

.s_icon_style2 {
    width: 195px;
    height: 195px;
	overflow: hidden;
	margin-bottom: 3%;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	background-color: #fff;
}

.s_icon_style2_in {
    width: 180px;
    height: 180px;
	overflow: hidden;
	margin: 4% auto;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.s_icon_style2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: -15%;
	box-sizing: border-box;
}


.cate_box {
	width: 90%;
	margin: 0 auto 5%;
	padding-bottom: 10%;
}

.cate_icon {
	float: left;
	width: 44%;
	margin: 1% 3%;
	text-align: center;
	font-size: 11px;
	color:#222;
}

.cate_icon img {
	width: 100%;
}

.item_box {
	float: left;
	width: 44%;
	margin: 1% 3% 3%;
	color: #ce0028;
	text-align: center;
	font-size: 16px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	box-sizing: border-box;
	line-height: 1.4em;
}

.item_box img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 0;
}

.float_sb{
	float: left;
	width: 30.33333%;
	margin: 2% 1% 1%;
	border: solid 1px #808080;
	padding: 0;
}

.float_sb img{
	width: 100%;
	margin: 0;
	padding: 0;
}

.main_copy {
	width: 70%;
	margin: 3% auto 3%;
	padding: 0 0 2%;
	text-align: center;
	font-size: 13px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	line-height: 1.8em;
	color: #000;
	}

.main_copy span {
	font-size: 260%;
	color: #52c9e9;
	line-height: 1.6em;
	}

.main_copy2 {
	width: 70%;
	margin: 3% auto 3%;
	padding: 0 0 2%;
	text-align: center;
	font-size: 13px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	line-height: 1.8em;
	color: #fff;
	}

.main_copy2 span {
	font-size: 260%;
	color: #fff;
	line-height: 1.6em;
	}

.sub_title2 {
	position: relative;
	width: 45%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
    font-size: 10px;
    line-height: 2.0em;
    text-align: center;
	color: #000;
	z-index: 5;
	margin: 8% auto 3%;
}

.sub_title2 img {
	width: 100%;
	margin-bottom: 1%;
}

.style1 {
    width: 36%;
    margin: 3% 4% 1% 10%; 
	padding: 0 0;
    position: relative;
    float: left;
}

.style1 img {
	width: 100%;
	border-radius: 0 0;
}

.style2 {
    width: 36%;
    margin: 3% 10% 1% 4%; 
	padding: 0 0;
    position: relative;
    float: left;
}

.style2 img {
	width: 100%;
	border-radius: 0 0;
}

.style3 {
    width: 60%;
    margin: 0.5% auto 0%; 
	padding: 0 0;
    position: relative;
}

.style3 img {
	width: 100%;
	border-radius: 0 0;
}

.style4 {
    width: 60%;
    margin: 5% auto; 
	padding: 0 0;
    position: relative;
}

.style4 img {
	width: 100%;
	border-radius: 20px;
}


.footer_sb {
    width: 70%;
    max-width: 450px;
    margin: 5% auto 5%;
}

.float_box{
	float: left;
	width: 47%;
}

.float_box img{
	width: 100%;
}


.footer_sb img {
    padding: 0 0 7%;
	margin: 0 0 7%;
	width: 100%;
}

.float_box_sns{
	float: left;
	width: 20%;
	margin: 0 2.5%;
}

.float_box_sns img{
	width: 100%;
}

.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;
}

.btn-1 {
	width: 84%;
	box-sizing: border-box;
	margin: 3% auto;
	font-size: 24px;
	line-height: 1.8em;
	color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn-1:before {
	display: block;
	content: "";
	position: absolute;
	top: 42%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 14px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 16px solid #ff5f00;
    transition: 0.3s;
    color: #ff5f00;
    text-decoration: none;
}
a.btn-1:hover:before {
	right: 5px;        /*マウスオーバーで三角をずらす */ 
}

.btn-2 {
	float: left;
	width: 44%;
	margin: 2%;
    padding: 2% 0 6%;
	font-size: 25px;
	line-height: 1.5em;
	font-weight: 600;
	color: #fff;
    text-align: center;
	border: solid 3px #fff;
}

a.btn-2:before {
	display: block;
	content: "";
	position: absolute;
	right: 47%;
	bottom: 10%;
	width: 0;
	height: 0;
	margin-top: -0px;
	border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}
a.btn-2:hover:before {
	bottom: 5%;        /*マウスオーバーで三角をずらす */ 
}

.btn-3 {
	float: left;
	width: 44%;
	margin: 2%;
    padding: 2% 0 6%;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 400;
	color: #fff;
    text-align: center;
	border: solid 3px #fff;
}

.btn-3 span {
	font-size: 70%;
}

a.btn-3:before {
	display: block;
	content: "";
	position: absolute;
	right: 47%;
	bottom: 10%;
	width: 0;
	height: 0;
	margin-top: -0px;
	border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}
a.btn-3:hover:before {
	bottom: 5%;        /*マウスオーバーで三角をずらす */ 
}

.btn-4 {
	margin: 1.5% 2% 1.5% 0;
    padding: 10px 0 10px 20px;
	font-size: 17px;
	line-height: 1.8em;
	color: #000;
	background-color: #fff;
	border: solid 1px #666;
    text-align: center;
	display: flex;
	border-radius: 30px;
	float: left;
	box-sizing: border-box;
	font-weight: bold;
}

a.btn-4:before {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 10px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 12px solid #e2001f;
    transition: 0.3s;
    color: #e2001f;
    text-decoration: none;
}
a.btn-4:hover:before {
	right: 0px;        /*マウスオーバーで三角をずらす */ 
}

.btn-5 {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 0;
    padding: 14px 0 30px 10px;
    text-align: left;
	font-size: 14.5px;
	line-height: 1.4em;
	color: #000;
	background-color: #fff;
	display: flex;
}

.btn-5 span {
	font-size: 60%;
	letter-spacing: 0.6em;
	position: absolute;
	top: 55%;
	left: 4.5%;
}

a.btn-5:before {
	display: block;
	content: "";
	position: absolute;
	top: 44%;
	right: 3px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 9px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #b3b3b3;
    transition: 0.3s;
    color: #b3b3b3;
    text-decoration: none;
}
a.btn-5:hover:before {
	right: 0px;        /*マウスオーバーで三角をずらす */ 
}

.sub_other {
	font-size: 24px;
	padding-top: 6%;
	padding-bottom: 3%;
	font-family: inherit;
	font-weight: 800;
}

.bnr_box {
	width: 60%;
	margin: 20% auto 1%;
	padding-bottom: 1%;
}

.bnr_box2 {
	width: 80%;
	margin: -2% auto 1%;
	padding-bottom: 1%;
}

.bnr_box2 img {
	border: solid 1px #000;
	border-radius: 20px;
}

.bnr_main {
	width: 100%;
	max-width: 600px;
	margin: 5% auto; 
}

.bnr_main img {
	width: 100%;
	margin-bottom: 3%;
}

.bnr_s {
	width: 46%;
    margin: 2% 2% 6%;
	float: left;
	color: #000;
}

.bnr_s img {
	width: 100%;
	margin-bottom: 3%;
}

.w_60 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.w_60 img {
    width: 100%;
	border: solid #fff 0px;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}

.other_box {
	width: 100%;
	margin: 5% auto;
	padding: 8% 0 8%;
	border-radius: 20px;
	background-color: #fff;

}

.other_box img {
	width: 60%;
	margin: 0 auto;
}

.other_box p {
	margin: 5% auto 1%;
	text-align: center;
}

.staff_styling {
	width: 80%;
	margin: 2% auto 2%;
	padding: 0;
}

.sb_img {
	float: left;
	width: 31.333%;
	margin: 1%;
}

.sb_img img {
	width: 100%;
}


/*back to top*/
.gotop{
  position: fixed;
  right: 5px;
  bottom: 5px;;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  color: #000;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
	background-color: #fff;
	border-radius: 35px;
	padding: 1%  1.4%;
	border: solid 1px #000;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}



@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
		margin-bottom: -8%;
	}
	
	.st_wrapper p {
		font-size: 13px;
	}
	
	.st_wrapper h1 {
		font-size: 16px;
	}

.wrap_content {
	width: 100%;
	max-width: 1000px;
	padding: 0 0 0;
	margin: 0 auto;	
	text-align: center;
}
  
.subtitle {
	position: relative;
    width: 100%;
    margin: 5% 0 3%;
	font-size: 17px;
}
	
.subtitle span {
	margin-top: -3%;
	font-size: 14px;
	letter-spacing: 0.3em;
}
	
.subtitle img {
    width: 100%;
}
 
.in_box img {
	width: 70%;
	margin: auto;
	padding: 4% 0 6%;
}
	
.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: 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;
}

.clr_box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
	box-sizing: border-box;
	color: #000;
	font-size: 12px;
}
	

	
.s_icon1 {
    width: 30.333%;
    margin: 3% 1.5%; 
	padding: 0 0;
    position: relative;
    float: left;
	color: #1a1a1a;
	text-align: center;
	font-size: 10px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0;
}

.s_icon_style {
 	width: 94px;
	height: 94px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 4%;
	box-sizing: border-box;
}

.s_icon_style img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: -14%;
}


.cate_box {
	width: 90%;
	margin: 0 auto 5%;
	padding-bottom: 10%;
}

.cate_icon {
	float: left;
	width: 44%;
	margin: 1% 3%;
	text-align: center;
	font-size: 11px;
	color:#222;
}

.cate_icon img {
	width: 100%;
}

.item_box {
	float: left;
	width: 44%;
	margin: 1% 3%;
	color: #ce0028;
	text-align: center;
	font-size: 11px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	box-sizing: border-box;
}

.item_box img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 3%;
	padding: 0;
}
	
.float_sb{
	float: left;
	width: 30.33333%;
	margin: 2% 0.8% 1%;
	padding: 0;
}

.float_sb img{
	width: 100%;
	margin: 0;
	padding: 0;
}
	
.main_copy {
	width: 90%;
	text-align: center;
	line-height: 1.7;
	font-size: 11px;
	margin-top: 5%;
	color: #000;
	}
	
.main_copy span {
	font-size: 210%;
	color: #52c9e9;
	line-height: 1.5;
	}
	
.main_copy2 {
	width: 80%;
	font-size: 12px;
	}
	
.sub_title2 {
	width: 60%;
	margin-top: 12%;
}
	
.style1 {
    width: 43%;
    margin: 3% 2% 1% 5%; 
	padding: 0 0;
    position: relative;
    float: left;
}
	
.style2 {
    width: 43%;
    margin: 3% 5% 1% 2%; 
	padding: 0 0;
    position: relative;
    float: left;
}
	
.style3 {
    width: 90%;
    margin: 0.5% auto 0%; 
	padding: 0 0;
    position: relative;
}
	
.style4 {
    width: 100%;
    margin: 5% auto; 
	padding: 0 0;
    position: relative;
}
	
.style4 img {
	border-radius: 0px;
}
	
.footer_sb {
    width: 70%;
    max-width: 600px;;
    margin: 8% auto 0%;
}
	
.sub_other {
	font-size: 22px;
}
	
.bnr_box {
	margin: 25% auto 1%;
	width: 96%;
}
	
.bnr_box2 {
	margin: -4% auto 5%;
	width: 96%;
}
	
.bnr_main {
	width: 100%;
	max-width: 600px;
	margin: 5% auto;
}

.bnr_s {
	width: 46%;
    margin: 2% 2% 6%;
	float: left;
	font-size: 85%;
}
	
.bnr_s a {
	font-size: 10px;
}
	
	.icon_check {
	position: absolute;
    width: 20%;
    right: 0;
	bottom: 0;
	z-index: 15;
}
	
	
.btn-1 {
	width: 84%;
	margin: 2.5% auto;
    padding: 0;
	font-size: 13.5px;
}
	
.btn-1 span {
	font-size: 120%;;
}
	
a.btn-1:before {
	top: 25%;
}
a.btn-1:hover:before {
	top: 25%;       /*マウスオーバーで三角をずらす */ 
}
	
.btn-2 {
	margin: 3% 2% 1%;
    padding: 2% 0 7.5%;
	font-size: 17px;
}
	
a.btn-2:before {
	bottom: 5%;
	right: 45%;
}
a.btn-2:hover:before {
	bottom: 5%;        /*マウスオーバーで三角をずらす */ 
}
	
.btn-3 {
	margin: 3% 2% 1%;
    padding: 2% 0 6.5%;
	font-size: 14px;
	line-height: 1.2em;
}
	
a.btn-3:before {
	bottom: 2%;
	right: 45%;
}
a.btn-3:hover:before {
	bottom: 2%;        /*マウスオーバーで三角をずらす */ 
}
	
.btn-4 {
	font-size: 11px;
    padding: 10px 0 10px 8px;
}
	
a.btn-4:before {
	top: 41%;
	border: 8px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #e2001f;
	right: 2px;
}
a.btn-4:hover:before {
	right: 0px;        /*マウスオーバーで三角をずらす */ 
}
	
.btn-5 {
	font-size: 11px;
}
	
.btn-5 span {
	left: 6%;
}
    
.pc {
		display: none;
}
	
.sp {
		display: block;
}
	
.w_60 img {
    width: 100%;
	border: none;
	margin-top: 0;
}
	
.other_box {
	width: 92%;
	margin: 5% auto;
	padding: 8% 0 10%;
	border-radius: 20px;
}
	
.other_box img {
	width: 90%;
}
	
.other_box p {
	margin: 5% auto 3%;
	text-align: center;
}
	
.staff_styling {
	width: 90%;
	margin: 2% auto 5%;
}
    
.gotop {
		font-size: 20px;
	padding: 0.8% 2.3%;
		  right: 1px;
}	
}