
/* =====================================
	全体設定
===================================== */

html{
	font-size: 62.5%;
}

a{
	color:#000;
	text-decoration:none;
	transition: 0.3s all ease;
}

a:hover{
	opacity: 0.75;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.8rem;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	font-style: normal;
	color: #000;
	line-height: 1.67;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
}

img{
	max-width: 100%;
}

sup{
	font-size: 60%;
}

/* =====================================
	header
===================================== */

header{
	width: 100%;
	height: 90px;
	border-top: 10px solid #ec5506;
	padding: 0 40px;
}

header .wrap{
	width: 100%;
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 40px;
}

header p{
	font-size: 1.4rem;
}

/* =====================================
	main
===================================== */

.visual{
	width: 100%;
	padding-bottom: 120px;
}

.visual h1 img{
	margin: 0 auto;
}

.visual .slide-area{
	width: 100%;
	background: #f7f7f7;
}

.visual .slide-area .slide{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  left: -22px;
  z-index: 1000;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -22px;
  overflow: hidden;
  text-indent: -999px;
  appearance: none;
  cursor: pointer;
  background: #fff !important;
  border: 1px solid #f86200;
  border-radius: 50%;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: '';
  border-top: 4px solid #f86200;
  border-right: 4px solid #f86200;
  transform: rotate(45deg);
}

.slick-prev::before {
  right: 0;
  left: 5px;
  transform: rotate(-135deg);
}

.slick-next {
  right: -22px;
  left: auto;
}

.slick-dots{
	bottom: -30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li{
	width: 9px;
	height: 9px;
	margin: 0 4px;
}

.slick-dots li button{
	width: 9px;
	height: 9px;
}

.slick-dots li button:before{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #d7d8df;
}

.slick-dots li.slick-active button:before{
	background: #7f8498;
    border: none;
    margin-top: 0;
}

.manga-area{
	width: 100%;
	padding: 100px 40px 120px;
	background: #feeedf;
	position: relative;
}

.manga-area .manga-btn{
	position: fixed;
	bottom: 45px;
	right: 45px;
	z-index: 500;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity .4s ease, visibility .4s ease;
}

@media screen and (min-width: 769px){
	.manga-area .manga-btn.is-hidden{
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
}

.manga-area h2 img{
	margin: 0 auto;
}

#manga{
	width: 100%;
	max-width: 788px;
	margin: 40px auto 0;
}

#manga .tab{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#manga .tab li{
	width: 32.4873%;
	cursor: pointer;
}

#manga .tab-cnt{
	width: 100%;
}

#manga .tab-cnt li{
	display: none;
	padding: 50px 50px 60px;
	background: #fff;
	position: relative;
	border-radius: 0 0 30px 30px;
}

#manga .tab-cnt li.active{
	display: block;
}

#manga .tab-cnt li:nth-child(1){
	border: min(0.691vw, 6px) solid #92b729;
}

#manga .tab-cnt li:nth-child(1)::before{
	content: "";
	width: 31.4433%;
	height: min(0.691vw, 6px);
	background: #fff;
	position: absolute;
	top: max(-0.691vw, -6px);
	left: 0;
	display: block;
}

#manga .tab-cnt li:nth-child(2){
	border: min(0.691vw, 6px) solid #ed751e;
}

#manga .tab-cnt li:nth-child(2)::before{
	content: "";
	width: 31.4433%;
	height: min(0.691vw, 6px);
	background: #fff;
	position: absolute;
	top: max(-0.691vw, -6px);
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

#manga .tab-cnt li:nth-child(3){
	border: min(0.691vw, 6px) solid #df2e86;
}

#manga .tab-cnt li:nth-child(3)::before{
	content: "";
	width: 31.4433%;
	height: min(0.691vw, 6px);
	background: #fff;
	position: absolute;
	top: max(-0.691vw, -6px);
	right: 0;
	display: block;
}

#manga .tab-cnt li img{
	margin: 0 auto;
}

#manga .tab-cnt li .more-btn{
	margin: 14px auto 0;
	cursor: pointer;
}

#manga .tab-cnt li .more{
	display: none;
}

#manga .tab-cnt li .more img{
	margin: 60px auto 0;
}

#manga .tab-cnt li .more .credit{
	margin: 15px 0 0;
	width: 150px;
}

