@charset "UTF-8";

/*____________ common_____________

_______ font


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

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;


font-family: nitalago-ruika, sans-serif;
font-weight: 100;
font-style: normal;


#000000
#ffffff


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


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

:root {

/*color*/	
	
 --color-01: hsla(0,0%,100%,0.3);
 --color-02: #ffffff; /* strong */
 --color-02b: hsla(0,0%,70%,1.00);
 --color-03: #000000; 
 --color-04: hsla(0,0%,100%,0.2);
 --color-05: hsla(0,0%,100%,0.1);
 --color-05b: hsla(0,0%,100%,0.05);
 --color-06: hsla(0,0%,0%,0.45);
 --color-06b: hsla(0,0%,100%,0.45);
 --color-07: hsla(0,0%,100%,0.5);
    
 --base-font-color: hsla(0,0%,80%,1.00);
	
 --link-font-color: var(--color-02);
 --link-font-hover-color: var(--color-01);
	
 --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: #000000;
 --background-color2: hsla(0,0%,100%,0.1);
	
/*font family*/	
	
 --base-font-family: source-han-serif-jp-subset, sans-serif;
 --base-font-family2: nitalago-ruika, 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: 600;
 --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, 0.864rem + 2.18vw, 2.5rem);
 --title-font-weight: 600;
 --title-font-color: var(--color-02);
 --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);
	
	
/*	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;
	}
}


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

/*----------------------------------------
	mainContents
----------------------------------------*/
.mainContents {
	/* margin-bottom: 50px; */
}

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

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

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

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

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

.mainVisual__flexitem {
	position: relative;
	width: 50%;
}

.container-item-img {
	position: relative;
}

.container-item-img img {
	display: block;
	height: 100vh;
	object-fit: contain;
	object-position: 80% 50%;
	width: 100%;
	overflow: hidden;
}

.container-item-img__left img {
	display: block;
	height: 100vh;
	object-fit: contain;
	object-position: 20% 50%;
	width: 100%;
	overflow: hidden;
}

.anime {
	position: absolute;
	opacity: 1;
}

/*top設定*/

:root {
	--img-width: 1920;
	--img-height: 1080;
	--img-width-sp: 1200;
	--img-height-sp: 2094;
}

@media screen and (max-width: 767px) {
}

.official_twitter {
	position: absolute;
	width: 13%;
	top: 70px;
	left: 20px;
	opacity: 0;
	z-index: 999;
}

.bt_sp {
	position: absolute;
	width: 10%;
	bottom: 22%;
	right: 1%;
}

.bn_cp {
	position: absolute;
	width: 27%;
	bottom: 6%;
	right: 1%;
	border: 1px solid #fedc00;
}

.bnr_filmarks {
	position: absolute;
	width: 13.5%;
	bottom: 6%;
	right: 30%;
}

@media screen and (max-width: 767px) {
	.bt_sp {
		position: absolute;
		width: 20%;
		bottom: 1%;
		right: 1%;
	}  
    
	.bn_cp {
		position: absolute;
		width: 60%;
		bottom: 13.5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		border: 1px solid #fedc00;
	}
    
	.bnr_filmarks {
		position: absolute;
		width: 30%;
		bottom: 4%;
		left: 0;
		right: 0;
		margin: 0 auto;
		border: 1px solid #fedc00;
	}
}

.bnr_cp {
	position: absolute;
	width: 10%;
	bottom: 9%;
	right: 4%;
	margin: auto;
}

.top_logo {
	position: absolute;
	width: 22%;
	bottom: 2%;
	left: 2%;
}

.bnr_spotify {
	position: absolute;
	width: 23%;
	bottom: 1%;
	left: 1%;
	margin: auto;
}

.bnr_blu {
	position: absolute;
	width: 12%;
	bottom: 23%;
	right: 0.2%;
}

.bnr_spotify2 {
	position: relative;
	width: 100%;
	max-width: 700px;
	top: 0;
	right: 0;
	margin: auto;
}

.bnr_deli {
	position: absolute;
	width: 25%;
	top: 15%;
	right: 1%;
	margin: auto;
}

