@charset "UTF-8";
/* CSS Document */
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

html,body,footer,header,table,thead,th,td,nav,h1,h2,h3,div,span,p,a,img,dl,dd,dt {
	margin    : 0;
	padding   : 0;
	border    : 0;
	outline   : 0;
	font-size: 100%;
  	vertical-align: baseline;
  	background: transparent;
}

body { 
	font-family:"Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 0px auto;
	background-attachment: fixed;
	background-image: url("../images/bk_green.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*line-height: 1;:*/ 
}


/*html, body {
	margin     : 0;
	padding    : 0;
	line-height: 1;
}

div, span, h1, h2, h3, h4, h5, h6, p, a, img, strong, ul, li {
	margin    : 0;
	padding   : 0;
	border    : 0;
	outline   : 0;
	font-size : 1em;
}*/

footer, header {
	display: block;
}

hr {
	display   : block;
	height    : 1px;
	border    : 0;
	border-top: 1px solid #cccccc;
	margin    : 1em 0;
	padding   : 0;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

img {
	 display: block;/*add*/
	border: 0;
	vertical-align: bottom;
	padding:0;
	width:100%;
}



#wrapper {
	margin:0 auto;
	max-width:750px;
}


/*	footer
------------------------------------------------- */
footer{
  background:#222;
  font-size:16px;
  width:100%;
  text-align:center;
}
footer ul{
  margin:0;
  padding:30px 0 5px 0;
  display:flex;
  justify-content:center;
  align-items:center;
}
footer li{
  list-style-type:none;
}
footer span{
  color:#fff;
}
footer a{
  text-decoration:none;
  color:#fff;
}
footer a:hover{
  color:#ccc;
}
footer .copyright{
  margin:0;
  padding:5px;
  color:#fff;
  font-size:14px;
}

/*CTA area*/

.cta,
.cta01,
.cta02,
.cta03,
.cta04,
.cta05{
	position:relative;
}

img.btn_cta {
	position: absolute;
	width:90%;
	left:6%;
	bottom: 13%;
}

img.btn_cta01 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 10%;
}

img.btn_cta02 {
	position: absolute;
	width:60%;
	left:20%;
	bottom:80.5%;
	/*cp*/
	/*bottom:73%;*/
}

img.btn_cta03 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 49%;
	/*cp*/
	/*bottom:31%;*/
}

img.btn_cta04 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 9.5%;
	/*cp*/
	/*bottom:3.3%;*/
}

img.btn_cta05 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 1%;
	/*cp*/
	/*bottom:66.5%*/
}

img.btn_cta06 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 83.5%;
	/*cp*/
	/*bottom:50%;*/
}

img.btn_cta07 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 57%;
}

img.btn_cta08 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 9.5%;
	/*bottom:18%*/
}

img.btn_cta09 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 83.5%;
	/*bottom:3.6%*/
}

img.btn_cta10 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 57%;
}

img.btn_cta11 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 9.5%;
}

img.btn_cta12 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 1%;
}

img.btn_cta13 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 26%;
}

img.btn_cta14 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 16%;
}

img.btn_cta15 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 1%;
}

img.btn_cta16 {
	position: absolute;
	width:60%;
	left:20%;
	bottom: 2.6%;
}

img.btn_cta17 {
	position: absolute;
	width:60%;
	left:20%;
	bottom:65%;
}

img.btn_cta18 {
	position: absolute;
	width:60%;
	left:20%;
	bottom:4.8%;
}

img.btn_cta19 {
	position: absolute;
	width:60%;
	left:20%;
	bottom:82.5%;
}

img.btn_cta20 {
	position: absolute;
	width:60%;
	left:20%;
	bottom:53%;
}

img.btn_cta21 {
	position: absolute;
	width:60%;
	left:20%;
	bottom:32%;
}

img.btn_cta22 {
	position: absolute;
	width:60%;
	left:20%;
	bottom:18.5%;
}


img.btn_cta:hover,
img.btn_cta01:hover,
img.btn_cta02:hover,
img.btn_cta03:hover,
img.btn_cta04:hover,
img.btn_cta05:hover,
img.btn_cta06:hover,
img.btn_cta07:hover,
img.btn_cta08:hover,
img.btn_cta09:hover,
img.btn_cta10:hover,
img.btn_cta11:hover,
img.btn_cta12:hover,
img.btn_cta13:hover,
img.btn_cta14:hover,
img.btn_cta15:hover,
img.btn_cta16:hover{
	opacity:0.7;
}

