@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:800&display=swap");
.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;
	}
}

.item-card {
	color: inherit;
	display: block;
	position: relative;
	text-decoration: none;
}
.item-card__tag {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}
.item-card__thumb {
	background: #ccc;
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__thumb {
		margin-bottom: 10px;
	}
}
.item-card__name {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__name {
		margin-bottom: 10px;
	}
}
.item-card__price-container {
	background: #fff1f5;
	border-radius: 5px;
	padding: 8px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-container {
		border-radius: 3px;
		padding: 10px;
	}
}
.item-card__price-container:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-container:not(:last-child) {
		margin-bottom: 10px;
	}
}
.item-card__price-head {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-head {
		margin-bottom: 10px;
	}
}
.item-card__price-head--flex {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
.item-card__price-head--flex .item-card__price-head-text {
	margin-right: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-head--flex .item-card__price-head-text {
		margin-right: 10px;
	}
}
.item-card__price-value {
	margin-bottom: 8px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-value {
		margin-bottom: 16px;
	}
}
.item-card__unit:not(:first-child) {
	margin-top: 10px;
}
.item-card__unit:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__unit:not(:last-child) {
		margin-bottom: 10px;
	}
}
.item-card__unit-price:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__unit-price {
		margin-bottom: 7px;
	}
	.item-card--pickup .item-card__unit-price {
		margin-bottom: 0;
	}
	.item-card--pickup .item-card__unit-price:not(:last-child) {
		margin-right: .25em;
	}
}
.item-card__coupon {
	margin-top: -5px;
}
.item-card__coupon:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__coupon:not(:last-child) {
		margin-bottom: 15px;
	}
}
.item-card__point {
	margin-top: 10px;
}
.item-card__point:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__point:not(:last-child) {
		margin-bottom: 10px;
	}
}
.item-card__point-value:not(:last-child) {
	margin-bottom: 3px;
}
@media screen and (min-width: 1000px) {
	.item-card__point-value:not(:last-child) {
		margin-bottom: 3px;
	}
}
.item-card__delivery {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__delivery {
		margin-bottom: 8px;
	}
}

.item-card-thumb {
	border: #ccc 1px solid;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
}
.item-card-thumb::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-card-thumb > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.item-card-name {
	font-size: 14px;
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.item-card-name {
		font-size: 16px;
		font-weight: normal;
	}
}
.item-card-name__text {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 4.2em;
	-webkit-line-clamp: 3;
	line-height: inherit;
	line-height: 1.4;
	margin: -.2em 0;
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.item-card-name__text {
		height: 2.8em;
		-webkit-line-clamp: 2;
	}
}

.item-card-price-content {
	background: #fff1f5;
	border-radius: 5px;
	padding: 8px;
}
@media screen and (min-width: 1000px) {
	.item-card-price-content {
		border-radius: 3px;
		padding: 10px;
	}
}
.item-card-price-content__left {
	flex: 0 0 auto;
}
.item-card-price-content__right {
	flex: 1 1 auto;
}

.item-card-price-head {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
.item-card-price-head__text {
	margin-right: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card-price-head__text {
		margin-right: 10px;
	}
}

.item-card-price-head-text {
	color: #c7000b;
	font-size: 10px;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-price-head-text {
		font-size: 14px;
	}
}

.item-card-price-head-tag {
	align-items: center;
	background: #c7000b;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	padding: 0 5px;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-price-head-tag {
		font-size: 12px;
		height: 20px;
		padding: 0 5px;
	}
}

.item-card-price {
	color: #c7000b;
	font-family: "Open Sans", sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin: -.14em 0;
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.item-card-price {
		font-size: 50px;
	}
}
.item-card-price .small {
	font-size: .7em;
	vertical-align: middle;
}

.item-card-reference {
	font-size: 10px;
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.item-card-reference {
		font-size: 14px;
	}
}
.item-card-reference__head {
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.item-card-reference__value {
		font-size: 16px;
	}
	.item-card-reference__value .small {
		font-size: 14px;
	}
}