.copyright {
	position: absolute;
	width: 200px;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	opacity: 0.6;
}

.mvtk_bnr_set {
	position: absolute;
	bottom: 13%;
	left: 20px;
	min-width: 100px;
	width: 15%;
	max-width: 200px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
}

.mvtk_bnr_item {
	position: relative;
	width: 49%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.top_logo {
		width: 55%;
		left: 0;
		right: 0;
		bottom: 2%;
		margin: auto;
	}
	
	.bnr_blu {
		position: absolute;
		width: 41%;
		bottom: 6.5%;
		left: 7%;
		right: auto;
	}
	
	.bnr_spotify,
	.bnr_spotify2 {
		position: relative;
		width: 90%;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	
	.mvtk_bnr_set {
		position: relative;
		bottom: 0;
		left: 0;
		margin: auto;
		min-width: 95%;
		width: 95%;
		max-width: 95%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.mvtk_bnr_item {
		width: 90%;
		margin-top: 10px;
	}
	
	.bnr_directer {
		position: relative;
		max-width: 342px;
		width: 100%;
		bottom: auto;
		right: 0.5%;
		margin: auto;
	}
    
	.bnr_cp {
		position: absolute;
		width: 41%;
		bottom: 6.5%;
		left: auto;
		right: 7%;
	}
	
	.bnr_gene,
	.bnr_deli {
		position: relative;
		width: 95%;
		bottom: auto;
		left: 0;
		right: 0;
		margin: 0 auto 20px;
	}
	
	#pc_top_b {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.official_twitter {
		position: absolute;
		width: 70px;
		top: 7px;
		left: 5px;
		z-index: 999;
	}
	
	.mainContents {
	}
	
	.mainVisual.flex {
		height: 100%;
		flex-direction: column;
	}
	
	.mainVisual__flexitem {
		position: relative;
		width: 100%;
	}
	
	.container-item-img img {
		display: block;
		height: auto;
		object-fit: fill;
		object-position: 50% 0%;
		width: 100%;
		overflow: hidden;
	}

	.container-item-img__left img {
		display: block;
		height: auto;
		object-fit: fill;
		object-position: 50% 0%;
		width: 100%;
		overflow: hidden;
	}
	
	.copyright {
		position: relative;
		margin: auto;
		width: 200px;
		bottom: auto;
		right: 0;
		z-index: 100;
		opacity: 0.6;
		padding: 0 10px 10px;
	}
}

/*top news banner*/

.fusen_set {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.fusen_set__pc {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 80px;
	left: 20px;
}

.fusen {
	transform: rotate(-2deg);	
	margin: 0 0rem 5px;
}

.fusen__top {
	position: relative;
	margin-bottom: 0.2rem;
	padding: 0.5rem 1rem;
	border-left: 20px solid #FFDCF1;
	background-color: white;
	font-weight: 500;
	color: #5E5E5E;
	font-size: clamp(0.8rem, 0.8rem + 0vw, 0.8rem);
	max-width: 250px;
}

.fusen__top::before {
	position: absolute;
	right: 1px;
	bottom: 10px;
	width: 50%;
	height: 50%;
	box-shadow: 0 5px 20px hsla(0,0%,20%,0.20);
	transform: rotate(2deg);
	z-index: -1;
	content: '';
	-webkit-box-shadow: 0px 5px 20px hsla(0,0%,20%,0.20);
}

@media screen and (max-width: 767px) {
	.fusen {
		transform: rotate(-2deg);	
		margin: 0 0.5rem 8px;
	}
	
	.fusen_set {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.fusen__top {
		position: relative;
		margin-bottom: 0.2rem;
		padding: 0.6rem 1rem;
		border-left: 20px solid #FFDCF1;
		font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
	}
}

/*section__bnr*/

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

.section__bnr__item {
	width: 200px;
	margin: 0 5px;
}

.section__bnr__item.border {
	border: 1px solid hsla(0,0%,26%,1.00);
}

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

.section__trailer__item a {
	position: relative;
	display: block;
	padding: 0;
	border: 0px solid #C90404;
}

.section__trailer__item a .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: url(../svg/play_mark.svg) no-repeat center center;
	background-color: rgba(0, 0, 0, 0.5);
	background-size: 20%;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	opacity: 0.5;
}

.section__trailer__item a:hover .overlay {
	background-color: rgba(0, 0, 0, 0);
}

.overlay {
	position: fixed;
	top: -10px;
	left: 0;
	right: 0;
	bottom: -10px;
	background-color: hsla(0,0%,100%,0.90);
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 910;
}

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

@media screen and (max-width: 767px) {
	.section__bnr__item {
		width: 45%;
		margin: 0 5px;
	}
	
	.trailer-title {
		text-align: center;
		margin: 0.5rem 0 0rem 0;
	}
}

/*slick*/

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

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

.sliderwaku2 {
	position: relative;
	display: block;
	padding: 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);
}

@media screen and (max-width: 767px) {
	.trailer-overlay img {
		width: 20%;
	}
}

@media screen and (max-width: 767px) {
	.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;
	}
	
	.button-container {
		width: 100%;
	}
	
	.button-item {
		position: relative;
		width: 48%;
	}
	
	.section__bnr {
		margin: auto;
	}
	
	.section__trailer__item a {
		width: 100%;
	}
    
	#trailer-item .slick-list {
		margin: 0 0px;
		overflow: hidden;
	}
}