a img {
	transition: opacity 0.3s ease-out;
 }


/*　使用上の注意
------------------------------------------------- */
.detail {
	background:#eee;
	padding: 30px;
}

.detail_h1{
	font-size:28px;
	font-weight: bold;
	border-bottom:1px solid #222;
	margin-bottom:25px;
}

.detail_h2{
	font-size:20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:20px;
}

.detail_h3{
	font-size:20px;
	font-weight: bold;
	border-bottom:1px solid #222;
	margin-top: 20px;
	margin-bottom:20px;
}

.detail_h4{
	font-size:16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:20px;
  padding-left: 1em; /* 1文字分の左パディング */
  text-indent: -1em; /* 最初の行だけを1文字分左に */
}


.detail ul{
  padding:5px;
  margin:0;
  text-indent: -1em;
padding-left: 1em;
}

.detail li{
  list-style-type:none;
  margin:5px;
  text-indent: -2.2em;
  padding-left:2.2rem;
}

.detail table{
  border-collapse:collapse;
}
.detail th{
  text-align:center;
  font-weight:normal;
}
.detail table,
.detail tr,
.detail th,
.detail td{
  border:solid 1px #222;
  padding:10px;
}
.detail td a{
  font-size:12px;
}
.detail .cent,.center{
  text-align:center;
}

p.hang {
  /* margin: 0;  余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  padding-left: 1em; /* 1文字分の左パディング */
  text-indent: -1em; /* 最初の行だけを1文字分左に */
}

.detail_table{
	padding-left: 1em;
}

/*　モーダルウィンドウ
------------------------------------------------- */
.modal-open {
	text-decoration: underline;
	cursor: pointer;
}
.modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0, 0, 0, 0.5);
}
.modal-content {
	z-index: 2;
	display: none;
	position: fixed;
	max-width: 500px;
	margin: 0 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	background: #fff;
}
.modal-header {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
}
.modal-header .close {
	cursor: pointer;
	background: transparent;
	border: 0;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	outline: none;
	opacity: .5;
}
.modal-header .close:hover {
	opacity: .75;
}
.modal-body {
	padding: 1rem;
	font-size:0.7rem;
	max-height: 500px;
	overflow: scroll;
}
	
.modal-image{
		max-height: calc(100vh - 100px);
	}
	
.modal-footer {
	display: flex;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
}

.modal-close {
	width:100px;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	outline: none;
	background: #6c757d;
	border: 1px solid #6c757d;
	padding: 0.375rem 0.75rem;
	font-size: 0.7rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: 0.15s;
	cursor: pointer;
}
.btn:hover {
	background: #5a6268;
	border-color: #545b62;
	opacity: 0.7;
	transition: 0.7s;
}


/*　アコーディオンメニュー
------------------------------------------------- */
/*
.question {
	position:relative;
	background:url("../images/img11.png") center center no-repeat;
 	max-width:750px;
    width: 100%;
  	background-size:cover;
	*/
	
	/*
background-image: url("../images/img11.png")no-repeat center center;
	background-size:70% auto;}*/


.faq {
    background: center top/100% auto no-repeat url("../images/img11_back.png"), #FBD236;
	padding: 0 0 5.8%;
}

.accordion {
    width: 89.33333%;
    margin: 0 auto 0;
}

.faq__item {
    margin-bottom: 5.1%;
    overflow: hidden;
    border-radius: 5px;
}

.js-accordion__btn {
    position: relative;
    cursor: pointer;
    user-select: none;
    background: #D2455B;
}

.js-accordion__content.is-open {
    opacity: 1;
}

.js-accordion__content {
    overflow: hidden;
    transition-duration: .3s;
    background: #FFF;
}


/*　youtube
------------------------------------------------- */
.youtube {
  width: auto !important;
  height: auto !important;
  position: relative;
}
.youtube iframe {
  position: absolute;
  left: 70px;
  top: 360px;
}

.movie-wrap {
  position: absolute;
  overflow: hidden;
  bottom: 3%;
  left: 9%;
  width: 100%;
  height: 56.25%;
}
 
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 82% !important;
  height: 82% !important;
}


/*　セルフチェック
------------------------------------------------- */
.hairbtn{
	cursor:pointer;
}
.hairbtn:hover{
	opacity:0.8;
}