.point{
	width: 100%;
	padding: 120px 40px;
}

.point ul li + li{
	margin-top: 120px;
}

.point ul li h2{
	width: 100%;
	max-width: 978px;
	height: 84px;
	border-radius: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin: 0 auto;
	padding: 0 160px;
}

.point ul li:nth-child(1) h2{
	background: #92b729;
}

.point ul li:nth-child(2) h2{
	background: #ed751e;
}

.point ul li:nth-child(3) h2{
	background: #df2e86;
}

.point ul li h2 span{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.6rem;
	gap: 15px;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}

.point ul li h2 span::before{
	content: "";
	background: url("../img/decoration01.png") no-repeat center;
	background-size: contain;
	width: 18px;
	height: 17px;
	position: absolute;
	top: 12px;
	left: -16px;
}

.point ul li h2 span strong{
	font-size: 4.6rem;
	font-weight: normal;
	font-family: "Oswald", sans-serif;
}

.point ul li .txt01{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 978px;
}

.point ul li .txt01 img{
	margin: 0 auto;
}

.point ul li .txt01 a{
	position: absolute;
	top: 180px;
	right: 24.8%;
	font-size: 18px;
	font-weight: 500;
	color: #242424;
	border-bottom: 1px solid #242424;
	line-height: 1.5;
}

.point ul li .huki01{
	width: min(90.7834vw, 788px);
	height: min(23.0415vw, 200px);
	font-size: min(3.2258vw, 2.8rem);
	font-weight: bold;
	line-height: 1.44456;
	color: #4e4e4e;
	margin: 0 auto;
}

.point ul li:nth-child(1) .huki01{
	background: url("../img/huki01.png") no-repeat center;
	background-size: contain;
	padding: min(6.797vw, 59px) 0 0 min(33.64vw, 292px);
}

.point ul li:nth-child(2) .huki01{
	background: url("../img/huki02.png") no-repeat center;
	background-size: contain;
	padding: min(6.797vw, 59px) 0 0 min(5.76vw, 50px);
}

.point ul li:nth-child(3) .huki01{
	background: url("../img/huki03.png") no-repeat center;
	background-size: contain;
	padding: min(4.262673vw, 37px) 0 0 min(33.64vw, 292px);
}

.point ul li .huki01 strong{
	font-weight: bold;
	color: #f99120;
}

.point ul li .note{
	width: 100%;
	max-width: 788px;
	font-size: 1.4rem;
	line-height: 1;
	color: #4e4e4e;
	margin: 15px auto 0;
	text-align: right;
}

.qa{
	width: 100%;
	padding: 0 40px 120px;
}

.qa h2 img{
	margin: 0 auto;
}

