@charset "UTF-8";
main {
  overflow-x: hidden;
}
main p,
main li,
main dd {
  font-size: 16px;
  line-height: 36px;
}

.futomoji{font-size: 30px; font-weight: 600;}



.bread-crumb li {
  font-size: 14px;
  line-height: 15.4px;
}
img {
  vertical-align:top;
}
.mv,
.bcWrap,
.section_intro,
.section_content {
  width: 1040px;
  margin: 0 auto;
}

.section_intro {
  margin-top: 40px;
}
.section_intro p {
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  margin:  23px 0 0 
}
.section_intro h2 {/*  margin-top: 100px;*/text-align: center;border-bottom: 1px solid #4b4b4bc4;margin: 4px 180px 50px;padding: 0 0 19px;}
.section_intro h2 span {
  display: inline-block;
  padding-top: 40px;
  padding-left: 20px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section_intro .anchorArea {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.section_intro .anchorArea li a {
  display: block;
  width: 100%;
  height: 100%;
}
.section_content {
  /* padding-top: 40px; */
}
.section_content h2 {
  padding: 10px;
  text-align: center;
 /* background: #0094D5;*/
}
.section_content.is01 h2 {
  background: #B2DFF2;
}
.section_content.isRecommend h2 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.section_content .imgBox.is01 {
  margin-top: 40px;
}
.section_content .inforArea {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  /* justify-content: center; */
  margin-top: 40px;
}
.section_content .inforArea .imgBox {
/*  width: 50%;
  padding-right: 40px;*/
  text-align: center;
}
.section_content .inforArea dl {
/*  width: 50%;*/
	
	
	/*point*/
}
.section_content .inforArea dl dt .pointSub {
  display: inline-block;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
}
.section_content .inforArea dl dt .point {
  position: relative;
  top: 4px;
  display: inline;
  font-size: 24px;
  font-weight: bold;
  /* background: linear-gradient(transparent 80%, #B2DFF2 0%); */
}


.section_content .inforArea dl dt .point_center {
  position: relative;
  top: 4px;
  display: inline;
  font-size: 24px;
  font-weight: bold;
  /* background: linear-gradient(transparent 80%, #B2DFF2 0%); */
  text-align: center;
}



/*point*/




.section_content .inforArea dl dd {
  margin: 30px 0 50px 0;
}
.section_content .inforArea dl dd span {
  display: inline;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #B2DFF2 0%);
}
.section_content .linkBtn {
  margin: 40px 0 60px 0;
}
.section_content .linkBtn a {
  position: relative;
  display: block;
  width: 60%;
  height: 114px;
  /* border-radius: 30px; */
  padding-top: 26px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #062663;
  margin: 0 auto;
}
.section_content .linkBtn label {
  position: relative;
  display: block;
  width: 60%;
  height: 114px;
  /* border-radius: 30px; */
  padding-top: 39px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #062663;
  margin: 0 auto;
}
.section_content .linkBtn label:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.section_content .linkBtn a::before {
  position: absolute;
  /* content: ""; */
  width: 15px;
  height: 15px;
  /* border-top: 2px solid #fff; */
  /* border-right: 2px solid #fff; */
  /* transform: rotate(45deg); */
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
.section_content.isRecommend .linkBox {
  margin-top: 40px;
}
.section_content.isRecommend .linkBox a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ポップアップ */
.popupCheck {
	display: none;
}

.popupWrap, .popupBg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 10;
}

.popupWrap {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
	transition: 0.3s cubic-bezier(1, 0, 0, 1);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	will-change: opacity;
}

.popupBg {
	cursor: pointer;
	opacity: 0.7;
	background-color: #000;
	z-index: 2;
}
.popupBg label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.popupCon {
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 900px;
	margin: auto;
	z-index: 3;
	height: 90%;
}

.popupInner {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	height: 100%;
	padding: 30px 0 15px;
	cursor: default;
	border-radius: 5px;
	text-align: center;
	overflow: overlay;
}

.popupInner img{
	width: 100%;
	margin-top: 1%;
}
.popupButton_Close {
	position: absolute;
	top:40px;
	right: 0;
	background: #fff;
	border-radius: 5px;
}
.popupButton_Close label {
	display: inline-block;
	padding: 6px 6px 0;
	color: #333;
	text-decoration: none;
	font-size: 20px;
}

.popupCheck:not(:checked) ~ .wrapper > *:not(.popupWrap) {
	-webkit-filter: blur(0px);
	filter: blur(0px);
}
.popupCheck:not(:checked) ~ .wrapper .popupWrap {
	opacity: 0;
	visibility: hidden;
}

.popupCheck:checked ~ .wrapper > *:not(.popupWrap) {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

#popup04:checked ~ #popup04Con {
	opacity: 1;
	visibility: visible;
}

#popup04Con .popupInner {
text-align: left;
overflow: hidden;
border-radius: 0;
}

#popup04Con .whiteBox {
width: 100%;
padding: 32px;
background: #fff;
margin: 50px auto;
box-sizing: border-box;
}

#popup04Con .whiteBox .sectionTitle {
  background-color: #062663;
  color: #fff;
  line-height: 65px;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

#popup04Con .whiteBox .storeList {
  height: 500px; /* PCでの高さ */
  overflow: auto; /* スクロールを有効にする */
}

