@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: 2px solid #ccc;
	box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
	.btn-3ple--negative {
		border-width: 4px;
	}
}
.btn-3ple--negative::after {
	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--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;
	}
}
.btn-3ple--negative::after {
	color: #d92984;
}

.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 {
	/*width: 100%;*/
	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: 767px;
	padding: 0 10px;
}
@media screen and (min-width: 1000px) {
	.container {
		max-width: 1200px;
		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;
}
@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;
	}
}
.catch {
	color: #340805;
	font-weight: 700;
	text-align: center;
}
.catch__main {
	display: block;
	font-size: 15px;
	margin-bottom: 9px;
}
/* catchが１行の時のみ使用 */
@media screen and (max-width: 999px) {
  .catch__main {
    padding: 13.5px 0;
  }
}/**/
@media screen and (min-width: 1000px) {
	.catch__main {
		font-size: 30px;
		margin-bottom: 18px;
	}
}
.catch__sub {
	display: block;
	font-size: 12px;
}
@media screen and (min-width: 1000px) {
	.catch__sub {
		font-size: 24px;
	}
}

.content__top {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.content__top {
		margin-bottom: 50px;
	}
}
.content__top .container {
	padding: 0;
}
/*@media screen and (min-width: 1000px) {
	.content__item-list .container {
		padding: 0;
	}
}*/


/* 追加 */
@media screen and (min-width: 1000px) {
	.content__top .container {
		display: flex;
		justify-content: center;
	}
}
.content-top__head {
	max-width: 1200px;
}
/* */


.content-head {
	background-color: #e6e4b3;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.content-head {
		width: 100%;
	}
}
.content-head img {
	width: 100%;
}

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

.nav-wrapper {
	background: #f4f2ef;
}
.nav-wrapper__inner {
	padding: 5px 0;
}
@media screen and (min-width: 1000px) {
	.nav-wrapper__inner {
		padding: 10px 0;
	}
}

.nav-content__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  gap: 5px
}
@media screen and (min-width: 1000px) {
	.nav-content__list {
		max-width: 100%;
		width: 100%;
		margin: initial;
		flex-wrap: nowrap;
    gap: 10px
	}
}
/*
.nav-content__item:not(:nth-child(3n+1)) {
	margin-left: 5px
}
.nav-content__item:nth-child(n+4) {
	margin-top: 5px;
}
@media screen and (min-width: 1000px) {
	.nav-content__item:not(:first-child) {
		margin-left: 10px
	}
	.nav-content__item:nth-child(n+4) {
		margin-top: initial;
	}
}
*/

.nav-content__item {
	box-sizing: border-box;
	min-width: 30%;
	max-width: 33%;
	flex: 0 3 calc(30%);
	/*padding: 2.5px 1.5px;
	width: 33%;*/
}
.nav-content__item img {
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.nav-content__item {
		min-width: auto;
		padding: initial;
    flex: initial;
		/*flex-basis: 16.66666667%;*/
		/*max-width: 20%;*/
		/*padding: 0 2px;*/
	}
}

.nav-item {
	display: block;
}

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

.separator--mv {
	/*background: #e6e4b3;*/
	background: #e6e4b3;
}
.separator--nav {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.separator--nav {
		margin-bottom: 50px;
	}
}
.separator--catch {
	margin-bottom: 13px;
}
@media screen and (min-width: 1000px) {
	.separator--catch {
		margin-bottom: 50px;
	}
}
.separator--content-list {
	margin-bottom: 50px;
	min-height: 200px;
}
@media screen and (min-width: 1000px) {
	.separator--content-list {
		margin-bottom: 100px;
	}
}
.separator--content:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--content:not(:last-child) {
		margin-bottom: 100px;
	}
}
@media screen and (min-width: 1000px) {
	.pcnone {
		display: none;
	}
}
.footer img {
	width: auto;
}

/* 202407分 その他の商品はこちらバナー（ボタン）*/
.section-btn__link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	margin: 0 auto;
	background: #f4f2ef;
	border-radius: 22px;
	color: #c90602;
	font-weight: 700;
	height: 45px;
	width: 218px;
	min-width: 218px;
}
.section-btn__notes {
	font-size: 15px;
	color: #340805;
}
.section-btn__link::after {
	bottom: 0;
	content: "\f105";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 19px;
	font-weight: 700;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 12px;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.section-btn__link {
		border-radius: 36px;
		height: 70px;
		min-width: 340px;
	}
	.section-btn__notes {
		font-size: 24px;
	}
	.section-btn__link::after {
		font-size: 30px;
		right: 19px;
	}
}
.btn-back {
	max-width: 1200px;
	background: #fff;
	margin: 0 auto;
}

/** マージン調整 **/
.section-content {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.section-content {
		margin-bottom: 100px;
	}
}
.tag-content {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.tag-content {
		margin-bottom: 50px;
	}
}
/**  **/
/* */