.item-card-unit-price {
	align-items: baseline;
	color: #c7000b;
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	justify-content: flex-end;
	margin: -1.25px 0;
	margin-left: -5px;
	text-align: right;
	white-space: nowrap;
}
.item-card-unit-price__head, .item-card-unit-price__value {
	padding: 1.25px 0;
}
.item-card-unit-price__head {
	font-size: 10px;
	margin-right: 2px;
}
@media screen and (min-width: 1000px) {
	.item-card-unit-price__head {
		font-size: 14px;
		margin-right: 3px;
	}
}
.item-card-unit-price__value {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	margin: -.14em 0;
}
@media screen and (min-width: 1000px) {
	.item-card-unit-price__value {
		font-size: 34px;
	}
}
.item-card-unit-price__value .small {
	font-size: .7em;
}
.item-card-unit-price__value .unit {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card-unit-price__value .unit {
		font-size: .5em;
	}
}

.item-card-unit-reference {
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-unit-reference {
		font-size: 14px;
	}
	.item-card-unit-reference .small {
		font-size: 10px;
	}
}
.item-card--pickup .item-card-unit-reference {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card-unit-reference {
		font-size: 12px;
	}
}

.item-card-coupon {
	align-items: center;
	background: #fefe00;
	box-sizing: border-box;
	color: #c7000b;
	display: flex;
	font-size: 10px;
	font-weight: 700;
	justify-content: center;
	min-height: 20px;
	padding: 2px 0;
}
@media screen and (min-width: 1000px) {
	.item-card-coupon {
		font-size: 18px;
		min-height: 40px;
		padding: 5px 0;
	}
}
.item-card-coupon__text {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.4;
	margin: -.2em 0;
	text-align: center;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-coupon__text {
		margin: -2px 0;
	}
}
.item-card-coupon__text .strong {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	margin: -.14em 0 -.14em;
}
@media screen and (min-width: 1000px) {
	.item-card-coupon__text .strong {
		font-size: 30px;
	}
}

.item-card-point {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: -2px 0;
}
.item-card-point__icon {
	flex: 0 0 auto;
	margin-right: 3px;
}
@media screen and (min-width: 1000px) {
	.item-card-point__icon {
		margin-right: 5px;
	}
}
.item-card-point__icon img {
	width: 18px;
}
@media screen and (min-width: 1000px) {
	.item-card-point__icon img {
		width: 22px;
	}
}
.item-card-point__value {
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-point__value {
		font-size: 16px;
	}
}
.item-card-point__value .small {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card-point__value .small {
		font-size: .7em;
	}
}

.item-card-point-ratio {
	font-size: 10px;
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.item-card-point-ratio {
		font-size: 11.2px;
	}
}

.item-card-delivery {
	align-items: center;
	background: #41b8d7;
	color: #fff;
	display: flex;
	font-size: 10px;
	font-weight: 700;
	height: 18px;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.item-card-delivery {
		font-size: 14px;
		height: 30px;
	}
}
.item-card-delivery .icon {
	display: inline-block;
	margin-right: 5px;
	transform: scale(-1, 1);
}

.item-card-share {
	background: #f5f3ef;
	color: #666;
	padding: 5px 0;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-share {
		padding: 4.5px 0;
	}
}
.item-card-share__body {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 -5px;
}
.item-card-share__item {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	font-size: 15px;
	line-height: 15px;
	padding: 0 5px;
}
.item-card-share__icon {
	color: #63574a;
	display: inline-block;
	font-size: 15px;
	margin-right: 3px;
	vertical-align: middle;
}
@media screen and (min-width: 1000px) {
	.item-card-share__icon {
		font-size: 16px;
	}
}
.item-card-share__icon > span {
	vertical-align: top;
}
.item-card-share__icon > img {
	vertical-align: top;
}
.item-card-share__value {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card-share__value {
		font-size: 12px;
	}
}
.item-card--pickup.item-card--strong-unit .item-card-share__value {
	color: #666;
}