.qa .accordion{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

.qa .accordion > div{
	width: 100%;
	border: 4px solid #bcbcbc;
	padding: 46px 46px;
}

.qa .accordion > div + div{
	margin-top: 60px;
}

.qa .accordion div dt{
	padding: 0 90px 0 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}

.qa .accordion div dt::before{
	content: "";
	width: 40px;
	height: 3px;
	background: #878787;
	position: absolute;
	top: 45px;
	right: 30px;
}

.qa .accordion div dt::after{
	content: "";
	width: 3px;
	height: 40px;
	background: #878787;
	position: absolute;
	top: 27px;
	right: 48px;
	transition: 0.5s all ease;
}

.qa .accordion div dt.active::after{
	transform: rotate(270deg);
	opacity: 0;
}

.qa .accordion div dt img{
	width: 91px;
}

.qa .accordion div dt strong{
	margin: 8px 0 0 0;
	font-size: 5.6rem;
	font-weight: normal;
	font-family: "Oswald", sans-serif;
	line-height: 1;
	color: #585857;
}

.qa .accordion div dt p{
	width: 77.273%;
	margin: 5px 0 0 0;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.53846;
	color: #585857;
}

.qa .accordion div dd{
	padding: 40px 10px 0;
	margin-top: 40px;
	border-top: 2px solid #d7d7d7;
	display: none;
}

.qa .accordion div dd .wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.qa .accordion div dd .wrap > img{
	width: 91px;
}

.qa .accordion div dd strong{
	margin: 8px 0 0 0;
	font-size: 5.6rem;
	font-weight: normal;
	font-family: "Oswald", sans-serif;
	line-height: 1;
	color: #f99120;
}

.qa .accordion div dd p{
	width: 77.273%;
	margin: 5px 0 0 0;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.636;
	color: #585857;
}

.qa .accordion div:nth-child(1) dd ul{
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.qa .accordion div:nth-child(1) dd ul li{
	width: calc((100% - 20px) / 2);
}

.qa .accordion div dd .note{
	width: 75%;
	margin: 15px auto 0;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.61538;
	color: #585857;
}

.qa .accordion div dd p + picture{
	width: 100%;
	margin-top: 40px;
}

.qa .accordion div dd p + picture img{
	margin: 0 auto;
}

.qa .accordion div dd .wrap > a{
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.636;
	border-bottom: 1px solid #eb5505;
	color: #eb5505;
	position: relative;
	display: table;
	margin: 10px 20% 0 auto;
}

.qa .accordion div dd .wrap > a::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #eb5505;
	border-right: 0;
	position: absolute;
	top: 50%;
	left: -12px;
	transform: translateY(-50%);
}

.button_document{
	width: 100%;
	max-width: 827px;
	padding: 20px 20px 23px;
	margin: 0 auto 34px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #d6d8e0;
	border-radius: 10px;
}

.button_document h2{
	width: 100%;
	max-width: 706px;
	padding-bottom: 8px;
	margin: 0 auto 18px;
	font-size: 28px;
	font-weight: bold;
	color: #eb5505;
	text-align: center;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #d6d8e0;
	box-sizing: border-box;
}

.button_document p{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
}

.button_document_btn{
	width: 100%;
	max-width: 500px;
	margin: 24px auto 12px;
}

.button_document_btn a{
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 80px;
	padding: 0 80px 3px 80px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	background: #00939d;
	border: 1px solid #006168;
	border-radius: 5px;
	box-shadow: 3px 3px 0 #006168;
}

.button_document_btn a::before{
	position: absolute;
	top: 0;
	right: 24px;
	bottom: 0;
	display: block;
	width: 29px;
	height: 29px;
	margin: auto 0;
	content: '';
	background: #fff;
	border-radius: 50%;
}

.button_document_btn a::after{
	position: absolute;
	top: 0;
	right: 36px;
	bottom: 0;
	display: block;
	width: 11px;
	height: 11px;
	margin: auto 0;
	content: '';
	border-top: 3px solid #00939d;
	border-right: 3px solid #00939d;
	transform: rotate(45deg);
}

.button_document_btn a > img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 52px;
	width: 36px;
    height: auto;
	margin: auto 0;
}

.notes{
	width: 100%;
	max-width: 958px;
	margin: 0 auto 38px;
}

.notes__no{
	margin: 50px -3px 0;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	letter-spacing: 0.03em;
}

.notes__link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	font-feature-settings: 'palt';
}

.notes__link li{
	width: 100%;
	max-width: 459px;
  padding-top: 20px;
}

.notes__link li:last-child{
	width: 100%;
	max-width: 100%;
}

.notes__link li a{
	display: block;
	width: 100%;
	padding: 11px;
	font-size: 18px;
	font-weight: 500;
	color: #242424;
	text-align: left;
	letter-spacing: 0.05em;
	border: 1px solid #d6d8e0;
	border-radius: 27px;
	box-sizing: border-box;
}

.notes__link li a::before{
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 15px;
	vertical-align: -7px;
	content: '';
	background: url(../img/notes_arrow01.png) no-repeat left top / 100% auto;
}

.notes__link li:nth-last-child(-n+3) a::after {
	padding-left: 5px;
	content: url(../img/ico_window.svg);
}

.point-modal{
	position: relative;
	width: 92%;
	max-width: 760px;
	margin: 40px auto;
}

.point-modal__inner{
	background: #FFFFFF;
	border-radius: 16px;
	padding: 40px 32px;
	box-sizing: border-box;
}

.point-modal__title{
	margin: 0 0 24px;
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: 700;
	color: #eb5505;
	padding-bottom: 12px;
	border-bottom: 1px solid #eb5502;
}

.point-modal__body{
	font-size: 1.6rem;
	line-height: 2;
	color: #222222;
}

.point-modal__body p a{
	text-decoration: underline;
	color: #007bff;
}

.point-modal__lead{
	margin: 0 0 16px;
	font-weight: 700;
	color: #eb5502;
}

