@charset "UTF-8";
/*
note: alias
  @root: '/'
  @src: '/src'
  @scss: '/src/scss'
*/
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;
	margin: 0 auto;
	max-width: 375px;
	padding: 0 10px;
}
@media screen and (min-width: 1000px) {
	.container {
		max-width: 1000px;
		padding: 0 20px;
	}
}
.container--0pad {
	padding: 0;
}
@media screen and (min-width: 1000px) {
	.container--0pad {
		padding: 0;
	}
}
.container--sp-0pad {
	padding: 0;
}
@media screen and (min-width: 1000px) {
	.container--sp-0pad {
		padding: 0 20px;
	}
}
@media screen and (min-width: 1000px) {
	.container--pc-0pad {
		padding: 0;
	}
}

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

.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 {
	-webkit-animation: fade-in 1s;
	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;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.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 {
	flex: 0 0 65px;
}
@media screen and (min-width: 1000px) {
	.header-content__logo {
		flex: 0 0 105px;
	}
}
.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: #f93099;
		margin-right: .25em;
	}
}

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

.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: #f93099;
}
.date-check:not(.is-within) {
	display: none;
}

.btn {
	align-items: center;
	background: #f93099;
	border-radius: 30px;
	box-sizing: border-box;
	display: block;
	display: flex;
	height: 60px;
	justify-content: center;
	margin: 0 auto;
	max-width: 315px;
	padding: 0 10px;
}
@media screen and (min-width: 1000px) {
	.btn {
		border-radius: 60px; 
		height: 120px;
		max-width: 690px;
	}
}
.btn--sampling {
	background: #ff0; 
	border: #fff 2.5px solid;
	max-width: 345px;
}
@media screen and (min-width: 1000px) {
	.btn--sampling {
		border-width: 5px; 
		max-width: 690px;
	}
}

.code {
	text-align: right;
}
.code__content {
	align-items: center;
	background: #fff;
	color: #f93099;
	display: inline-flex;
	font-size: 10px; 
	height: 20px;
	justify-content: center;
	padding: 0 14px;
}
@media screen and (min-width: 1000px) {
	.code__content {
		font-size: 14px;
		height: 30px;
		padding: 0 28px;
	}
}

.content {
	background: #fff;
	border: #f93099 solid 2px;
	border-radius: 15px;
	padding: 25px 15px;
}
@media screen and (min-width: 1000px) {
	.content {
		border-radius: 40px;
		padding: 50px;
	}
}
.content__head {
	margin-bottom: 12.5px;
}
@media screen and (min-width: 1000px) {
	.content__head {
		margin-bottom: 30px;
	}
}
.content__catch {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.content__catch {
		margin-bottom: 40px;
	}
}
.content--what .content__catch {
	margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
	.content--what .content__catch {
		margin-bottom: 55px;
	}
}
.content__what {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.content__what {
		margin-bottom: 50px;
	}
}
.content__btn {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.content__btn {
		margin-bottom: 50px;
	}
}
.content__section:not(:last-child) {
	border-bottom: rgba(142, 132, 111, .2) 2px solid;
	margin-bottom: 25px; 
	padding-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.content__section:not(:last-child) {
		border-bottom-width: 3px;
		margin-bottom: 30px; 
		padding-bottom: 30px;
	}
}

.content-head {
	color: #f93099;
	font-size: 20px;
	font-weight: 700; 
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.content-head {
		font-size: 40px;
	}
}

.content-catch {
	color: #00a4b3;
	font-size: 12px;
	font-weight: 700; 
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.content-catch {
		font-size: 20px;
		line-height: 28.8px;
		margin: calc((28.8pxem - 1em) / 2 * -1) 0;
	}
}

.content-what {
	font-size: 12px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.content-what {
		font-size: 14px;
		line-height: 25.6px;
		margin: calc((25.6pxem - 1em) / 2 * -1) 0;
	}
}
.content-what__head {
	font-weight: 700;
}
.content-what__head .icon {
	color: #f93099;
	margin-right: .25em;
}

.content-what-link {
	align-items: center;
	color: #f93099;
	display: inline-flex;
	font-weight: 700;
}
.content-what-link .icon {
	font-size: 10px;
	margin-right: .25em;
}

.content-notice {
	font-size: 10px;
	line-height: 19.2px;
	margin: calc((19.2pxem - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.content-notice {
		font-size: 14px;
		line-height: 1.6;
		margin: calc((1.6em - 1em) / 2 * -1) 0;
	}
}
.content-notice .strong {
	font-weight: 700;
}

.content-section__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.content-section__head {
		margin-bottom: 25px;
	}
}

.content-section__text {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.content-section__text {
		margin-bottom: 30px;
	}
}

.content-section__link-item:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.content-section__link-item:not(:last-child) {
		margin-botttom: 16px;
	}
}

.content-section-head {
	color: #00a4b3;
	font-size: 12px;
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.content-section-head {
		font-size: 14px;
	}
}
.content-section-head .icon {
	color: #f93099;
	margin-right: .25em;
}
.content-section-head .strong {
	font-size: 12px;
}
@media screen and (min-width: 1000px) {
	.content-section-head .strong {
		font-size: 20px;
	}
}

.content-section-text {
	font-size: 10px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.content-section-text {
		font-size: 14px;
	}
}