/***追加***/
.con_tit3{
  margin:5px;
  padding:20px;
  background:#AE1212;
  font-size:19px;
  color:#fff;
  text-align: center;
}

.con_tit3 span{
  text-decoration: underline;
  font-size:21px;
  color:#fff;
}
/****/


/*********セルフチェック*********/


.title{
  font-size:1.9rem;
  text-align:center;
}

.lock {
    overflow:hidden;
}

.hairbtn{
  cursor:pointer;
}
.hairbtn:hover{
	opacity:0.8;
}
.modaltit{
  padding:30px;
  font-weight:600;
  font-size:1.3rem;
　text-align: left;
}

.attention{
    font-size: 1.3rem;
    font-weight: 600;
}

.questionwrap{
  padding:20px;
  text-align:left;
  margin: 0 auto 15px;
  width: 85%;
}
.questionwrap2{
  padding:20px;
  text-align:left;
  margin: 0 auto 15px;
  width: 85%;
  display: none;
}
.question{
  display:flex;
  /*justify-content:center;*/
  align-items:baseline;
  padding:0 15px;
}
.ques_num{
  font-size:1.3rem;
  font-weight:600;
  color:#900000;
}
.ques_text{
  font-size:1.1rem;
  padding:0 10px;
}
.q_img img{
  width:90%;
  margin:15px 15px;
}

/************追加*************/
.q_txt {
  /*width:90%;*/
  padding:15px 50px;
}

.btnwrap　a{
   text-decoration: none;
}

/***********end***********/

.radioArea{
  margin:0 auto;
  display:flex;
 /* justify-content:center;*/
  align-items:center;
  width:80%;
  font-size:1.1rem;
}
.radio/*,.checkbox*/ {
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 8px 0px 5px 40px;
	position: relative;
	transition: background-color 0.2s linear;
	vertical-align: middle;
	-webkit-transition: background-color 0.2s linear;
}

.reason,.reason2{
	color: red;
}


.radio:hover:after,.checkbox:hover:after {
	border-color: #900000;
}

.radio:after/*,.checkbox:after*/{
	border: 2px solid #666;
	border-radius: 10px;
	content: '';
	display: block;
	height: 16px;
	left: 15px;
	margin-top: -10px;
	position: absolute;
	top: 55%;
	transition: border-color 0.2s linear;
	width: 16px;
	-webkit-transition: border-color 0.2s linear;
}

.radio:before {
	background-color: #900000;
	border-radius: 50%;
	content: '';
	display: block;
	height: 10px;
	left: 20px;
	margin-top: -5px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.2s linear;
	top: 55%;
	width: 10px;
	-webkit-transition: opacity 0.2s linear;
}

/*****チェックボックス*******/
.checkArea{
	position: relative;
	width:100%;
}

.check{
	position: absolute;
	left: 25%;
    top: 40%;
}


.checkbox {
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 10px 0px 0px 40px;
	position: relative;
	transition: background-color 0.2s linear;
	vertical-align: middle;
	-webkit-transition: background-color 0.2s linear;
}



.checkbox :after{
	/*border: 2px solid #666;
	border-radius: 5px;*/
/*	content: '';
	display: block;
	/*height: 16px;
	left: 15px;
	/*margin-top: -10px;*/
/*	background-size: 50px;
	background-repeat: no-repeat;
	position: absolute;
	top: 55%;
	/*transition: border-color 0.2s linear;
	width: 16px;
	-webkit-transition: border-color 0.2s linear;*/
}

.checkbox:before {
	/*background-color: #900000;
	/*border-radius: 50%;
	content: '';

	display: block;
	height: 10px;
	left: 20px;*/
	margin-top: 10px;
	opacity: 0;
	/*position: absolute;*/
	transition: opacity 0.2s linear;
	/*top: 55%;*/
	/*width: 10px;*/
	-webkit-transition: opacity 0.2s linear;
  	content: "";
	display: block;
	position: absolute;
  	top: -35px;
  	left: 30px;
  	width: 15px;
  	height: 35px;
  	transform: rotate(40deg);
	border-bottom: 10px solid #d01137;
	border-right: 10px solid #d01137;
/*  content: "";
  display: inline-block;
  position: relative;
  top: -0.8em;
  margin: 0 10px 0 0px;
  background-image: none, url("https://s-cross.net/wp-content/uploads/2020/01/checkbox-box.png");
  background-size: 0% auto, 80%;
  background-position: top 10% left 10%, 0 0;
  background-repeat: no-repeat, no-repeat;
  width:10px;
  height: 10px;*/
}