#popup04Con .whiteBox .storeList p {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2.4;
}

.popBtn a {
  display: block;
  width: 90%;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background: #1a1a1a;
  margin: 25px auto;
  padding: 7px 0;
  /* border-radius: 50px; */
}

@media screen and (max-width: 768px) {
  .section_content .linkBtn label {
    font-size: 20px;
    padding-top: 47.5px;
  }

  #popup04Con .whiteBox .sectionTitle{
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding: 0;

  }

	#popup04Con .whiteBox{
		padding: 12px;
    margin: 0;
	}
  .popupInner {
    padding: 15px 0;
  }
 
  #popup04Con .whiteBox .storeList {
    height: calc(90vh - 170px);
    overflow: auto;
  }

  .popBtn a {
    font-size: 20px;
    margin: 10px auto;
  }

  .popupButton_Close {
    top: 16px;
  }
}




@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
  .pcOnly {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .bread-crumb li {
    font-size: 10px;
  }
  .bcWrap,
  .mv,
  .section_intro,
  .section_content {
    width: 100%;
    padding: 0 15px;
  }
  .section_intro {
    margin-top: 30px;
  }
/*  .section_intro p {
    text-align: left;
  }*/
  .section_intro h2 {
    margin-top: 60px;
  }
  .section_intro h2 span {
    display: block;
    padding-top: 10px;
    padding-left: 0;
  }
  .section_intro .anchorArea {
    display: block;
    margin-top: 30px;
  }
  .section_intro .anchorArea li + li {
    margin-top: 30px;
  }
  .section_intro .anchorArea li a:active {
    opacity: 0.7;
  }
  .section_content {
    /*padding-top: 40px;*/
  }
  .section_content .imgBox.is01 {
    margin-top: 30px;
  }
  .section_content .inforArea {
    display: block;
    margin-top: 30px;
  }
  .section_content .inforArea .imgBox {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .section_content .inforArea dl {
    width: 100%;
    margin-top: 30px;
  }
  .section_content .inforArea dl dt .pointSub {
    font-size: 14px;
  }
  .section_content .inforArea dl dt .point {
    top: 2px;
    font-size: 20px;
  }
  .section_content .inforArea dl dd {
    margin-top: 15px;
  }
  .section_content .linkBtn {
    margin: 30px 0 30px 0;
  }
/*  .section_content .linkBtn a {
    min-height: 60px;
    padding-top: 15px;
    font-size: 18px;
    margin-top: -30px;
  }*/
  .section_content .linkBtn a::before {
    width: 12px;
    height: 12px;
    right: 15px;
  }
  .section_content.isRecommend .linkBox {
    margin-top: 40px;
  }
  .section_content.isRecommend .linkBox a {
    display: block;
    width: 100%;
    height: 100%;
  }
	
.section_intro h2 {text-align: center;border-bottom: 2px solid #4b4b4bc4; margin: 0 auto;}
	
}


/*追加*/

.section_intro .linkBtn {
  margin: 30px 0 0 0;
}

.section_intro .linkBtn a {
  position: relative;
  display: block;
  width: 60%;
  height: 114px;
  /* border-radius: 30px; */
  padding-top: 26px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #062663;
  margin: 0 auto 71px;
}

.section_content .inforArea dl dd:first-of-type {
	width: 70%;
	font-size:20px;
}

.section_content .unisex {background: linear-gradient(90deg, #e311c275 50%, #0a5077 50%);width: 60%;/*height: 125px;*/margin: 50px auto;font-size: 55px;padding: 22px 0 30px 0;font-weight: 600;color: #FFFFFF;border-radius: 71px;}


.section_content .unisex_box .uniImg{}
/*.section_content.is05 .unisex_box li:nth-child(2){border-right:1px solid #bcbcbc;}
*/

.section_content .unisex_box .sen_test{margin-top: -92px;}


.section_content .unisex_box {/* padding:  10px 10px; */}

.section_content .unisex_box ul{display: flex;justify-content: center; align-items: center; margin: 30px 0;}
.section_content .unisex_box li{padding: /*25px*/0 6%;width: 50%;}


.section_content .unisex_box  li:not(:last-of-type){
	border-right:1px solid #bcbcbc;
	height: 332px;
}












.section_content .unisex_box .shohinBox {text-align: center;}
.section_content .unisex_box .shohinBox dt{font-weight: 600; font-size:25px}



/*.section_content.is05 .unisex_box li:after{
        content: "";
        display: block;
        width: 60px;
        border-right: 1px solid #bcbcbc;
        margin: 20px 0px;
      }*/


.section_content .anchorArea {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin: 70px 0 60px 0;
}


.is00 h2{padding: 0 0 0 0;}

.section_content h2 .linkBtn01{
  position: relative;
  display: block;
  width: 100%;
  height: 84px;
  border-radius: 38px;
  padding-top: 22px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #282828;
  margin: 40px 0 60px 0;
}


.logo_manaka{text-align: center;}


.logo {text-align: center;}

@media screen and (max-width: 767px) {
	
	.section_content .inforArea dl dd:first-of-type {
	width: auto;
    font-size:20px;
}
	
.section_content .unisex {background: linear-gradient(90deg, #e311c275 50%, #0a5077 50%);width: 60%;/*height: 125px;*/margin: 34px auto;font-size: 1.5em;padding: 25px 6%;font-weight: 600;color: #FFFFFF;}
	
.section_content .unisex_box ul{display: block;justify-content: center;align-items: center;margin: 30px 0 10px 0;}
.section_content .unisex_box li{margin: auto;width: 81%;max-width: initial;padding: 0 0 14px 0;}
.section_content .unisex_box li:not(:last-of-type){border-right:0;height: auto;}
	
	
.section_content .unisex_box{}	
.section_content .unisex_box .sen_test{margin: 0 auto;}

	
.section_intro .linkBtn a {

  width: 100%;

}	
	
.futomoji{font-size: 22px;}

	
	.section_content .linkBtn {
  /* margin: 77px 0 0 0; */
}
	
	
	
	
.is08.shohinBox {}
	
	
.section_content h2 .linkBtn a{
  position: relative;
  display: block;
  width: 100%;
  height: 84px;
  border-radius: 38px;
  padding-top: 22px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #282828;
  margin-bottom: 45px;
}
	
	
	
	
	


.section_intro .linkBtn a {
  position: relative;
  display: block;
  width: 60%;
  height: 114px;
  padding-top: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #062663;
  margin: 0 auto 71px;
}
	
	.section_intro .linkBtn .nigyo{
  position: relative;
  display: block;
  width: 60%;
  height: 114px;
  padding-top: 22px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #062663;
  margin: 0 auto 30px;
}
	

.section_content .linkBtn a {
  position: relative;
  display: block;
  width: 60%;
  height: 114px;
  padding-top: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #062663;
  margin: 0 auto 30px;
}
	
	.section_content .linkBtn .nigyo{
  position: relative;
  display: block;
  width: 60%;
  height: 114px;
  padding-top: 22px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #062663;
  margin: 0 auto 30px;
}
	
}


.section_content .logo_manaka {text-align: center;border-bottom: 1px solid #4b4b4bc4;/* margin: 4px 180px 50px; */padding: 0 0 19px;}