@charset "UTF-8";

/* =========================================================
   common.css
   ---------------------------------------------------------
   役割:
   - CSS変数 / ベース設定
   - ローダー
   - ヘッダー / グローバルナビ / ハンバーガーメニュー
   - 共通コンテナ / セクション / 見出し / ボタン
   - Utility / テキスト系 / 画像ボタン系

========================================================= */

/*____________ common_____________

_______ font

font-family: source-han-serif-jp-subset, sans-serif;
font-weight: 600;
font-style: normal;

font-family: "source-han-serif-jp-subset", sans-serif;
font-weight: 700;
font-style: normal;


#000000
#ffffff
#E8E8E8
#D60010


text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.85);


/*----------------------------------------
	var
----------------------------------------*/

:root {

/*color*/	
	
 --color-01: #000000;
 --color-02: #ffffff; /* strong */
 --color-03: #E8E8E8; 
 --color-04: #D60010;
    
 --base-font-color:#E8E8E8;
	
 --link-font-color:var(--color-04);
 --link-font-hover-color:#ffffff;
	
 --link-border-color: hsla(0,0%,100%,0.25);
 --link-border-color2: hsla(0,0%,100%,0.35);
 --link-border-color3: hsla(0,0%,100%,0.55);
	
 --border-color: hsla(0,0%,100%,0.3);
	
 --background-color:hsla(0,0%,0%,0.5);
 --background-color2: hsla(0,0%,100%,0.1);
	
/*font family*/	
	
 --base-font-family:source-han-serif-jp-subset, sans-serif;
 --base-font-family2: source-han-serif-jp-subset, sans-serif;
	
	
/*font size*/	
 --14px: 0.875rem;
 --15px: 0.9375rem;
 --16px: 1rem;
 --17px: 1.0625rem;
 --18px: 1.125rem;
 --19px: 1.1875rem;
 --20px: 1.25rem;
 --21px: 1.3125rem;
	
 --font-size-large: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
 --font-size-default: clamp(0.9rem, 0.827rem + 0.36vw, 1.1rem);
 /* --font-size-default: clamp(0.9rem, 0.864rem + 0.18vw, 1rem); */
 --font-size-small: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
 --font-size-menu: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
	
 --line-height-default: 1.8;
 --line-height-large: 2;
	
	
 --mt-sp: 1.5; /* marginのSP設定 */
	
 --font-weight-normal: 600;
 --font-weight-bold: 700;
 --font-weight-bold2: 700;

	
/*  contents width*/
 --pc-contents-width: 95%;
 --sp-contents-width: 95%;
	
 --width-default: 1200px;
 --width-wide: 1400px;
 --width-small: 1000px;


/*title*/
 --title-font-size:clamp(1.3rem, 1.045rem + 1.27vw, 2rem);
 --title-font-weight: 700;
 --title-font-color: var(--color-04);
 --title-letter-spacing: 0.2rem;
 --title-font-family: var(--base-font-family2);


/*name*/

 --name-font-size: clamp(1.3rem, 1.082rem + 1.09vw, 1.9rem);
 --name-font-size-small: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
	

/*openbtn-color*/
--openbtn-color:var(--color-04);
    
/*	menu-logo*/
 --g-nav-logo-width: 300px;
 --g-nav-logo-width-sp:200px;
 --g-nav-logo-max-width: 45vw;

/*menu-border*/
 --nav-item-border-height: 0px;
}



/*----------------------------------------
	base
----------------------------------------*/

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


body {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; /* 100%だとモーダルに影響の場合あり */
	/* line-height: 0; */ /* 全ての要素にline-height設定 */
	color: var(--base-font-color);
	font-weight: var(--font-weight-normal);
	font-style: normal;
	font-family: var(--base-font-family);
	font-size: var(--font-size-default); 
	letter-spacing: 0.00rem; 
	
	/* font表示最適化 ON */
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	/* background-image: url(../img/pc_top_01.jpg); */
	background-repeat: repeat-y;
	text-shadow: 0px 0px;
	background-position: center top;
	height: 100vh;
	height: 100dvh;
	/* background-image: url(../img/common/base.jpg); */
	background-size: 100% auto;
	background-attachment: fixed;
	background-color: var(--background-color) !important;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

a {
	color: var(--link-font-color);
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	color: var(--link-font-hover-color);
}

a:visited {
	color: var(--link-font-color);
}

.full img {
	width: 100%;
	height: auto;
}

.full-h img {
	width: auto;
	height: 100%;
}

.anime_a,
.last_anime {
	opacity: 0;
}

.anime_gasp,
.anime_gasp2,
.anime_gasp3 {
	opacity: 0;
}

.top-bt { 
	
}

.center {
	margin: auto !important;
}

.op0 {
	opacity: 0;
}

.border {
	border: 1px solid var(--border-color);	
}


/*loader*/

/* 全体 */
#splash {
	position: fixed;
	inset: 0;
	z-index: 99999;
	text-align: center;
	pointer-events: auto;
}

/* 背景ベース */
.js-loader {
	position: absolute;
	inset: 0;
	background-color: var(--background-color);
	z-index: 1;
	opacity: 1;
	will-change: opacity;
}

/* 黒フェード用カバー */
.loader_cover {
	position: absolute;
	inset: 0;
	background: #000;
	opacity: 1;
	pointer-events: none;
	z-index: 2;
	will-change: opacity;
}

/* UI */
.loader-center {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 26px;
	opacity: 1;
	will-change: opacity;
}

