@charset "UTF-8";
.btn-3ple {
	align-items: center;
	background: #d92984;
	border-radius: 27.5px;
	display: flex;
	height: 55px;
	justify-content: center;
	position: relative;
	text-decoration: none;
	filter: drop-shadow(1.5px 3px 0px #e2d5db);
}

@media screen and (min-width: 1000px) {
	.btn-3ple {
		border-radius: 55px;
		height: 110px;
		margin: 0 auto;
		max-width: 600px;
		filter: drop-shadow(3px 6px 0px #e2d5db);
	}
}

.btn-3ple__icon {
	margin-right: 8px;
}
@media screen and (min-width: 1000px) {
	.btn-3ple__icon {
		margin-right: 15px;
	}
}
.btn-3ple__text {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 1000px) {
	.btn-3ple__text {
		font-size: 35px;
	}
}
.btn-3ple::after {
	bottom: 0;
	color: #fff;
	content: "\f054";
	display: none;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: 700;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 15px;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.btn-3ple::after {
		display: block;
		font-size: 30px;
		right: 30px;
	}
}
.btn-3ple--negative::after {
	color: #d92984;
}

.date-check {
	background: #faf9f7;
	padding: 13px 0;
}
@media screen and (min-width: 1000px) {
	.date-check {
		padding: 36px 0;
	}
}
.date-check__text {
	font-size: 11px;
	font-weight: 700;
	line-height: 17.75px;
	margin: -3.375px 0;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.date-check__text {
		font-size: 30px;
		line-height: 1.6;
		margin: -.3em 0;
	}
}
.date-check__text .strong {
	color: #d92984;
}
.date-check__text .small {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.date-check__text .small {
		font-size: .7em;
	}
}
.date-check.js-date-check:not(.is-within) {
	display: none;
}

.footer-copy-wrapper {
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
}
@media screen and (min-width: 1000px) {
	.footer-copy-wrapper {
		padding: 20px 0;
	}
}

@media screen and (min-width: 1000px) {
	.footer-copy {
		align-items: center;
		display: flex;
		justify-content: center;
	}
}
.footer-copy__img {
	margin-bottom: 5px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.footer-copy__img {
		margin-bottom: 0;
		margin-right: 15px;
	}
}
.footer-copy__text {
	color: #333;
	font-size: 10px;
	line-height: 1.6;
	margin: -.3em 0;
	text-align: center;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.footer-copy__text {
		font-size: 14px;
	}
}

.header-content {
	padding: 10px 0;
}
@media screen and (min-width: 1000px) {
	.header-content {
		padding: 20px 0;
	}
}
.header-content__body {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.header-content__logo {
	align-items: flex-end;
	display: flex;
	flex: 0 0 auto;
}
.header-content__logo-content:not(:last-child) {
	margin-right: 10px;
}
.header-content__logo-content img {
	height: 24px;
}
@media screen and (min-width: 1000px) {
	.header-content__logo-content img {
		height: 39px;
	}
}
.header-content__logo-content--d img {
	height: 16px;
}
@media screen and (min-width: 1000px) {
	.header-content__logo-content--d img {
		height: 26px;
	}
}
.header-content__link {
	display: none;
}
@media screen and (min-width: 1000px) {
	.header-content__link {
		display: block;
		flex: 0 0 auto;
	}
	.header-content__link > a {
		color: inherit;
		display: block;
		font-size: 18px;
		font-weight: 700;
		text-decoration: none;
	}
	.header-content__link > a .icon {
		color: #d92984;
		margin-right: .25em;
	}
}

.main {
	position: relative;
}

.pagetop-holder {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	text-align: right;
	width: 100%;
}

.pagetop-container {
	padding-bottom: 10px;
}
body:not(.is-bottom) .pagetop-container {
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
@media screen and (min-width: 1000px) {
	.pagetop-container {
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 1000px) {
	.pagetop-container .container {
		max-width: 1200px;
	}
}

.pagetop {
	border-radius: 50%;
	display: inline-block;
	pointer-events: all;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
} /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-break: break-all;
}

button {
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	line-height: 1;
	padding: 0;
}

main {
	display: block;
}

input {
	border: 0 none;
}

img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

select {
	line-height: 1;
}

select::-moz-focus-inner {
	border: 0;
	outline: 0;
}

.container {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 375px;
	padding: 0 10px;
}
@media screen and (min-width: 1000px) {
	.container {
		max-width: 1200px;
	}
}

.container--0pad {
	padding: 0;
}
@media screen and (min-width: 1000px) {
	.container--0pad {
		padding: 0;
	}
}

@media screen and (min-width: 1000px) {
	.container--20pad {
		padding: 0 20px;
	}
}

@media screen and (min-width: 1000px) {
	.container--50pad {
		padding: 0 50px;
	}
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
}

@media screen and (min-width: 1000px) {
	.sp-content {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.pc-content {
		display: none;
	}
}

.wrap {
	display: block;
}

@media screen and (max-width: 999px) {
	.pc-wrap {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.sp-wrap {
		display: none;
	}
}

.hover {
	transition: filter .2s, opacity .7s;
}
.hover:hover {
	filter: contrast(50%) brightness(135%) saturate(95%);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.hover:hover {
		opacity: .7;
	}
}

.img-block {
	line-height: 0;
	text-align: center;
}

.btn-container {
	display: flex;
	justify-content: center;
}
.btn-container__btn {
	flex: 0 1 auto;
}
.btn-container__btn img {
	width: 100%;
}

.js-lazy-img {
	transition: opacity .7s;
}
.js-lazy-img.is-init, .js-lazy-img.is-loading {
	opacity: 0;
}
.js-lazy-img.is-loaded {
	opacity: 1;
}

.js-lazy-srcset {
	display: none;
	transition: opacity .7s;
}
.js-lazy-srcset.is-loading {
	opacity: 0;
}
.js-lazy-srcset.is-loaded {
	animation: fade-in 1s;
	display: inline-block;
}

img.swiper-lazy {
	opacity: 0;
	transition: opacity .7s;
}
img.swiper-lazy.is-loaded {
	opacity: 1;
}

.js-lazy-bg__holder {
	opacity: 0;
	transition: opacity .2s;
}
.js-lazy-bg.is-loaded .js-lazy-bg__holder {
	opacity: 1;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.btn-3ple--min {
	margin: 0 auto;
	max-width: 305px;
}
@media screen and (min-width: 1000px) {
	.btn-3ple--min {
		max-width: 600px;
	}
}

.btn-list__item:not(:last-child) {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.btn-list__item:not(:last-child) {
		margin-bottom: 30px;
	}
}

.detail {
	color: #000;
}
.detail__head {
	margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
	.detail__head {
		margin-bottom: 40px;
	}
}

.detail__item {
	border-top: rgba(142, 132, 111, .5) solid 2.5px;
	padding-top: 20px;
}
@media screen and (min-width: 1000px) {
	.detail__item {
		border-width: 4px;
		padding-top: 40px;
	}
}
.detail__item:not(:last-child) {
	padding-bottom: 20px;
}
@media screen and (min-width: 1000px) {
	.detail__item:not(:last-child) {
		padding-bottom: 40px;
	}
}

.detail-head {
	font-size: 20px;
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.detail-head {
		font-size: 40px;
	}
}

.detail-item__head {
	margin-bottom: 12px;
}
@media screen and (min-width: 1000px) {
	.detail-item__head {
		margin-bottom: 24px;
	}
}

.detail-item-head {
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.detail-item-head {
		font-size: 24px;
	}
}
.detail-item-head .icon {
	color: #d92984;
	font-size: 10px;
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.detail-item-head .icon {
		font-size: 20px;
	}
}

.detail-text {
	font-size: 10px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
.detail-text .icon-align {
	display: flex;
}
.detail-text .icon-align--inline {
	display: inline-flex;
}
.detail-text .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .125em;
	text-align: center;
	width: 1em;
}
.detail-text .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
@media screen and (min-width: 1000px) {
	.detail-text {
		font-size: 20px;
	}
}
.detail-text .strong {
	font-weight: 700;
}

.first__mv {
	margin-bottom: 15.5px;
}
@media screen and (min-width: 1000px) {
	.first__mv {
		margin-bottom: 40px;
	}
}
.first__catch {
	margin-bottom: 20.8px;
}
@media screen and (min-width: 1000px) {
	.first__catch {
		margin-bottom: 41.6px;
	}
}

.first-img {
	text-align: center;
	margin-bottom: 16.3px;
}
@media screen and (min-width: 1000px) {
	.first-img {
		margin-bottom: 31.6px;
	}
}

.first-catch {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.first-catch {
		font-size: 28px;
	}
}
.first-catch .strong {
	color: #d92984;
	font-weight: 700;
}

.second-catch {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.86;
	text-align: center;
	margin-bottom: 7.8px;
}
@media screen and (min-width: 1000px) {
	.second-catch {
		font-size: 28px;
		line-height: 1.6;
		margin-bottom: 21.6px;
	}
}

.get-catch {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
}
@media screen and (min-width: 1000px) {
	.get-catch {
		font-size: 18px;
	}
}

.catch__text {
	text-align: center;
}

.get-step {
	text-align: center;
	margin-bottom: 9.4px;
	align-items: center;
}
@media screen and (min-width: 1000px) {
	.get-step {
		padding: 0 30px;
		margin-bottom: 21.6px;
	}
}

.section__head {
	margin-bottom: 9.8px;
}
@media screen and (min-width: 1000px) {
	.section__head {
		margin-bottom: 20.6px;
	}
}

.section-head {
	text-align: center;
}

.main {
	padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.main {
		padding-bottom: 100px;
	}
}

.separator--first {
	margin-bottom: 43px;
}
@media screen and (min-width: 1000px) {
	.separator--first {
		margin-bottom: 86px;
	}
}
.separator--second {
	margin-bottom: 46.4px;
}
@media screen and (min-width: 1000px) {
	.separator--second {
		margin-bottom: 94.6px;
	}
}
.separator--section {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--section {
		margin-bottom: 100px;
	}
}
.separator--btn-list {
	margin-bottom: 53px;
}
@media screen and (min-width: 1000px) {
	.separator--btn-list {
		margin-bottom: 106px;
	}
}
.separator--detail {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--detail {
		margin-bottom: 100px;
	}
}
.separator--head {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.separator--head {
		margin-bottom: 30px;
	}
}
.separator--items {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--items {
		margin-bottom: 100px;
	}
}