@charset "UTF-8";

/** 全体のstyle **/
.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%;
}

/* 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 */
.container {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 375px;
	/*padding: 0 10px;*/
  padding: 0 5px;
}
@media screen and (min-width: 1000px) {
	.container {
		/*max-width: 1240px;*/
    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: 999px) {
	.container--sp-0pad {
		padding: 0 !important;
	}
}
@media screen and (min-width: 1000px) {
	.container--pc-0pad {
		padding: 0 !important;
	}
}
@media screen and (max-width: 999px) {
	.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;
	}
}
/* /container */

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: 999px) {
	.pc-content {
		display: none;
	}
}

.wrap {
	display: block;
}

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

@media screen and (min-width: 1000px) {
	.pc-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;
	}
}

.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;
	}
}
/** /全体のstyle **/



/**  設定style **/

/* 動的生成部分(各カセットのトップ)への設定 */
.content__top {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.content__top {
		margin-bottom: 30px;
	}
  .separator-content .container {
    max-width: 1010px;
    padding: 0 5px;
  }
}

.content-head {
	/*align-items: center;*/
	color: #000;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: start;
	white-space: nowrap;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1000px) {
	.content-head {
		font-size: 32px;
    border-bottom: solid #000 3px;
    padding-bottom: 8px;
	}
}
.content-head::before {
	margin-right: .5em;
}