/* ロゴ */
#splash_text {
	position: relative;
	z-index: 3;
}

.loading_logo {
	position: relative;
	overflow: hidden;
	opacity: 1;
	line-height: 0;
}

.loading_logo img {
	display: block;
	width: 180px;
	max-width: 48vw;
	height: auto;
}

/* ロゴの光 */
.loading_logo__shine {
	position: absolute;
	top: -18%;
	left: -30%;
	width: 16%;
	height: 136%;
	pointer-events: none;
	opacity: 0;
	background: linear-gradient(
		100deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.04) 28%,
		rgba(255,255,255,0.20) 48%,
		rgba(255,255,255,0.34) 50%,
		rgba(255,255,255,0.20) 52%,
		rgba(255,255,255,0.04) 72%,
		rgba(255,255,255,0) 100%
	);
	transform: skewX(-18deg);
	filter: blur(1.5px);
	mix-blend-mode: screen;
	will-change: transform, opacity;
}

/* バー */
.js-loader-progress {
	position: relative;
	width: min(460px, 74vw);
	height: 3px;
	background: rgba(255,255,255,0.10);
	overflow: hidden;
	z-index: 3;
	opacity: 1;
	box-shadow:
		0 0 8px rgba(255,255,255,0.03),
		inset 0 0 0 1px rgba(255,255,255,0.03);
}

/* 進行部分 */
.js-loader-progress-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: linear-gradient(
		90deg,
		rgba(255,255,255,0.42) 0%,
		rgba(255,255,255,0.68) 55%,
		rgba(255,255,255,0.48) 100%
	);
	box-shadow:
		0 0 8px rgba(255,255,255,0.15),
		0 0 18px rgba(255,255,255,0.06);
}

/* 先端の光 */
.js-loader-progress-bar::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	width: 20px;
	height: 8px;
	transform: translateY(-50%);
	background: radial-gradient(
		ellipse at center,
		rgba(255,255,255,0.62) 0%,
		rgba(255,255,255,0.16) 58%,
		rgba(255,255,255,0) 100%
	);
	pointer-events: none;
}

/* 数字 */
.js-loader-progress-number {
	position: absolute;
	top: -20px;
	right: 0;
	font-size: 10px;
	color: rgba(255,255,255,0.68);
	letter-spacing: 0.08em;
	font-family: var(--base-font-family2);
}

/* 旧カバー無効 */
.loader_cover-up,
.loader_cover-down {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.loader-center {
		gap: 20px;
	}

	.loading_logo img {
		width: 110px;
		max-width: 56vw;
	}

	.js-loader-progress {
		width: min(320px, 80vw);
		height: 3px;
	}

	.js-loader-progress-number {
		top: -18px;
		font-size: 9px;
	}
}

/*barba*/

.mask {
	/* position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFE2F2;
	z-index: 10;
	transform: rotateY(90deg);
	transform-origin: right;
	visibility: hidden;
	pointer-events: none;
	transition-property: transform, visibility;
	transition-duration: .5s;
	transition-timing-function: ease; */
}

.mask.is-close {
	/* transform: rotateY(0deg);
	transform-origin: left;
	visibility: visible;
	pointer-events: auto;
	z-index: 999; */
}


/*----------------------------------------
	header
----------------------------------------*/
.header {
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 50px;
	z-index: 888;
	background-color: #000;
	/* background-image: url(../img/common/header_base.png); */
	background-repeat: repeat-x;
	background-size: auto 100%;
}

.header__pink {
	background-color: hsla(326,78%,96%,1);
	position: fixed;
}

.header__twitter {
	position: absolute;
	width: 40px;	
	height: auto;
	top: 10px;
	left: 5px;
}

.header__logo {
	/* flex-shrink: 0; */
	width: 70px;
	margin-left: 80px;
}


/*header-sns*/

.header-sns {
	position: fixed;
	/* width:200px; */
	top: 15px;
	left: 20px;
	display: flex;
	/* flex-wrap: wrap; */
	/* justify-content: center; */
	justify-content: space-between;
	height: 50px;
	align-items: center; 
	z-index: 990;
}

.header-sns__item {
	position: relative;
	width: 30px;
	opacity: 0.9;
	/* margin-right:5px; */
}

.header-sns__item.x {
	position: relative;
	width: 22px;
	margin-right: 13px;
}

.header-sns__item.yt {
	position: relative;
	width: 22px;
	top: 4px;
	margin-right: 13px;
}

.header-sns__item2 {
	position: relative;
	width: 70px;
	margin-left: 5px;
	line-height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-sns__item2 img {
	width: 100%;
}

.header-sns__item3 {
	position: absolute;
	left: 18px;
	bottom: -27px;
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
	.header__twitter {
		width: 65px;	
		top: 3px;
		left: 3px;
	}
	
	.header__logo {
		width: 60px;
		margin-left: 65px;
	}
	
	.header__pink {
		height: 50px;
	}
	
	.header-sns {
		height: 40px;   
		top: 10px;
		left: 10px;
	}
	
	.header-sns__item {
		width: 26px;
	}
	
	.header-sns__item.x {
		width: 21px;
		margin-right: 8px;
	}
}



/* ハンバーガーmenu左側のSNS */
.header-sns.header-sns_right {
	left: auto;
	right: 110px;
	top: 15px;
	justify-content: flex-start;
	gap: 13px;
	z-index: 5554;
}

/* 既存の margin-right と二重にならないように調整 */
.header-sns.header-sns_right .header-sns__item.x {
	margin-right: 0;
}

/* 画像サイズ安定用 */
.header-sns.header-sns_right .header-sns__item img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.header-sns.header-sns_right {
		right: 70px;
		top: 10px;
		gap: 8px;
	}

	.header-sns.header-sns_right .header-sns__item.x {
		width: 21px;
		margin-right: 0;
	}
}