.item-card-stock-icon {
	align-items: center;
	background: #666;
	border-radius: 50%;
	color: #f5f3ef;
	display: inline-flex;
	font-size: 10px;
	height: 15px;
	justify-content: center;
	width: 15px;
}
@media screen and (min-width: 1000px) {
	.item-card-stock-icon {
		height: 16px;
		width: 16px;
	}
}

.item-list__list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -9.5px;
}
@media screen and (min-width: 1000px) {
	.item-list__list {
		margin: -40px -15px;
	}
}
.item-list__item {
	box-sizing: border-box;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 20px 9.5px;
}
@media screen and (min-width: 1000px) {
	.item-list__item {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
		padding: 40px 15px;
	}
}

.item-slider {
	padding: 0 8px;
	position: relative;
}
@media screen and (min-width: 1000px) {
	.item-slider {
		padding: 0;
	}
}
.item-slider__body {
	overflow: hidden;
}
.item-slider__btn {
	align-items: center;
	display: flex;
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 10;
}
.item-slider__btn--left {
	left: 0;
}
@media screen and (min-width: 1000px) {
	.item-slider__btn--left {
		left: 10px;
	}
}
.item-slider__btn--right {
	right: 0;
}
@media screen and (min-width: 1000px) {
	.item-slider__btn--right {
		right: 10px;
	}
}
.item-slider .swiper-container {
	margin: 0 -10px;
}
@media screen and (min-width: 1000px) {
	.item-slider .swiper-container {
		margin: 0 -15px;
	}
}
.item-slider .swiper-slide {
	padding: 0 10px;
}
@media screen and (max-width: 1000px) {
	.item-slider .swiper-slide {
		width: 167.5px;
	}
}
@media screen and (min-width: 1000px) {
	.item-slider .swiper-slide {
		padding: 0 15px;
		width: 300px;
	}
}

.item-slider-btn {
	display: flex;
	height: 45px;
	overflow: hidden;
	pointer-events: all;
	position: relative;
	width: 22.5px;
}
@media screen and (min-width: 1000px) {
	.item-slider-btn {
		height: 60px;
		width: 60px;
	}
}
.item-slider-btn:focus {
	outline: 0 none;
}
.item-slider-btn::before {
	background: rgba(99, 87, 74, .5);
	border-radius: 50%;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 200%;
}
@media screen and (min-width: 1000px) {
	.item-slider-btn::before {
		border-radius: 50%;
		width: 100%;
	}
}
.item-slider-btn::after {
	border: 6px solid transparent;
	border-left: 0 none;
	border-right: 9px solid #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-55%);
	width: 0;
}
@media screen and (min-width: 1000px) {
	.item-slider-btn::after {
		border-bottom-width: 10px;
		border-right-width: 15px;
		border-top-width: 10px;
		transform: translateX(-15%);
	}
}
.is-beginning .item-slider-btn--prev {
	opacity: .2 !important;
}
.is-beginning .item-slider-btn--prev:hover {
	filter: none;
}
.item-slider-btn--next {
	transform: scale(-1, 1);
}
.is-end .item-slider-btn--next {
	opacity: .2 !important;
}
.is-end .item-slider-btn--next:hover {
	filter: none;
}

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

.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;
	}
}
.bnr-wrapper__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.bnr-wrapper__head {
		margin-bottom: 20px;
	}
}
.bnr-wrapper__head > * {
	text-align: center;
}
.bnr-wrapper__body {
	text-align: center;
}

.bnr-link {
	border: #c00 solid 1px;
	display: inline-block;
}

.common-link {
	text-decoration: none;
}
.common-link .icon {
	color: #cf0d15;
	margin-right: .25em;
}
.common-link .text {
	color: #06c;
	font-weight: 700;
	text-decoration: underline;
}
@media screen and (max-width: 999px) {
	.common-link {
		display: block;
	}
}