/* 動画下部ボタン*/
/*
.section-btn--bottom .section-btn__link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	margin: 0 auto;
	background: #fff;
	border-radius: 22px;
	color: #c90602;
	font-weight: 700;
	height: 45px;
	width: 250px;
	min-width: 250px;
	border: solid #aca19f 1px;
	box-sizing: border-box;
}
.section-btn--bottom .section-btn__notes {
	font-size: 15.5px;
}
@media screen and (min-width: 1000px) {
	.section-btn--bottom .section-btn__link {
		border-radius: 36px;
		border: solid #aca19f 2px;
		height: 70px;
		min-width: 380px;
		box-sizing: border-box;
	}
	.section-btn--bottom .section-btn__notes {
		font-size: 24px;
	}
}
@media screen and (min-width: 768px) {
	.section-btn-area {
		display: flex;
		justify-content: center;
		gap: 20px;
	}
}
.btn-bottom--1 {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (min-width: 1000px) {
	.btn-bottom--1 {
		margin-bottom: initial;
	}
}
.section-btn__under-text{
	color: #4c2209;
	font-size: 10px;
	margin-top: 2.5px;
}
@media screen and (min-width: 1000px) {
	.section-btn__under-text {
		font-size: 12px;
		margin-top: 5px;
	}
}

.btn-bottom--1 .section-btn__link--bottom {
    background-image: url("../img/movie/link_sp.png");
    background-position: center left 19px;
	background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    .btn-bottom--1 .section-btn__link--bottom {
        background-image: -webkit-image-set(url("../img/movie/link_sp.png") 1x, url("../img/movie/link_sp@2x.png") 2x);
        background-image: image-set(url("../img/movie/link_sp.png") 1x, url("../img/movie/link_sp@2x.png") 2x);
    }
}
@media screen and (min-width: 1000px) {
    .btn-bottom--1 .section-btn__link--bottom {
        background-image: url("../img/movie/link_pc.png");
		background-position: center left 25px;
		background-repeat: no-repeat;
    }
}
*/
/* */

/* 動画追加部分 */
/*
.movie-content-head {
	margin-bottom: 21px;
}
.movie-content__title {
	text-align: center;
	font-weight: 700;
}
.movie-content__text {
	color: #4c2209;
	line-height: 1.6;
	font-size: 12px;
	word-break: break-all;
}
@media screen and (min-width: 1000px)  {
	.movie-content-head {
		margin-bottom: 25px;
	}
	.movie-content__title {
		font-size: 30px;
	}
	.movie-content__text {
		font-size: 16px;
	}
}
.movie-content__body{
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px)  {
	.movie-content__body{
		margin-bottom: 50px;
	}
}
.media-object__item {
	text-align: center;
}
.item-movie {
	position: relative;
	width: 800px;
	height: auto;
	padding-top: 56.25%;
}
.item-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 999px)  {
	.item-movie {
		max-width: 92vw;
		height: auto;
		padding-top: 56.25%;
	}
	.item-movie iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}
.separator--movie {
	display: flex;
	justify-content: center;
	margin-bottom: 6.5px;
}
@media screen and (min-width: 1000px) {
	.separator--movie {
		margin-bottom: 20px;
	}
}
.separator--movie {
    background-image: url("../img/movie/movie-back_sp.png");
    background-position: top, center;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    .separator--movie {
        background-image: -webkit-image-set(url("../img/movie/movie-back_sp.png") 1x, url("../img/movie/movie-back_sp@2x.png") 2x);
        background-image: image-set(url("../img/movie/movie-back_sp.png") 1x, url("../img/movie/movie-back_sp@2x.png") 2x);
    }
}
@media screen and (min-width: 1000px) {
    .separator--movie {
        background-image: url("../img/movie/movie-back_pc.png");
		background-position: top;
		background-repeat: no-repeat;
    }
}
.movie-content-head__img img {
	width: initial;
}
.movie-content-head__img {
	margin-bottom: 11px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.movie-content-head__img {
		margin-bottom: 25px;
	}
}
.separator--movie-content {
	padding: 25px 0;
}
@media screen and (min-width: 1000px) {
	.separator--movie-content {
		padding: 50px 0;
	}
}
.container--movie {
	padding: 0 15px;
}
@media screen and (min-width: 1000px) {
	.container--movie {
		padding: 0 50px;
		max-width: 1100px;
	}
}
.section-movie-body {
	display: flex;
	justify-content: center;
}
*/

/* 動画下部テキスト */
/*
.bottom-text__text {
	color: #4c2209;
	font-size: 12px;
	line-height: 1.6;
}
.bottom-text {
	padding: 0 10px;
}
.section-bottom-text {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.bottom-text__text {
		line-height: initial;
	}
	.bottom-text {
		padding: initial;
	}
	.section-bottom-text {
		margin: 0 auto 100px auto;;
		max-width: 1200px;
	}
}
*/
/*  */