/*hide-share__________________*/

#hide-share {
	position: fixed;
	z-index: 999;
	top: 100px;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
}

#hide-share.panelactive {
	top: 80px;
	opacity: 1;
}


/*g-nav*/

.header-base {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 989;
	pointer-events: none;
}

.header-base_black {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: hsla(0,0%,0%,1);
}

#g-nav {
	position: fixed;
	z-index: 999;
	top: 0;
	right: -100%;
	width: max(30%, 400px);
	height: 100vh;
	transition: all 0.6s;
	background-color: hsla(0,0%,0%,0.5);
	/* background-repeat: no-repeat;
	background-image: url(../img/common/header_base.png);
	background-position: center top; */
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
	right: 0;
}

#g-nav.horizontal {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	width: 100%;
	height: 50px;
	transition: all 0.6s;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	#g-nav.horizontal {
		position: fixed;
		z-index: 999;
		top: 0;
		right: -100%;
		height: 100vh;
		background-color: hsla(0,0%,0%,0.90);
		transition: all 0.6s;
		width: 100%;
	}
	
	#g-nav.panelactive {
		right: 0;
	}
}

/*ナビゲーションの縦スクロール 調整必要*/
#g-nav-list {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.horizontal #g-nav-list {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0rem;
	flex-direction: row;
}

@media screen and (max-width: 767px) {
	.horizontal #g-nav-list {
		flex-direction: column;
	}
}

.g-nav_logo {
	position: absolute;
	width: var(--g-nav-logo-width, 300px);
	max-width: var(--g-nav-logo-max-width, 45vw);
	left: 20px;
	top: 5px;
	opacity: 0;
	z-index: 999;
	display: none;
}

/*ナビゲーション*/
#g-nav ul {
	position: relative;
	width: 100%;
}

.horizontal ul {
	top: 0;
	left: 20px;
	position: absolute;
	display: flex;
	justify-content: start;
}

/*リストのレイアウト設定*/
#g-nav li {
	list-style: none;
	text-align: left;
}

#g-nav li a {
	text-decoration: none;
	padding: 0px;
	display: block;
	text-transform: capitalize;
	font-style: normal;
	margin-bottom: 1.5rem;
}

#g-nav.horizontal li a {
	margin: 0 10px;	
	font-family: var(--base-font-family2);
	font-size: clamp(1.49rem, 1.486rem + 0.02vw, 1.5rem);
	/* font-size:1.5rem; */
	font-weight: var(--font-weight-bold2);
	font-weight: 800;
	letter-spacing: 0.15rem;
}

#g-nav.horizontal li a:hover {
	color: #ffffff;
}

@media screen and (max-width: 767px) {
	#g-nav.horizontal li a {
		margin: 0rem 0;	
		margin-bottom: 0.5rem;
	}
	
	.g-nav_logo {
		top: 0px;
		opacity: 1;
		position: relative;
		width: var(--g-nav-logo-width-sp, 50%);
		max-width: var(--g-nav-logo-max-width, 45vw);
		left: auto;
		display: block;
		margin-bottom: 2rem;
	}
}

/* _____g-nav img_______*/

.menu-img {
	position: relative;
	height: 24px;
}

.menu-img img {
	height: 100%;
	width: auto;	
}

/*________________画像ボタン*/

.img--button {
	cursor: pointer;
	position: relative;
}

/* 画像のスタイル */
.img--button a img {
	height: 24px;
	left: 0;
	position: relative;
	width: auto;
}

/* 2枚目の画像は最初透明 */
.img--button a img:last-of-type {
	opacity: 0;
	transition: opacity .3s;
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: auto;
}

/* hoverすると2枚目の画像が透明じゃなくなる */
.img--button:hover a img {
	opacity: 1;
}

.underline {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 0;
	height: 1px;
	background-color: #E80000;	
}

.list_item a {
	position: relative;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.img--button a img:last-of-type {
		margin: auto;
	}
	
	#g-nav {
		width: 100%;
	}
	
	#g-nav-list {
		width: 100%;	
	}
	
	.horizontal ul {
		left: 0;
		display: block;
	}

	#g-nav li a {
		line-height: 1.9;
		margin-bottom: 1.5rem;
		text-align: center;
	}
}

.header-sp {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: hsla(0,0%,0%,1);
	z-index: 100;
}

/*menuボタン*/
.openbtn {
	position: fixed;
	z-index: 5555;
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 70px;
	height: 60px;
	color: hsla(0,0%,0%,1.00);
	background-color: hsla(0,0%,0%,0);
}

.openbtn svg {
	width: 70px;
	height: 60px;
}

.nc-int-icon {
	fill: var(--link-font-color);
}

.top-bt {
	position: fixed;
	width: 70px;
	height: auto;
	z-index: 888;
	right: 10px;
	bottom: 10px;
}

@media screen and (max-width: 767px) {
	.openbtn {
		width: 60px;
		height: 50px;
	}

	.openbtn svg {
		width: 60px;
		height: 50px;
	}
	
	.top-bt {
		position: fixed;
		width: 50px;
		height: auto;
		z-index: 888;
		right: 5px;
		bottom: 5px;
	}
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
	position: relative;

}