/***end***/


input[type=radio], input[type=checkbox] {
	display: none;
}
input[type=radio]:checked + .radio:before{
	opacity: 1;
}

input[type=checkbox]:checked + .checkbox:before {
/*	background-image: url("../img/check.png");
	background-size:200%;*/
	opacity: 1;
	color: #d01137
}

.ladies{
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 5px;
    width: 100%;
    margin: 10px auto 0 auto;
    border: 1px solid;
    cursor: pointer;
    background: #fff6ea;
    border-radius: 10px;
}

.reason a {
    text-decoration: none;
    cursor: pointer;
}

.btnwrap{
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
}
.btn1{
  width:40%;
  font-size:1.2rem;
	font-family:inherit;
  padding:20px 10px;
  margin-bottom:15px;
  color:#fff;
  background:url(../img/link_bg.png) no-repeat right 5px bottom 5px,#aaa;
  border: 1px solid #ccc;
	cursor:pointer;
}
.btn2,.btn3{
  width:40%;
  font-size:1.2rem;
	font-family:inherit;
  padding:20px 10px;
  margin-bottom:15px;
  color:#fff;
  background:url(../img/link_bg.png) no-repeat right 5px bottom 5px,#d14a00;
  border: 1px solid #ccc;
	cursor:pointer;
}
.btn1:hover{
	background:rgba(204,204,204,0.4);
}
.btn2:hover{
	background:rgba(207,74,0,0.4);
}

.btn3{
    cursor: unset;
}

.modal_f{
  height:150px;
  background:#666;
  padding:20px;
	text-align: center;
}
.modal_f h3{
  font-size:1.2rem;
  color:#fff;
  letter-spacing:5px;
}
.modal_f a{
  text-decoration:none;
  color:#fff;
  padding:15px 40px;
  font-size:1.1rem;
  background:url(../img/link_bg.png) no-repeat right 5px bottom 5px,#027d2d;
}
.modal_f a:hover{
	background:rgba(2,125,45,0.4);
}

.modal-content {
    position:relative;
    display:none;
    width:75%;
	max-width:900px;
    margin:30px auto;
	left:0px !important;
	background: #FFF;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
    z-index:5;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}


.modal-close:hover {
    cursor:pointer;
    color:#000;
}
.modal-close {
    background-color: #eed;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #ddc inset;
    /*color: #cc3;*/
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 8px;
    position: absolute;
    right: 4px;
    width: 25px;
}

span.close {
    background-color: #eed;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #ddc inset;
    color: #660;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    top: -12px;
    position: absolute;
    right: -15px;
    width: 40px;
}

.reason,.reason2{
    display: none;
    width: 78%;
    margin: auto;
    padding-top: 8px;
}


/*******プライバシーポリシー********/
.policy h1{
  text-align:center;
}
.policy h3{
  background:#7d7d7d;
  color:#fff;
  padding:15px 5px;
}
.policy li{
  list-style-type:none;
  margin:10px;
  text-indent:-1.3em;
}
/*******医薬品販売にあたっての********/
.obligation{
  text-align:center;
  width:90%;
  margin:0 auto;
}

.obligation table{
  text-align:left;
  width:100%;
  margin:0 auto;
}
.obligation th{
  background:#7d7d7d;
  color:#fff;
  padding:10px;
  width:30%;
  font-weight:normal;
  vertical-align:top;
}
.obligation .type2{
  width:25%;
}
.obligation td{
  background:#e7e7e7;
  padding:10px;
  word-break: break-all;
}
.obligation td img{
  width:80%;
}
.obligation h3{
  letter-spacing:1.2px;
}
.obligation h4{
  background:#7d7d7d;
  margin:0 auto;
  color:#fff;
  font-weight:normal;
  padding:10px 0px;
}
.obligation p{
  text-align:left;
  font-weight:600;
}
.obligation .comment{
  background:#e7e7e7;
  padding:10px;
  margin:5px 0;
  text-align:left;
}
.obligation .comment h5{
  font-size:17px;
  margin:0;
}
.obligation .comment p,
.obligation .comment2 p{
  font-size:15px;
  font-weight:normal;
}
.obligation .shop{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  margin:40px 0;
}
.gaikan,

