@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--negative .btn-3ple__text {
	color: #d92984;
}
*/

.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: url("../img/btn-arrow.png");
	/*content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;*/
	display: none;
	font-size: 15px;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 15px;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.btn-3ple::after {
		display: block;
    font-size: 35px;
		/*font-size: 30px;*/
		right: 30px;
	}
}

.btn-3ple .small {
	font-size: 14px;
}
@media screen and (min-width: 1000px) {
	.btn-3ple .small {
		font-size: 28px;
	}
}

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

/*TOPボタンのサイズと位置の修正 */
.pagetop-container {
	bottom: 50px;
	right: 5px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
@media screen and (min-width: 1000px) {
	.pagetop-container {
		padding-bottom: 30px;
		position: static;
		right: 0;
	}
	body:not(.is-bottom) .pagetop-container {
		bottom: 0;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}
}
@media screen and (min-width: 1000px) {
	.pagetop-container .container {
		max-width: 1200px;
	}
}
.pagetop img {
	width: 65px;
	height: 65px;
}
@media screen and (min-width: 1000px) {
	.pagetop img {
		width: 100px;
		height: 100px;
	}
}
/* */

.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;
	}
}
@media screen and (min-width: 1000px) {
	.container {
		padding: 0 50px;
	}
}
.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;
	}
}
/*
.btn-container {
	display: flex;
	justify-content: center;
}
.btn-container__btn {
	flex: 0 1 auto;
}
.btn-container__btn img {
	width: 100%;
}
*/

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

.wrap {
	display: block;
}

.hover {
	transition: filter .2s, opacity .7s;
}
@media screen and (max-width: 999px) {
	.hover:active {
		filter: contrast(50%) brightness(135%) saturate(95%);
	}
}
@media screen and (min-width: 1000px) {
	.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;
	}
}

/* jsから動的生成部分(消さない様に注意) */
.img-block {
	line-height: 0;
	text-align: center;
}

.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;
	}
}
.date-content__section {
	padding: 15px 0;
}
@media screen and (min-width: 1000px) {
	.date-content__section {
		padding: 30px 0 50px;
	}
}
.date-content__section--12 {
	background: #fffbce;
}
.date-content__section--19 {
	background: #eefcfc;
}

.content__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.content__head {
		margin-bottom: 20px;
	}
}
.content-head {
	align-items: center;
	display: flex;
	font-size: 23px;
	font-weight: 700;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.content-head {
		font-size: 45px;
	}
}
/*.date-content__section--12 .content-head {
	color: #e97300;
}
.date-content__section--19 .content-head {
	color: #0085bc;
}*/
.date-content__section--12 .content-head {
  color: #e83c00;
}
.date-content__section--19 .content-head {
  color: #0061bc;
}
.content-head .icon {
	font-size: 20px;
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.content-head .icon {
		font-size: 40px;
	}
}
/* */