.container__base {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right: 0;
	max-width: var(--width-default);
	width:100%;
}


.container__base.__full{
	width:100%;
}


@media screen and (max-width: 1199px) {
	
	.container__base {
	width:var(--sp-contents-width);
}
	
	
}



@media screen and (max-width: 767px) {
	
	width:var(--sp-contents-width);
}


/* 画面幅が1200px以上の場合 */
@media (min-width: 1200px) {
	.container._aisle {
		width: 100%;
	}
}

/* 画面幅が1200px以下の場合 */
@media (max-width: 1199px) {
	.container._aisle {
		width: 95%;
	}
}

/*----------------------------------------
	section
----------------------------------------*/

section {
	position: relative;
	padding: 6rem 0px;
}

section.contents-page {
	position: relative;
	padding: 150px 50px 100px;
}

.section__black {
	background-color: var(--background-color2);	
}

.section__black {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.section__yellow {
	background-color: var(--color-07);	
}

.section__yellow .headingL {
	color: var(--color-02);	
}

section.small_padding {
	padding: 20px 50px;
}

.section.section__child-top {
	padding: 120px 20px 4px;
}

.section__full-vh {
	height: 100vh;
	min-height: 100dvh;
}

.section__pink {
	background-color: #FDEFF7;	
}

.section__cream {
	background-color: #F8F6EB;
	padding: 20px 10px;
}

@media screen and (max-width: 767px) {
	.section__black {
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 200% auto;
	}
	
	section {
		padding: 50px 0px;
	}
	
	section.contents-page {
		padding: 100px 15px 50px;
	}
	
	.section.section__child-top {
		padding: 90px 10px 0px;
	}
	
	.section__cream {
		background-color: #F8F6EB;
		padding: 10px 10px 20px;
	}
	
	section.small_padding {
		padding: 20px 10px;
	}
}

/*----------------------------------------
	heading
----------------------------------------*/

.headingL {
	margin-bottom: 50px;
	font-size: var(--title-font-size);
	text-align: center;
	font-weight: var(--title-font-weight);
	color: var(--title-font-color);
	letter-spacing: var(--title-letter-spacing);
	font-family: var(--title-font-family);
}

.contents-page .headingL {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.headingL {
		margin-bottom: 25px;
	}
	
	.contents-page .headingL {
		margin-bottom: 50px;
	}
}

/* heading-img  */

.heading-img {
	position: relative;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4rem;
}

.heading-img img {
	height: 100%;
	width: auto;	
}

@media screen and (max-width: 767px) {
	.heading-img {
		height: 25px;
		margin-bottom: 3rem;
	}
}

/*----------------------------------------
	button
----------------------------------------*/
.buttonM {
	min-width: 300px;
	padding: 8px 10px 8px;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
	border-radius: 0px;
	font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
	transition: all 0.2s;
	color: #ffffff; 
	background: var(--color-06);
	border: 1px solid var(--link-border-color);
	font-family: var(--base-font-family2);
	font-weight: 600;
	letter-spacing: 0.1rem;
}

.buttonM:hover {
	color: #ffffff; 
	background: var(--color-05b);
	border: 1px solid var(--link-border-color2);
}

.buttonM:visited {
	color: #ffffff;  
}

.buttonM.more {
	min-width: 200px;
}

.buttonL {
	display: block;
	padding: 20px;
	border: 2px solid #37952F;
	background: #fff;
	color: #333;
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
}

.buttonL:hover {
	background: #37952F;
	color: #fff;
}

.centerButton {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pre-bunner {
	max-width: 300px;
	margin: auto;
	position: relative;
	margin-top: 6rem;
}

.bt-margin {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

@media screen and (max-width: 767px) {
	.buttonM {
		min-width: 180px;   
	}
    
	.centerButton {
		margin: auto;
	}
	
	.pre-bunner {
		max-width: 300px;
		margin: auto;
		position: relative;
		margin-top: 4rem;
	}
}

/*youtube*/
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 1rem;
	background-color: #000;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*widget*/

.widget-waku {
	width: 100%;
	max-height: 600px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 4rem;
	overflow-y: hidden;
}

.widget-item {
	height: 600px;
	padding: 0 20px;
	width: 100%;
	max-width: 500px;
	margin: auto;
	overflow-y: auto;
}

.footer__ticket {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}

.footer__ticket__item {
	max-width: 200px;
	margin: 0 5px;
}

@media screen and (max-width: 767px) {
	.widget-item {
		width: 100%;
		margin-bottom: 4rem;
	}
}

/*------------------------------------------------------------------------
// Utilitiy
------------------------------------------------------------------------*/

/* SP設定 */

.sp {
	display: none;
}

@media (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block;
	}
}

img {
	width: 100%;
	height: auto;
}

img.self-size {
	max-width: 100%;
}

.anime_a,
.last_anime {
	opacity: 0;
}

.soon {
	opacity: 0.3;
}

.mt-0 { margin-top: 0rem !important; }
.mt-05 { margin-top: 0.5rem !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mt-3 { margin-top: 3rem !important; }
.mt-4 { margin-top: 4rem !important; }
.mt-5 { margin-top: 5rem !important; }
.mt-6 { margin-top: 6rem !important; }
.mt-7 { margin-top: 7rem !important; }
.mt-8 { margin-top: 8rem !important; }
.mt-9 { margin-top: 8rem !important; }
.mt-10 { margin-top: 8rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-05 { margin-bottom: 0.5rem !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-3 { margin-bottom: 3rem !important; }
.mb-4 { margin-bottom: 4rem !important; }
.mb-5 { margin-bottom: 5rem !important; }
.mb-6 { margin-bottom: 6rem !important; }
.mb-7 { margin-bottom: 7rem !important; }
.mb-8 { margin-bottom: 8rem !important; }
.mb-9 { margin-bottom: 8rem !important; }
.mb-10 { margin-bottom: 8rem !important; }

.mr-1 { margin-right: 1rem !important; }
.ml-1 { margin-left: 1rem !important; }

.pt-1 { padding-top: 1rem !important; }
.pt-2 { padding-top: 2rem !important; }
.pt-3 { padding-top: 3rem !important; }
.pt-4 { padding-top: 4rem !important; }
.pt-5 { padding-top: 5rem !important; }
.pt-6 { padding-top: 6rem !important; }

.pb-1 { padding-bottom: 1rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pb-3 { padding-bottom: 3rem !important; }
.pb-4 { padding-bottom: 4rem !important; }
.pb-5 { padding-bottom: 5rem !important; }
.pb-6 { padding-bottom: 6rem !important; }

@media (max-width: 767px) {
	.mt-1 { margin-top: calc(1rem / var(--mt-sp)) !important; }
	.mt-2 { margin-top: calc(2rem / var(--mt-sp)) !important; }
	.mt-3 { margin-top: calc(3rem / var(--mt-sp)) !important; }
	.mt-4 { margin-top: calc(4rem / var(--mt-sp)) !important; }
	.mt-5 { margin-top: calc(5rem / var(--mt-sp)) !important; }
	.mt-6 { margin-top: calc(6rem / var(--mt-sp)) !important; }
	.mt-7 { margin-top: calc(7rem / var(--mt-sp)) !important; }
	.mt-8 { margin-top: calc(8rem / var(--mt-sp)) !important; }	
	.mt-9 { margin-top: calc(9rem / var(--mt-sp)) !important; }	
	.mt-10 { margin-top: calc(10rem / var(--mt-sp)) !important; }	

	.mb-2 { margin-bottom: calc(2rem / var(--mt-sp)) !important; }
	.mb-3 { margin-bottom: calc(3rem / var(--mt-sp)) !important; }
	.mb-4 { margin-bottom: calc(4rem / var(--mt-sp)) !important; }
	.mb-5 { margin-bottom: calc(5rem / var(--mt-sp)) !important; }
	.mb-6 { margin-bottom: calc(6rem / var(--mt-sp)) !important; }
	.mb-7 { margin-bottom: calc(7rem / var(--mt-sp)) !important; }
	.mb-8 { margin-bottom: calc(8rem / var(--mt-sp)) !important; }	
	.mb-9 { margin-bottom: calc(9rem / var(--mt-sp)) !important; }	
	.mb-10 { margin-bottom: calc(10rem / var(--mt-sp)) !important; }
	
	.pt-1 { padding-top: calc(1rem / var(--mt-sp)) !important; }
	.pt-2 { padding-top: calc(2rem / var(--mt-sp)) !important; }
	.pt-3 { padding-top: calc(3rem / var(--mt-sp)) !important; }
	.pt-4 { padding-top: calc(4rem / var(--mt-sp)) !important; }
	.pt-5 { padding-top: calc(5rem / var(--mt-sp)) !important; }
	.pt-6 { padding-top: calc(6rem / var(--mt-sp)) !important; }

	.pb-1 { padding-bottom: calc(1rem / var(--mt-sp)) !important; }
	.pb-2 { padding-bottom: calc(2rem / var(--mt-sp)) !important; }
	.pb-3 { padding-bottom: calc(3rem / var(--mt-sp)) !important; }
	.pb-4 { padding-bottom: calc(4rem / var(--mt-sp)) !important; }
	.pb-5 { padding-bottom: calc(5rem / var(--mt-sp)) !important; }
	.pb-6 { padding-bottom: calc(6rem / var(--mt-sp)) !important; }
}

/*windows webフォント対策*/
/*widows シャギ-対策 textboxのみに設定 fixedが効かなくなる*/

.webfont {
	transform: rotate(0.05deg);
}

/*スクリーンリーダーから隠す*/

.visually-hidden {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	margin: -1px;
}

/*幅*/

.w10p { width: 10%; }
.w20p { width: 20%; }
.w30p { width: 30%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w80p { width: 80%; }
.w90p { width: 90%; }
.w100p { width: 100%; }

/*----------------------------------------
	テキストスタイル
----------------------------------------*/

.text-default {
	font-size: var(--font-size-default); 
	line-height: var(--line-height-default);
}

.text-large {
	font-size: var(--font-size-large); 
}

.text-small {
	font-size: var(--font-size-small); 
}

.line-height-default {
	line-height: var(--line-height-default);
}

.line-height-large {
	line-height: var(--line-height-large);
}

@media (max-width: 767px) {
	.text-default {
		line-height: calc(var(--line-height-default) / 0.9) !important;
	}	
	
	.line-height-large {
		line-height: calc(var(--line-height-large) / 0.9) !important;
	}	
}

/*強調*/
.text-bold {
	font-weight: var(--font-weight-bold);
}

/*注釈*/
.text-note {
	margin-left: 1em;
	text-indent: -1em;
}

/*配置*/
.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.margin-center {
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
}

.max-width {
	max-width: var(--width-default);
}

.max-width._wide {
	max-width: var(--width-wide);
}

.max-width._small {
	max-width: var(--width-small);
}

.display-block {
	display: block;
}

.display-none {
	display: none;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

/*flex*/

.flex-between {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-center {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-around {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.flex-right {
	display: flex;	
	justify-content: flex-end;
}

.flex-align-center {
	align-items: center;
}

.flex-align-top {
	align-items: flex-start;
}

.flex-align-bottom {
	align-items: flex-end;
}

.flex--item__one {
	width: 100%;
}

.flex--item__two {
	width: 48%;
}

.flex--item__three {
	width: 32.5%;
}

/*comment*/

.flex--item__img {
	width: 40%;
}

.flex--item__text {
	width: 57%;
}

@media (max-width: 767px) {
	.flex--item__img {
		width: 100%;
	}
	
	.flex--item__text {
		margin-top: 20px;
		width: 100%;
	}
}

.img--button__three {
	width: 31%;
}

.img--button__three img {
	width: 100% !important;
}

.flex--item__two__last::after {
	content: "";
	display: block;
	width: 49%;
}

.flex--item__three__last {
	position: relative;
	content: "";
	display: block;	
	width: 32%;
}

.flex--item__three__last::after {
	content: "";
	display: block;
	width: 32%;
}

.flex--item__two:nth-of-type(n+3) {
	margin-top: 40px;
}

.flex--item__three:nth-of-type(n+4) {
	margin-top: 40px;
}

.img--button__three:nth-of-type(n+4) {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.flex--item__two {
		width: 100%;
	}
	
	.flex--item__three:not(:first-child) {
		margin-top: 25px;
	}
	
	.flex--item__three {
		width: 100%;
	}
	
	.flex--item__two:not(:first-child) {
		margin-top: 25px;
	}
	
	.img--button__three {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.img--button__three:not(:first-child) {
		margin-top: 10px;
	}
}

/*________________画像ボタン*/

.img--button {
	cursor: pointer;
	position: relative;
}

/* 画像のスタイル */
.img--button img {
	height: auto;
	left: 0;
	position: relative;
	width: 100%;
}

/* 2枚目の画像は最初透明 */
.img--button img:last-of-type {
	opacity: 0;
	transition: opacity .3s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

/* hoverすると2枚目の画像が透明じゃなくなる */
.img--button:hover img {
	opacity: 1;
}

/*________________zoom画像ボタン*/

.zoomImgBox {
	cursor: pointer;
}

.zoomImgBox img {
	opacity: 0.9;
	display: block;
	transition-duration: 0.5s;
}

.zoomImgBox img:hover {
	opacity: 1;
	transform: scale(1.05);
	transition-duration: 0.2s;
}

.zoomImgBox2 {
	cursor: pointer;
}

.zoomImgBox2 img {
	opacity: 1;
	display: block;
	transition-duration: 0.5s;
	border: 1px solid hsla(0,0%,100%,0);
}

.zoomImgBox2 img:hover {
	opacity: 1;
	transform: scale(1.05);
	transition-duration: 0.2s;
	border: 1px solid hsla(0,0%,100%,1.00);
	background-color: #000;
}

/*youtube*/

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =========================================================
   Site specific styles integrated from add.css
   ---------------------------------------------------------
   Source: add(13).css
   Scope: current index.html + common.js + top.js
   Notes: empty/comment-only rules were removed; duplicated selectors
          were consolidated without changing final cascade values.
========================================================= */

.mainVisual {
	width: auto;
	height: 100%;
	z-index: 100;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
}

.mainVisual__inner {
	height: auto;
	width: 100%;
	display: block;
	position: relative;
	line-height: 0;
}

.mainVisual__layer {
	width: 100%;
	position: absolute;
	line-height: 0;
	top: 0;
	left: 0;
	opacity: 0;
}

.mainVisual.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 100vh;
}

.trailer-title {
	text-align: center;
	margin: 1rem 0 0 0;
	line-height: 1.4;
}

.slideWrapper {
	margin-bottom: 0rem !important;
}

.sliderwaku {
	position: relative;
	display: block;
	padding: 0px 0px 0;
	overflow: hidden;
}

.slick-arrow {
	position: absolute;
	width: 100%;
	max-width: 25px;
	top: 0;
	bottom: 20px;
	margin: auto;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.slick-arrow.slick-disabled {
	opacity: 0;
}

.prev-arrow {
	left: 0px;
	z-index: 10;
}

.next-arrow {
	right: 0px;
}

#trailer-item .slick-slide {
	margin: 0 8px;
}

#trailer-item .slick-list {
	margin: 0 -8px;
	overflow: visible;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 0px;
}

.slick-dots {
	position: absolute;
	bottom: -60px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 100;
}

.slick-dots li button:before {
	font-family: "slick";
	font-size: 11px;
	line-height: 0px;
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	text-align: center;
	opacity: .3;
	color: hsla(0,0%,100%,0.5);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 1.0;
	color: hsla(0,0%,100%,1);
}

.section__trailer__item a, .sliderwaku > a, a.modaal-video2 {
	position: relative;
	display: block;
	line-height: 0;
}

.trailer-img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.8;
	transition: all 0.2s ease 0s;
	border: 1px solid var(--link-border-color);
}

.trailer-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 150;
	opacity: 0.6;
	pointer-events: none;
	line-height: 0;
	width: auto;
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}

.trailer-overlay img {
	display: block;
	width: 15%;
	height: auto;
}

.trailer-img:hover {
	opacity: 1;
	border: 1px solid var(--link-border-color2);
}

.footer {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	color: var(--color-06b);
	padding-bottom: 2rem;
}

.footer a {
	color: var(--color-02b);
}

.footer a:hover {
	color: var(--color-02);
}

.footer__set {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.footer__logo {
	position: relative;
	width: 90%;
	max-width: 600px;
	margin: 0 auto 0;
}

.social-bt {
	position: relative;
	width: 360px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 1.5rem;
	align-items: center;
	z-index: 999;
}

.social-bt__item {
	flex: 0 0 33.333333%;
	line-height: 0;
	text-align: center;
}

.social-bt__item.boder {
	border: 1px solid hsla(0,0%,26%,1.00);
	margin-right: 1rem;
}

.social-set {
	position: relative;
	margin: auto;
}

.footer__billing-bt {
	width: 150px;
	height: auto;
	line-height: 0;
}

#billing {
	position: fixed;
	z-index: 9999;
	bottom: -120%;
	width: 100%;
	height: 100vh;
	transition: all 0.6s;
	background-color: hsla(326,73%,96%,1);
}

#billing.panelactive {
	bottom: 0;
}

#billing.panelactive #billing-list {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.billing__set {
	padding: 30px 50px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.bg-color_black {
	position: relative;
	background-color: hsla(0,0%,0%,0.4);
}

.bg-wrapper {
	position: fixed;
	width: 100%;
	top: 0;
	background-image: url("../img/common/base.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	z-index: 0;
}

.scroll-contents {
	position: relative;
	margin: auto;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	height: auto;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100vh;
	overflow: auto;
}

.modaal-fullscreen .next-arrow {
	right: 10px;
}

.modaal-fullscreen .prev-arrow {
	left: 10px;
}

.modaal-content, .modaal-content-container {
	height: 100%;
	padding: 0;
}

#g-nav.nav-overlay {
	position: fixed;
	inset: 0;
	z-index: 998;
	width: 100% !important;
	height: 100vh !important;
	right: auto !important;
	background-color: rgba(0, 0, 0, 0.92) !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#g-nav.nav-overlay.panelactive {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.nav-overlay__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: radial-gradient(circle at 50% 18%, rgba(255,255,255,0.06), rgba(255,255,255,0) 32%),
		linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.22) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	clip-path: none;
	filter: none;
	transform: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

#g-nav.nav-overlay.panelactive .nav-overlay__bg {
	opacity: 1;
}

.nav-overlay__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 24px 56px 36px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#g-nav.nav-overlay > .nav-overlay__inner {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.nav-overlay__top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

#g-nav.nav-overlay .g-nav_logo {
	position: relative;
	top: auto;
	left: auto;
	width: var(--g-nav-logo-width, 300px);
	max-width: var(--g-nav-logo-max-width, 45vw);
	display: block;
	opacity: 1;
	z-index: auto;
}

#g-nav.nav-overlay .g-nav-menu {
	list-style: none;
	width: min(560px, 100%);
	margin: 0 auto;
	padding: 0;
	position: static;
	display: block;
	text-align: center;
}

#g-nav.nav-overlay .nav-item {
	position: relative;
	list-style: none;
	text-align: center;
	opacity: 1;
	transform: none;
}

#g-nav.nav-overlay .nav-item::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: var(--nav-item-border-height);
	background: linear-gradient(
		90deg,
		rgba(255,255,255,0) 0%,
		hsla(0,0%,100%,0.22) 20%,
		hsla(0,0%,100%,0.28) 50%,
		hsla(0,0%,100%,0.22) 80%,
		rgba(255,255,255,0) 100%
	);
	transform: translateX(-50%) translateY(0);
	transition: transform 0.28s ease,
		filter 0.28s ease,
		background 0.28s ease;
}

#g-nav.nav-overlay .nav-item a {
	position: relative;
	display: block;
	width: 100%;
	padding: 18px 0 16px;
	margin: 0;
	color: hsla(0,0%,100%,0.5);
	text-decoration: none;
	font-family: var(--base-font-family2);
	font-size: clamp(1.15rem, 1.032rem + 0.59vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.15;
	transition: color 0.45s ease,
		text-shadow 0.45s ease,
		transform 0.25s ease;
}

#g-nav.nav-overlay .nav-label {
	display: inline-block;
	font-size: inherit;
}

#g-nav.nav-overlay .underline {
	display: none !important;
}

#g-nav.nav-overlay .nav-item:hover a {
	color: #ffffff;
}