/*section__news*/

/*----------------------------------------
	Card
----------------------------------------*/
.cardList__item {
}

.card {
	display: block;
	border: 1px solid var(--link-border-color);
	text-decoration: none;
	transition: color .3s;
	background-color: #000;
	height: 100%;
	transition: all .3s;
	font-family: var(--base-font-family2);
}

.card__thumb {
	overflow: hidden;
}

.card__thumb img {
	max-width: none;
	width: 100%;
	transition: transform .3s;
}

.card__text__base {
	position: relative;
	padding: 15px 15px;
	height: auto;
	background-color: hsla(0,0%,10%,1.00);
}

.card__date {
	font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
	margin: 0px 0px 5px;
	color: var(--color-03);
}

.card__txt {
	font-size: clamp(0.85rem, 0.795rem + 0.27vw, 1rem); 
	line-height: 1.5rem;
}

/*hover*/
.card:hover {
	color: #ffffff;	
	border: 1px solid var(--link-border-color2);
}

@media screen and (max-width: 767px) {
	.card__txt {
		line-height: 1.4rem;
	}
	
	.card__text__base {
		padding: 5px;
	}
}

/*----------------------------------------
	CardList04
----------------------------------------*/
.cardList {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2,1fr);
	grid-auto-rows: minmax(100px, auto);
}

@media screen and (min-width: 768px), print {
	.cardList {
		grid-template-columns: repeat(2,1fr);
	}
}

@media screen and (min-width: 992px), print {
	.cardList {
		grid-template-columns: repeat(3,1fr);
	}
}

@media screen and (min-width: 1200px), print {
	.cardList {
		grid-template-columns: repeat(3,1fr);
	}
}

/*comment*/

.comment-set {
	position: relative;
	padding: 1.5rem 0rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: top;
}

.comment-text-item {
	position: relative;
	width: 75%;
}

.comment-img-item {
	position: relative;
	width: 21%;
}

.comment-img-item img {
	border: 1px solid hsla(0,96%,40%,0.5);
}

.comment-text-item2 {
	position: relative;
	width: 100%;
}

.comment-text-item2.about {
	position: relative;
	width: 100%;
	line-height: 1.8rem;
}

.text_story {
	text-align: center;
	line-height: 2.1rem;
	font-size: clamp(0.96rem, 0.873rem + 0.44vw, 1.2rem);
}

.comment-name {
	margin-bottom: 0.5rem;
	position: relative;
	font-style: normal;
	font-size: clamp(1.3rem, 1.191rem + 0.55vw, 1.6rem);
	line-height: 1.7rem;
	text-align: left;
}