.point-modal__subhead{
	margin: 24px 0 12px;
	font-weight: 700;
}

.point-modal__list,
.point-modal__notes{
	margin: 0 0 16px;
	padding-left: 1.4em;
}

.point-modal__list li,
.point-modal__notes li{
	list-style: disc;
}

.point-modal__close{
	display: block;
	width: 220px;
	margin: 32px auto 0;
	padding: 14px 20px;
	border: none;
	border-radius: 999px;
	background: #111111;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.mfp-bg{
	background: rgba(0, 0, 0, 0.7);
}

.mfp-container{
	padding: 20px;
}

button.mfp-close{
	display: none !important;
}

#floating-bnr{
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .4s ease, visibility .4s ease;
}

#floating-bnr.is-visible{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-whole__blDS_{
	position: relative;
	width: 100vw;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-whole__blDS_ *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-whole__blDS_ img{
	vertical-align: top;
	width: 100%;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-hover__blDS_{
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	text-decoration: none;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-hover__blDS_ *{
	cursor: pointer;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-hover__blDS_:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	text-decoration: none;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-state1__blDS_{
	min-width: 100%;
	max-width: 100vw;
	max-height: 100vh;
	background: #ffffff;
	padding: 4px;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-card__blDS_{
	display: table;
	overflow: hidden;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	height: 85px;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual__blDS_{
	display: table-cell;
	width: 90px;
	vertical-align: top;
	text-align: center;
	padding-right: 10px;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual02__blDS_{
	display: table-cell;
	width: 90px;
	vertical-align: top;
	text-align: center;
	padding-left: 10px;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual02__blDS_ a{
	width: 180px;
	height: 47px;
}

._floating-bnr-g__blDS_ #_svg01__blDS_{
	cursor: pointer;
}

._floating-bnr-g__blDS_ #_svg01__blDS_:hover{
	opacity: 0.8;
}

._floating-bnr-g__blDS_ #_svg02__blDS_{
	margin-top: 12px;
}

._floating-bnr-g__blDS_ #_svg03__blDS_{
	margin-top: 8px;
	cursor: pointer;
}

._floating-bnr-g__blDS_ #_svg03__blDS_:hover{
	opacity: 0.8;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-wrap__blDS_{
	display: table-cell;
	padding: 0 0 0 15px;
	vertical-align: middle;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-title__blDS_{
	margin: 0 0 5px;
	color: #666666;
	font-weight: bold;
	font-size: 17px;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-description__blDS_{
	margin: 0 0 10px;
	color: #999999;
	font-size: 15px;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-btn__blDS_{
	display: inline-block;
	padding: 8px 15px 7px;
	background: #8bc34a;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-btn__blDS_:hover{
	color: #ffffff;
}

@media screen and (max-width: 640px){
	._floating-bnr-g__blDS_ ._floating-bnr-temp-title__blDS_{
		font-size: 17px;
	}

	._floating-bnr-g__blDS_ ._floating-bnr-temp-description__blDS_{
		font-size: 15px;
	}

	._floating-bnr-g__blDS_ ._floating-bnr-temp-btn__blDS_{
		font-size: 13px;
	}
}

@media screen and (min-width: 640px){
	._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual__blDS_{
		padding-right: 10px;
	}

	._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual02__blDS_{
		padding-left: 10px;
	}
}

._floating-bnr-g__blDS_ ._floating-bnr-widget__content__blDS_{
	border-top: 2px solid #ec5506;
}

@media screen and (max-width: 360px){
	._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual__blDS_ svg{
		width: 175px;
	}

	._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual02__blDS_ svg{
		width: 175px;
	}
}

/* =====================================
	footer
===================================== */

footer{
	width: 100%;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	color: #242424;
	padding: 40px 40px 143px;
	border-top: 2px solid #d7d7d7;
}

/* plan
---------------------------------------------------- */
.plan {
  width: 960px;
  padding: 21px 25px 21px 20px;
  margin: 0 auto 42px;
  background: #fff8d7;
}

.plan h2 {
  margin-bottom: 13px;
  text-align: center;
}

.plan h2 img {
  display: inline-block;
}

.plan form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.plan fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 388px;
}

.plan fieldset legend {
  position: relative;
  width: 100%;
  padding-left: 40px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.plan fieldset + fieldset legend {
  padding-left: 38px;
}

.plan fieldset legend::before {
  position: absolute;
  top: -2px;
  left: 3px;
  display: block;
  width: 25px;
  height: 25px;
  content: '';
  background: url(/lp/comic/img/icon_birthday.png) no-repeat left top / 100%
    auto;
}

.plan fieldset + fieldset legend::before {
  top: 1px;
  background-image: url(/lp/comic/img/icon_gender.png);
}

.plan .dob {
  width: 158px;
}

.plan .dob:nth-child(3),
.plan .dob:nth-child(4) {
  width: 108px;
}

.plan select {
  width: 100%;
  height: 49px;
  padding: 0 10px;
  font-size: 18px;
  color: inherit;
  appearance: none;
  background: #fefaff url(/lp/comic/img/icon_arrow_select.svg) no-repeat right
    10px center / 13px auto;
  border: 1px solid #bebebe;
  border-radius: 5px;
}

.plan fieldset legend span {
  font-size: 18px;
}

.plan #gender {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.gender {
  width: 120px;
}

.plan #gender input[type='radio'] {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.plan #gender label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 49px;
  padding-left: 43px;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.1rem;
  background: #fefaff;
  border: 1px solid #bebebe;
  border-radius: 5px;
}

.plan #gender label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto 0;
  content: '';
  border: 1px solid #aaa;
  border-radius: 50%;
}

.plan #gender input[type='radio']:checked + label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0;
  content: '';
  background: #eb5505;
  border-radius: 50%;
}

.plan fieldset + fieldset {
  width: 251px;
}

.plan button {
  position: relative;
  width: 240px;
  height: 49px;
  font-family: inherit;
  font-size: 18px;
  color: #fff;
  background: #f86200;
  border: 1px solid #b94702;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #b94702;
}

.plan button:disabled {
  opacity: 0.5;
}

.plan button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: block;
  width: 26px;
  height: 33px;
  margin: auto 0;
  content: '';
  background: url(/lp/comic/img/plan_icon_btn_01.png) no-repeat left top / 100%
    auto;
}

.plan button::after {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  content: '';
  background: url(/lp/comic/img/plan_icon_btn_02.png) no-repeat left top / 100%
    auto;
}

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

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 3.467vw;
	width: 100%;
	overflow-x: hidden;
	letter-spacing: 0;
}

