@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	padding:0;
	margin:0 auto;
    font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	background-color: #eee;
}

.st_wrap a{
    text-decoration: none;
}

.wrap_content {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	padding: 1% 10px;
	background-color: #fff;
}

.ttl {
	width: 70%;
	margin: 0 auto;
}

.st_wrap h1 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin: 8% auto 3%;
    line-height: 1.4em;
}

/*見出し*/
.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.heading-16::before,
.heading-16::after {
    width: 1px;
    height: 30px;
    background-color: #000000;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 20px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 20px;
}

/*タブ*/
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
	width: 100%;
	margin: 5% auto;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .4em 1em;
    border-radius: 5px 5px 0 0;
    color: #fff;
	font-family: "Roboto", serif;
    font-size: 23px;
	font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.cate_box {
	display: flex;
	justify-content: space-between;
	margin: 3% auto 6%;
	column-gap: 1%;
}
.cate_box_all {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap:2%;
	width: 60%;
	margin: 4% auto;
}

.cate_box_all .women, 
.cate_box_all .women_link,
.cate_box_all .men, 
.cate_box_all .men_link, 
.cate_box_all .kids, 
.cate_box_all .kids_link {
	width: 100%;
	margin: 3% auto;
	border-radius: 10px;
	padding: 15px 0;
} 