.content-section-link {
	align-items: flex-start; 
	color: #f93099;
	display: inline-flex;
	font-size: 10px;
	line-height: 20px;
	margin: calc((20pxem - 1em) / 2 * -1) 0;
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.content-section-link {
		font-size: 14px;
	}
}
.content-section-link__icon {
	flex: 0 0 auto;
	margin-right: .25em;
	transform: scale(.7);
	transform-origin: center;
}
.content-section-link__body {
	flex: 0 1 auto; 
	font-weight: 700;
	text-decoration: underline;
}

.detail__head {
	margin-bottom: 20px;
}
.detail--notice .detail__head {
	margin-bottom: 12px;
}
@media screen and (min-width: 1000px) {
	.detail--notice .detail__head {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1000px) {
	.detail__head {
		margin-bottom: 30px;
	}
}

.detail__body:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.detail__body:not(:last-child) {
		margin-bottom: 70px;
	}
}

.detail__section {
	border-top: rgba(255, 255, 255, .5) solid 2px;
	padding-top: 20px;
}
@media screen and (min-width: 1000px) {
	.detail__section {
		padding-top: 30px;
	}
}
.detail__section:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
	.detail__section:not(:last-child) {
		margin-bottom: 30px;
	}
}

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

.detail-section {
	color: #fff;
	font-weight: 700;
}
.detail-section__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.detail-section__head {
		margin-bottom: 23px;
	}
}
.detail-section__section:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.detail-section__section:not(:last-child) {
		margin-bottom: 50px;
	}
}

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

.detail-section-text {
	font-size: 10px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.detail-section-text {
		font-size: 14px;
	}
}
.detail-section-text .head {
	color: #ff0;
}
.detail-section-text .head .icon {
	margin-right: .25em;
}

.detail-notice {
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
.detail-notice .icon-align {
	display: flex;
}
.detail-notice .icon-align--inline {
	display: inline-flex;
}
.detail-notice .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: 0;
	text-align: center; 
	width: 1em;
}
.detail-notice .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
@media screen and (min-width: 1000px) {
	.detail-notice {
		font-size: 14px;
	}
}
.detail-notice .link {
	color: #ff0;
	text-decoration: underline;
}

.mv__date {
	background: #02cbdd;
}

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

.mv-date {
	align-items: center; 
	display: flex;
	height: 30px;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.mv-date {
		height: 80px;
	}
}

.recommend {
	background: #02cbdd;
	background-image: url("../img/recommend-bg_sp.png");
	background-position: right bottom; 
	background-repeat: no-repeat;
	border-radius: 15px;
	padding: 15px 0 67.5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.recommend {
		background-image: -webkit-image-set(url("../img/recommend-bg_sp.png") 1x, url("../img/recommend-bg_sp@2x.png") 2x);
		background-image: image-set(url("../img/recommend-bg_sp.png") 1x, url("../img/recommend-bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.recommend {
		background-image: url("../img/recommend-bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.recommend {
		border-radius: 40px; 
		padding: 32px 0 75px;
	}
}
.recommend__head {
	margin-bottom: 15px; 
	padding: 0 10px;
}
@media screen and (min-width: 1000px) {
	.recommend__head {
		margin-bottom: 13px;
	}
}
.recommend__body {
	padding: 0 15px;
}
@media screen and (min-width: 1000px) {
	.recommend__body {
		padding: 0 50px;
	}
}

.recommend-list__list {
	display: flex;
	flex-wrap: wrap;
	margin: -11.35px -12.5px;
}
@media screen and (min-width: 1000px) {
	.recommend-list__list {
		margin: -35px -15px;
	}
}

.recommend-list__item {
	box-sizing: border-box;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 11.25px 12.5px;
}
@media screen and (min-width: 1000px) {
	.recommend-list__item {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		padding: 35px 15px;
	}
}

.recommend-card {
	display: block; 
	text-decoration: none;
}
.recommend-card__thumb {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.recommend-card__thumb {
		margint-bottom: 20px;
	}
}

.recommend-card-thumb {
	background: #ccc; 
	display: block;
	position: relative;
	width: 100%;
}
.recommend-card-thumb::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.recommend-card-thumb > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}

.recommend-catrd-text {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.recommend-catrd-text {
		font-size: 16px;
	}
}

.separator--mv {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--mv {
		margin-bottom: 60px;
	}
}

.separator--catch {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.separator--catch {
		margin-bottom: 30px;
	}
}

.separator--top {
	background-color: #ff0;
	background-image: url("../img/bg_sp.png");
	background-position: top center;
	padding-bottom: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.separator--top {
		background-image: -webkit-image-set(url("../img/bg_sp.png") 1x, url("../img/bg_sp@2x.png") 2x);
		background-image: image-set(url("../img/bg_sp.png") 1x, url("../img/bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.separator--top {
		background-image: url("../img/bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.separator--top {
		padding-bottom: 100px;
	}
}

.separator--recommend:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--recommend:not(:last-child) {
		margin-bottom: 50px;
	}
}

.separator--content:not(:last-child) {
	margin-bottom: 25px;
}

.separator--bottom {
	background: #f93099; 
	padding: 40px 0 15px;
}
@media screen and (min-width: 1000px) {
	.separator--bottom {
		padding: 100px 0 20px;
	}
}

.separator--detail:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--detail:not(:last-child) {
		margin-bottom: 100px;
	}
}

.separator--detail-section:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--detail-section:not(:last-child) {
		margin-bottom: 50px;
	}
}