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

.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;
		color: #000000;
	}
	.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;
	background-color: #000000;
}

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 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: #ffffff;
	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 {
	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;
	}
}
.add-list {
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.add-list__list {
		display: flex;
		justify-content: center;
		margin: 0 -75px;
	}
}
@media screen and (max-width: 1000px) {
	.add-list__item:not(:last-child) {
		margin-bottom: 15px;
	}
}
@media screen and (min-width: 1000px) {
	.add-list__item {
		padding: 0 75px;
	}
}

.app-link-wrapper {
	text-align: center;
}

.app-link {
	display: inline-block;
}
@media screen and (min-width: 1000px) {
	.app-link {
		pointer-events: none;
	}
}

.catch__text {
	color: black;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: -.2em 0;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 374px) {
	.catch__text {
		font-size: 16px;
	}
}
@media screen and (min-width: 1000px) {
	.catch__text {
		font-size: 38px;
	}
}
.catch__text .pink {
	color: #d92984;
	font-size: 20px;
	margin-right: 2px;
}
@media screen and (max-width: 374px) {
	.catch__text .pink {
		font-size: 26px;
	}
}
@media screen and (min-width: 1000px) {
	.catch__text .pink {
		font-size: 52px;
	}
}

.catch__text::before, .catch__text::after {
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 55px;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: -13px;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.catch__text::before, .catch__text::after {
		height: 150px;
		top: -27px;
	}
}
.catch__text::before {
	background-image: url("../img/catch-puruta-left_sp.png");
	background-position: left 2px top;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.catch__text::before {
		background-image: -webkit-image-set(url("../img/catch-puruta-left_sp.png") 1x, url("../img/catch-puruta-left_sp@2x.png") 2x);
		background-image: image-set(url("../img/catch-puruta-left_sp.png") 1x, url("../img/catch-puruta-left_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.catch__text::before {
		background-image: url("../img/catch-puruta-left_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.catch__text::before {
		background-position: left 25px top;
	}
}
.catch__text::after {
	background-image: url("../img/catch-puruta-right_sp.png");
	background-position: right -1px top;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.catch__text::after {
		background-image: -webkit-image-set(url("../img/catch-puruta-right_sp.png") 1x, url("../img/catch-puruta-right_sp@2x.png") 2x);
		background-image: image-set(url("../img/catch-puruta-right_sp.png") 1x, url("../img/catch-puruta-right_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.catch__text::after {
		background-image: url("../img/catch-puruta-right_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.catch__text::after {
		background-position: right 20px top;
	}
}

body.is-develop .tag-content-list:nth-child(2n) {
	background: #ccc;
	padding: 50px 0;
}
body.is-develop .tag-content-list:not(:last-child) {
	margin-bottom: 50px;
}


.content-top {
	content: '';
	background: #63574a;
	margin: 70px 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 100%;
	color: #fff;
	background-image: url('../img/recommended-bg_sp.png');

}
.content-top::after {
	position: absolute;
	background-image: url('../img/recommended-title-bg_sp.png');
}
@media screen and (min-width: 1000px) {
	.content__top {
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 1000px) {
	.content-top {
		background-image: url('../img/recommended-bg_pc.png');
	}
}
.separator--date-content.js-date-check .separator--content:nth-child(1) .content-top, .separator--date-content.js-date-check .separator--content:nth-child(3) .content-top, .separator--date-content.js-date-check .separator--content:nth-child(4) .content-top, .separator--date-content.js-date-check .separator--content:nth-child(7) .content-top {
	letter-spacing: 8px;
}
.separator--date-content.js-date-check .separator--content:nth-child(2) .content-top, .separator--date-content.js-date-check .separator--content:nth-child(5) .content-top, .separator--date-content.js-date-check .separator--content:nth-child(6) .content-top, .separator--date-content.js-date-check .separator--content:nth-child(8) .content-top {
	letter-spacing: 2px;
}



.date-check {
	background: #000000;
	padding: 15px 0;
}
@media screen and (min-width: 1000px) {
	.date-check {
		padding: 36px 0;
	}
}
.date-check__text {
	font-size: 12px;
	font-weight: 700;
	line-height: 17.75px;
	margin: -2.875px 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;
}
@media screen and (min-width: 1000px) {
	.date-check__text .small {
		font-size: .8em;
	}
}
body:not(.is-develop) .date-check.js-date-check:not(.is-within) {
	display: none;
}

body:not(.is-develop) .js-date-check.is-not-within {
	display: none;
}

img {
	font-size: 12px !important;
}

.footer-copy__text {
	font-size: 12px;
	height: 10px;
	transform: scale(10/12);
	transform-origin: center bottom;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.footer-copy__text {
		font-size: 14px;
		height: auto;
		transform: none;
	}
}

.feature {
	background: #faf9f7;
	border: rgba(99, 87, 74, .6) 1px solid;
	border-radius: 18.5px;
	padding: 10px 10px 25px;
}
@media screen and (min-width: 1000px) {
	.feature {
		border-radius: 50px;
		border-width: 2px;
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 900px;
		padding: 30px 30px 50px;
	}
}
.feature__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.feature__head {
		margin-bottom: 20px;
	}
}
.feature__item {
	display: flex;
	justify-content: center;
}
.feature__item:not(:first-child) {
	margin-top: 25px;
}
@media screen and (min-width: 1000px) {
	.feature__item:not(:first-child) {
		margin-top: 50px;
	}
}

.feature-item {
	color: #63574a;
	display: block;
	flex: 0 1 290px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.feature-item {
		flex-basis: 580px;
	}
}
.feature-item:hover {
	text-decoration: underline;
}
@media screen and (min-width: 1000px) {
	.feature-item:hover {
		color: #d92984;
	}
}
@media screen and (min-width: 1000px) {
	.feature-item {
		cursor: url("../img/cursor_pc.png"), auto;
	}
}
.feature-item__banner {
	margin-bottom: 8px;
}
@media screen and (min-width: 1000px) {
	.feature-item__banner {
		margin-bottom: 20px;
	}
}
.feature-item__name {
	font-size: 12px;
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.feature-item__name {
		font-size: 20px;
	}
}
.feature-item__name:not(:last-child) {
	margin-bottom: 8px;
}
@media screen and (min-width: 1000px) {
	.feature-item__name:not(:last-child) {
		margin-bottom: 14px;
	}
}
.feature-item__name > * {
	line-height: 1.4;
	margin: -.2em 0;
}
.feature-item__date {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.feature-item__date {
		font-size: 14px;
	}
}
.feature-item__date > * {
	line-height: 1.4;
	margin: -.2em 0;
}

.feature-item-banner {
	background: #ccc;
	border: #ccc 1px solid;
	display: block;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 100%;
}
.feature-item-banner::before {
	content: "";
	display: block;
	padding-top: 15.5172413793%;
}
.feature-item-banner > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.feature-item-banner img {
	width: 100%;
}





.mv-img {
	background: black;
	display: block;
	position: relative;
	width: 100%;
}
.mv-img::before {
	content: "";
	display: block;
	padding-top: 52%;
}
.mv-img::after {
	background-image: image-set(
        url('../img/mv-footer_sp.png') 1x,
        url('../img/mv-footer_sp@2x.png') 2x
    );
	content: '';
	position: absolute;
	background-size: 100% 100%; /* Cover the entire container while maintaining aspect ratio */
    background-repeat: no-repeat;
    background-position: center bottom;
	width: 100%;
	height: 29px;
	bottom: -11px;
	/* background-size: cover; */
}
.mv-img > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.mv-img::before {
		content: "";
		display: block;
	}
	.mv-img::after {
		background-image: url('../img/mv-footer_pc.png');
		background-size: cover;
		height: 49px;
		bottom: 0px;
	}
	.mv-img > * {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}
.mv-img img {
	height: 100%;
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.hover {
		cursor: url("../img/cursor_pc.png"), auto;
	}
}

/*  */
.coupon-head {
	display: flex;
	justify-content: center;
    align-items: center;
	height: 50px;
	padding: 10px 0 10px;
}
.coupon-list {
	overflow: hidden;
}
.coupon-list__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 0 65px;
}
@media screen and (min-width: 1000px) {
	.coupon-head {
		padding: 40px 0 30px;
	}
	.coupon-list__body {
		flex-direction: row;
		padding: 0 50px;
		gap: 30px;
	}
}
.coupon-list__item {
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.coupon-list__item {
		align-items: center;
	}
}
.coupon-list__item::after {
	box-sizing: border-box;
	content: "";
	display: block;
	/* height: 100%; */
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.coupon-list__item::after {
		/* border-width: 2px; */
	}
}
.coupon {
	background-color: white;
	background-image: url("../img/coupon-btn_sp.png");
	background-size: contain;
	height: 52px;
	width: 228px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-weight: 600;
	font-size: 30px;
}
@media screen and (min-width: 1000px) {
	.coupon {
		background-size: cover;
		font-size: 36px;
		width: 302px;
		height: 67px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.coupon {
		background-image: -webkit-image-set(url("../img/coupon-btn_sp.png") 1x, url("../img/coupon-btn_sp@2x.png") 2x);
		background-image: image-set(url("../img/coupon-btn_sp.png") 1x, url("../img/coupon-btn_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.coupon {
		background-image: url("../img/coupon-btn_pc.png");
	}
	.section-coupon__notice-btm .section-notice {
		margin: 30px 55px;
	}
}


.coupon-catch {
	display: block;
	margin-bottom: 9px;
	font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.coupon-catch .small {
	display: inline;
	font-size: 11px;
}
@media screen and (min-width: 1000px) {
	.coupon-catch {
		font-size: 25px;
	}
	.coupon-catch .small {
		font-size: 16px;
	}
}
/*  */


.pagetop {
	transition: opacity .4s;
}
body:not(.is-over-border) .pagetop {
	opacity: 1;
}

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

.section__head {
	margin-top: 50px;
}
.section__head::before {
	content: "";
}
@media screen and (min-width: 1000px) {
	.section__head {
		margin-top: 60px;
	}
}
.section__head-container {
	width: 100%;
	/* height: 140px; */
	/* max-height: 140px; */
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	/* position: relative; */

}

/*  */
.section-head__notice {
	line-height: 1.6;
	letter-spacing: 1.5px;
}
.section-head-notice {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.3px;
	
}
.section-head-notice__bottom-text .red {
	display: inline;
	color: #ff0000;
}
.section-head-notice_sub {
	margin-top: 20px;
	font-size: 12px;
	letter-spacing: 1.3px;
	
}
.section-head-notice_sub--block {
	display: block;
}
@media screen and (max-width: 999px) {
	.section-head-notice_sub .section-head-notice_sub--block:nth-child(2) {
		display:inline;
	}
}
@media screen and (min-width: 1000px) {
	.section-head-notice {
		font-size: 28px;
	}
	.section-head-notice_sub {
		font-size: 24px;
		/* padding: 0px 70px; */
		text-align: center;
	}
}
/*  */


.section__notice {
	background-color: #000000;
}
.section__list{
	overflow: hidden;
}

.section-head {
	text-align: center;
}
.section-catch {
	color: black;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin: -.2em 0;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.section-catch {
		font-size: 24px;
	}
}
.section-notice {
	font-size: 10px;
	line-height: 1.7;
	letter-spacing: 1px;
	margin: -.3em 0;
}
@media screen and (min-width: 1000px) {
	.section-notice {
		font-size: 20px;
		margin: 30px 0;
	}
	.broad-outline {
		margin-bottom: 80px;
	}
}
.section__notice-head-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.section__notice-head-title {
		font-size: 30px;
	}
}

.icon-align.title {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left: -5px;
}
@media screen and (min-width: 1000px) {
	.icon-align.title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}
.icon-align.title .icon-align__icon {
	font-size: 20px;
	position: relative;
	top: -8px;
	margin-right: 0;
}
@media screen and (min-width: 1000px) {
	.icon-align.title .icon-align__icon {
		font-size: 30px;
		/* top: -10px; */
	}
}
.icon-align.title.gold {
	color: #fdd860;
	margin-left: -5px;
}
.section-notice .icon-align {
	display: flex;
}
.section-notice .icon-align--inline {
	display: inline-flex;
}
.section-notice .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .3em;
	text-align: center;
	width: 1em;
}
.section-notice .icon-align__icon--diamond {
	display: block;
	text-align: center;
	flex: 0 0 1em;
	width: 1em;
	font-size: 16px;
    position: relative;
    top: -4px;
	margin-right: .3em;
}
@media screen and (min-width: 1000px) {
	.section-notice .icon-align__icon--diamond {
		font-size: 24px;
	}
}
.section-notice .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
.section-notice .link--gold {
	color: #fdd860;
}
.section-notice .strong {
	font-weight: 700;
}
.section-notice__margin-left {
	margin-left: 15px;
}
.section-notice__margin-top-less {
	margin-top: -10px;
}
.section-notice__margin-top-lesser {
	margin-top: -13px;
}
.section__notice__bottom-wrapper {
	margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.section__notice__bottom-wrapper {
		margin-bottom: 60px;
	}
}
.section-notice__btm--img {
	margin-top: 30px;
}



.daily-separator {
	background-color: #000000 ;
}
.daily-separator:not(:first-of-type):nth-of-type(2n) {
	background: #ccc;
	border-top: #bbb 5px solid;
	padding-top: 25px;
}

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

.separator--mv {
	margin-bottom: 22.5px;
}
@media screen and (min-width: 1000px) {
	.separator--mv {
		margin-bottom: 45px;
	}
}
.separator--catch {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.separator--catch {
		margin-bottom: 40px;
	}
}
.separator--coupon {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.separator--coupon {
		margin-bottom: 30px;
	}
}
/* .content__item-list {
	padding-bottom: 50px;
} */
.separator--products {
	background-color: #ffffff;
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.separator--products {
		margin-bottom: 30px;
	}
}
.separator--content {
	padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--content {
		padding-bottom: 100px;
	}
}
.separator--content:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--content:not(:last-child) {
		margin-bottom: 100px;
	}
}
.separator--date-content:not(:first-child) {
	background: #ccc;
	padding: 20px 0;
}
.separator--feature {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--feature {
		margin-bottom: 100px;
	}
}
.separator--app {
	margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.separator--app {
		margin-bottom: 100px;
	}
}
.separator--add {
	margin-bottom: 50px;
}

.all {
	-moz-user-select: all;
	-webkit-user-select: all;
	-ms-user-select: all;
	user-select: all;
}
.span {
	letter-spacing: 0px;
}
@media screen and (min-width: 1000px) {
	.schedule {
		text-align: center;
		background: url(../img/schedule_bg.png)repeat-x;
	}
	h1.mv {
		/* width: 1200px; */
	}
	h1.mv img.img-fit {
		width: 100%;
		display: block;
	}
	h1.mv img.img-fit.nopc,
	.nopc {
		display: none;
	}
	.section-notice.white {
		font-size: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.nosp {
		display: none;
	}
	.section__head {
		margin-top: 28px;
	}
	.section {
		padding: 16px 0;
	}
	.section-head-notice__top-text,
	.section-head-notice__bottom-text {
		font-size: 14px;
	}
	h2.section-head img {
		width: 96%;
	}
	.section-head-notice_sub {
		margin-top: 16px;
	}
	.section__notice-head-title {
		margin-bottom: 25px;
	}
	.section-notice__margin-top-less {
		margin-top: 0;
	}
	.section-notice {
		margin: 0 0 20px;
	}
	.broad-outline {
		margin-bottom: 40px;
	}
	.section-notice__margin-top-lesser {
		margin-top: 0;
	}
}
.btm-btn {
	margin: 40px 0;
}
#layer_board_area p {
	color: #333;
}