@charset "UTF-8";
.btn-3ple {
	align-items: center;
	background: #870f14;
	border-radius: 27.5px;
	display: flex;
	height: 55px;
	justify-content: center;
	position: relative;
	text-decoration: none;
  /*border: solid 1px #aea269;*/
}
@media screen and (min-width: 1000px) {
	.btn-3ple {
		border-radius: 55px;
		height: 110px;
		margin: 0 auto;
		max-width: 600px;
	}
}
.btn-3ple__icon {
	margin-right: 8px;
}
@media screen and (min-width: 1000px) {
	.btn-3ple__icon {
		margin-right: 15px;
	}
}
.btn-3ple__text {
  /*color: #d92984;*/
  color: #fff;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 1000px) {
	.btn-3ple__text {
		font-size: 35px;
	}
}
.btn-3ple::after {
	bottom: 0;
	/*color: #d92984;*/
  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;
}
.daily-separator:not(:first-of-type):nth-of-type(2n) {
	background: #ccc;
	border-top: #bbb 5px solid;
	padding-top: 25px;
}
@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;
}
.main:has(.dshop) {
  padding-bottom: 100px;
}


.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;
	scroll-margin-top: 0;
} /* 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;
	padding: 0 10px;
  	/*max-width: 375px;*/
	max-width: 360px;
}
@media screen and (min-width: 1000px) {
	.container {
		max-width: 1240px;
	}
}
@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;
	}
}
@media screen and (max-width: 374px) {
  .container--item {
    padding: 0 10px;
  }
}

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

/* MVまわり */

.mv {
	background-color: #870f14;
}

/*.mv {
  background-image: url("../img/2505/mv-base_sp.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
  .mv {
    background-image: -webkit-image-set(url("../img/2505/mv-base_sp.png") 1x, url("../img/2505/mv-base_sp2x.png") 2x);
    background-image: image-set(url("../img/2505/mv-base_sp.png") 1x, url("../img/2505/mv-base_sp2x.png") 2x);
  }
}
@media screen and (min-width: 1000px) {
  .mv {
      background-image: url("../img/2505/mv-base_pc.png");
      background-repeat: repeat-x;
      background-position: center;
      background-size: auto;
    }
}*/

.mv-content {
  position: relative;
}
.mv-content__img {
  text-align: center;
}

.mv-main-img::before {
	content: "";
    background-image: url(../img/l-ornament_sp2x.png);
    background-repeat: no-repeat;
    display: block;
    height: 82px;
    width: 91.5px;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 200px);
    background-size: cover;
    vertical-align: middle;
}

@media screen and (min-width: 1000px) {
	.mv-main-img::before {
		content: "";
		background-image: url(../img/l-ornament_pc.png);
		background-repeat: no-repeat;
		display: block;
		height: 287px;
		width: 321px;
		position: absolute;
		bottom: -26px;
		left: calc(50% - 600px);
    	background-size: cover;
		background-size: inherit;
	}
}

/*  .content-item::before {
    content: "";
    background-image: url("../img/2505/bg-ribbon-1_sp.png");
    background-repeat: no-repeat;
    display: block;
    height: 47px;
    width: 138px;
    position: absolute;
    top: -7.5px;
    left: calc(50% - 198.5px);
  }
  @media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    .content-item::before {
        background-image: -webkit-image-set(url("../img/2505/bg-ribbon-1_sp.png") 1x, url("../img/2505/bg-ribbon-1_sp2x.png") 2x);
        background-image: image-set(url("../img/2505/bg-ribbon-1_sp.png") 1x, url("../img/2505/bg-ribbon-1_sp2x.png") 2x);
    }
  }
*/

.mv-bottom {
	background-color: #31430f;
	padding: 1.5px 0;
}
.mv-bottom-content {
	padding: 15.5px 0;
}
.mv-bottom-content__text {
	color: #fff;
	font-size: 12px;
	line-height: 1.583;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: 300;
}
@media screen and (min-width: 1000px) {
  .mv-bottom-content {
    padding: 30px 0;
  }
  .mv-bottom-content__text {
    color: #fff;
    font-size: 18px;
	line-height: 1.6;
  }
}