/* =====================================
	header
===================================== */

header{
	height: 13.067vw;
	border-top: 1.067vw solid #ec5506;
	padding: 0 4.67vw;
}

header .wrap{
	padding-left: 0.67vw;
}

header p{
	font-size: 2.67vw;
	line-height: 1.4;
}

header .wrap a img{
	width: 28.533vw;
}


/* =====================================
	main
===================================== */

.visual{
	padding-bottom: 16vw;
}

.slick-prev,
.slick-next{
	width: 8vw;
	height: 8vw;
}

.slick-prev{
	left: 0;
}

.slick-next{
	right: 0;
}

.slick-dots{
	bottom: -6.4vw;
}

.slick-dots li{
	width: 2.533vw;
	height: 2.533vw;
	margin: 0 1.067vw;
}

.slick-dots li button{
	width: 2.533vw;
	height: 2.533vw;
}

.slick-dots li button:before{
	width: 2.533vw;
	height: 2.533vw;
	border-radius: 50%;
	background: #d7d8df;
}

.slick-dots li.slick-active button:before{
	background: #7f8498;
}

.manga-area{
	padding: 0;
	background: #fff;
}

.manga-area .manga-btn{
	position: absolute;
	top: -13.733vw;
	bottom: auto;
	right: 4vw;
}

.manga-area .manga-btn img{
	width: 39.2vw;
}

#manga{
	margin: 0 auto;
}

#manga .tab{
	background: #feeedf;
}

#manga .tab li{
	width: 32.8vw;
}

#manga .tab-cnt li{
	padding: 6vw 0 8.67vw;
	border-radius: 0 0 4vw 4vw;
}

#manga .tab-cnt li:nth-child(1){
	border: 0.8vw solid #92b729;
}

#manga .tab-cnt li:nth-child(1)::before{
	width: 31.2vw;
	height: 0.8vw;
	top: -0.8vw;
}

#manga .tab-cnt li:nth-child(2){
	border: 0.8vw solid #ed751e;
}

