@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;
}
@media screen and (min-width: 1000px) {
	.btn-3ple {
		border-radius: 55px;
		height: 110px;
		margin: 0 auto;
		max-width: 600px;
	}
}
.btn-3ple--ranking {
	background: #f2b843;
}
.btn-3ple--negative {
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
	.btn-3ple--negative {
		border-width: 2px;
	}
}
.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--negative .btn-3ple__text {
	color: #d92984;
}
.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;
	}
}

.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: 1040px;
	}
}
@media screen and (min-width: 1000px) {
	.container {
		padding: 0 20px;
	}
}
.container--0pad {
	padding: 0;
}
@media screen and (min-width: 1000px) {
	.container--0pad {
		padding: 0;
	}
}
@media screen and (max-width: 1000px) {
	.container--sp-0pad {
		padding: 0 !important;
	}
}
@media screen and (min-width: 1000px) {
	.container--pc-0pad {
		padding: 0 !important;
	}
}
@media screen and (max-width: 1000px) {
	.container--pc-only {
		max-width: none !important;
		padding: 0 !important;
	}
}
@media screen and (min-width: 1000px) {
	.container--sp-only {
		max-width: none !important;
		padding: 0 !important;
	}
}

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: 1000px) {
	.sp-wrap {
		display: block;
	}
}

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

.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%;
}

/*.btn-container-under {
	margin-top: 22.5px;
}
@media screen and  (min-width: 1000px) {
	.btn-container-under {
		margin-top: 45px;
	}
}*/

.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;
	}
}
.comment {
	background: #f4f2ef;
	padding: 25px 20px;
}
@media screen and (min-width: 1000px) {
	.comment {
		padding: 50px 40px;
	}
}
.comment__body {
	margin-top: 20px;
}
@media screen and (min-width: 1000px) {
	.comment__body {
		margin-top: 40px;
	}
}

.comment-head {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.comment-head {
		font-size: 40px;
	}
}
.comment-head .icon {
	color: #d6cfc6;
	margin-right: .25em;
}

.comment-list__item:not(:first-child) {
	margin-top: 10px;
}
@media screen and (min-width: 1000px) {
	.comment-list__item:not(:first-child) {
		margin-top: 20px;
	}
}

.comment-item {
	background: #fff;
	border-radius: 6px;
	padding: 15px;
}
@media screen and (min-width: 1000px) {
	.comment-item {
		border-radius: 12px;
		padding: 30px;
	}
}
.comment-item__text > * {
	font-size: 12px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.comment-item__text > * {
		font-size: 24px;
	}
}
.comment-item__author {
	margin-top: 8px;
}
@media screen and (min-width: 1000px) {
	.comment-item__author {
		margin-top: 15px;
	}
}
.comment-item__author > * {
	color: #666;
	font-size: 10px;
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.comment-item__author > * {
		font-size: 20px;
	}
}

.content__top {
	background: #63574a;
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.content__top {
		margin-bottom: 30px;
	}
}

.content-head {
	align-items: center;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.4;
	min-height: 40px;
	padding: 5px 0;
}
@media screen and (min-width: 1000px) {
	.content-head {
		font-size: 40px;
		min-height: 80px;
		padding: 10px 0;
	}
}
.content-head .small {
	font-size: .6em;
}

.img-content {
	text-align: center;
}

.modal-wrapper {
	background: rgba(0, 0, 0, .7);
	box-sizing: border-box;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity .2s;
	width: 100%;
	z-index: 1000;
}
body.is-modal-active .modal-wrapper {
	opacity: 1;
	pointer-events: all;
}
.modal-btn {
	color: #fff;
}

.modal-container {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 10px 15px;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.modal-container {
		padding: 20px;
	}
}

.modal-img-holder {
	flex: 0 1 auto;
	overflow: hidden;
	padding-top: 35px;
	position: relative;
}
@media screen and (min-width: 1000px) {
	.modal-img-holder {
		padding-top: 70px;
	}
}
.modal-img-holder__btn {
	position: absolute;
	right: 0;
	top: 0;
}

.modal-img {
	min-height: 100px;
	min-width: 100px;
	opacity: 0;
	transition: opacity .7s;
}
.modal-img.is-loaded {
	min-height: none;
	min-width: none;
	opacity: 1;
}

.modal-btn {
	color: #fff;
	display: block;
	font-size: 25px;
	line-height: 1;
	padding: 0;
}
@media screen and (min-width: 1000px) {
	.modal-btn {
		font-size: 50px;
	}
}

.more-link-btn {
	align-content: center;
	background: #fff;
	border: #ccc 1px solid;
	border-radius: 27.5px;
	color: #63574a;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	height: 55px;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	text-decoration: none;
	width: 355px;
}
@media screen and (min-width: 1000px) {
	.more-link-btn {
		border-radius: 55px;
		border-width: 2px;
		height: 110px;
		width: 600px;
	}
}
.more-link-btn__name {
	font-size: 20px;
	margin-bottom: 5px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.more-link-btn__name {
		font-size: 40px;
		margin-bottom: 10px;
	}
}
.more-link-btn__name .small {
	font-size: .5em;
}
.more-link-btn__text {
	font-size: 10px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.more-link-btn__text {
		font-size: 20px;
	}
}
@media screen and (min-width: 1000px) {
	.more-link-btn::after {
		bottom: 0;
		color: #f93099;
		content: "\f054";
		display: none;
		display: block;
		font-family: "Font Awesome 5 Free";
		font-size: 15px;
		font-size: 25px;
		font-weight: 700;
		height: 1em;
		margin: auto 0;
		position: absolute;
		right: 15px;
		right: 30px;
		top: 0;
	}
}