.cpn-detail {
	color: #000;
}
.cpn-detail__container {
	max-width: 375px;
	padding: 0 10px;
	margin: 0 auto;
}
.cpn-detail__head {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.cpn-detail__head {
		margin-bottom: 30px;
	}
	.cpn-detail__container {
		padding: 0;
		max-width: none;
	}
}
.cpn-detail__item {
	border-top: 2px #cdbd69 solid;
	padding-top: 20px;
}
@media screen and (min-width: 1000px) {
	.cpn-detail__item {
		border-top-width: 4px;
		padding-top: 40px;
	}
}
.cpn-detail__item:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
	.cpn-detail__item:not(:last-child) {
		margin-bottom: 40px;
	}
}
.cpn-detail-head {
	text-align: center;
}

.cpn-detail-item__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.cpn-detail-item__head {
		margin-bottom: 20px;
	}
}

.cpn-detail-item-head {
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
}
@media screen and (min-width: 1000px) {
	.cpn-detail-item-head {
		font-size: 24px;
	}
}
.cpn-detail-item-head .icon {
	color: #c00;
	font-size: 10px;
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.cpn-detail-item-head .icon {
		font-size: 20px;
	}
}

.cpn-detail-item-body {
	font-size: 10px;
	line-height: 1.6;
	margin: -.3em 0;
}
@media screen and (min-width: 1000px) {
	.cpn-detail-item-body {
		font-size: 20px;
	}
}
.cpn-detail-item-body .bold {
	font-weight: 700;
}
.cpn-detail-item-body .icon-align {
	display: flex;
}
.cpn-detail-item-body .icon-align--inline {
	display: inline-flex;
}
.cpn-detail-item-body .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .25em;
	text-align: center;
	width: 1em;
}
.cpn-detail-item-body .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
.cpn-detail-item-body-list--second {
	margin-left: 15px;
}
@media screen and (min-width: 1000px) {
	.cpn-detail-item-body-list--second {
		margin-left: 30px;
	}
}
.more-wrapper__body {
	margin-bottom: 10px;
	min-height: 200px;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	transition: .1s;
}
.more-wrapper__body:after {
	--cover-color: 255, 255, 255;
	background-image: linear-gradient(rgba(var(--cover-color), 0), rgba(var(--cover-color), 1));
	bottom: 0;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity .3s;
	width: 100%;
}
.content-section.is-more .more-wrapper__body:after {
	display: none;
}
.more-wrapper.is-init .more-wrapper__body {
	min-height: none;
	transition: .7s;
}
.more-wrapper.is-open .more-wrapper__body::after {
	opacity: 0;
}
.more-wrapper.is-open .more-wrapper__btn {
	display: none;
}

.more-wrapper-btn {
	align-items: center;
	background: #4d2100 !important;
	border-radius: 15px;
	color: #fff;
	display: flex;
	font-size: 14px;
	height: 30px;
	justify-content: center;
	margin: 0 auto;
	width: 150px;
}
@media screen and (min-width: 1000px) {
	.more-wrapper-btn {
		border-radius: 22px;
		font-size: 18px;
		height: 44px;
		width: 250px;
	}
}
.more-wrapper-btn .icon {
	margin-right: .5em;
}

.mv__container {
	box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: 375px;
}
@media screen and (min-width: 1000px) {
	.mv__container {
		max-width: 1400px;
	}
}
.mv-img {
	background: #ccc;
	display: block;
	position: relative;
	width: 100%;
}
.mv-img::before {
	content: "";
	display: block;
	/* padding-top: 46.6666666667%; */
	padding-top: 64%;
}
.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: 35%;
	}
	.mv-img > * {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}