.women {
	background-color: #F067B3;
	width: 30%;
    min-width: 230px;
    padding: .4em 1em;
    border-radius: 5px 5px 0 0;
    color: #fff;
	font-family: "Roboto", serif;
    font-size: 23px;
	font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.women_link {
	background-color: #F067B3;
	opacity: .5;
	width: 30%;
    min-width: 230px;
    padding: .4em 1em;
    border-radius: 5px 5px 0 0;
    color: #fff;
	font-family: "Roboto", serif;
    font-size: 23px;
	font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.men {
	background-color: #4375E0;
	width: 30%;
    min-width: 230px;
    padding: .4em 1em;
    border-radius: 5px 5px 0 0;
    color: #fff;
	font-family: "Roboto", serif;
    font-size: 23px;
	font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.men_link {
	background-color: #4375E0;
	width: 30%;
	opacity: .5;
    min-width: 230px;
    padding: .4em 1em;
    border-radius: 5px 5px 0 0;
    color: #fff;
	font-family: "Roboto", serif;
    font-size: 23px;
	font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.kids {
	background-color: #D2B61B;
	width: 30%;
    min-width: 230px;
    padding: .4em 1em;
    border-radius: 5px 5px 0 0;
    color: #fff;
	font-family: "Roboto", serif;
    font-size: 23px;
	font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.kids_link {
	background-color: #D2B61B;
	opacity: .5;
	width: 30%;
    min-width: 230px;
    padding: .4em 1em;
    border-radius: 5px 5px 0 0;
    color: #fff;
	font-family: "Roboto", serif;
    font-size: 23px;
	font-weight: 600;
    text-align: center;
    cursor: pointer;
}


.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 0;
	border-top: solid 1px #253582;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}
.st_wrap h2 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 3% auto 2%;
    line-height: 1.6em;
}

.st_wrap h3 {
	font-family: "Roboto", sans-serif;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin: 6% auto 2%;
	line-height: 1.9em;
	background-color: #253582;
	color: #fff;
}


.st_wrap p {
	font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    font-size: 13px;
	font-weight: 500;
    line-height: 1.5em;
    margin: 2% auto 0;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}
.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.linethroug {
    text-decoration: line-through;
}

#Main {
    width: 20%;
}


.sp {
	display:none;
}

.Lead {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin: 5% auto 3%;
	line-height:1.8em;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

small {
	font-size: 80%;
}


.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 90%;
	margin: 0 auto 5%;
    padding: 0;
    display: flex; 
	justify-content: space-between;
    gap: 20px;
	position: relative;
}

.thumb {
	width: 45%;
	line-height:1.4em;
	padding: 10px 0 0;
	margin: 0;
	text-align:center;
    position: relative;
}

.thumb img {
    width: 100%;
}

.arrow {
  width: 18%;
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  margin: auto;
}

.cap {
	text-align: left;
}

.cap span {
	font-size: 18px;
	text-align: left;
	margin: 2% 0;
	padding: 3px;
	background-color: #97d2f4;
}

.btn_box {
	width: 90%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 3% auto;
	gap: 20px;
}


/* Button 1 */
.Btn-1 {
    display: block;
	font-size: 18px;
	font-weight: 600;
	min-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	background-color: #253582;
	box-sizing: border-box;
	border-radius: 5px;
}

.Btn-2 {
    display: block;
	font-size: 16px;
	font-weight: 600;
    width: 50%;
	margin: 4% auto 8%;
	min-width: 190px;
	padding: 14px 0;
	text-align: center;
	color: #000;
	background-color: #ccc;
	box-sizing: border-box;
	border-radius: 5px;
}

.Btn-3 {
    display: block;
	font-size: 16px;
	font-weight: 600;
    width: 50%;
	margin: 4% auto 8%;
	min-width: 190px;
	padding: 14px 0;
	text-align: center;
	color: #000;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 2px #000;
}

.Btn-4 {
    display: block;
	font-size: 16px;
	font-weight: 600;
    width: 50%;
	margin: 10% auto 8%;
	min-width: 190px;
	padding: 14px 0;
	text-align: center;
	color: #000;
	background-color: #D8D700;
	box-sizing: border-box;
	border-radius: 5px;
}

.arrow_r {
  position: relative;
}

.arrow_r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #937E2F;
  border-right: solid 2px #937E2F;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 3px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}


.point_video {
	display: block;
    width: 90%;
	margin: 5% auto;
}

.point_video iframe {
    width: 100%;
}

@media only screen and (max-width: 750px) {
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.Lead {
		font-size:12px;
		margin: 3% auto 3%;
	}
	
	.st_wrap {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	
	.wrap_content {
		width: auto;
		padding: 0 5px;
	}
	
	.st_wrap h1 {
		font-size: 15px;
	}	
    
	.st_wrap h2 {
		font-size: 14px;
	}
	
	.st_wrap h3 {
		font-size: 14px;
		margin: 4% auto 2%;
		padding: 5px 0;
	}	

    .st_wrap p {
        font-size: .7rem;
        margin: 4% auto 2%;
		text-align: left;
    }
	
	
	
	
	.tab-2 {
		gap: 0 10px;
	}
	
	.tab-2 > label {
		font-size: 15px;
	}
	
	
	.women, .women_link {
		width: 30%;
		min-width: 80px;
		font-size: 16px;
	}
	.men, .men_link {
		width: 30%;
		min-width: 80px;
		font-size: 16px;
	}
	.kids, .kids_link {
		width: 30%;
		min-width: 80px;
		font-size: 16px;
	}
	
	.heading-16::before, .heading-16::after {
    	width: 1px;
    	height: 20px;
	}
	
	.heading-16::before {
    	margin-right: 10px;
	}
	
	.heading-16::after {
    	margin-left: 10px;
	}

	.thum_box {
		gap: 10px;
	}
	
	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	.cap {
		line-height: 1.6em;
	}
	
	.cap span {
		font-size: 8px;
		margin: 1%;
	}


	
	.br_sp {
		display: block;
	}
	
	.btn_box {
		gap: 10px;
		margin: 4% auto 6%;
	}
	
/* Button 1 */
.Btn-1 {
    font-size: 13px;
    line-height: 1.2em;
	min-width: 130px;
}
	
.Btn-2 {
    font-size: 13px;
    line-height: 1.2em;
	min-width: 130px;
	padding: 10px 0;
    } 
	
.Btn-3 {
    font-size: 13px;
    line-height: 1.2em;
	min-width: 130px;
	padding: 10px 0;
	margin: 5% auto 8%;
    } 
	
	
.Btn-4 {
    font-size: 13px;
    line-height: 1.2em;
	min-width: 130px;
	padding: 10px 0;
	margin: 10% auto 15%;
    } 
	
	
}

