@charset "UTF-8";

/*************
FMT
*************/
.info_wrap,
.footer_container {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	font-weight: 400;
}
img {
	display: block;
	width: 100%;
}
.content_wrap {
	-webkit-font-smoothing: antialiased;
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	margin-top: 66px;
	background-color: #272732;
	width: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.content_wrap::before {
	content: "";
	position: absolute;
	background-image: url(../img/bg_pattern01.png);
	background-size: contain;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	mix-blend-mode: overlay;
	z-index: -1;
}
a:hover img {
	opacity: 1;
}

figure {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}
figcaption .caption {
	margin-left: auto;
	margin-right: 0;
	width: fit-content;
	font-size: 12px;
}
@media (min-width: 751px) {
	.content_wrap {
		margin-top: 90px;
	}
}
:root {
	--text-color: #000000;
	--primary-color: #2ebcad;
	--bg-color: #ffffff;
	--red-color: #ee0000;
	--accent-color: #ffff00;
}
/*アキ*/
.mgt48 {
	margin-top: 48px !important;
}
.mgt32 {
	margin-top: 32px !important;
}
.mgt24 {
	margin-top: 24px !important;
}
.mgt16 {
	margin-top: 16px !important;
}
.mgt8 {
	margin-top: 8px !important;
}
.mgt4 {
	margin-top: 4px !important;
}
.mgt0 {
	margin-top: 0 !important;
}

/*テキストサイズ*/
.annotation {
	font-size: 14px;
}
.smallest {
	font-size: 12px;
}
.larger {
	font-size: 1.5em;
}
.smaller {
	font-size: 0.75em;
}

/* テキスト揃え */
.center {
	text-align: center;
}
.auto_center {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.ib {
	display: inline-block;
}

/* テキストカラー */
.fcPrimary {
	color: var(--primary-color);
}
.fcRed {
	color: var(--red-color);
}
.fcWhite {
	color: #fff;
}
.fcYellow {
	color: #ff0;
}

/* テキスト汎用 */
.Medium {
	font-weight: 400;
}
.text_link {
	color: var(--emphasis-color);
	text-decoration: underline;
	/* font-weight: bold; */
	cursor: pointer;
}
.marker {
	background: linear-gradient(transparent 50%, var(--accent-color) 50%);
}
.relative_wrap {
	position: relative;
}

/* 箇条書き */
ul.text_list li,
p.text_list {
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
ul.text_list li + li {
	margin-top: 2px;
}
ul.text_list.annotation li {
	font-size: 14px;
}
@media (min-width: 751px) {
	.red_box {
		font-size: 22px;
	}
	.pc_center {
		text-align: center;
	}
}
/* js-fadeUp */
.js-fadeUp {
	transform: translateY(10px);
	opacity: 0;
	transition: all 1s;
}
.js-fadeUp.is-inview {
	transform: translateY(0);
	opacity: 1;
}
/*************
汎用
*************/
/* ボイストック枠 */
.VoiStock_btn {
	display: block;
	max-width: 400px;
	margin: 32px auto 16px;
}
.VoiStock_btn.comingSoon {
	pointer-events: none;
}
.qr_wrap {
	display: none;
}
@media (min-width: 751px) {
	.qr_wrap {
		padding: 6px;
		margin: 32px auto 16px;
		border: 3px solid #cbad6d;
		display: flex;
		gap: 16px;
		/* border-radius: 16px; */
		max-width: 480px;
		align-items: center;
		background: #69232e;
		background: linear-gradient(180deg, rgba(105, 35, 46, 1) 0%, rgba(105, 35, 46, 1) 50%, rgba(95, 31, 40, 1) 51%, rgba(95, 31, 40, 1) 100%);
	}
	.qr_text {
		flex: 1;
	}
	.qr_text_wrap {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.qr_text_hd {
		font-weight: bold;
		margin-bottom: 6px;
		font-size: 18px;
		color: #333;
		background-color: #cbad6d;
		padding: 4px 12px;
		/* border-radius: 40px; */
		text-align: center;
	}
	.qr_text p {
		text-align: left;
	}
	.qr_img {
		width: 100px;
		position: relative;
		padding: 4px;
		/* border: 2px solid var(--primary-color); */
		/* border-radius: 8px; */
		background-color: #fff;
	}
	.qr_img .comingSoon {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		color: var(--text-color);
		font-size: 20px;
		line-height: 1.2;
		text-align: center;
	}
}
/* アコーディオン */
.acc_body {
	display: none;
}
.acc_btn {
	font-weight: bold;
	width: fit-content;
	margin: 32px auto 0;
	color: var(--text-color);
	position: relative;
	padding-right: 28px;
	cursor: pointer;
	transition: all 0.3s;
}
.acc_btn span {
	position: absolute;
	background-color: #fff;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.acc_btn span::before,
.acc_btn span::after {
	content: "";
	background-color: var(--emphasis-color);
	position: absolute;
	width: 12px;
	height: 2px;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	transition: transform 0.3s;
}
.acc_btn span::before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.acc_btn.open span::before {
	transform: translate(-50%, -50%);
}
/* ご注意事項アコーディオン */
.caution_acc .acc_btn {
	padding: 4px 40px 4px 20px;
	border: solid 1px #fff;
	border-radius: 30px;
	background-color: var(--emphasis-color);
	font-size: 16px;
	color: var(--elisabeth-color);
}
.caution_acc .acc_btn span {
	right: 10px;
}
.caution_acc .acc_body {
	/* padding: 10px;
	border-radius: 8px; */
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-weight: normal;
	margin-top: 16px;
	/* border: 2px solid var(--primary-color); */
}
.caution_head {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}
.text_list + .caution_head {
	margin-top: 8px;
}
@media (min-width: 751px) {
	.caution_acc .acc_body {
		padding: 20px;
		border-radius: 16px;
	}
}
/*************
mainVisual
*************/
.head__line {
	background-color: #cbad6d;
	width: 100%;
	height: 8px;
}
.head__parts__wrap {
	max-width: 920px;
	margin: 0 auto;
}
.head__parts {
	width: 80px;
	position: absolute;
	top: -2px;
}
.head__parts__L {
	left: 0;
}
.head__parts__R {
	right: 0;
}
.elisabeth___h1 {
	padding-top: 24px;
	z-index: 3;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.main__parts {
	background-image: url(../img/pattern01.png);
	background-size: contain;
	width: 100%;
	height: 100px;
	opacity: 0.3;
	margin-top: -24px;
}
@media (min-width: 751px) {
	.head__parts {
		width: 124px;
	}
}
/*************
sec__intro
*************/
.Container {
	padding: 48px 4vw;
}
.sec__intro__lead__wrap {
	margin-top: -48px;
}
.sec__intro__lead {
	line-height: 1.9;
}
.sec__intro__lead__item {
	width: 100px;
	margin: 8px auto 10px;
}
.sec__intro__ank__wrap {
	margin-top: 64px;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.sec__intro__ank__wrap .flex {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media (min-width: 751px) {
	.sec__intro__ank__wrap .flex {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: unset;
	}
	.sec__intro__ank__wrap .flex li {
		width: calc(33% - 10px);
	}
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
終了処理
*************/

.red_box {
	font-weight: bold;
	border: 2px solid var(--red-color);
	color: var(--red-color);
	font-size: 18px;
	text-align: center;
	padding: 8px;
	margin: 16px auto 0;
	max-width: 800px;
	width: calc(100% - 40px);
	background-color: #fff;
}
.VoiStock_btn.sign-off-btn {
	pointer-events: none;
	position: relative;
}
.sign-off {
	background-color: rgba(255, 255, 255, 0.8);
	color: #ee0000;
	border: #ee0000 2px solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 16px 0;
}
@media (min-width: 751px) {
	/* 終了処理 QR枠用 */
	.sign-off-pc {
		background-color: rgba(255, 255, 255, 0.9);
		color: #ee0000;
		border: #ee0000 2px solid;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 85%;
		height: 85%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
}

/*************
footer
*************/
/*その他の推し旅プラン*/
.info_wrap {
	margin: 0 auto;
	padding: 8px 40px 20px;
	position: relative;
	background-color: #fff;
}
.oshitabi_btn {
	display: block;
	border: 4px solid #000;
	background-color: #fff;
	max-width: 740px;
	margin: 32px auto 0;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	border-radius: 10px;
	position: relative;
	padding: 10px 30px 10px 5px;
	font-size: 18px;
	transition: all 0.3s;
}
.oshitabi_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	height: 12px;
	width: 12px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s;
}
.oshitabi_btn:hover {
	background-color: var(--primary-color);
	color: #fff;
	border: 4px solid var(--primary-color);
}
.oshitabi_btn:hover::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.credit {
	text-align: center;
	margin-top: 16px;
	font-size: 12px;
}

.footer_container {
	position: relative;
	z-index: 100;
	background-color: #fff;
	padding-top: 1px;
}
@media (min-width: 751px) {
	.info_wrap {
		margin: 0 auto;
		padding: 8px 20px 100px;
	}
	.oshitabi_btn {
		padding: 15px;
		font-size: 20px;
	}
}

/*************
メディアクエリ
*************/
@media (min-width: 751px) {
	.sp {
		display: none;
	}
}
@media (max-width: 750px) {
	.pc {
		display: none;
	}
}

/* 新規スタイル */
:root {
	--elisabeth-color: #272732;
	--emphasis-color: #cbad6d;
}

.jp {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-weight: normal;
}

.en {
	font-family: "trajan-pro-3", serif;
	font-weight: 600;
	font-style: normal;
}

h2.en::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	background-color: var(--emphasis-color);
	width: 100%;
	height: 3px;
}

.heading__inner {
	position: relative;
	display: block;
}

.heading__inner::before,
.heading__inner::after {
	content: "";
	position: absolute;
	bottom: -10px;
	display: block;
	background-image: url(../img/deco04.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: calc(123px / 2);
	height: calc(40px / 2);
}

.heading__inner::before {
	left: 0;
}

.heading__inner::after {
	right: 0;
	transform: scaleX(-1);
}

.dTxt {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-weight: normal;
}

.caution_acc.howto .acc_btn {
	width: 100%;
	background: #ffffff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(199, 199, 199, 1) 100%);
	border-radius: inherit;
	border-color: var(--emphasis-color);
	font-size: 18px;
	text-align: center;
	padding: 8px 0;
	box-sizing: border-box;
}

.caution_acc.howto .acc_btn span {
	top: 50%;
	left: calc(50% + 55px);
	transform: translate(-50%, -50%);
	background-color: var(--elisabeth-color);
}

.caution_acc.howto .acc_btn span::before,
.caution_acc.howto .acc_btn span::after {
	background-color: #fff;
}

.caution_acc.howto ul.text_list.annotation li {
	font-size: 18px;
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.caution_acc.howto {
	counter-reset: number 0;
}

.caution_acc.howto ul.text_list.annotation li {
	display: flex;
	align-items: baseline;
	margin-bottom: 0.8em;
	padding-left: 0;
	text-indent: inherit;
}

.caution_acc.howto ul.text_list.annotation li:not(:last-child) {
	border-bottom: solid 1px var(--emphasis-color);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.caution_acc.howto ul.text_list.annotation li::before {
	counter-increment: number 1;
	content: counter(number) " ";
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	margin-right: 0.8em;
	background-color: var(--emphasis-color);
	color: var(--elisabeth-color);
	font-weight: bold;
}

.caution_acc.howto ul.text_list.annotation li p {
	width: calc(100% - 1.8em);
}
.caution_acc.howto ul.text_list.annotation li p span{
	display:block;
	margin-top:10px;
	font-size:14px;
}
.caution_acc.howto ul.text_list.annotation li p a{
	color:#fff;
	text-decoration: underline;
}

/* 対象公演紹介 */
.introduction {
	background: #ffffff;
	background: linear-gradient(0deg, rgba(219, 219, 219, 1) 0%, rgba(240, 239, 239, 1) 100%);
	text-align: center;
}

.introduction h2 {
	font-size: 32px;
	font-weight: 700;
	color: var(--elisabeth-color);
	margin-bottom: 10px;
}

.introduction .official {
	font-size: 18px;
	font-weight: 700;
	color: #69232e;
	text-decoration: underline;
}

.introduction .dTxt {
	font-size: 14px;
	color: var(--elisabeth-color);
}

/* Special Movie */
.special-movie {
	padding: 50px 0;
}

.special-movie h2 {
	position: relative;
	font-size: 32px;
	color: var(--emphasis-color);
	text-align: center;
}

/* .special-movie h2::before,
.special-movie h2::after {
	content: "";
	position: absolute;
	bottom: -10px;
	display: block;
	background-image: url(../img/deco04.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: calc(123px / 2);
	height: calc(40px / 2);
}

.special-movie h2::before {
	left: 0;
}

.special-movie h2::after {
	right: 0;
	transform: scaleX(-1);
} */

.special-movie__inner {
	background-image: url(../img/bg-heading.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding: 10px 4vw 0;
}

.special-movie h3 {
	margin-bottom: 10px;
}

.special-movie dl {
	width: 90%;
	margin: 30px auto 0;
}

.special-movie dl dt {
	background-color: var(--emphasis-color);
	font-size: 18px;
	font-weight: 700;
	color: var(--elisabeth-color);
	text-align: center;
	padding: 2px 0;
}

.special-movie dl .date {
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}

.special-movie dl .date em {
	font-size: 22px;
	font-style: normal;
}

.special-movie dl .name {
	background-color: #fff;
	border-radius: 100px;
	width: 90%;
	font-size: 16px;
	color: var(--elisabeth-color);
	text-align: center;
	margin: 0 auto;
	padding: 3px 0;
}

.bt-movie {
	margin-top: 50px;
}

.special-movie__annotation {
	font-size: 14px;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-weight: normal;
	margin-top: 20px;
}

.special-movie__annotation a {
	color: #d19817;
	text-decoration: underline;
}

/* Present Campaign */
.present-campaign h2 {
	position: relative;
	font-size: 32px;
	color: var(--emphasis-color);
	text-align: center;
}

/* .present-campaign h2::before,
.present-campaign h2::after {
	content: "";
	position: absolute;
	bottom: -10px;
	display: block;
	background-image: url(../img/deco04.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: calc(123px / 2);
	height: calc(40px / 2);
}

.present-campaign h2::before {
	left: 0;
} */

.present-campaign h2::after {
	right: 0;
	transform: scaleX(-1);
}

.present-campaign__inner {
	background-image: url(../img/bg-heading.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding: 10px 4vw 0;
}

.present-campaign h3 {
	margin: 10px 0;
}

.present-campaign__limited {
	font-size: 26px;
	text-align: center;
	margin-top: 15px;
}

.present-campaign__limited span {
	position: relative;
	display: inline-block;
}

.present-campaign__limited span::before,
.present-campaign__limited span::after {
	content: "";
	position: absolute;
	top: 50%;
	background-image: url(../img/deco04.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: calc(123px / 2);
	height: calc(40px / 2);
}

.present-campaign__limited span::before {
	left: -70px;
	transform: translateY(-50%) scale(0.7);
}

.present-campaign__limited span::after {
	right: -70px;
	transform: translateY(-50%) scale(0.7);
}

.present-campaign h4 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	font-feature-settings: "palt";
	margin-top: 10px;
}

.present-campaign .lead {
	margin-top: 10px;
}

.present-campaign h5 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	font-feature-settings: "palt";
	background: linear-gradient(to right, transparent 0%, #863945 30%, #863945 70%, transparent 100%);
	margin-top: 20px;
	padding: 35px 0 10px;
}

.present-campaign h5::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/deco03.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 139px;
	height: 20px;
}
.present-campaign h5 span{
	display:block;
	font-size:16px;
}

.present-campaign .details_link {
	font-size: 14px;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

.performance-block {
	border: solid 1px var(--emphasis-color);
	text-align: center;
}

.performance-block:not(:first-child) {
	margin-top: 15px;
}

.performance-block dt {
	background: #cbad6d;
	background: linear-gradient(0deg, rgba(203, 173, 109, 1) 0%, rgba(226, 200, 146, 1) 100%);
	font-size: 18px;
	font-weight: 700;
	color: var(--elisabeth-color);
	padding: 5px 0;
}

.performance-block .date {
	font-size: 18px;
	color: #fff;
	padding: 10px 0;
}

.performance-block .period {
	margin-bottom: 20px;
	padding: 0 14px;
}

.performance-block .period span {
	display: inline-block;
	font-size: 14px;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
}

.performance-block .results {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	padding: 0 14px 20px;
}

.performance-block .results p {
	background-color: #e3e3e3;
	font-size: 16px;
	color: var(--elisabeth-color);
}

.present-campaign__annotation {
	font-size: 14px;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-weight: normal;
	margin-top: 20px;
}

.present-campaign__annotation a {
	color: #d19817;
	text-decoration: underline;
}

.present-campaign .dTxt {
	font-size: 14px;
}

.bt-apply {
	margin-top: 50px;
	margin-bottom: 10px;
}

.edition-2nd .lottery {
	margin-top: 10px;
	padding: 0 15px;
}

.edition-2nd .en {
	font-size: 26px;
	text-align: center;
	margin-top: 20px;
}

/* promotion */
.promotion {
	padding: 50px 0;
}

.promotion h2 {
	position: relative;
	font-size: 32px;
	color: var(--emphasis-color);
	text-align: center;
}

/* .promotion h2::before,
.promotion h2::after {
	content: "";
	position: absolute;
	bottom: -10px;
	display: block;
	background-image: url(../img/deco04.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: calc(123px / 2);
	height: calc(40px / 2);
}

.promotion h2::before {
	left: 0;
}

.promotion h2::after {
	right: 0;
	transform: scaleX(-1);
} */

.promotion__inner {
	background-image: url(../img/bg-heading.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding: 10px 4vw 0;
}

.promotion h3 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.signage-block {
	border: solid 1px var(--emphasis-color);
	text-align: center;
}

.signage-block:not(:first-child) {
	margin-top: 15px;
}

.signage-block dt {
	background: #cbad6d;
	background: linear-gradient(0deg, rgba(203, 173, 109, 1) 0%, rgba(226, 200, 146, 1) 100%);
	font-size: 24px;
	font-weight: 700;
	color: var(--elisabeth-color);
	padding: 5px 0;
}

.signage-block .date {
	font-size: 14px;
	padding: 15px 0 10px;
}

.signage-block .date em {
	font-size: 20px;
}

.signage-block .date .period {
	font-size: 18px;
}

.sinage-padding {
	padding: 0 10px 20px;
}

.sinage-padding figure {
	background-color: #1c1c29;
	padding: 10px;
	box-sizing: border-box;
}

.sinage-padding figure figcaption {
	font-size: 16px;
	margin-bottom: 5px;
}

.promotion__caution-group {
	margin-top: 30px;
}

.promotion__caution-ttl {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.promotion__annotation {
	font-size: 14px;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-weight: normal;
	margin-top: 5px;
}

@media (min-width: 751px) {
	.heading__inner {
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
	}

	.heading__inner::before,
	.heading__inner::after {
		bottom: -25px;
		width: 123px;
		height: 40px;
		transform: scale(0.75);
	}

	.heading__inner::after {
		transform: scale(0.75) scaleX(-1);
	}

	.qr_wrap {
		position: relative;
	}

	.qr_wrap::before {
		content: "";
		position: absolute;
		top: -7px;
		left: -22px;
		display: block;
		background-image: url(../img/deco04.png);
		width: 123px;
		height: 40px;
		transform: scale(0.65) scaleX(-1);
	}

	.qr_wrap__inner {
		border: 1px solid #cbad6d;
		padding: 20px 10px;
		display: flex;
		gap: 16px;
	}

	.introduction__inner {
		max-width: 660px;
		width: 100%;
		margin: 0 auto;
	}

	/* .heading__inner::after {
		bottom: 20px;
	} */

	.special-movie {
		padding: 100px 0;
	}

	.special-movie h2 {
		font-size: 56px;
	}

	/* .special-movie h2::before, .special-movie h2::after {
		bottom: -20px;
		width: 123px;
		height: 40px;
	}

	.special-movie h2::before {
		left: 350px;
	}

	.special-movie h2::after {
		right: 350px;
	} */

	.special-movie__inner {
		max-width: 620px;
		width: 100%;
		margin: 20px auto 0;
	}

	.special-movie dl .date {
		font-size: 22px;
	}

	.special-movie dl .date em {
		font-size: 28px;
	}

	.special-movie dl .name {
		width: 50%;
	}

	.present-campaign h2 {
		font-size: 56px;
	}

	/* .present-campaign h2::before, .present-campaign h2::after {
		bottom: -20px;
		width: 123px;
		height: 40px;
	}

	.present-campaign h2::before {
		left: 350px;
	}

	.present-campaign h2::after {
		right: 350px;
	} */

	.present-campaign__inner {
		max-width: 620px;
		width: 100%;
		margin: 20px auto 0;
	}

	.present-campaign .details_link {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.performance-block .period {
		padding: 0 100px;
	}

	.performance-block .results {
		padding: 0 94px 20px;
	}

	.bt-apply {
		margin-bottom: 40px;
		padding: 0 100px;
	}

	.edition-2nd .lottery {
		padding: 0 100px;
	}

	.promotion {
		padding: 100px 0;
	}

	.promotion h2 {
		font-size: 56px;
	}

	/* .promotion h2::before, .promotion h2::after {
		bottom: -20px;
		width: 123px;
		height: 40px;
	}

	.promotion h2::before {
		left: 350px;
	}

	.promotion h2::after {
		right: 350px;
	} */

	.promotion__inner {
		max-width: 620px;
		width: 100%;
		margin: 20px auto 0;
	}

	.signage-block .date {
		font-size: 18px;
	}

	.signage-block .date .period {
		font-size: 22px;
	}

	.signage-block .date em {
		font-size: 26px;
	}

	.sinage-padding figure {
		max-width: 400px;
	}
}
.back_to_top{
	opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 4px;
    bottom: 8px;
    width: 100px;
    z-index: 1000;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
    transition: all .5s;
}
.back_to_top.show{
	display:block;
	pointer-events: auto;
    opacity: 1;
}
@media (min-width: 751px) {
	.back_to_top{
		width: 100px;
        bottom: 30px;
        right: 20px;
	}
}

/* animation */
.js-animate[data-animate="fade-up"] {
	opacity: 0;
	translate: 0 40px;
	transition: 1s ease-out;
}
.js-animate--active[data-animate="fade-up"] {
	opacity: 1;
	translate: 0;
}

/* js-fadeUp */
.js-fadeUp {
	transform: translateY(10px);
	opacity: 0;
	transition: all 1s;
}
.js-fadeUp.is-inview {
	transform: translateY(0);
	opacity: 1;
}