#manga .tab-cnt li:nth-child(2)::before{
	width: 31.2vw;
	height: 0.8vw;
	top: -0.8vw;
}

#manga .tab-cnt li:nth-child(3){
	border: 0.8vw solid #df2e86;
}

#manga .tab-cnt li:nth-child(3)::before{
	width: 31.2vw;
	height: 0.8vw;
	top: -0.8vw;
}

#manga .tab-cnt li img{
	width: 88.267vw;
}

#manga .tab-cnt li .more-btn{
	margin: 3.33vw auto 0;
}

#manga .tab-cnt li .more-btn img{
	width: 85.2vw;
}

#manga .tab-cnt li .more img{
	margin: 8vw auto 0;
}

.point{
	padding: 10.67vw 0;
}

.point ul li + li{
	margin-top: 10.67vw;
}

.point ul li h2{
	width: 94.67vw;
	height: 21.33vw;
	border-radius: 10.665vw;
	font-size: 5.5467vw;
	line-height: 1.2019;
	padding: 0 0 0 8vw;
}

.point ul li h2 span{
	font-size: 4.5067vw;
	gap: 1.6vw;
	left: 7.467vw;
}

.point ul li h2 span::before{
	width: 3.33vw;
	height: 3.2vw;
	top: 0;
	left: -3.067vw;
}

.point ul li h2 span strong{
	font-size: 7.9733vw;
}

.point ul li .txt01 a{
	top: 30vw;
	right: 7.8vw;
	font-size: 2.933vw;
}

.point ul li .huki01{
	width: 100%;
	font-size: 4.8vw;
}

.point ul li:nth-child(1) .huki01{
	background: url("../img/sp/huki01.png") no-repeat center;
	background-size: contain;
	padding: 4vw 0 0 41.067vw;
	height: 36vw;
}

.point ul li:nth-child(2) .huki01{
	background: url("../img/sp/huki02.png") no-repeat center;
	background-size: contain;
	padding: 4vw 0 0 10.4vw;
	height: 29.067vw;
}

.point ul li:nth-child(3) .huki01{
	background: url("../img/sp/huki03.png") no-repeat center;
	background-size: contain;
	padding: 4vw 0 0 41.067vw;
	height: 52.267vw;
}