.mv-img img {
	width: 100%;
}
.mv-content__area {
	bottom: 9%;
	display: block;
	height: 50%;
	position: absolute;
	z-index: 100;
}
.mv-content__area--otoku-1 {
	left: 13%;
	width: 37.5%;
}
@media screen and (min-width: 1000px) {
	.mv-content__area--otoku-1 {
		left: 28%;
		width: 28%;
	}
}
.mv-content__area--otoku-2 {
	right: 6%;
	width: 42%;
}
@media screen and (min-width: 1000px) {
	.mv-content__area--otoku-2 {
		right: 19%;
		width: 32%;
	}
}
.mv-content__area a {
	display: block;
	height: 100%;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.mv-content__area a {
		width: 70%;
	}
	.mv-content__area a:hover {
		cursor: url("../img/cursor_pc.png"), auto;
	}
} 
.section {
	background: #f4f0d4;
	border-top: #b5a034 8px solid;
	padding: 6px 0 25px;
}
@media screen and (min-width: 1000px) {
	.section {
		border-top-width: 16px;
		padding: 12px 0 50px;
	}
}
.section__head {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.section__head {
		margin-bottom: 30px;
	}
}
.section__nav {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.section__nav {
		margin-bottom: 20px;
	}
}
.section__catch {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.section__catch {
		margin-bottom: 30px;
	}
}
.section__text {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.section__text {
		margin-bottom: 30px;
	}
}
.section__notice {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.section__notice {
		margin-bottom: 30px;
	}
}
.section-head {
	text-align: center;
}
.section-head img {
	margin-top: -11px;
}
@media screen and (min-width: 1000px) {
	.section-head img {
		margin-top: -24px;
	}
}

.section-catch {
	color: #1e7a39;
	font-size: 15px;
	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-catch {
		font-size: 30px;
	}
}

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

.section-notice {
	font-size: 10px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
.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: .25em;
	text-align: center;
	width: 1em;
}
.section-notice .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
@media screen and (min-width: 1000px) {
	.section-notice {
		font-size: 20px;
	}
}

.section-entry-btn {
	align-items: center;
	background: #cf0d15;
	border-radius: 27.5px;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	height: 55px;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 330px;
}
.section__btn .section-entry-btn {
	transform: translateX(-1%);
}
.section__btn{
	margin: 30px 0 25px;
}
@media screen and (min-width: 1000px) {
	.section-entry-btn {
		border-radius: 55px;
		font-size: 35px;
		height: 100px;
		width: 600px;
	}
	.section__btn {
		margin: 60px 0 50px;
		margin-top: 60px;
	}
	.section-entry-btn::before {
		content: "";
		background-image: url(../img/entry-btn-image-left_pc.png);
	}
	.section-entry-btn::after {
		content: "";
		background-image: url(../img/entry-btn-image-right_pc.png);
	}
}


.date-content__head {
	position: relative;
	height: 50px;
	background-image: url(../img/content-head_pc.png); 
	background-color: #b5a034;
	margin-bottom: 3px;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 1000px) {
	.date-content__head {
		height: 100px;
		margin-bottom: 3px;
	}
}
.date-content__section {
	padding: 15px 0;
}
@media screen and (min-width: 1000px) {
	.date-content__section {
		padding: 30px 0 50px;
	}
}
.date-content__section--12 {
	background: #fcead9;
}
.date-content__section--19 {
	background: #e0eee1;
}
.date-content-head {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.date-content-head {
		font-size: 60px;
	}
}
.date-content-head .small {
	font-size: .7em;
}
.content__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.content__head {
		margin-bottom: 20px;
	}
}
.content-head {
	display: none;
}
.date-content__section__head {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.date-content__section__head {
		font-size: 45px;
	}
}
.content-footer {
	position: relative;
	height: 50px;
	background-image: url(../img/content-footer_pc.png); 
	background-color: #b5a034;
	background-size: cover;
	background-position: center;
}
@media screen and (min-width: 1000px) {
	.content-footer {
		height: 100px;
	}
}


.main {
	padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.main {
		padding-bottom: 100px;
	}
}
#otoku-1 {
	padding: 6px 0 0;
}
.separator--otoku-section:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--otoku-section:not(:last-child) {
		margin-bottom: 100px;
	}
}
.separator--otoku-section-2 {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--otoku-section-2 {
		margin-bottom: 100px;
	}
}
.separator--detail {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--detail {
		margin-bottom: 100px;
	}
}
.separator--bnr {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--bnr {
		margin-bottom: 100px;
	}
}