/**** style設定部分 ****/
@media screen and (max-width: 999px) {
  .sp-wrap {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .pc-wrap {
    display: block;
  }
}

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

/* separator */
.separator--mv-bottom {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background: #2ca900;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .separator--mv-bottom {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    margin-bottom: 50px;
  }
}
.separator--limited {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--limited {
		margin-bottom: 50px;
	}
}
.separator--cpn {
  padding-bottom: 50px;
  margin-bottom: 24px;
  background: linear-gradient(to bottom,#b9f1ff 26.5%, #fffbce 29.5%);
}
@media screen and (min-width: 1000px) {
  .separator--cpn {
    padding-bottom: 100px;
    margin-bottom: 100px;
    background: linear-gradient(to bottom,#b9f1ff 30.5%, #fffbce 33.5%);
  }
}
.separator--detail {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--detail {
		margin-bottom: 100px;
	}
}
.separator--bnr {
  margin-bottom: 55px;
}
@media screen and (min-width: 1000px) {
  .separator--bnr {
    margin-bottom: 100px;
  }
}
/* */

/* separatorのhead */
.head-content {
  text-align: center;
}
.head-catch__text {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
  color: #4d2100;
  margin: calc((1.4em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.head-catch__text {
		font-size: 28px;
    line-height: initial;
	}
}
/* */

/* separator--mv */
.mv {
	background-image: url("../img/mv-bg_sp.png"), url("../img/mv-base_sp.png");
	background-repeat: no-repeat;
	background-position: top center, center;
  background-size: auto, cover;
  padding: 13.5px 0 15px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.mv {
		background-image: -webkit-image-set(url("../img/mv-bg_sp.png") 1x, url("../img/mv-bg_sp2x.png") 2x), (url("../img/mv-base_sp.png") 1x, url("../img/mv-base_sp2x.png") 2x);
		background-image: image-set(url("../img/mv-bg_sp.png") 1x, url("../img/mv-bg_sp2x.png") 2x), (url("../img/mv-base_sp.png") 1x, url("../img/mv-base_sp2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.mv {
		background-image: url("../img/mv-bg_pc.png"), url("../img/mv-base_pc.png");
    background-repeat: no-repeat;
    background-position: top center, center;
    background-size: auto, cover;
    padding: 49px 0 33px 0;
	}
}

.mv__main {
  margin-bottom: 3.5px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .mv__main {
    margin-bottom: 12px;
  }
}
.mv-content {
  margin-right: 11.5px;
}
@media screen and (min-width: 1000px) {
  .mv-content {
    margin-right: 37px;
  }
}
.mv__anchor {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .anchor {
    margin-right: 2px;
  }
}
.anchor-list {
	display: flex;
	align-items: center;
	flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1000px) {
	.anchor-list {
		align-items: center;
		flex-direction: row;
		gap: 30px;
	}
}
/* */


/* separator--mv-bottom */
.separator--mv-bottom__body {
  margin-left: 6.5px;
}
@media screen and (min-width: 1000px) {
  .separator--mv-bottom__body {
    margin-left: 13px;
  }
}
/* */


/* separator--limited */
.limited__head {
	height: 135px;
  background: url("../img/content-1-top-bg_sp.png"), linear-gradient(to bottom,#b9f1ff 45%, #fff 61%);
	background-repeat: no-repeat;
	background-position: top center;
  background-size: auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.limited__head {
		background: -webkit-image-set(url("../img/content-1-top-bg_sp.png") 1x, url("../img/content-1-top-bg_sp2x.png") 2x),linear-gradient(to bottom,#b9f1ff 45%, #fff 61%);
		background: image-set(url("../img/content-1-top-bg_sp.png") 1x, url("../img/content-1-top-bg_sp2x.png") 2x),linear-gradient(to bottom,#b9f1ff 45%, #fff 61%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
  }
}
@media screen and (min-width: 1000px) {
	.limited__head {
		height: 340px;
    background: url("../img/content-1-top-bg_pc.png"), linear-gradient(to bottom,#b9f1ff 58%, #fff 74%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
  }
}
.limited-head {
	padding-top: 31px;
}
.limited-head__body {
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.limited-head {
		padding-top: 102px;
	}
  .limited-head__body {
    margin-bottom: 60px;
  }
}

.head-content--limited {
  margin-right: 8px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .head-content--limited {
    margin-right: 27px;
  }
}

/** 12時19時 時計img **/
.date-content__section--12 .clock-img:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 23px;/*画像の幅*/
  height: 23px;/*画像の高さ*/
  background-image: url(../img/clock-12_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.date-content__section--12 .clock-img:before {
		background: -webkit-image-set(url("../img/clock-12_sp.png") 1x, url("../img/clock-12_sp2x.png") 2x);
		background: image-set(url("../img/clock-12_sp.png") 1x, url("../img/clock-12_sp2x.png") 2x);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1000px) {
  .date-content__section--12 .clock-img:before {
    content: '';/*何も入れない*/
    display: inline-block;
    width: 45px;/*画像の幅*/
    height: 45px;/*画像の高さ*/
    background-image: url(../img/clock-12_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
  }
}
.date-content__section--19 .clock-img:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 23px;/*画像の幅*/
  height: 23px;/*画像の高さ*/
  background-image: url(../img/clock-19_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.date-content__section--19 .clock-img:before {
		background: -webkit-image-set(url("../img/clock-19_sp.png") 1x, url("../img/clock-19_sp2x.png") 2x);
		background: image-set(url("../img/clock-19_sp.png") 1x, url("../img/clock-19_sp2x.png") 2x);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1000px) {
  .date-content__section--19 .clock-img:before {
    content: '';/*何も入れない*/
    display: inline-block;
    width: 45px;/*画像の幅*/
    height: 46px;/*画像の高さ*/
    background-image: url(../img/clock-19_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
  }
}
/**  **/
/* */


/* separator--cpn */
.cpn__head {
  background: url("../img/content-2-top-bg_sp.png");
	background-repeat: no-repeat;
	background-position: top center;
  background-size: auto;
  margin-bottom: 37px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.cpn__head {
		background: -webkit-image-set(url("../img/content-2-top-bg_sp.png") 1x, url("../img/content-2-top-bg_sp2x.png") 2x);
		background: image-set(url("../img/content-2-top-bg_sp.png") 1x, url("../img/content-2-top-bg_sp2x.png") 2x);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
  }
}
@media screen and (min-width: 1000px) {
	.cpn__head {
    background: url("../img/content-2-top-bg_pc.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    margin-bottom: 100px;
  }
}
.cpn-head {
  padding-top: 21.5px;
}
@media screen and (min-width: 1000px) {
  .cpn-head {
    padding-top: 70px;
  }
}

.head-content--cpn {
  margin-left: 2px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .head-content--cpn {
    margin-right: 3px;
  }
}


.cpn-body-text {
  margin-bottom: 25px;
  font-feature-settings: "halt"
}
@media screen and (min-width: 1000px) {
  .cpn-body-text {
    margin-bottom: 50px;
  }
}
.cpn-body-body {
  display: flex;
  justify-content: center;
  margin-left: 10px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .cpn-body-body {
    margin-bottom: 53px;
  }
}
.cpn-body-bottom__text {
  font-size: 12px;
	font-weight: 600;
	text-align: center;
  color: #4d2100;
}
@media screen and (min-width: 1000px) {
  .cpn-body-bottom__text {
    font-size: 20px;
  }
}

.cpn-btn {
  margin-bottom: 10.5px;
}
@media screen and (min-width: 1000px) {
  .cpn-btn {
    margin-bottom: 19px;
  }
}
/** エントリーボタン **/
.btn-entry {
	align-items: center;
	background: #e83c00;
	border-radius: 27.5px;
	display: flex;
	height: 55px;
	justify-content: center;
	position: relative;
	text-decoration: none;
}
.btn-entry__text {
	color: #fff;
	font-size: 17.5px;
	font-weight: bold;
}
.btn-entry::after {
	bottom: 0;
	color: #fff;
	content: url("../img/btn-arrow.png");
	display: none;
  font-size: 15px;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 15px;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.btn-entry {
		border-radius: 50px;
		height: 100px;
		margin: 0 auto;
		max-width: 600px;
	}
  .btn-entry__text {
		font-size: 40px;
	}
	.btn-entry::after {
		display: block;
		font-size: 30px;
		right: 30px;
	}
}
/**  **/
/* */


/* separator--detail */
.detail__head {
  margin-bottom: 16px;
}
@media screen and (min-width: 1000px) {
  .detail__head {
    margin-bottom: 68px;
  }
}
.detail-head__content {
  text-align: center;
}

.detail-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
	.detail-item:not(:last-child) {
    margin-bottom: 40px;
	}
}

.detail-content__head {
	margin-bottom: 6.5px;
}
@media screen and (min-width: 1000px) {
	.detail-content__head {
		margin-bottom: 13px;
	}
}

.detail-content-head {
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.detail-content-head {
		font-size: 24px;
	}
}
.detail-content-head .icon {
	color: #0b9c00;
	font-size: 12px;
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.detail-content-head .icon {
		font-size: 24px;
	}
}
.detail-content-text {
	font-size: 10px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.detail-content-text {
		font-size: 20px;
	}
}
.detail-content-text .icon-align {
	display: flex;
}
.detail-content-text .icon-align--inline {
	display: inline-flex;
}
.detail-content-text .icon-align__icon {
	margin-right: .125em;
}
.detail-content-text .strong {
	font-weight: 600;
}
.detail-content-text .large {
	font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .detail-content-text .large {
    font-size: 24px;
  }
}

.link-text {
	color: #0066cc;
	text-underline-offset: 2px;
}
@media screen and (min-width: 1000px) {
	.link-text {
		text-underline-offset: 4px;
	}
}
/* */

/* separator--bnr */
.separator--bnr__body {
  display: flex;
  justify-content: center;
}
.bnr-list__bnr:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .bnr-list__bnr:not(:last-child) {
    margin-bottom: 30px;
  }
}
/* */

/****  ****/