.point ul li .note{
	width: 58.67vw;
	font-size: 2.4267vw;
	line-height: 1.538;
	margin: -11.6vw 5.33vw 0 auto;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

.qa{
	padding: 0 0 16vw;
}

.qa .accordion{
	width: 89.33vw;
}

.qa .accordion > div{
	border: 0.533vw solid #bcbcbc;
	padding: 4vw 4.8vw 8vw;
}

.qa .accordion > div + div{
	margin-top: 8vw;
}

.qa .accordion div dt{
	padding: 0 12vw 0 0;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.qa .accordion div dt::before{
	width: 5.33vw;
	height: 0.4vw;
	top: 11.733vw;
	right: 0;
}

.qa .accordion div dt::after{
	width: 0.4vw;
	height: 5.33vw;
	top: 9.33vw;
	right: 2.4vw;
}

.qa .accordion div dt img{
	width: 15.733vw;
	order: 2;
}

.qa .accordion div dt strong{
	margin: 0;
	font-size: 9.7067vw;
	margin-right: 4vw;
	order: 1;
}

.qa .accordion div dt p{
	width: 100%;
	margin: 1.33vw 0 0 0;
	font-size: 4.5067vw;
	order: 3;
}

.qa .accordion div dd{
	padding: 5.33vw 0 0;
	margin-top: 6.4vw;
	border-top: 0.267vw solid #d7d7d7;
}

.qa .accordion div dd .wrap{
	justify-content: flex-start;
	align-items: center;
}

.qa .accordion div dd .wrap > img{
	width: 15.733vw;
	order: 2;
}

.qa .accordion div dd strong{
	margin: 0;
	font-size: 9.7067vw;
	margin-right: 4vw;
	order: 1;
}

.qa .accordion div dd p{
	width: 100%;
	margin: 4vw 0 0 0;
	font-size: 3.8133vw;
	order: 3;
}

.qa .accordion div:nth-child(1) dd ul{
	margin-top: 4vw;
	gap: 4vw;
	order: 4;
}

.qa .accordion div:nth-child(1) dd ul li{
	width: 100%;
}

.qa .accordion div dd .note{
	width: 100%;
	margin: 2vw auto 0;
	font-size: 2.267vw;
	order: 5;
}

.qa .accordion div dd p + picture{
	margin-top: 4vw;
	order: 4;
}

.qa .accordion div dd .wrap > a{
	font-size: 3.467vw;
	margin: 2.67vw 0 0 auto;
	order: 4;
}

.qa .accordion div dd .wrap > a::before{
	border-top: 1.33vw solid transparent;
	border-bottom: 1.33vw solid transparent;
	border-left: 1.6vw solid #eb5505;
	left: -2.6vw;
}

.button_document{
	width: 89.33vw;
	padding: 4vw 3.2vw;
	margin: 0 auto 7.7333333333vw;
	border-radius: 2.1333333333vw;
}

.button_document h2{
	padding-bottom: 3.2vw;
	margin-bottom: 4.8vw;
	font-size: 5.3333333333vw;
}

.button_document p{
	font-size: 4vw;
}

.button_document_btn{
	width: auto;
	padding-right: 0.8vw;
	margin: 4.5333333333vw auto 12px;
}

.button_document_btn a{
	height: 13.3333333333vw;
	padding: 0 0 0.8vw 2.6666666667vw;
	font-size: 5.3333333333vw;
	border-radius: 1.3333333333vw;
}

.button_document_btn a::before{
	right: 3.7333333333vw;
	width: 5.3333333333vw;
	height: 5.3333333333vw;
}

.button_document_btn a::after{
	right: 5.6vw;
	width: 2.1333333333vw;
	height: 2.1333333333vw;
	border-top-width: 0.56vw;
	border-right-width: 0.56vw;
}

.button_document_btn a > img{
	left: 5.3333333333vw;
	width: 6.4vw;
}

.notes{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	width: auto;
	margin: 9.7333333333vw 6.6666666667vw 3.2vw;
}

.notes__no{
	order: 2;
	margin: 10.6666666667vw 0 0;
	font-size: 3.4666666667vw;
	letter-spacing: 0.01em;
}

.notes__link{
	display: block;
	order: 1;
	margin-top: 2.6666666667vw;
}

.notes__link li{
	width: 89.33vw;
	max-width: inherit;
	margin: 0 auto;
  padding-top: 4vw;
}

.notes__link li:last-child{
	width: 89.33vw;
	max-width: inherit;
}

.notes__link li a{
	position: relative;
	padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 10.6666666667vw;
	font-size: 3.4666666667vw;
	text-align: left;
	border-radius: 5.3333333333vw;
}

.notes__link li a::before{
	position: absolute;
	top: 50%;
	left: 2.1333333333vw;
	transform: translateY(-50%);
	width: 4.5333333333vw;
	height: 4.5333333333vw;
	margin-right: 2.1333333333vw;
	vertical-align: -1.0666666667vw;
}

.point-modal{
	width: 100%;
	margin: 20px auto;
}

.point-modal__inner{
	border-radius: 12px;
	padding: 28px 20px;
}

.point-modal__title{
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.point-modal__body{
	font-size: 1.4rem;
	line-height: 1.9;
}

.point-modal__close{
	width: 100%;
	max-width: 220px;
	margin-top: 28px;
	font-size: 1.4rem;
}

.mfp-bg{
	background: rgba(0, 0, 0, 0.7);
}

.mfp-container{
	padding: 20px;
}

button.mfp-close{
	display: none !important;
}

#floating-bnr{
	bottom: -1.33vw;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-whole__blDS_{
	position: relative;
	width: 100vw;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-whole__blDS_ *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-whole__blDS_ img{
	vertical-align: top;
	width: 100%;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-hover__blDS_{
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	text-decoration: none;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-hover__blDS_ *{
	cursor: pointer;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-hover__blDS_:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	text-decoration: none;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-state1__blDS_{
	min-width: 100%;
	max-width: 100vw;
	max-height: 100vh;
	background: #ffffff;
	padding: 4px;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-card__blDS_{
	display: table;
	overflow: hidden;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	height: 85px;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual__blDS_{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	text-align: center;
	padding-right: 0;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual__blDS_ > svg{
	overflow: hidden;
	vertical-align: middle;
	width: 45.6vw;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual__blDS_ > a svg{
	overflow: hidden;
	vertical-align: middle;
	width: 48vw;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual02__blDS_{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	text-align: center;
	padding-left: 0;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual02__blDS_ a{
	width: 48vw;
	height: 12.533vw;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual02__blDS_ > svg{
	overflow: hidden;
	vertical-align: middle;
	width: 27.467vw;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-mainvisual02__blDS_ > a svg{
	overflow: hidden;
	vertical-align: middle;
	width: 48vw;
}

._floating-bnr-g__blDS_ #_svg01__blDS_{
	cursor: pointer;
	margin-top: -2vw;
}

._floating-bnr-g__blDS_ #_svg01__blDS_:hover{
	opacity: 0.8;
}

._floating-bnr-g__blDS_ #_svg02__blDS_{
	margin-top: 12px;
}

._floating-bnr-g__blDS_ #_svg03__blDS_{
	margin-top: 0;
	cursor: pointer;
}

._floating-bnr-g__blDS_ #_svg03__blDS_:hover{
	opacity: 0.8;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-wrap__blDS_{
	display: table-cell;
	padding: 0 0 0 15px;
	vertical-align: middle;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-title__blDS_{
	margin: 0 0 5px;
	color: #666666;
	font-weight: bold;
	font-size: 17px;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-description__blDS_{
	margin: 0 0 10px;
	color: #999999;
	font-size: 15px;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-btn__blDS_{
	display: inline-block;
	padding: 8px 15px 7px;
	background: #8bc34a;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

._floating-bnr-g__blDS_ ._floating-bnr-temp-btn__blDS_:hover{
	color: #ffffff;
}



/* =====================================
	footer
===================================== */

footer{
	font-size: 2.5733vw;
	padding: 8vw 0 31.33vw;
}

/* plan
---------------------------------------------------- */
.plan {
  width: auto;
  padding: 3.733vw 6.4vw 6.133vw;
  margin: 0 auto 6.933vw;
}

.plan h2 {
  position: relative;
  left: 0.533vw;
  width: 59.065vw;
  margin: 0 auto 2.133vw;
}

.plan form {
  display: block;
}

.plan fieldset {
  width: auto;
}

.plan fieldset legend {
  padding-left: 9.066vw;
  margin-bottom: 1.067vw;
  font-size: 3.2vw;
}

.plan fieldset + fieldset legend {
  padding-left: 9.066vw;
}

.plan fieldset legend::before {
  top: 0.533vw;
  left: 0.8vw;
  width: 5.467vw;
  height: 5.467vw;
}

.plan fieldset + fieldset legend::before {
  top: 0.8vw;
  left: 1.333vw;
  background-image: url(/lp/comic/img/icon_gender.png);
}

.plan .dob {
  width: 37.066vw;
}

.plan .dob:nth-child(3),
.plan .dob:nth-child(4) {
  width: 23.2vw;
}

.plan select {
  height: 10.4vw;
  padding: 0 2.667vw;
  font-size: 4.267vw;
  background: #fefaff url(/lp/comic/img/icon_arrow_select.svg) no-repeat right
    1.6vw center / 2.667vw auto;
  border-radius: 0.8vw;
}

.plan fieldset legend span {
  font-size: 4.4vw;
}

.plan #gender {
  display: flex;
  justify-content: space-between;
}

.gender {
  width: auto;
}

.plan #gender label {
  width: 41.866vw;
  height: 10.266vw;
  padding-left: 11.466vw;
  margin: 0;
  font-size: 4vw;
  border-radius: 0.8vw;
}

.plan #gender label::before {
  left: 4.267vw;
  width: 4.267vw;
  height: 4.267vw;
}

.plan #gender input[type='radio']:checked + label::after {
  left: 5.067vw;
  width: 2.4vw;
  height: 2.4vw;
}

.plan fieldset + fieldset {
  width: auto;
  margin: 2.133vw 0 5.333vw;
}

.plan button {
  width: calc(100% - 0.533vw);
  height: 14.133vw;
  font-size: 5.333vw;
  border-radius: 1.333vw;
  box-shadow: 0.533vw 0.533vw 0 #b94702;
}

.plan button::before {
  left: 5.6vw;
  width: 7.333vw;
  height: 9.6vw;
}

.plan button::after {
  right: 3.733vw;
  width: 5.867vw;
  height: 5.867vw;
}
}
