@charset "UTF-8";

.counter--text {
  display: inline-block;
}
.counter--btn {
  display: inline-block;
  width: 60px;
  height: 30px;
  padding: 0 10px;
  border: solid 1px #de86ba;
  border-radius: 0;
}
.buy_detail_decision_regularly--cnt {
	text-align: right;
}
.note--text {
	font-size: 13px;
	color: #de86ba;
}
.buy_detail_decision_separately--cnt {
	margin-bottom: 10px;
}
.buy_detail_decision_separately--cnt .note--text {
	display: inline-block;
}
.regularly_explanation {
  text-align: right;
}
.regularly_explanation > a {
  display: inline-block;
  padding: 0 0 0 20px;
  color: #001e68;
  font-weight: bold;
  text-decoration: underline;
  background: url("/sample/img/main_ico_007_pc.gif") 0 center no-repeat;
  background-size: 17px;
  cursor: pointer;
}
.regularly_explanation > a:hover {
  text-decoration: none;
}
.regularly_btn {
  width: 490px;
  height: 80px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: #da60a6;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.regularly_btn:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.separately_btn {
  width: 350px;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #dd85b9;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.separately_btn:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/*-- modal --------------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6000;
  height: 100%;
  overflow: auto;
}
.modal_wrap {
  position: relative;
  width: 960px;
  margin: 50px auto;
  background-color: #fff;
}
.modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal_important_wrap {
  padding: 60px 206px;
  color: #001e68;
  line-height: 2;
}
.modal_subscription_wrap {
  padding: 40px 210px;
}
.modal_open .modal_overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:999;
  background-color: rgba( 209, 209, 209, 0.8 );
}

.modal_open .modal_overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: rgba( 209, 209, 209, 0.8 );
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 6000;
	height: 100%;
	overflow: auto;
}
.modal_subscription_wrap {
	padding: 40px 210px;
	position: relative;
	width: 960px;
	margin: 50px auto;
	background-color: #fff;
}
.modal_ttl {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 10px;
}
.modal_txt {
	font-size: 14.5px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}