.openbtn {
	position: fixed;
	top: 3px;
	right: 0;
	z-index: 999;
	width: 100px;
	height: 76px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.openbtn span {
	position: absolute;
	left: 50%;
	height: 3px;
	background: var(--openbtn-color);
	transform: translateX(-50%);
	transition: transform 0.28s ease,
		opacity 0.22s ease,
		top 0.28s ease,
		width 0.28s ease,
		background-color 0.2s ease;
}

.openbtn span:nth-child(1) {
	top: 23px;
	width: 44px;
}

.openbtn span:nth-child(2) {
	top: 35px;
	width: 44px;
}

.openbtn span:nth-child(3) {
	top: 47px;
	width: 14px;
	left: calc(50% - 15px);
}

.openbtn:hover span {
	background: hsla(0,0%,100%,0.85);
}

.openbtn.active span:nth-child(1) {
	top: 35px;
	width: 44px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}

.openbtn.active span:nth-child(2) {
	opacity: 0;
}

.openbtn.active span:nth-child(3) {
	top: 35px;
	width: 44px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
}

.modaal-wrapper, .modaal-outer-wrapper, .modaal-inner-wrapper, .modaal-container {
	z-index: 99990 !important;
}

.modaal-close {
	position: fixed !important;
	top: 3px !important;
	right: 0 !important;
	z-index: 100000 !important;
	width: 100px !important;
	height: 76px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	cursor: pointer !important;
	appearance: none;
	-webkit-appearance: none;
	opacity: 1 !important;
	border-radius: 0 !important;
}

.modaal-close::before, .modaal-close::after {
	content: "" !important;
	position: absolute !important;
	top: 35px !important;
	left: 50% !important;
	display: block !important;
	width: 44px !important;
	height: 3px !important;
	margin: 0 !important;
	background: #fff !important;
	border-radius: 0 !important;
	transform-origin: center center !important;
	transition: background-color 0.2s ease !important;
}

.modaal-close::before {
	transform: translateX(-50%) rotate(45deg) !important;
}

.modaal-close::after {
	transform: translateX(-50%) rotate(-45deg) !important;
}

.modaal-close:hover::before, .modaal-close:hover::after, .modaal-close:focus::before, .modaal-close:focus::after {
	background: hsla(0,0%,100%,0.85) !important;
}

.modaal-close span, .modaal-close .modaal-close-label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
}