.separator-content--1 .content-head::before {
	background-image: url("../img/icon-1_sp.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 21px;
	width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.separator-content--1 .content-head::before {
		background-image: -webkit-image-set(url("../img/icon-1_sp.png") 1x, url("../img/icon-1_sp2x.png") 2x);
		background-image: image-set(url("../img/icon-1_sp.png") 1x, url("../img/icon-1_sp2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.separator-content--1 .content-head::before {
		background-image: url("../img/icon-1_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.separator-content--1 .content-head::before {
		height: 52px;
		width: 44px;
	}
}

.separator-content--2 .content-head::before {
	background-image: url("../img/icon-2_sp.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 20px;
	width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.separator-content--2 .content-head::before {
		background-image: -webkit-image-set(url("../img/icon-2_sp.png") 1x, url("../img/icon-2_sp2x.png") 2x);
		background-image: image-set(url("../img/icon-2_sp.png") 1x, url("../img/icon-2_sp2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.separator-content--2 .content-head::before {
		background-image: url("../img/icon-2_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.separator-content--2 .content-head::before {
		height: 39px;
		width: 40px;
	}
}

.separator-content--3 .content-head::before {
	background-image: url("../img/icon-3_sp.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 19px;
	width: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.separator-content--3 .content-head::before {
		background-image: -webkit-image-set(url("../img/icon-3_sp.png") 1x, url("../img/icon-3_sp2x.png") 2x);
		background-image: image-set(url("../img/icon-3_sp.png") 1x, url("../img/icon-3_sp2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.separator-content--3 .content-head::before {
		background-image: url("../img/icon-3_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.separator-content--3 .content-head::before {
		height: 37px;
		width: 37px;
	}
}

.separator-content--4 .content-head::before {
	background-image: url("../img/icon-4_sp.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 14px;
	width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.separator-content--4 .content-head::before {
		background-image: -webkit-image-set(url("../img/icon-4_sp.png") 1x, url("../img/icon-4_sp2x.png") 2x);
		background-image: image-set(url("../img/icon-4_sp.png") 1x, url("../img/icon-4_sp2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.separator-content--4 .content-head::before {
		background-image: url("../img/icon-4_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.separator-content--4 .content-head::before {
		height: 27px;
		width: 35px;
	}
}

.separator-content--5 .content-head::before {
	background-image: url("../img/icon-5_sp.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 15px;
	width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.separator-content--5 .content-head::before {
		background-image: -webkit-image-set(url("../img/icon-5_sp.png") 1x, url("../img/icon-5_sp2x.png") 2x);
		background-image: image-set(url("../img/icon-5_sp.png") 1x, url("../img/icon-5_sp2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.separator-content--5 .content-head::before {
		background-image: url("../img/icon-5_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.separator-content--5 .content-head::before {
		height: 30px;
		width: 30px;
	}
}
/* /動的生成部分(各カセットのトップ)への設定 */


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

.separator--mv {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.separator--mv {
		margin-bottom: 40px;
	}
}
.separator--catch {
  margin-bottom: 7px;
}
@media screen and (min-width: 1000px) {
	.separator--catch {
		margin-bottom: 37px;
	}
}
.separator--cassette {
  margin-bottom: 35px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .separator--cassette {
    margin-bottom: 169px;
  }
}
.separator--gp {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--gp {
		margin-bottom: 100px;
	}
}
/* /main と separator */


/* separator--mv */
.mv-wrapper {
  display: flex;
  justify-content: center;
  height: 193px;
  background-image: url("../img/mv-bg_sp.png");
	background-repeat: repeat-x;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.mv-wrapper {
		background-image: -webkit-image-set(url("../img/mv-bg_sp.png") 1x, url("../img/mv-bg_sp2x.png") 2x);
		background-image: image-set(url("../img/mv-bg_sp.png") 1x, url("../img/mv-bg_sp2x.png") 2x);
	}
}
.mv {
  padding-top: 4.1px;
}

@media screen and (min-width: 1000px) {
  .mv-wrapper {
    display: flex;
    justify-content: center;
    height: 413px;
    background-image: url("../img/mv-bg_pc.png");
    background-repeat: repeat-x;
    background-position: center;
  }
  .mv {
    padding-top: 28px;
    padding-right: 26px;
  }
}
/* /separator--mv */


/* separator--catch */
.separator--catch__img {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .separator--catch__img {
    margin-bottom: 36.5px;
  }
}
.separator--catch__bottom {
  display: flex;
  justify-content: center;
}
.separator--catch__bottom .container {

}
@media screen and (min-width: 1000px) {
  .separator--catch__bottom .container {
  padding: 0 5px;
  }
}
/* /separator--catch */


/* separator--cassette */
.separator--cassette__head {
  margin-bottom: 18px;
}
@media screen and (min-width: 1000px) {
  .separator--cassette__head {
    margin-bottom: 58px;
  }
}
.separator--cassette__head .container {
  background-color: #e1fffd;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .separator--cassette__head .container {
    max-width: 1000px;
    padding: 0;
  }
}

.separator--cassette__head h2 {
  color: #000;
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 5.3px 0 4.5px 0;
}
@media screen and (min-width: 1000px) {
  .separator--cassette__head h2 {
    font-size: 33px;
    padding: 10.6px 0 9px 0;
    letter-spacing: 0.29em;
  }
}
.separator-content:not(:last-child) {
	margin-bottom: 35px;
}
@media screen and (min-width: 1000px) {
	.separator-content:not(:last-child) {
		margin-bottom: 67px;
	}
}
/* /separator--cassette */


/* separator--gp */
.separator--gp__top {
  display: flex;
  justify-content: center;
  margin-bottom: 3px;
}
@media screen and (min-width: 1000px) {
  .separator--gp__top {
    margin-bottom: 11px;
  }
}
.separator--gp__body {
  text-align: center;
}
.gp-body-wrapper {
  padding: 29px 0 16px 0;
  background-color: #49bfe3;
}
@media screen and (min-width: 1000px) {
  .gp-body-wrapper {
    padding: 80px 0;
    display: flex;
  justify-content: center;
  }
}

.gp-img {
  margin-bottom: 23.5px;
}
@media screen and (min-width: 1000px) {
  .gp-img {
    margin-bottom: 63px;
  }
}
.gp-info {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (min-width: 1000px) {
  .gp-info {
    margin-bottom: 75px;
  }
}
.gp-head {
  margin-bottom: 22.5px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.29em;
}
@media screen and (min-width: 1000px) {
  .gp-head {
    margin-bottom: 50px;
    font-size: 34px;
    letter-spacing: 0.29em;
  }
}
.gp-info__body {
  color:#000;
  background-color: #fff;
  max-width: 365px;
  box-sizing: border-box;
  padding: 4px 16.5px 19px 16.5px;
  border-radius: 9px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .gp-info__body {
    max-width: 730px;
    padding: 31px 39px 38px 35px;
    border-radius: 18px;
  }
}
.gp-detail {
  font-size: 11px;
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: start;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1000px) {
  .gp-detail {
    font-size: 23px;
    margin-bottom: 25px;
  }
}
.gp-detail__inner {
  margin: calc((1.6em - 1em) / 2 * -1) 0;
}
.gp-detail .large-symbol {
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  .gp-detail .large-symbol {
    font-size: 33px;
  }
}
.gp-detail-date {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .gp-detail-date {
    font-size: 30px;
  }
}
.gp-detail-date .large-txt {
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  .gp-detail-date .large-txt {
    font-size: 30px;
  }
}
.gp-detail-date .large-num {
  font-size: 18px;
}
@media screen and (min-width: 1000px) {
  .gp-detail-date .large-num {
    font-size: 38px;
  }
}

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

.bnr-list {
  max-width: 750px;
}
.bnr-list:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .bnr-list:not(:last-child) {
    margin-bottom: 50px;
  }
}
/* /separator--gp */

/**  /設定style **/