.modal_box01 {
	border: 5px #FFF5FB solid;
}
.modal_list_01 {
	padding: 30px;
	line-height: 1.5;
}
.modal_list_01 li {
	background: url(/products_files/img/modal_heart_icon.gif) no-repeat;
	background-size: 20px;
	background-position: 10px 7px;
	font-size: 14.5px;
	padding-left: 40px;
	margin-bottom: 5px;
}
.modal_list_01 li .modal_pink_txt {
	font-size: 18.5px;

}
.modal_list_01 li .modal_font_b {
	font-size: 21px;
	font-weight: bold;
	color: #F25F8C;
}
.modal_subscription_wrap h4 {
	border-left: 5px #F65F8C solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 22px;
	margin: 30px 0 15px;
}
.modal_box02 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 10px;
}
.modal_box02 > div {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	border: 6px #FFF5FD solid;
	background-color: #fff;
}
.modal_box02 > p {
	display: none;
}
.modal_box_left {
	margin-right: 3%;
}
.modal_box02 > div > p {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 38px;
	padding-bottom: 6px;
	background: #FFF5FD;
	text-align: center;
	font-weight: bold;
	color: #F25F8C;
	font-size: 22px;
	line-height: 1.2;
}
_:-ms-lang(x)::-ms-backdrop, .modal_box02 > div > p {
	padding-top: 6px;
}
.modal_img_box {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
.modal_box02 .modal_box_left img {
	width: 60%;
}
.modal_box02 .modal_box_right img {
	width: 70%;
}
.modal_img_box p:nth-of-type(1) {
	height: 40px;
	font-size: 14px;
	margin-bottom: 10px;
}
.modal_box_left .modal_img_box p:nth-of-type(1) ,
.modal_box_right .modal_img_box p:nth-of-type(1) {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.2;
}
.modal_box_left .modal_img_box p:nth-of-type(2) {
	height: 115px;
}
.modal_box_right .modal_img_box p:nth-of-type(2) {
	height: 145px;
}
.modal_img_box p:nth-of-type(3) {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 30px;
	font-size: 12px;
	line-height: 1.2;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 10px;
	padding-bottom: 10px;
}
.modal_list_02 {
	padding: 0;
	font-size: 14.5px;
	line-height: 1.5;
}
.modal_list_02 li {
	margin-left: 1em;
	text-indent: -1em;
}
.modal_close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.modal .pc-dis-b {
	display: block;
}
.modal .sp-dis-b {
	display: none;
}

/* famione modal */
.modal-img-link {
  margin-bottom: 0;
  cursor: pointer;
}
.prod-bnr-famione {
  margin: 30px auto;
  font-size: 0;
}
.modal-famione {
  line-height: 1.5;
}
.modal-famione > input {
  display: none;
}
.modal-famione .modal-dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.modal-famione > :checked ~ .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.modal-famione .modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(209, 209, 209, .5);
}
.modal-famione .modal-content {
  position: relative;
  background: #fff;
  width: 960px;
  max-height: 90vh;
  padding: 40px 200px;
  font-size: 14px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-famione .modal-content .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 29px;
  height: 29px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229px%22%20height%3D%2229px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(123%2C%20123%2C%20123)%22%20d%3D%22M-0.000%2C-0.000%20L29.000%2C-0.000%20L29.000%2C29.000%20L-0.000%2C29.000%20L-0.000%2C-0.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M10.800%2C9.496%20L19.503%2C18.199%20L18.198%2C19.505%20L9.494%2C10.801%20L10.800%2C9.496%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M18.188%2C9.501%20L19.491%2C10.804%20L10.805%2C19.490%20L9.502%2C18.188%20L18.188%2C9.501%20Z%22%2F%3E%3C%2Fsvg%3E') 0 0 no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.modal-famione .modal-content .modal-header {
  margin-bottom: 30px;
}
.modal-famione .modal-content .modal-header h2 {
  font-size: 24px;
  margin: 0;
}
.modal-famione .modal-content .modal-body p + p {
  margin-top: 1em;
}
.modal-famione .modal-content .modal-body img {
  max-width: 100%;
}
.modal-famione .h3 {
  font-size: 20px;
  border-left: 6px solid #10384f;
  padding-left: 15px;
  margin: .8em 0 .6em;
  font-weight: bold;
  line-height: 1.5;
}
.modal-famione h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and ( max-width:1000px ) {
.regularly_explanation > a {
	background: url("/sample/img/main_ico_007_sp.gif") 0 center no-repeat;
	background-size: 12%;
	padding: 0 0 0 5%;
}
/* famione modal */
.prod-bnr-famione {
  margin: 6% 3%;
}
}
@media screen and ( max-width:768px ) {
  .counter--btn {
    width: 40px;
    padding: 5px;
  }
  /*.buy_detail_decision_regularly--cnt {
    width: 35%;
    text-align: center;
  }*/
  /*.buy_detail_decision_separately--cnt {
    width: 35%;
    text-align: center;
  }*/
  /*.buy_detail_decision_regularly--btn {
    width: 65%;
  }*/
  /*.buy_detail_decision_separately--btn {
    width: 65%;
  }*/
  .regularly_explanation {
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    font-weight: bold;
  }
  .regularly_btn {
    /*padding-left: 18px;*/
    font-size: 18px;
    background: #da60a6;
  }
  .separately_btn {
    /*padding-left: 18px;*/
    font-size: 18px;
    background: #dd85b9;
  }

  /*-- modal --------------------------------------------------*/
  .modal_wrap {
    width: 90%;
    margin: 5% auto;
  }
  .modal_important_wrap {
    padding: 50px 10px 10px 10px;
  }
  .modal_subscription_wrap {
    padding: 50px 10px 10px 10px;
  }
  .modal_close {
    top: 10px;
    right: 10px;
  }
.modal_subscription_wrap {
	padding: 50px 10px 10px 10px;
}
.modal_wrap {
	width: 90%;
	margin: 5% auto;
}
.modal_ttl {
	font-size: 22px;
}
.modal_txt {
	font-size: 12.5px;
}
.modal_list_01 {
	padding: 5px 0 10px;
}
.modal_list_01 li {
	background-size: 18px;
	font-size: 12.5px;
	background-position: 5px 7px;
	padding-left: 30px;
	margin-bottom: 2px;
}
.modal_list_01 li .modal_pink_txt {
	font-size: 16px;

}
.modal_list_01 li .modal_font_b {
	font-size: 19px;
}
.modal_subscription_wrap h4 {
	padding-left: 5px;
	font-size: 18px;
	margin: 20px 0 10px;
}
.modal_box02 {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.modal_box02 > div {
	width: 100%;
	margin: 0 0 20px 0;
}
.modal_box02 > .modal_box_right {
	margin: 0;
}
.modal_box02 > p {
	display: block;
}
.modal_box02 > p > img {
	width: 100%;
}
.modal_box01 p {
	font-size: 12px;
	padding: 0 5px 5px;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
.modal_box_left .modal_img_box p:nth-of-type(2) {
	height: 40vw;
}
.modal_box_right .modal_img_box p:nth-of-type(2) {
	height: 46vw;
}
.modal_list_02 {
	font-size: 12px;
}
.modal_close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.modal .pc-dis-b {
	display: none;
}
.modal .sp-dis-b {
	display: block;
}
  /* famione modal */
  .modal-famione .h3 {
    font-size: 17px;
    border-left-width: 4px;
    padding-left: 8px;
  }
  .modal-famione .modal-content {
    width: 90%;
    padding: 30px 20px;
  }
  .modal-famione .modal-content .modal-close {
    top: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
  }
  .modal-famione .modal-content .modal-body img {
    width: auto;
    margin: 0 auto;
  }
}