#top-bt {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease;
}

#top-bt.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.top_logo, .mainVisual__layer {
	position: absolute;
	z-index: 3;
}

#trailer-item.is-single {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#trailer-item.is-single .slick-list {
	margin: 0 !important;
	overflow: hidden;
}

#trailer-item.is-single .slick-track {
	display: flex;
	justify-content: center;
}

#trailer-item.is-single .slick-slide {
	float: none;
	height: auto;
}

#trailer-item.is-single .sliderwaku {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#trailer-item.is-single .slick-arrow, #trailer-item.is-single .slick-dots {
	display: none !important;
}



@media screen and (max-width: 767px) {
	.mainVisual {
		position: relative;
		overflow: hidden;
		margin-top: 0px;
	}

	.mainVisual.flex {
		height: 100%;
		flex-direction: column;
	}

	.trailer-title {
		text-align: center;
		margin: 0.5rem 0 0rem 0;
	}

	.trailer-overlay img {
		width: 20%;
	}

	.slick-arrow {
		position: absolute;
		width: 100%;
		max-width: 20px;
		top: -15px;
		bottom: 0;
		margin: auto;
		cursor: pointer;
	}

	.prev-arrow {
		left: 0;
		z-index: 10;
	}

	.next-arrow {
		right: 0;
	}

	#trailer-item .slick-list {
		margin: 0 0px;
		overflow: hidden;
	}

	.footer__logo {
		position: relative;
		width: 90%;
		margin: 4vh auto 0;
	}

	.billing__set {
		padding: 50px 10px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.footer {
		padding-bottom: 1rem;
	}

	.modaal-inner-wrapper {
		display: table-cell;
		width: 100%;
		height: 100%;
		position: relative;
		vertical-align: middle;
		text-align: center;
		padding: 80px 0px !important;
	}

	.bg-wrapper {
		position: fixed;
		width: 100%;
		top: 0;
		background-image: none;
	}

	.bg-wrapper::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-image: url(../img/common/base_sp.webp);
		background-size: cover;
	}

	.scroll-contents {
		position: relative;
		margin: auto;
		left: 0;
		right: 0;
		overflow: hidden;
		max-width: 100%;
		width: 100%;
		z-index: 10;
		height: auto;
	}

	.nav-overlay__inner {
		padding: 18px 22px 26px;
	}

	#g-nav.nav-overlay .g-nav_logo {
		width: var(--g-nav-logo-width-sp, 50%);
		max-width: var(--g-nav-logo-max-width, 45vw);
	}

	#g-nav.nav-overlay .g-nav-menu {
		width: 100%;
		max-width: 420px;
	}

	#g-nav.nav-overlay .nav-item a {
		padding: 16px 0 14px;
		font-size: clamp(1rem, 0.891rem + 0.55vw, 1.25rem);
		letter-spacing: 0.12em;
	}

	.openbtn {
		top: 0px;
		width: 64px;
		height: 64px;
	}

	.openbtn span {
		height: 3px;
	}

	.openbtn span:nth-child(1) {
		top: 19px;
		width: 36px;
	}

	.openbtn span:nth-child(2) {
		top: 29px;
		width: 36px;
	}

	.openbtn span:nth-child(3) {
		top: 39px;
		width: 12px;
		left: calc(50% - 12px);
	}

	.openbtn.active span:nth-child(1) {
		top: 29px;
		width: 36px;
		left: 50%;
	}

	.openbtn.active span:nth-child(3) {
		top: 29px;
		width: 36px;
		left: 50%;
	}

	.modaal-close {
		top: 0 !important;
		width: 64px !important;
		height: 64px !important;
	}

	.modaal-close::before, .modaal-close::after {
		top: 29px !important;
		width: 36px !important;
		height: 3px !important;
	}

	#trailer-item.is-single {
		width: 90%;
		max-width: none;
	}

	#trailer-item.is-single .sliderwaku {
		max-width: none;
	}
}

@media screen and (max-width: 1024px) {
	#trailer-item.is-single {
		width: 90%;
		max-width: 900px;
	}

	#trailer-item.is-single .sliderwaku {
		max-width: 900px;
	}
}