/* background の設定 */
.headline {
	height: 100%;
	background: #f0e2ca;
}
.headline-content {
	background-image: url("../img/headline_line_sp2x.png"),url("../img/headline_bk_sp2x.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

@media screen and (min-width: 1000px) {
  .headline {
	/*height: 429px;*/
	height: 373px;
  }
  .headline-content {
    background-image: url("../img/headline_line_pc.png"),url("../img/headline_bk_pc.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: inherit;
  }
}
/*
@media screen and (max-width: 999px) {
  .content-item {
    position: relative;
  }
  .content-item::before {
    content: "";
    background-image: url("../img/2505/bg-ribbon-1_sp.png");
    background-repeat: no-repeat;
    display: block;
    height: 47px;
    width: 138px;
    position: absolute;
    top: -7.5px;
    left: calc(50% - 198.5px);
  }
  @media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    .content-item::before {
        background-image: -webkit-image-set(url("../img/2505/bg-ribbon-1_sp.png") 1x, url("../img/2505/bg-ribbon-1_sp2x.png") 2x);
        background-image: image-set(url("../img/2505/bg-ribbon-1_sp.png") 1x, url("../img/2505/bg-ribbon-1_sp2x.png") 2x);
    }
  }
	*/

.content-item--1 {
	background-color: #870f14;
}
.content-item--2 {
	background-color: #31430f;
}
.content-item--3 {
	background-color: #ffff66;
}
.content-item--4 {
	background-color: #3abc0d;
}
.content-item--5 {
	background-color: #f88c00;
}
.content-item--6 {
	background-color: #921d92;
}

@media screen and (min-width: 999px) {
  .content-item {
    position: relative;
  }
	.content-item--1 {
	background-image: url("../img/content_item_bg_1.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top;
	}
	.content-item--2 {
	background-image: url("../img/content_item_bg_2.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top;
	}
}

@media screen and (min-width: 1000px) {
  .content-item {
    position: relative;
  }
}

.title-container-grid {
  display: grid;
  grid-template-columns: auto 1fr auto; /* 左右の装飾はauto、タイトルは残りのスペースを1frで占有 */
  grid-template-rows: auto;
  align-items: flex-start; /* これが重要！行の開始位置に揃える */
  gap: 10px; /* 要素間の間隔 */
}

.decoration1 {
  display: none;
}
.decoration2 {
  display: none;
}

.title-text {
	grid-column: 2; /* タイトルを2列目に配置 */
	margin: 0 auto;
	text-align: center; /* テキストを中央揃え */
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	color: #f2ca70;
}

@media screen and (min-width: 999px) {
	.title-text {
		grid-column: 2; /* タイトルを2列目に配置 */
		margin: 20px auto 0;
		text-align: center; /* テキストを中央揃え */
		font-size: 40px;
		line-height: 1.4;
		font-weight: 600;
		width: 720px;
	}
	.decoration1 {
		display: block;
		width: 123px;
		height: auto;
	}
	.decoration2 {
		display: block;
		width: 68px;
		height: auto;
		padding-top: 10px;
	}
}

  /*
  .content-item::before {
    content: "";
    background-image: url("../img/2505/bg-ribbon-1_pc.png");
    background-repeat: no-repeat;
    display: block;
    height: 93px;
    width: 276px;
    position: absolute;
    top: -14px;
    left: calc(50% - 497px);
  }
  .content-item--1 {
    background-color: #010542;
    background-image: url("../img/2505/bg-ribbon-2_pc.png");
    background-repeat: no-repeat;
    background-position: right calc(50% - 377px) top 137px;
    background-size: auto;
  }
  .content-item--2 {
    background-color: #eed459;
    background-image: url("../img/2505/bg-ribbon-2_pc.png");
    background-repeat: no-repeat;
    background-position: right calc(50% - 377px) top 151px;
    background-size: auto;
  }
  .content-item--3 {
    background-color: #ffff66;
    background-image: url("../img/2502/content-bg-3_pc.png");
    background-repeat: no-repeat;
    background-position: center top 322px;
    background-size: auto;
  }
  .content-item--4 {
    background-color: #3abc0d;
    background-image: url("../img/2502/content-bg-4_pc.png");
    background-repeat: no-repeat;
    background-position: center top 277px;
    background-size: auto;
  }
  .content-item--5 {
    background-color: #f88c00;
    background-image: url("../img/2502/content-bg-5_pc.png");
    background-repeat: no-repeat;
    background-position: center top 339px;
    background-size: auto;
  }
  .content-item--6 {
    background-color: #921d92;
    background-image: url("../img/2502/content-bg-6_pc.png");
    background-repeat: no-repeat;
    background-position: center bottom 296px;
    background-size: auto;
  }
}*/