.mv {
	display: block;
	position: relative;
	width: 100%;
}
.mv::before {
	content: "";
	display: block;
	padding-top: 26.6666666667%;
}
.mv > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.mv {
		display: block;
		position: relative;
		width: 100%;
	}
	.mv::before {
		content: "";
		display: block;
		padding-top: 26.6%;
	}
	.mv > * {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}
.mv img {
	width: 100%;
}

.main-catch {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.main-catch {
		font-size: 24px;
	}
}

.section::before {
	background-color: #d6cfc6;
	content: "";
	display: block;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 65px;
}
@media screen and (min-width: 1000px) {
	.section::before {
		height: 4px;
		margin-bottom: 50px;
		width: 130px;
	}
}
.section__head {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.section__head {
		margin-bottom: 50px;
	}
}

.section-head {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.section-head {
		font-size: 40px;
	}
}
.section-head > span {
	display: inline-block;
	text-align: left;
}

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

.separator--main-catch {
	margin-top: 15px;
}
@media screen and (min-width: 1000px) {
	.separator--main-catch {
		margin-top: 30px;
	}
}
.separator--table {
	margin-top: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--table {
		margin-top: 50px;
	}
}
.separator--section {
	margin-top: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--section {
		margin-top: 100px;
	}
}
.separator--text {
	margin-top: 15px;
}
@media screen and (min-width: 1000px) {
	.separator--text {
		margin-top: 30px;
	}
}
.separator--img {
	margin-top: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--img {
		margin-top: 50px;
	}
}
.separator--sub-section {
	margin-top: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--sub-section {
		margin-top: 50px;
	}
}
.separator--comment {
	margin-top: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--comment {
		margin-top: 100px;
	}
}
.separator--items {
	margin-top: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--items {
		margin-top: 100px;
	}
}
.separator--more-link {
	margin-top: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--more-link {
		margin-top: 50px;
	}
}
.separator--banner {
	margin-top: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--banner {
		margin-top: 100px;
	}
}
.separator--thumb-list {
	margin-top: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--thumb-list {
		margin-top: 50px;
	}
}

@media screen and (min-width: 1000px) {
	.table-content {
		margin: 0 auto;
		max-width: 710px;
	}
}
.table-content__notice {
	margin-top: 5px;
}
@media screen and (min-width: 1000px) {
	.table-content__notice {
		margin-top: 10px;
	}
}

.table {
	border: #ccc 1px solid;
}
@media screen and (min-width: 1000px) {
	.table {
		border-width: 2px;
	}
}
.table__head {
	background: #faf9f7;
	padding: 13px 10px;
}
@media screen and (min-width: 1000px) {
	.table__head {
		padding: 25px 20px;
	}
}

.table-content-head {
	display: flex;
	font-size: 11px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.table-content-head {
		font-size: 22px;
	}
}

.table-body {
	margin: -1px;
}
@media screen and (min-width: 1000px) {
	.table-body {
		margin: -2px;
	}
}
.table-body__table {
	width: 100%;
}
.table-body__table th, .table-body__table td {
	border: #ccc 1px solid;
	box-sizing: border-box;
	font-size: 10px;
	padding: 10px;
	width: 50%;
}
@media screen and (min-width: 1000px) {
	.table-body__table th, .table-body__table td {
		border-width: 2px;
		font-size: 20px;
		padding: 20px;
	}
}
.table-body__table th {
	text-align: left;
}
.table-body__table td {
	text-align: right;
}

.table-content-notice {
	color: #666;
	font-size: 10px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.table-content-notice {
		font-size: 20px;
	}
}

.common-text {
	font-size: 12px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.common-text {
		font-size: 24px;
	}
}
.common-text p:not(:first-child) {
	margin-top: 1em;
}
@media screen and (min-width: 1000px) {
	.common-text p:not(:first-child) {
		margin-top: 40px;
	}
}
.common-text .strong {
	font-weight: 700;
}
.common-text .note {
	color: #666;
	margin-top: 1em;
}
.common-text .note .icon {
	margin-right: .25em;
}

.catch-text {
	font-size: 15px;
	font-weight: 700;
}
.catch-text::before {
	color: #d6cfc6;
	content: "ー";
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.catch-text {
		font-size: 30px;
	}
}

.sub-section-head {
	font-size: 15px;
	font-weight: 700;
}
.sub-section-head::before {
	color: #d6cfc6;
	content: "ー";
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.sub-section-head {
		font-size: 30px;
	}
}

.thumb-list-content__notice {
	margin-top: 5px;
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.thumb-list-content__notice {
		margin-top: 10px;
	}
}

.thumb-list-wrapper {
	background: #f4f2ef;
	display: flex;
	justify-content: center;
	padding: 7.5px;
}
@media screen and (min-width: 1000px) {
	.thumb-list-wrapper {
		padding: 20px;
	}
}

.thumb-list {
	overflow: hidden;
}
.thumb-list__list {
	display: flex;
	margin: -3.75px;
}
@media screen and (min-width: 1000px) {
	.thumb-list__list {
		margin: -10px;
	}
}
.thumb-list__item {
	padding: 3.75px;
}
@media screen and (min-width: 1000px) {
	.thumb-list__item {
		padding: 10px;
	}
}

.thumb-notice {
	align-items: center;
	color: #63574a;
	display: flex;
	font-size: 10px;
	justify-content: flex-end;
}
@media screen and (min-width: 1000px) {
	.thumb-notice {
		font-size: 20px;
	}
}
.thumb-notice .icon {
	font-size: 11px;
	margin-right: .125em;
}
@media screen and (min-width: 1000px) {
	.thumb-notice .icon {
		font-size: 22px;
	}
}