.naikan{
  width:45%;
}
.gaikan p,
.naikan p{
  text-align:center;
}
.ob_close{
  margin:40px auto;
  width:40%;
  font-size:1.2rem;
	font-family:inherit;
  padding:20px 10px;
  margin-bottom:15px;
  color:#fff;
  background:url(../img/link_bg.png) no-repeat right 5px bottom 5px,#999;
  border: 1px solid #ccc;
	cursor:pointer;
}
.ob_close a{
  text-decoration:none;
  color:#fff;
}
.ob_close:hover{
  opacity:0.7;
}

#player,.youtube{
	width: 635px;
	height: 357px;
  margin: 0 auto;
}
#player img,.youtube iframe{
width: 100%;
height: 100%;
margin: 0 auto;
}

/*******女性用おすすめ育毛剤********/
.ladies_title{
    font-size: 20px;
    font-weight: bold;
    background: #d22932;
    padding: 10px;
    margin-bottom: 35px;
    color: #fff;
    text-align: center;
}

.table_product{
    text-align: center;
    margin: 40px auto;
    font-size: 15px;
}

.table_product tr:nth-child(even){
  background-color: #f6cbdc
}

.table_product {
    border: 1px solid #917480;
    border-collapse: collapse;
}

.table_sp{
    display: none;
}

.name_product td{
    padding:5px 0;
    font-weight: bold;
}

.text_product td{
    padding: 0 10px;
    text-align: left;
}