.comment-name .large {
	font-size: 130%;
}

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

.name2 {
	font-size: 70%;
	margin-left: 0rem;
}

.comment__bold {
	font-weight: 800;
	color: hsla(0,0%,50%,1.00);
	margin-bottom: 0.25rem;
}

.comment__bold__about {
	font-weight: 800;
	color: hsla(0,0%,50%,1.00);
	margin-bottom: 1rem;
	font-size: clamp(1.1rem, 0.991rem + 0.55vw, 1.4rem);
	text-align: center;
}

p.comment__margin {
	margin-bottom: 1.25rem;
}

.small-right {
	text-align: right;
	font-size: 70%;
	color: hsla(0,0%,100%,0.7);
}

.sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.profile-set {
	padding: 1rem 1.5rem;
	background-color: hsla(0,0%,100%,0.1);
	font-size: clamp(0.85rem, 0.832rem + 0.09vw, 0.9rem);
	color: hsla(0,0%,100%,0.4);
}

@media screen and (max-width: 767px) {
	.comment-set {
		padding: 1.5rem 0rem;
	}
	
	.comment-text-item {
		width: 100%;
	}
	
	.comment-name {
		line-height: 1.5rem;
		text-align: center;
	}

	.comment-img-item {
		width: 80%;
		margin: 0 auto 1.5rem;
	}
	
	.text_story {
		line-height: 1.8rem;
	}
	
	.text_story.mb-1 {
		margin-bottom: 1.8rem !important;
	}
	
	.profile-set {
		padding: 1rem 1rem;
	}
}

/*----------------------------------------
	footer
----------------------------------------*/

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

.footer2 {
	position: relative;
	padding: 50px 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.footer2__item {
	width: 100%;
	max-width: 700px;
	font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
	line-height: 1rem;
}

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

.footer__bnr {
	position: absolute;
	width: 80%;
	max-width: 180px;
	margin: 6vh 0 0 auto;
	right: 30px;
}

.footer__title {
	font-size: clamp(0.6rem, 0.491rem + 0.55vw, 0.9rem);
	text-align: center;
	text-transform: uppercase;
	color: var(--color-02b);
}

.billing {
	position: relative;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 4rem;
}

.footer__billing_img {
	position: relative;
	max-width: 350px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
	.footer__bnr {
		position: relative;
		width: 80%;
		max-width: 180px;
		margin: 6vh auto 0 auto;
		right: 0;
	}
	
	.footer2 {
		padding: 20px 10px 40px;
	}
	
	.footer__logo {
		position: relative;
		width: 90%;
		margin: 4vh auto 0;
	}
	
	.footer__logo2 {
		width: 90%;
	}
}

/*sns brands*/

.brands {
	position: relative;
	width: 280px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}

.brands__item {
	flex: 0 0 15%;
}

.brands__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.brands__item img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

/*social bt*/

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

.wb-logo-item-flex {
	position: relative;		
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	margin-bottom: 20px;
}

.wb-logo {
	width: 35px;
	line-height: 0;
	margin-bottom: 15px;
}

.wb-link {
	display: flex;	
	justify-content: center;
	align-items: center;
	font-size: clamp(0.6rem, 0.491rem + 0.55vw, 0.9rem);
}

.wb-link a {
	margin: 0 0.5rem;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

/* 通常（薄いライン） */
.wb-link a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: hsla(0,0%,100%,0.25);
}

/* hover（上に重ねる） */
.wb-link a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 1px;
	background: hsla(0,0%,100%,0.8);
	transition: width 0.15s ease;
}

.wb-link a:hover::after {
	width: 100%;
}

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

.footer__billing-bt__close {
	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);
}

/*アクティブクラスがついたら位置を0に*/
#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;
}

.footer__billing-text {
	width: 100%;
	max-width: 800px;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.billing__set {
		padding: 50px 10px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	
	.footer {
		padding-bottom: 1rem;
	}
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
	max-width: 1200px;
	margin: auto;
}

._narrow {
	max-width: 1000px; 
}

/* 画面幅が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%;
}