/************  880 **/ 
@media screen and (max-width:767px){
  .main{
    align-items:center;
  }
  .main .top_tit{
    width:70%;
  }
  .main .top_copy{
    margin:5px auto;
    width:55%;
    padding-left: 80px;
    padding-bottom:110px;
  }
  .main .top_price{
    position:absolute;
    bottom:2%;
    left:14%;
    right:0;
    margin-top:20px;
    width:55%;
  }


    .modal-content{
        width:90%;
    }

	.modaltit{
		padding:10px;
		font-size:1.0rem;
	}
	.questionwrap{
		padding:10px;
        width: 95%;
	}
	.questionwrap2{
		padding:10px;
        width: 95%;
        display: none;
	}
    .attention{
        font-size: 1.1rem;
    }

	.question{
        margin:0 auto;
        width:90%;
        display:block;
      }
	.ques_text{
		font-size:1.0rem;
	}
  .radioArea{
    width:90%;
    text-align:center;
	font-size:1.0rem;
  }
  .btn1,.btn2,.btn3{
    width:90%;
	font-size:1rem;
  }
	.modal_f{
		height:130px;
  }
	.modal_f h3{
		font-size:1rem;
		letter-spacing:1px;
	}
	.modal_f a{
		font-size:1rem;
		padding:10px 20px;
	}
  .gaikan,
  .naikan{
    width:80%;
  }
  .gaikan img,
  .naikan img{
    width:100%;
    margin:0 auto;
  }


			/*******チェックボックス******/
	.checkbox:before {
	/*background-color: #900000;
	/*border-radius: 50%;
	content: '';
	display: block;
	height: 10px;
	left: 20px;*/
	margin-top: 10px;
	opacity: 0;
	/*position: absolute;*/
	transition: opacity 0.2s linear;
	/*top: 55%;*/
	/*width: 10px;*/
	-webkit-transition: opacity 0.2s linear;
  	content: "";
	display: block;
	position: absolute;
  	top: -15px;
  	left: 25px;
  	width: 15px;
  	height: 25px;
  	transform: rotate(40deg);
	border-bottom: 7px solid #d01137;
	border-right: 7px solid #d01137;
	/****end*****/
	}


.detail_h1{
	font-size:1.2rem;
	font-weight: bold;
}

.detail_h2{
	font-size:1rem;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:20px;
}

.detail_h3{
	font-size:0.9rem;
	font-weight: bold;
	border-bottom:1px solid #222;
	margin-top: 20px;
	margin-bottom:20px;
}

.detail_h4{
	font-size:0.9rem;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:20px;
}

.detail {
	font-size:0.8rem;
	}


	
	
	
	
	
	
}
@media screen and (max-width:650px){
  .player_wrap {
    position: relative;
    padding-bottom: 48%;
    padding-top: 30px;
    margin-bottom:40px;
    height: 0;
    overflow: hidden;
  }
  #player ,.youtube{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow: hidden; /*add*/
  }
  .main{
    display:block;
    background:url("../imgw/top_bg_sp.webp");
    background-size:cover;
    background-position: right;
    position:relative;
    text-align:center;
    align-items:flex-start;
  }
  .main .sec2 .top_copy{
    margin:0 auto;
    margin-bottom:48%;
    padding-bottom:0;
    padding-left:0;
    width:70%;
  }
  .main .top_product_sp{
    display:block;
    position:absolute;
    bottom:-9%;
    left:5%;
    width:20%;
  }
  .main .sec1 {
    display:none;
  }
  .main2 .sec3{
    display:block;
    background:#333;
    padding:0px;
    margin:0;
  }
  .main2 .sec3_con img{
    width:100px;
  }

  .main2 .sec3_con{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:0;
  }
  .main2 .sec3_con img{
    width:100px;
  }
  .main2 .sec3_con p{
    color:#fff;
    margin:0 5px;
    padding:0;
    font-weight:normal;
    line-height:1.4;
  }
  .main2 .sec3_con span{
    padding-right:5px;
  }
  .main2 .top_price{
    width:97%;
    margin:10px auto;
  }
  .main .top_price{
    position:static;
  }
  .main .top_tit,
  .main .top_copy,
  .main .top_price{
    width:85%;
    margin:10px auto;
    padding-left:0;
  }

  .mid{
    display:none;
  }
  .sec4_con h3{
    font-size:20px;
    padding-top:10px;
  }
  .sec4_txt{
    font-size:16px;
    margin-bottom:10px;
  }
  .sec4_txt2{
    font-size:14px;
    margin-bottom:15px;
  }
  .sec4_txt3{
    font-size:14px;
    margin-bottom:15px;
    color:#e2f000;
  }

				/*******チェックボックス******/
	.checkbox:before {
	/*background-color: #900000;
	/*border-radius: 50%;
	content: '';
	display: block;
	height: 10px;
	left: 20px;*/
	margin-top: 10px;
	opacity: 0;
	/*position: absolute;*/
	transition: opacity 0.2s linear;
	/*top: 55%;*/
	/*width: 10px;*/
	-webkit-transition: opacity 0.2s linear;
  	content: "";
	display: block;
	position: absolute;
  	top: -20px;
  	left:45%;
  	width: 0.4em;
  	height: 0.8em;
  	transform: rotate(40deg);
	border-bottom: 4px solid #d01137;
	border-right: 4px solid #d01137;
	/****end*****/
	}


}
@media screen and (max-width:480px){

  .header img{
    width:130px;
  }
  .top,
  .sec1,
  .sec2,
  .sec3,
  .sec4,
  .sec5,
  .sec6,
  .sec7,
  .sec8{
    width:100%;
  }
  .top .campain{
    font-size:13px;
    padding:5px 0;
  }

  .main .sec2{
    text-align:center;
  }

  .main3_con .con1,
  .main3_con .con2{
    width:50%;
    margin-bottom:20px;
  }
  .main3 h3{
    padding-top:20px;
    margin:0 0 20px 0;
    font-size:18pX;
  }
  .guide,
  .faq{
    width:100%; /*95%*/
    text-align:center;
    margin:0 auto;
  }
  .button,.button2{
    margin:0;
    font-size:16px;
    padding:10px 0px;
    width: 100%;
  }
  .accordion li p{
    font-size:14px;
  }
  .self_check .con_tit{
    font-size:16px;
  }
  .single .detail,
  .single .detail2,
  .three .detail,
  .three .detail2,
  .second,
  .three{
    width:95%;
    margin:5px auto;
  }
  .second img, .three img {
    width: 96%;
  }

  .three{
    margin-top:50px;
    display:block;
  }

  .sub_text{
    font-size:14px;
  }
  .single .detail2{
    position:relative;
    /*margin-bottom:100px;*/
  }
  .single .detail2 img{
    width:96%;
    margin:5px auto;
  }
  .single .single_sp img,
  .second_sp img,
  .three .detail .three_sp img{
    width:60%;
    margin:10px auto;
  }
  .con_tit2{
    margin-top:20px;
  }
  .syokai{
    /*position:absolute;*/
    bottom:-50%;
    left:0;
    right:0;
    margin:10px auto;
    padding-bottom:15px;
  }
  .sec3 p{
    font-size:12px;
  }
  .sec3_tit img{
    width:90%;
  }
  .sec4{
    padding-bottom:10px;
  }
  .sec4_tit{
    top:40%;
  }
  .sec4_con{
    position:static;
  }
  .sec4_img{
    display:block;
  }
  .sec4_img img{
    width:50%;
    margin:0 auto;
  }
  .sec5_con{
    width:95%;
    justify-content:center;
  }
  .sec5_con p{
    width:90%;
  }
  .sec5_con img{
    width:40%;
  }
  .sec6_tit{
    font-size:20px;
  }
  .sec6_txt{
    text-align: left;
    width: 95%;
    margin: auto;
  }

  .sec6_txt2{
    width:90%;
  }
  .sec6_txt2 h3{
    text-align:center;
  }
  .sec6_txt2 p{
    text-align:left;
    line-height:1.2;
  }
  .sec6_txt2 img{
    width:65%;
    margin:0 auto;
  }
  .sec6_txt2 .sayo{
    width:100%;
  }
  .sec8_tit{
    font-size:30px;
  }
  .sec8_1_con img{
    width:70%;
  }
  .sec8_txt,
  .sec8_txt2,
  .sec8_txt3{
    width:90%;
    margin:0 auto;
  }
  .sec8_1,
  .sec8_2,
  .sec8_3,
  .sec8_4,
  .sec8_5{
    padding:40px 0px;
  }
  .step,
  .step2{
    width:80px;
  }
  .sec8_txt2{
    font-size:17px;
  }
  .sec8_txt3{
    font-size:13px;
  }
  .about_left,
  .about_right{
    width:90%;
  }
  .about_h h4{
    margin:0px;
  }
  .abt_mar{
    padding-top:20px;
  }
  .about_txt{
    margin:0px;
  }
  footer{
    font-size:13px;
  }
  footer .copyright{
    font-size:11px;
  }
  .obligation h1{
    font-size:26px;
  }
.obligation h4{
  padding:10px;
}
  .obligation .type1 th,
  .obligation .type1 td{
     width: 95%;
     display: block;
     border-top: none;
     margin:0 auto;
     }

  .sp{
    display:block;
  }
  .pc{
    display:none;
  }

  .policy{
      width:95%;
      margin: auto;
  }

  .policy h1{
    font-size:23px;
  }

  .policy h3{
    font-size:19px;
  }

    .ladies_title{
        font-size: 17px;
        padding: 8px;
    }

  .center{
      text-align: left;
  }

  .table_pc{
      display: none;
  }

  .table_sp{
      display: block;
  }


  .table_sp tr,.table_sp td{
      width: 98%;
      display: block;
      margin: auto;
  }

	/*******チェックボックス******/
	.checkbox:before {
	/*background-color: #900000;
	/*border-radius: 50%;
	content: '';
	display: block;
	height: 10px;
	left: 20px;*/
	margin-top: 10px;
	opacity: 0;
	/*position: absolute;*/
	transition: opacity 0.2s linear;
	/*top: 55%;*/
	/*width: 10px;*/
	-webkit-transition: opacity 0.2s linear;
  	content: "";
	display: block;
	position: absolute;
  	top: -1.5em;
  	left: 30%;
  	width: 0.3em;
  	height: 0.5em;
  	transform: rotate(40deg);
	border-bottom: 3px solid #d01137;
	border-right: 3px solid #d01137;
	/****end*****/
	}
}

/*在庫切れbtn*/
/**,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/*.font {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
/*}*/
.box p{
	float:left; font-size:20px; margin:5%;
}

a.btn--orange {
  color: #fff;
  background-color: #FFAB00;
}
.btn_x,
a.btn_x,
button.btn_x {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--orange:hover {
  color: #fff;
  background: #FFFB00;
}

a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

a.btn--circle {
  border-radius: 50%;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
}

.box {
    padding: 0.5em 1em;
    /*margin: 1em 0;*/
    font-weight: bold;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #FFF000;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.con_x1{
	background:#C51618 ;
	padding:1em;
}

.modalDialog {
    position: fixed;
    /*font-family: Arial, Helvetica, sans-serif;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 700px;
	height:400px;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}

.sp{
	display:none;
}

.zaiko{
	cursor:pointer;
}
.zaiko:hover{
	opacity:0.8;
}

@media screen and (max-width:764px){
.modalDialog > div {
    width: 85%;
	height:400px;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
	}
	
.box p{
	float: none;
	text-align: center;
	font-size:15px;
	margin:5%;
}

	.btn_box{
	text-align: center;
	}
	
	.sp{
	display:block;
	}

}

