@charset "UTF-8";
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼BASIC　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*ALL*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Kaisei Opti', serif;
	font-family: "Klee One", cursive;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 13px;
	line-height: 5px;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

section {
	height: auto;
}

a {
	outline: none;
}

body {
	width: 100%;
	background-color: #2162ae;
	color: #fff;

	font-size: 13px;
	line-height: 21px;
	font-family: 'M PLUS 1p', sans-serif;
	font-family: "Klee One", cursive;
	font-family: "Kaisei Tokumin", serif;
	font-family: "Hina Mincho", serif;
	font-family: 'Kosugi', sans-serif;

}

@-ms-viewport {
	width: auto;
}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*hr*/
/*▼ボーダー▼*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

/*▽素▽*/
hr {
	border: none;
	width: 100%;
}

/*▽基本▽*/
hr.base {
	width: 100%;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-top-color: #252525;
	border-bottom-color: #bfbfbf;
	margin: auto 0;
}

hr.itv {
	border: none;
	border-top: 1px dotted #cdcdcd;
}

textarea {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 10px;
	border: 1px rgb(77, 77, 77) solid;
	line-height: 16px;
	resize: none;
}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*a*/
/*▼リンク▼*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
a {
	color: #f4a000;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #f4a000;
}

a:hover {
	color: #f1c97e
}

/* a:visited{	color: #8366ab;} */

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*h*/
/*▼見出し▼*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

h1.itv {
	padding-top: 10px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 12px;
	border-left: 8px solid #fff;
	background: linear-gradient(90deg, rgba(33, 98, 174, 1) 0%, rgba(0, 160, 233, 1) 100%);
	color: #fff;
}

@media(max-width:768px) {
	h1.itv {
		padding-top: 10px;
		font-size: 18px;
		font-weight: bold;
		padding-left: 5px;
		padding-bottom: 12px;

		border-left: 8px solid #fff;

		background: linear-gradient(90deg, rgba(33, 98, 174, 1) 0%, rgba(0, 160, 233, 1) 100%);

		color: #fff;
	}
}

h2.itv {
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	/* border-bottom: 1px dotted #8c8c8c; */
	background-color: rgba(255, 255, 255, 0.9);

	color: rgba(0, 160, 233, 1);
}

.t_bold {
	font-weight: bold;
}

.t_emp {
	font-size: 15px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.img-frame {
	border-radius: 1px;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8);
	background: #444;
}


/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼Project　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*div*/
/*▼div▼*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.div-left {
	float: left;
	display: inline-block;
}

@media(max-width:768px) {
	.div-left {
		position: relative;
		float: none;
		width: 100%;
		padding-left: 0px;
		padding-bottom: 0;
	}

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

@media(max-width:1278px) and (min-width: 769px) {
	.div-left {
		width: 50%;
		padding-left: 5px;
	}

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

@media(max-width:1364px) and (min-width: 1279px) {
	.div-left {
		width: 50%;
		padding-left: 5px;
	}

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

@media(min-width:1365px) {
	.div-left {
		padding-left: 5px;
	}
}


.div-right {
	float: right;
}

@media(max-width:768px) {
	.div-right {
		padding-bottom: 0;
		float: none;
		width: 100%;
	}

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

@media(max-width:1278px) and (min-width: 769px) {
	.div-right {
		float: right;
		width: 50%;
		padding-left: 5px;
	}

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

@media(max-width:1364px) and (min-width: 1279px) {
	.div-right {
		width: 50%;
		padding-left: 5px;
	}

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

@media(min-width:1365px) {
	.div-right {
		padding-right: 5px;
	}
}

.main-content {
	position: relative;
	width: 100%;
	/* padding-left: 141px; */
}

@media(max-width:768px) {
	.main-content {
		padding: 0;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.main-content {
		/* padding-left: 105px; */
	}
}

@media(min-width:1365px) {
	.main-content {
		/* padding-left: 141px; */
	}
}

.content-box_t {
	position: relative;
	width: 1140px;
	padding-top: 40px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_t {
		width: 100%;
		z-index: 0;
	}
}

.content-box_mv {
	position: relative;
	width: 80vw;
	min-height: 100vh;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_mv {
		width: 100%;
		height: auto;
		min-height: 0;
		z-index: 1;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_mv {
		/* width: 720px; */
		min-height: 100vh;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_mv {
		/* width: 960px; */
		min-height: 100vh;
	}
}



.content-box_news {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_news {
		width: 100%;
		z-index: 0;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_news {
		width: 720px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_news {
		width: 960px;
	}
}


.content-box_info {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_info {
		width: 100%;
		z-index: 0;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_info {
		width: 720px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_info {
		width: 960px;
	}
}

.special-box_info {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.special-box_info {
		width: 100%;
		z-index: 0;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.special-box_info {
		width: 720px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.special-box_info {
		width: 960px;
	}
}


.content-box_movie {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_movie {
		width: 100%;
		z-index: 0;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_movie {
		width: 720px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_movie {
		width: 960px;
	}
}

.content-box_trial {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_trial {
		width: 100%;
		z-index: 0;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_trial {
		width: 720px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_trial {
		width: 960px;
	}
}


.content-box_product {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_product {
		width: 100%;
		z-index: 0;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_product {
		width: 720px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_product {
		width: 960px;
	}
}

.content-box_gallery {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_gallery {
		width: 100%;
		z-index: 0;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_gallery {
		width: 720px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_gallery {
		width: 960px;
	}
}


.content-box_special {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_special {
		width: 100%;
		z-index: 0;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_special {
		width: 720px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_special {
		width: 960px;
	}
}

.content-box_spec {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_spec {
		width: 100%;
		z-index: 0;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_spec {
		width: 720px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_spec {
		width: 960px;
	}
}


.content-box_char {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}

@media(max-width:768px) {
	.content-box_char {
		position: relative;
		width: 100%;
		height: auto;

	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_char {
		width: 100%;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_char {
		width: 100%;
	}
}

.content-box_tokuten {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_tokuten {
		width: 100%;
		z-index: 0;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_tokuten {
		width: 90%;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_twitter {
		/* width: 960px; */
	}
}

.content-box_twitter {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_twitter {
		width: 100%;
		z-index: 0;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_twitter {
		width: 720px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_twitter {
		width: 960px;
	}
}


.content-box {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}

/*フレーム*/
.f-1140 {
	/* color: #8366ab; */

	font-size: 1.2em;
	position: relative;
	width: 100%;
	height: 100%;

	border-style: groove;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media(max-width:768px) {
	.f-1140 {
		width: 100%;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.f-1140 {}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.f-1140 {}
}

/*コンテンツ*/
/*中央寄せ*/
.cont-center {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

/*左寄せ*/
.cont-left {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

/*右寄せ*/
.cont-center {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

/*バナーサイズ*/
/*画像サイズ:1/1*/
.bn_1-1 {
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto 0;
	user-select: none;
}

@media(max-width:768px) {
	.bn_1-1 {
		padding-top: 5px;
		padding-bottom: 10px;
	}
}

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

@media(max-width:768px) {
	.bn_1-1 img {
		width: 100%;
	}
}

/*画像サイズ:1/2*/
.bn_1-2 {
	position: relative;
	display: inline-block;
	width: 49.0%;
	text-align: center;
	margin: 2px 2px;
	vertical-align: top;
}

@media(max-width:768px) {
	.bn_1-2 {
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.bn_1-2 {
		width: 48.4%;
		/*padding-left: 3px;*/
		margin: 2px 2px;
	}
}

@media(min-width:1365px) {}

.bn_1-2 img {
	width: 100%;
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.bn_1-2 img:hover {
	width: 100%;
	-webkit-filter: contrast(75%) brightness(120%);
	-moz-filter: contrast(75%) brightness(120%);
	filter: contrast(75%) brightness(120%);
}

.bn_1-2_text {
	pointer-events: none;
}

.bn_1-2 p {
	text-align: left;
	font-size: 1.3em;
	line-height: 1.7em;
	margin: 10px;
}

@media(max-width:768px) {
	.bn_1-2 p {
		font-size: 1.2em;
		line-height: 1.6em;
	}
}

.bn_1-2 h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	background-color: #f4a000;
	;
	padding: 10px;
}




/*画像サイズ:1/3*/
.bn_1-3 {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 32.4%;
	padding-left: 3px;
	margin: 5px 3px;
	vertical-align: middle;
}

@media(max-width:768px) {
	.bn_1-3 {
		width: 100%;
		/*margin: 0px 5px 0px 5px ;*/
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.bn_1-3 {
		width: 32.3%;
		padding-left: 3px;
		margin: 4px 2px;
	}
}

@media(min-width:1365px) {}

.bn_1-3 img {
	width: 100%;
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.bn_1-3 img:hover {
	width: 100%;
	-webkit-filter: contrast(75%) brightness(120%);
	-moz-filter: contrast(75%) brightness(120%);
	filter: contrast(75%) brightness(120%);
}


.bn_mov {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 31.2%;
	padding-left: 3px;
	margin: 5px 3px;
}

@media(max-width:768px) {
	.bn_mov {
		width: 46%;
		/*margin: 0px 5px 0px 5px ;*/
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.bn_mov {
		width: 30%;
		padding-left: 3px;
		margin: 4px 2px;
	}
}

@media(min-width:1365px) {}

.bn_mov img {
	width: 100%;
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.bn_mov img:hover {
	width: 100%;
	-webkit-filter: contrast(75%) brightness(120%);
	-moz-filter: contrast(75%) brightness(120%);
	filter: contrast(75%) brightness(120%);
}

.sp-wide {
	width: 100%;
}

@media(max-width:768px) {
	.sp-wide {
		padding-top: 20px;
	}
}

.sp-wide h1 {
	font-size: 2.0em;
	background: rgba(131, 102, 171, 1);
	background: linear-gradient(90deg, rgba(131, 102, 171, 1) 0%, rgba(210, 0, 131, 1) 100%);
	padding: 12px 0;
	margin-bottom: 10px;
}



.fnone img {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.fnone img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*フッター*/
.footer-box {
	position: absolute;
	/*top: 0;*/
	left: 0;
	right: 0;
	bottom: 14px;
	margin: auto;
	text-align: center;

	/*margin: 12px;*/

	color: #e2e2e2;
	font-size: 12px;

	z-index: 2;
	/*background-color: #ffffff;*/
}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼Interview　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.itv-bg {

	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bg/bg_a.jpg), url(../img/product/storyb-bg.jpg);
	overflow: hidden;
	background-repeat: repeat, no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 0;
}

@media(max-width:768px) {
	.itv-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}

.int-rightbox {
	position: absolute;
	left: auto;
	margin: 0 auto;
}

@media(max-width:768px) {
	.int-rightbox {
		position: relative;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 0;
	}
}

.itv-title {
	position: relative;
	padding-left: 880px;
	margin: 0 auto;
}

.itv-title h1 {
	text-align: center;
	font-size: 3.0em;
	font-style: italic;
	padding-bottom: 20px;
}


@media(max-width:768px) {
	.itv-title {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.itv-title img {
		width: 100%;
	}
}

.itv-btnbox {
	position: relative;
	left: 880px;
	margin: 20px;
	width: 420px;
	height: auto;
}

@media(max-width:768px) {
	.itv-btnbox {
		width: 100%;
		left: 0px;
		margin: 10;
	}
}

.itv-btn {
	position: absolute;
	-webkit-border-radius: 1;
	-moz-border-radius: 1;
	border-radius: 1px;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	background: #f4a000;
	padding: 5px 30px 5px 30px;
	text-decoration: none;
}

a.itv-btn {
	color: #ffffff;
}

.itv-btn:hover {
	color: #ffffff;
	background: #f5a33b;
	text-decoration: none;
}

.itv-btn:visited {
	color: #ffffff;
	text-decoration: none;
}

.itv-btn_off {
	position: absolute;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	background: #5c5c5c;
	padding: 5px 30px 5px 30px;
	text-decoration: none;
}

.itv-btn-index {
	padding-bottom: 30px;
}

@media(max-width:768px) {
	.itv-btn-index {
		padding-bottom: 30px;
	}
}

.itv-btntext {
	position: absolute;
	left: 84px;
	padding: 6px 30px 7px 30px;

	color: #152179;
}


.itv-btntext_off {
	position: absolute;
	left: 84px;
	padding: 6px 30px 7px 30px;

	color: #152179;
}

.itv-textbox {
	position: relative;
	font-size: 1.2em;
	line-height: 1.8em;

	height: 100%;
	width: 820px;

	color: #ffffff;

	background-color: rgba(33, 98, 174, 0.75);
	background-image: linear-gradient(to bottom, transparent 2px, rgba(0, 160, 233, 0.25) 2px);
	background-size: 100% 4px;
	background-position: 0 0;
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 20px;

	border-style: ridge;
	border-image: linear-gradient(to left, rgba(0, 160, 233, 1), rgba(0, 160, 233, 1)) 1;

	border-width: 3px;



}

@media(max-width:768px) {
	.itv-textbox {
		width: 100%;
		top: 10px;
		margin: 8;
		z-index: 0;
	}
}

.itv-textbox img {
	width: 100%;
}

.itv-text_index {
	padding-left: 30px;
	padding-right: 30px;
}

@media(max-width:768px) {
	.itv-text_index {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.itv-text_content {
	padding-left: 10px;
	padding-right: 10px;
}

@media(max-width:768px) {
	.itv-text_content {
		padding-left: 10px;
	}
}


.itv-text_footer {
	margin: 18px;
	padding-bottom: 10px;
}

@media(max-width:768px) {
	.itv-text_footer {
		padding-bottom: 10px;
	}
}


/*画像サイズ:1/2*/
.itv_1-2 {
	position: relative;
	display: inline-block;
	width: 49%;
	text-align: center;
	margin: 2px 2px;
	vertical-align: middle;
}

@media(max-width:768px) {
	.itv_1-2 {
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.itv_1-2 {
		width: 49%;
		margin: 2px 2px;
	}
}

@media(min-width:1365px) {}

.itv_1-2 img {
	width: 100%;
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.itv_qes {
	/* font-weight: bold; */
	font-style: italic;
	color: #d8d8d8;
}

.itv_ans {
	font-weight: bold;
	color: #41dba8;
}

.itv_red {
	font-weight: bold;
	color: rgb(255, 64, 64);
}

.itv_org {
	font-weight: bold;
	color: #f4a000;
}


/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼G-nav　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.g-nav ul li {
	display: inline;
}

.g-nav {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: clamp(14px, 1.2vw, 24px);
	font-weight: 100;
	position: fixed;
	background: linear-gradient(to bottom, rgba(33, 98, 174, 0.9), rgba(0, 160, 233, 0.05));

	width: 100%;
	height: 48px;
	margin: 0 auto;
	z-index: 99;

	padding-top: 14px;
}

@media(max-width:768px) {
	.g-nav {
		height: 100%;
		font-size: 1.5em;
		font-weight: 100;
		height: 100vh;
	}

	.g-nav ul li {
		display: block;
		height: 36px;
		padding: 20px 10px;

	}

	.g-nav img {
		/* height: 36px; */
	}
}

.g-nav_ul a {
	color: #fff;
	text-decoration: none;
}

.g-nav_ul a:link {
	color: #fff;
}

.g-nav_ul a:hover {
	color: #f4a000;
}

.g-nav-content {
	position: relative;
	margin: 0 auto;
	text-align: left;
	max-width: 60%;
}

@media(max-width:768px) {
	.g-nav-content {
		max-width: 100%;
	}
}

.g-nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

@media(max-width:768px) {
	.g-nav ul {
		display: block;
		text-align: left;
		padding: 10px;
		line-height: 0px;
	}
}

.g-nav li {
	box-sizing: border-box;
	padding: 0 0px;
	text-align: center;
	flex-grow: 1;
}

@media(max-width:768px) {
	.g-nav li {
		padding: 3px 0;
		text-align: left;
	}
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

#c-modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
}

#c-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	transform: translate(-50%, -50%);
}

#c-modal_close {
	padding: 5px;
	text-align: right;
	cursor: pointer;
}

@media(max-width:768px) {
	.first-mv {
		width: 85vw;
	}
}


/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼TOP　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.mv-bg {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #0b0b0b;
	background-image: url(../img/top/mv.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 20% 0%;
	/* background-attachment:fixed; */
	background-size: cover;
}

@media(max-width:768px) {
	.mv-bg {
		height: auto;
		/* background: none; */
		background-color: none;
		/* background-image: none; */
		z-index: none;
		background-position: 10% 80%;
		background-image: url(../img/top/mv_sp.jpg);

	}

	.mv-bg::before {
		background-image: url(../img/top/mv_sp.jpg);
		background-position: center;
		background-size: cover;
		display: block;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		width: 100vw;
		height: 100vh;
		content: "\A";
		z-index: -1;
	}

	.mv-bg img {
		width: 100%;
	}
}

#bgchange {
	transition: background-image 0.5s ease;
}

#bgchange-sp {
	transition: background-image 0.5s ease;
}

.mv-change {
	position: absolute;
	top: 9vh;
	right: 2vw;
	z-index: 10;
}

.mv-change img {
	width: 8vw;
}

@media(max-width:768px) {
	.mv-change {
		top: 2px;
		right: 2px;
		width: 16vw;
	}

	.mv-change img {
		width: 100%;
	}
}


.mv-chars {
	position: fixed;
	width: inherit;
	height: inherit;
}

@media(max-width:768px) {
	.mv-chars {
		display: none;
	}
}


img.mv_c01 {
	position: fixed;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

img.mv_c02 {
	position: fixed;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

img.mv_c03 {
	position: fixed;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

img.mv_c05 {
	position: fixed;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}


.mv-ojt {
	position: fixed;
	width: inherit;
	height: inherit;
}

.mv-content {
	position: relative;
	width: 75%;
	top: 0;
	/* bottom: 2%; */
	/* left: 1%; */
	margin: auto;
}

.mv-content h1 {
	position: relative;
	text-align: right;
	color: #fd4e4e;
	text-decoration: underline;
	font-size: 1.6vw;
	padding-bottom: 30px;
	font-weight: 900;
	-moz-text-shadow: 2px 2px 0px rgb(255, 255, 255);
	-webkit-text-shadow: 2px 2px 0px rgb(255, 255, 255);
	-ms-text-shadow: 2px 2px 0px rgb(255, 255, 255);
	text-shadow: 2px 2px 0px rgb(255, 255, 255);
}

.mv-content img {
	width: 100%;
}

@media(max-width:768px) {
	.mv-content {
		position: relative;
		width: 85%;
		/* top:0; */
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		padding-top: 10px;
		z-index: 1;
	}

	.mv-content img {
		width: 100%;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.mv-content {}
}

@media(min-width:1365px) {}

.mv-content img {
	width: 100%;
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.mv-content img:hover {
	width: 100%;
	-webkit-filter: contrast(75%) brightness(120%);
	-moz-filter: contrast(75%) brightness(120%);
	filter: contrast(75%) brightness(120%);
}



.mv-logo {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 4%;
	top: 60px;
	text-align: right;
}

.mv-logo img {
	width: 36%;
}

@media(max-width:768px) {
	.mv-logo img {
		width: 100%;
	}
}

@media(max-width:768px) {
	.mv-logo {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		width: 90%;
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40vh;
		margin: 0 auto;
	}

	.mv-logo img {
		width: 100%;
	}
}

.mv-logo_img {
	width: 380px;
}

@media(max-width:768px) {
	.mv-logo_img {
		width: 100%;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.mv-logo_img {
		width: 360px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.mv-logo_img {
		width: 420px;
	}
}

@media(max-width:1920px) and (min-width: 1365px) {
	.mv-logo_img {
		width: 480px;
	}
}

@media(min-width: 1921px) {
	.mv-logo_img {
		width: 540px;
	}
}

.mv-copy {
	position: fixed;
	right: 2%;
	top: 10%;
	margin: 0 auto;
}

.mv-copy img {
	width: 18vh;
}

@media(max-width:768px) {
	.mv-copy img {
		width: 100%;
	}
}

@media(max-width:768px) {
	.mv-copy {
		position: relative;
		left: 0;
		right: 0;
		top: auto;
		width: 100%;
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10vh;
	}

	.mv-copy_t img {
		width: 100%;
	}
}

.mv-copy_img {
	width: 480px;
}

@media(max-width:768px) {
	.mv-copy_img {
		width: 10%;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.mv-copy_img {
		width: 360px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.mv-copy_img {
		width: 420px;
	}
}

@media(max-width:1920px) and (min-width: 1365px) {
	.mv-copy_img {
		width: 480px;
	}
}

@media(min-width: 1921px) {
	.mv-copy_img {
		width: 540px;
	}
}


.mv-date {
	position: relative;

	left: -2%;
	padding-top: 55vh;
	padding-bottom: 20vh;
	margin: 0 auto;
	transform: rotate(-5deg);
	/* width: 50vw; */

}

.mv-date img {
	width: 40vw;
}

.mv-date h1 {
	display: inline-block;
	font-size: 7.0vh;
	background: linear-gradient(90deg, #00a0e9 0%, #2162ae 100%);
	background: rgba(244, 160, 0, 0.8);
	padding: 4vh;
	letter-spacing: 2px;
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: 400;
	font-style: italic;
	-moz-text-shadow: 3px 3px 0px rgba(33, 98, 174, 1.0);
	-webkit-text-shadow: 3px 3px 0px rgba(33, 98, 174, 1.0);
	-ms-text-shadow: 3px 3px 0px rgba(33, 98, 174, 1.0);
	text-shadow: 3px 3px 0px rgba(33, 98, 174, 1.0);
	margin-bottom: 2vh;

	border-bottom: 6px double #fff;

}

.mv-date h3 {
	display: inline-block;
	font-size: 3.2vh;
	background: linear-gradient(90deg, #00a0e9 0%, #2162ae 100%);
	background: #f4a000;
	padding: 10px 30px;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 1vh;
	font-style: italic;

}

.mv-date h2 {
	display: inline-block;
	font-size: 3.2vh;
	padding: 1vh;
	color: #f4a000;
	background: #ffffff;
	font-weight: 600;
}

.mv-date span {
	letter-spacing: -30px;
}

@media(max-width:768px) {
	.mv-date img {
		width: 100%;
	}
}

@media(max-width:768px) {
	.mv-date {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: 30%;
		padding-top: 10px;
		padding-bottom: 2vh;
		width: 95%;
	}

	.mv-date h1 {
		font-size: 3.4vh;
		padding: 10px 10px;
		margin-bottom: 10px;
	}

	.mv-date h2 {
		display: inline-block;
		font-size: 2.0vh;
		padding: 2px;
		/* padding-bottom: 3%; */
		text-shadow: none;
		background-color: #ffffff;
		margin-bottom: 30px;

	}

	.mv-date h3 {
		font-weight: 600;
		margin-bottom: 8px;
		font-style: italic;
		padding: 6px 20px;
		font-size: 2.8vh;

	}

	.mv-date span {
		letter-spacing: -10px;
	}

}

.mv-date_img {}

@media(max-width:768px) {
	.mv-date_img {
		width: 100%;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.mv-date_img {
		width: 360px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.mv-date_img {
		width: 420px;
	}
}

@media(min-width:1365px) {
	.mv-date_img {
		width: 480px;
	}
}

.mv-tweet {
	position: absolute;
	right: 10px;
	top: 13px;
	margin: auto auto;
}

@media(max-width:768px) {
	.mv-tweet {
		display: none;
	}
}

.mv-tweet_sp {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 80vh;
	bottom: auto;
}

.mv-brandlogo {
	position: absolute;
	top: 8px;
	left: 20px;
	margin: auto auto;
}

.mv-brandlogo img {
	width: 100px;
}

@media(max-width:768px) {
	.mv-brandlogo {
		text-align: center;
		left: 0;
		right: 0;
		top: 90vh;
		bottom: auto;
	}

	.mv-brandlogo img {
		width: 100px;
		height: auto;
	}
}

#mv_fadein_contetnt {
	opacity: 0;
	animation: appeare 1s ease 4.5s 1 normal forwards running;
}

@media(max-width:768px) {
	#mv_fadein_contetnt {
		opacity: 0;
		animation: appeare 2s ease 1s 1 normal forwards running;
	}
}

@keyframes appeare {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.mv-mu {
	position: relative;
	/* z-index: 4; */
	left: 37%;
	/* width: 40%; */
	/* right: 3%; */
	/* bottom: 5%; */
	/* height: 30vh; */
	transform: rotate(4deg);
	margin: auto 0;
}

.mv-mu img {
	width: 24%;
}

@media(max-width:768px) {
	.mv-mu {
		position: relative;
		right: auto;
		top: auto;
		bottom: auto;
		left: 35%;
		right: 0;
		width: 33%;
		padding-top: 45px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.mv-mu img {
		width: 100%;
	}
}

.mv-mu img:hover {
	-webkit-filter: contrast(75%) brightness(120%);
	-moz-filter: contrast(75%) brightness(120%);
	filter: contrast(75%) brightness(120%);
}


.bottom-boader {
	width: 100%;
	position: absolute;
	bottom: -15px;
	z-index: 99;
}

@media(max-width:768px) {
	.bottom-boader {
		bottom: -7px;
	}
}

.top-boader {
	width: 100%;
	position: absolute;
	top: -15px;
	z-index: 99;
}

@media(max-width:768px) {
	.top-boader {
		top: -15px;
	}
}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼NEWS　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */


.news-content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 20px;
}

@media(max-width:768px) {
	.news-content {
		width: 100%;
		left: 0;
		right: 0;
		bottom: 20px;
		padding-top: 20px;
		padding-bottom: 10px;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.news-content {
		padding-bottom: 65px;
	}
}

@media(min-width:1365px) {}


hr.news_boder {
	width: 100%;
	margin-top: 10px;
	border-top: 2px #8366ab solid;
	border-bottom: 4px #8366ab solid;
}

.news-info {
	overflow-y: hidden;
	position: relative;
	height: 400px;

	width: 95%;
	border-style: groove;

	margin: 0 auto;

}

@media(max-width:768px) {
	.news-info {


		border-style: ridge;
		/* border-style: inset; */
		border-color: #8366ab;
		width: 98vw;
		left: 1vw;
		height: 400px;
		margin: 0 auto;

		margin-left: 0px;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.news-info {
		/* width: 100%; */
		padding-left: 5px;
	}

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

@media(max-width:1364px) and (min-width: 1279px) {
	.news-info {
		/* width: 100%; */
		padding-left: 5px;
	}

	.news-info img {
		/* width: 100%; */
		height: auto;
	}
}

@media(min-width:1365px) {
	.news-info {

		padding-left: 5px;
	}
}

.news-twitter {
	position: relative;
	overflow: scroll;
	width: 560px;
	height: 450px;
	background-image: url(../img/frame/f-560_450.png);
	background-size: auto 100%;
}

@media(max-width:768px) {
	.news-twitter {
		float: none;
		width: 100%;
	}

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

@media(max-width:1278px) and (min-width: 769px) {
	.news-twitter {
		background-image: url(../img/frame/f-355_450.png);
		width: 100%;
		padding-left: 5px;
	}

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

@media(max-width:1364px) and (min-width: 1279px) {
	.news-twitter {
		background-image: url(../img/frame/f-475_450.png);
		width: 100%;
		padding-left: 5px;
	}

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

@media(min-width:1365px) {
	.news-twitter {
		padding-left: 5px;
	}
}


.news-twitter {
	float: right;
	overflow: scroll;
	height: 450px;

}

@media(max-width:768px) {
	.news-twitter {
		float: none;
		width: 100%;
	}

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

@media(max-width:1278px) and (min-width: 769px) {
	.news-twitter {
		float: right;
		width: 50%;
		padding-left: 5px;
	}

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

@media(max-width:1364px) and (min-width: 1279px) {
	.news-twitter {
		width: 50%;
		padding-left: 5px;
	}

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

@media(min-width:1365px) {
	.news-twitter {
		width: 100%;
		max-width: 540px;
	}
}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼INFO　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */


.info-bg {

	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(../img/bg/bg_a.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}

@media(max-width:768px) {
	.info-bg {
		background-color: rgba(10, 10, 10, 1.0);
		background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, rgba(0, 0, 0, 0.5) 4px, rgba(0, 0, 0, 0.5) 8px);

		display: block;
		width: auto;
		height: 100%;
		content: "";
		/* background-image: none; */
		/* background-size: 200px; */
	}

	.movie-bg img {
		width: 100%;
	}
}

@media(max-width:768px) {
	.info-bg:before {
		opacity: 1.0;
	}
}

.info-content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 65px
}

@media(max-width:768px) {
	.info-content {
		width: 95%;
		left: 0;
		right: 0;
		bottom: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.info-content {}
}

@media(min-width:1365px) {}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼INFO　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.special-bg {

	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(../img/bg/bg_a.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}

@media(max-width:768px) {
	.special-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
	.special-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}



.special-content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 65px
}

@media(max-width:768px) {
	.special-content {
		width: 95%;
		left: 0;
		right: 0;
		bottom: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.special-content {}
}

@media(min-width:1365px) {}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼MOVIE　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.movie-bg {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bg/bg_a.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}


@media(max-width:768px) {
	.movie-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
	.movie-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}

.movie-content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 65px
}

@media(max-width:768px) {
	.movie-content {
		width: 95%;
		left: 0;
		right: 0;
		padding-top: 20px;
		padding-bottom: 40px;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.movie-content {}
}

@media(min-width:1365px) {}


.mov-frame {
	position: relative;
	width: 1134px;
	height: 663px;
	margin: 0 auto;
	background-image: url(../img/mov-frame_t.png);
	;
}

@media(max-width: 768px) {
	.mov-frame {
		position: relative;
		background-size: 360px 210px;
		width: 360px;
		height: 210px;
	}

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

@media(max-width:1278px) and (min-width: 769px) {
	.mov-frame {

		background-size: 740px 433px;
		width: 740px;
		height: 433px;
	}

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

@media(max-width:1364px) and (min-width: 1279px) {
	.mov-frame {
		background-size: 920px 538px;
		width: 920px;
		height: 538px;
	}

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

@media(min-width:1365px) {}

.mov-size {
	padding-top: 3px;
	width: 1140px;
	height: 643px;
}

@media(max-width: 768px) {
	.mov-size {
		/*display: inline-block;*/
		padding-top: 5px;
		width: 100%;
		height: 33vh;
	}

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

@media(max-width:1278px) and (min-width: 769px) {
	.mov-size {
		padding-top: 4px;
		width: 720px;
		height: 409px;
	}

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

@media(max-width:1364px) and (min-width: 1279px) {
	.mov-size {
		padding-top: 5px;
		width: 860px;
		height: 542px;
	}

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

@media(min-width:1365px) {}


/*テーブル２分割*/
table.f-1140_tb2 {
	width: 100%;
	border: 0px;

}

table.f-1140_tb2 tr {
	height: 40px;
	font-size: 1.2em;
}

table.f-1140_tb2 th {
	width: 25%;
	font-weight: 900;
	color: #f4a000;

	background-color: #2162ae;
	border-right: 4px #f4a000 solid;

	/* border-bottom: 1px #8a8a8a dotted; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 20px;
	vertical-align: middle;
	margin: 10px 10px;
	text-align: right;
}

@media(max-width:768px) {
	table.f-1140_tb2 th {
		/* width: 40%; */
	}
}

table.f-1140_tb2 td {
	display: inline-flex;
	width: 100%;
	/* border-bottom: 1px #8a8a8a dotted; */
	/* border-left: 4px #f4a000 solid; */

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	margin: 5px 5px;

}

@media(max-width:768px) {
	table.f-1140_tb2 td {
		/* width: 60%; */
		border-bottom: none;
		/* margin-right: -70px; */
	}
}

h1.f-1140_tb2 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 18px;
	font-weight: 700;

	color: #f4a000;
	/* border-left: solid #ffffff 10px; */
	text-align: left;

	-moz-text-shadow: 2px 2px 0px rgba(0, 98, 174, 1.0);
	-webkit-text-shadow: 2px 2px 0px rgba(33, 98, 174, 1.0);
	-ms-text-shadow: 2px 2px 0px rgba(33, 98, 174, 1.0);
	text-shadow: 2px 2px 0px rgba(33, 98, 174, 1.0);
	display: flex;
	align-items: center;
}

.f-1140_tb2 span {
	font-size: 3.5em;
	color: #ffff;
}

@media(max-width:768px) {
	h1.f-1140_tb2 {}

	.f-1140_tb2 span {
		font-size: 2.5em;
	}

}



/*テーブル３分割*/
table.f-1140_tb3 {
	width: 100%;
	height: 100%;
	border: 0px;
	vertical-align: middle;
}

table.f-1140_tb3 tr {
	font-size: 1.2em;
	height: 40px;
}

table.f-1140_tb3 th {
	width: 30%;
	font-weight: 900;
	color: #f4a000;

	background-color: #2162ae;
	border-right: 4px #f4a000 solid;

	/* border-bottom: 1px #8a8a8a dotted; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 20px;
	vertical-align: middle;

	margin: 10px 10px;
	text-align: right;
}

table.f-1140_tb3 td {
	width: 35%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	margin: 5px 5px;
}

h1.f-1140_tb3 {
	font-weight: 900;
	height: 48px;
	font-size: 18px;
	color: #fff;
	background-color: #141477;
	text-align: center;
	margin-bottom: 40px;
}

img.f-1140_tb3 {
	vertical-align: middle;
}


.btn-base {
	-webkit-border-radius: 60;
	-moz-border-radius: 60;
	border-radius: 60px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	background: #ef5f77;
	padding: 7px 30px 7px 30px;
	text-decoration: none;
}

@media(max-width:768px) {
	.btn-base {
		background: none;
		padding: 0px;
	}
}

a.btn-yoyaku {
	color: #ffffff;

}

.btn-yoyaku:hover {
	color: #ffffff;
	background: #f5a33b;
	text-decoration: none;
}

.btn-yoyaku:visited {
	color: #ffffff;
	text-decoration: none;
}

.btn-yoyaku {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 2px 4px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	font-family: Arial;
	color: #38163a;
	font-size: 14px;
	background: #f4a000;
	padding: 8px 40px 8px 40px;
	text-decoration: none;
	margin: 0 auto;
}

@media(max-width:768px) {
	.btn-yoyaku {
		padding: 6px 20px 6px 20px;
	}
}

a.btn-song {
	color: #c8eefb;
}

.btn-song:hover {
	color: #22baee;
	background: #c8eefb;
	text-decoration: none;
}

.btn-song:visited {
	color: #ffffff;
	text-decoration: none;

}

.btn-song {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 2px 4px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	font-family: Arial;
	color: #38163a;
	font-size: 14px;
	background: #f4a000;
	padding: 8px 40px 8px 40px;

	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 10px;
}

@media(max-width:768px) {
	.btn-song {
		padding: 6px 20px 6px 20px;
	}
}


a.btn-origin {
	color: #f4a000;
	background: transparent;
	border: 1px solid #f4a000;
}

.btn-origin:hover {
	color: #f4a000;
	background: #ffffff;
	text-decoration: none;
}

.btn-origin:visited {
	color: #f4a000;
	text-decoration: none;
}


.btn-origin {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: Arial;
	color: #f4a000;
	font-size: 14px;
	background: transparent;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	margin: 0 auto;
	border: 1px solid #f4a000;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	margin: 0 auto;
}

@media(max-width:768px) {
	.btn-origin {
		border-radius: 0px;
		/* padding: 12px 40px 12px 40px; */
	}
}

a.btn-char_type {
	color: #f4a000;
	background: transparent;
	border: 1px solid #f4a000;
}

.btn-char_type:hover {
	color: #f4a000;
	background: #ffffff;
	text-decoration: none;
}

.btn-char_type:visited {
	color: #f4a000;
	text-decoration: none;
}

.btn-char_type {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: Arial;
	color: #f4a000;
	font-size: 14px;
	background: transparent;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	margin: 0 auto;
	border: 1px solid #f4a000;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
}

@media(max-width:768px) {
	.btn-char_type {
		border-radius: 0;
		padding: 8px 16px 8px 16px;
	}
}

a.btn-base {
	color: #ffffff;
}

.btn-base:hover {
	color: #ffffff;
	background: #ff96a8;
	text-decoration: none;
}

.btn-base:visited {
	color: #ffffff;
	text-decoration: none;
}


a.btn-ao {
	color: #ffffff;
}

.btn-ao:hover {
	color: #ffffff;
	background: #8fe4ff;
}

.btn-ao:visited {
	color: #ffffff;
}

.btn-ao {
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3), 0 2px 3px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	background: #36c4f1;
	padding: 10px 36px 10px 36px;
	text-decoration: none;
	margin: 0 auto;
}

@media(max-width:768px) {
	.btn-ao {
		font-size: 14px;
		padding: 8px 20px 8px 20px;
	}
}


/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼作品紹介　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.gallery-bg {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(../img/bg/bg_a.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}

@media(max-width:768px) {
	.gallery-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}

@media(max-width:768px) {
	.gallery-bg:before {
		opacity: 1.0;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
	.gallery-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}

.gallery-content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 65px
}

@media(max-width:768px) {
	.gallery-content {
		width: 95%;
		left: 0;
		right: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.gallery-content {}
}

@media(min-width:1365px) {}


.gallery-tmb {
	text-align: center;
	display: inline-block;
	width: 24%;
	padding-left: 7px;
	margin: 4px 2px;
	color: #ffffff;
	vertical-align: top;

}

@media(max-width:768px) {
	.gallery-tmb {
		width: 49%;
		/*margin: 0px 5px 0px 5px ;*/
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.gallery-tmb {
		width: 24%;
		padding-left: 7px;
		margin: 4px 1px;
	}
}

.gallery-tmb img {
	width: 100%;
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.gallery-tmb img:hover {
	width: 100%;
	-webkit-filter: contrast(75%) brightness(120%);
	-moz-filter: contrast(75%) brightness(120%);
	filter: contrast(75%) brightness(120%);
}

/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼物語　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/

.story-bg {

	position: relative;
	width: 100%;
	margin: 0 auto;
	/* background-color: #fff; */
	background-color: rgba(0, 0, 0, 0.9), ;
	background-image: repeating-linear-gradient(90deg, transparent, transparent 0px, rgba(33, 98, 174, 0.7) 0px, rgba(33, 98, 174, 0.7) 0px), url(../img/bg/mv_br.jpg);
	background-repeat: repeat, no-repeat;
	background-position: top left, 50% 50%;
	background-attachment: fixed, fixed;
	background-size: 4px, cover;
	overflow: hidden;

	z-index: 0;
}

@media(max-width:768px) {
	.story-bg {
		/* background-image: url(../img/bg/bg08_sp.png),url(../img/product/storyb-bg_spl.jpg); */
		background-repeat: repeat, no-repeat;
		background-position: top center, 50% 50%;
		background-attachment: fixed, scroll;
		display: block;
		background-size: 4px, cover;
		height: 100%;
		content: "";
	}

	.story-bg img {
		width: 100%;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
	.story-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}


.story-text {
	text-align: center;

	font-size: 1.8em;
	line-height: 1.8em;
	letter-spacing: 1px;
	font-weight: 500;

	color: #fff;

	-moz-text-shadow: 2px 2px 0px rgba(33, 98, 174, 1.0);
	-webkit-text-shadow: 2px 2px 0px rgba(33, 98, 174, 1.0);
	-ms-text-shadow: 2px 2px 0px rgba(33, 98, 174, 1.0);
	text-shadow: 2px 2px 0px rgba(33, 98, 174, 1.0);


	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;

	z-index: 10;
}

@media(max-width:768px) {
	.story-text {
		text-align: center;
		font-size: 1.2em;
		line-height: 1.8em;

		padding-top: 20px;
		padding-left: 50px;
		padding-right: 50px;
	}
}

.story-text span {}

.story-text_emp {
	color: #ffffff;
	background-color: #ff0050;
}


.story-left {
	position: relative;
	text-align: center;
	width: 80%;
}

@media(max-width:768px) {
	.story-left {
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.story-left {
		width: 100%;
	}
}

@media(min-width:1365px) {}

.story-left img {
	width: 100%;
}

.story-left img:hover {
	width: 100%;
}

.story-right {
	position: relative;

	text-align: center;
	width: 80%;
	left: 20%;
}

@media(max-width:768px) {
	.story-right {
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.story-right {
		width: 100%;
	}
}

@media(min-width:1365px) {}

.story-right img {
	width: 100%;
}

.story-right img:hover {
	width: 100%;
}


.story_img-right {
	position: absolute;
	right: -200px;
	top: 0;
	z-index: -1;
}

@media(max-width:768px) {
	.story_img-right {
		right: -100px;
		opacity: 0.5;
	}
}

.story_img-left {
	position: absolute;
	left: -200px;
	top: 0;
	z-index: -1;
}

@media(max-width:768px) {
	.story_img-left {
		left: -100px;
		opacity: 0.5;
	}
}

.story_dialog {
	font-family: "Sawarabi Gothic";
	font-weight: 900;

	background-color: rgba(193, 34, 34, 0.5)
}


/*ボタン装飾*/
.hidden_box label {
	text-align: center;
	display: inline-block;
	padding-bottom: 30px;
	width: 100%;
	cursor: pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
	-webkit-filter: contrast(75%) brightness(120%);
	-moz-filter: contrast(75%) brightness(120%);
	filter: contrast(75%) brightness(120%);
}

/*チェックは見えなくする*/
.hidden_box input {
	display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
	text-align: center;
}

.hidden_show p {

	font-size: 1.2em;
	color: #fff;
	padding: 20px;
	padding-bottom: 20px;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.8) 75%),
		linear-gradient(45deg, rgba(0, 0, 0, 0.8) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.8) 75%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
	background-size: 30px 30px, 30px 30px, 100%;
	background-position: 0 0, 15px 15px, 0 0;

	border-style: ridge;
	border-color: #8366ab;

	border-width: 4px;
	margin-bottom: 40px;
}

@media(max-width:768px) {
	.hidden_show p {
		margin: 8px 8px;
		margin-bottom: 40px;

	}
}

/*クリックで中身表示*/
.hidden_box input:checked~.hidden_show {
	padding: 10px 0;
	height: auto;
	opacity: 1;
}

/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼舞台　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/

.stage-bg {
	position: relative;
	width: 100%;
	margin: 0 auto;

	background-image: repeating-linear-gradient(90deg, transparent, transparent 0px, rgba(33, 98, 174, 0.7) 0px, rgba(33, 98, 174, 0.7) 0px), url(../img/bg/bg_b.jpg);

	background-repeat: repeat, no-repeat;
	background-position: top left, 50% 50%;
	background-attachment: fixed, fixed;
	background-size: 4px, cover;
	overflow: hidden;

	z-index: 0;
}

@media(max-width:768px) {
	.stage-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
	.stage-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}


.stage01 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bg/bg_b.jpg);

	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 0;
}

@media(max-width:768px) {
	.stage01 {
		background-color: rgba(10, 10, 10, 1.0);
		background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, rgba(0, 0, 0, 0.5) 4px, rgba(0, 0, 0, 0.5) 8px);

		display: block;
		height: auto;
		background-repeat: no-repeat;
		background-attachment: scroll;
		/* background-size: 100px 100px; */
		content: "";
	}

	.stage01 img {
		width: 100%;
	}
}

.stage02 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #0b0b0b;
	background-image: url(../img/product/stage02-bg.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	z-index: 0;
}

@media(max-width:768px) {
	.stage02 {
		background-image: url(../img/product/stage02-bg.jpg);
		display: block;
		height: 100%;
		content: "";
	}

	.stage02 img {
		width: 100%;
	}
}

.stage03 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #0b0b0b;
	background-image: url(../img/product/stage03-bg.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	z-index: 0;
}

@media(max-width:768px) {
	.stage03 {
		background-image: url(../img/product/stage01-bg.jpg);
		display: block;
		height: 100%;
		content: "";
	}

	.stage03 img {
		width: 100%;
	}
}

.stage-box_l {
	text-align: center;
	padding: 20px;
	padding-bottom: 20px;
	background-color: rgba(33, 98, 174, 0.75);
	background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 160, 233, 0.25) 2px, rgba(0, 160, 233, 0.25) 4px);

	border-style: ridge;
	border-image: linear-gradient(to left, rgba(33, 98, 174, 1), rgba(0, 160, 233, 1)) 1;

	border-width: 2px;
	margin-bottom: 20px;

}

@media(max-width:768px) {
	.stage-box_l {
		margin: 10px;
		padding: 20px;
	}
}

.stage-box_r {
	text-align: center;
	padding: 20px;
	padding-bottom: 20px;

	background-color: rgba(33, 98, 174, 0.75);
	background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 160, 233, 0.25) 2px, rgba(0, 160, 233, 0.25) 4px);

	border-style: ridge;
	border-image: linear-gradient(to left, rgba(33, 98, 174, 1), rgba(0, 160, 233, 1)) 1;

	border-width: 2px;
	margin-bottom: 20px;
}

@media(max-width:768px) {
	.stage-box_r {
		margin: 10px;
		padding: 20px;

	}
}

.stage-text {
	display: inline-block;
	width: 59%;
	vertical-align: middle;
	margin: 2px 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.stage-text img {
	width: 90%;
}

.stage-text img:hover {
	width: 90%;
}

@media(max-width:768px) {
	.stage-text {
		text-align: left;
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}

	.stage-text img {
		width: 100%;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.stage-text {
		width: 59%;
		margin: 2px 2px;
	}
}

.stage-text p {
	font-size: 1.3em;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-weight: 100;

	color: #fff;


	padding: 20px 0;
	;

}

@media(max-width:768px) {
	.stage-text p {
		font-size: 1.1em;
		line-height: 1.7em;
	}
}

.stage-text h1 {
	font-size: 1.7em;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-weight: 600;

	/* background: rgb(210,0,131);
	background: linear-gradient(90deg, rgba(210,0,131,1) 0%, rgba(131,102,171,1) 100%); */

	border-bottom: 2px solid;
	border-image: linear-gradient(to left, rgba(244, 160, 0, 1), rgba(244, 160, 0, 1)) 1;

	color: #f4a000;


	padding: 8px 0;

}

@media(max-width:768px) {
	.stage-text h1 {
		text-align: center;
	}
}



.stage-tmb {
	display: inline-block;
	width: 39%;
	vertical-align: middle;
	margin: 2px 2px;
}

@media(max-width:768px) {
	.stage-tmb {
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.stage-tmb {
		width: 39%;
		margin: 2px 2px;
	}
}

@media(min-width:1365px) {}

.stage-tmb img {
	width: 75%;
}

.stage-tmb img:hover {
	width: 75%;

	-webkit-filter: contrast(75%) brightness(120%);
	-moz-filter: contrast(75%) brightness(120%);
	filter: contrast(75%) brightness(120%);
}



/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼キャラクター　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
.char-bg {
	position: relative;
	width: 100%;
	height: 1100px;
	/* min-height: 100vh; */
	margin: 0 auto;
	background-color: #080607;
	background-color: #0b0b0b;
	background-image: url(../img/bg/bg_a.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;


}

@media(max-width:768px) {
	.char-bg {
		height: auto;
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
		overflow: hidden;
	}

	.char-bg img {
		width: 100%;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.char-bg {}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.char-bg {
		/* background-image: url(../img/top/mv.jpg); */
	}
}

@media(min-width:1365px) {}

.char-detail {
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.5) 75%),
		linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.5) 75%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85));
	background-size: 30px 30px, 30px 30px, 100%;
	background-position: 0 0, 15px 15px, 0 0;

	background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
		linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
	background-size: 30px 30px, 30px 30px, 100%;
	background-position: 0 0, 15px 15px, 0 0;
}

@media(max-width:768px) {
	.char-detail {
		position: relative;

		height: 1800px;

	}
}


.char-detail_left {
	position: absolute;
	text-align: right;
	left: 0;
	right: auto;
	width: 100%;
	height: 100%;
}

@media(max-width:768px) {
	.char-detail_left {
		height: auto;
		left: 0;
		right: auto;
		bottom: 0;
		width: 100%;
	}
}

@media(max-width:1277px) and (min-width: 769px) {
	.char-detail_left {
		background-color: none;
		left: 0;
		right: auto;
		width: 150%;
	}
}

.char-detail_right {
	position: absolute;
	left: auto;
	right: 50px;
	width: 50%;
	top: 1%;
	height: 100%;
}

@media(max-width:768px) {
	.char-detail_right {
		position: relative;

		height: auto;
		text-align: center;
		width: 95%;
		text-align: left;
		left: 0;
		right: 0;
		/* height: auto; */
		top: -200px;

		background-color: rgba(33, 98, 174, 0.75);
		background-image: linear-gradient(to bottom, transparent 2px, rgba(0, 160, 233, 0.25) 2px);
		background-size: 100% 4px;
		margin: 0 auto;
	}
}

@media(max-width:1277px) and (min-width: 769px) {
	.char-detail_right {
		/* width: 100%; */
	}
}

.charsb-detail_left {
	position: absolute;
	text-align: right;
	left: 0;
	right: auto;
	width: 50%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}

@media(max-width:768px) {
	.charsb-detail_left {
		left: 0;
		right: auto;
		bottom: 0;
		width: 100%;
	}
}

@media(max-width:1277px) and (min-width: 769px) {
	.charsb-detail_left {
		background-color: none;
		left: 0;
		right: auto;
		width: 100%;
	}
}

.charsb-detail_right {
	position: absolute;
	left: auto;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}

@media(max-width:1277px) {
	.charsb-detail_right {
		width: 100%;
	}
}




.char-detail_l {
	overflow: hidden;
	position: absolute;
	left: auto;
	right: 0;
	/*top;:auto*/
	top: -5%;
	width: 100%;
}

@media(max-width:768px) {
	.char-detail_l {
		display: none;
	}
}

@media(max-width:1277px) and (min-width: 769px) {
	.char-detail_l {
		top: -20%;
		opacity: 0.5;

	}
}

.char-detail_s {
	position: absolute;
	left: 0;
	height: 800px;
	margin: 0 auto;
}

.char-detail_s img {
	height: auto;
	width: 570px;
}


@media(max-width:768px) {
	.char-detail_s {
		position: relative;
		height: auto;
		left: 0;
		right: 0;
		padding-top: 0px;
	}
}

@media(max-width:1277px) and (min-width: 769px) {
	.char-detail_s {
		/* right:5%; */
	}
}

.char-detail_s_hov {
	position: absolute;
	left: auto;
	right: -2%;
	height: 100%;
	margin: 0 auto;
	z-index: 5;

	transition: 0.5s;
	opacity: 0.0;

}

.char-detail_s_hov:hover {
	transition: 0.5s;
	opacity: 1.0;

}

@media(max-width:1277px) and (min-width: 769px) {
	.char-detail_s_hov {
		right: 5%;
	}
}

@media(max-width:768px) {
	.char-detail_s_hov {
		display: none;
		left: 0;
		right: 0;
	}
}


.char-detail_prof {
	position: absolute;
	left: 0;
	right: auto;
	top: 110%;
	bottom: 0;
	margin: auto;
	height: 100%;
	z-index: 2;

}

@media(max-width:768px) {
	.char-detail_prof {
		top: auto;
		bottom: 8%;
		height: auto;
		width: 96%;
		margin: 0px 2%;
	}
}

.char-detail_prof_name {
	position: absolute;
	left: 0;
	right: auto;
	top: 75%;
	bottom: 0;
	margin: auto;
	height: 100%;
	z-index: 0;
}

@media(max-width:768px) {
	.char-detail_prof_name {
		top: 3%;
		bottom: auto;
		height: auto;
		width: 96%;
		margin: 0px 2%;

		z-index: 1;
	}
}

@media(max-width:1277px) and (min-width: 769px) {
	.char-detail_prof_name {
		margin-left: 1%;
	}
}

.char-detail_copy {
	position: absolute;
	top: 3%;
	left: 5%;
	right: auto;
	margin: auto;
}

@media(max-width:768px) {
	.char-detail_copy {
		top: 4%;
		left: auto;
		right: 1%;
	}

	img.char-detail_copy {
		width: 24%;
	}
}

@media(max-width:1277px) and (min-width: 769px) {
	.char-detail_copy {
		right: -18%;

	}
}


.char-type_chamge {
	position: relative;
	text-align: right;
	padding-top: 30px;
	z-index: 0;
}

@media(max-width:768px) {
	.char-type_chamge {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 30px;

	}
}

@media(max-width:1277px) {
	.char-type_chamge {
		/* left:2%; */
		z-index: 1;
	}
}

.char-sv_box {
	font-size: 1.5em;
	text-align: right;
	position: relative;
	padding-top: 30px;
	/* right: auto; */
	z-index: 10;
}

@media(max-width:768px) {
	.char-sv_box {
		width: 96%;
		top: auto;
		bottom: 3%;
		left: 0;
		right: 0;
		margin: auto;
		padding-right: 10px;
		padding-bottom: 20px;
		z-index: 10;
	}
}


.char-sv_text {
	display: inline;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 10;
	margin-bottom: 30px;
	vertical-align: top;
	padding-top: 1.5em;

	padding: 0 0;

}

@media(max-width:768px) {
	.char-sv_text {
		/* width: 46vw; */
		font-size: 0.7em;
		padding-bottom: 20px;
	}
}

a.btn-char_sv {
	/* color: #c8eefb; */
}

.btn-char_sv:hover {
	-webkit-filter: contrast(75%) brightness(120%);
	-moz-filter: contrast(75%) brightness(120%);
	filter: contrast(75%) brightness(120%);
}

.btn-char_sv:visited {}

.btn-char_sv {
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	margin: 0 auto;
	margin-right: 4px;
}

.btn-char_sv img {
	width: 24px;
}

@media(max-width:768px) {
	.btn-char_sv {
		font-size: 8px;
		padding: 0px 4px 4px 0px;
		z-index: 12;

	}

	.btn-char_sv img {
		width: 15px;
	}
}

.btn-char_prof {}

.btn-char_prof img:hover {
	width: 100%;
	-webkit-filter: contrast(75%) brightness(120%);
	-moz-filter: contrast(75%) brightness(120%);
	filter: contrast(75%) brightness(120%);
}

.char-prof_box {
	position: absolute;
	bottom: 264px;
	left: 354px;
	right: auto;
	z-index: 10;
}

@media(max-width:768px) {
	.char-prof_box {
		bottom: 48vw;
		left: 82vw;
		right: auto;
		z-index: 1;
	}
}


.char-itv_box {
	position: absolute;
	top: 2vw;
	left: 1vw;
	right: auto;
	z-index: 10;
}

@media(max-width:768px) {
	.char-itv_box {
		top: auto;
		bottom: 36vw;
		left: 52vw;
		right: 1vw;
		/* z-index:1; */
	}
}

.char-itv-tmb {
	text-align: center;
	display: inline-block;
	/* width: 24%; */
	padding-left: 7px;
	margin: 4px 2px;
	color: #152179;
}

@media(max-width:768px) {
	.char-itv-tmb {
		width: 100%;
		/*margin: 0px 5px 0px 5px ;*/
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.char-itv-tmb {
		width: 100%;
		padding-left: 7px;
		margin: 4px 1px;
	}
}

.char-itv-tmb img {
	width: 100%;
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.char-itv-tmb img:hover {
	width: 100%;
	-webkit-filter: contrast(75%) brightness(120%);
	-moz-filter: contrast(75%) brightness(120%);
	filter: contrast(75%) brightness(120%);
}


.char-btn {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url(../img/top/mvb.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 30%;
	background-size: cover;
	z-index: 0;
}

@media(max-width:768px) {
	.char-btn {
		background-image: url(../img/bg/bg08_sp.png);
		display: block;
		height: auto;
		background-repeat: repeat;
		background-attachment: scroll;
		background-size: 100px 100px;
		content: "";
	}

	.mv-btn img {
		width: 100%;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.char-btn {
		background-image: url(../img/top/mvb.jpg);
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.char-btn {
		background-image: url(../img/top/mvb.jpg);

	}
}

@media(min-width:1365px) {}

.char-btn_tmb {
	display: inline-block;
	width: 12.2%;
}

@media(max-width:768px) {
	.char-btn_tmb {
		width: 19%;
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.char-btn_tmb {
		width: 12%;

	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.char-btn_tmb {
		width: 12.1%;

	}
}

@media(min-width:1365px) {}

.char-btn_tmb img {
	width: 100%;
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.char-btn_tmb img:hover {
	width: 100%;
	/* -webkit-filter: contrast(75%) brightness(120%);
	-moz-filter: contrast(75%) brightness(120%);
	filter: contrast(75%) brightness(120%); */
}


/* Character　Swiperアイコン */
.swiper-pagination-bullet {
	width: 60px !important;
	/* サイズは適宜調整 */
	height: 60px !important;
	opacity: 0.5;
	background-size: cover;
	background-position: top center;
	/* 顔が見えるように調整 */
	border-radius: 50%;
	border-color: #2162ae;
	border: 2px solid #2162ae;
	transition: all 0.3s;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	border-color: #f4a000;
	/* アクティブ時の枠線 */
	transform: scale(1.1);
}

/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/



.char-content {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
}

@media(max-width:768px) {
	.char-content {
		width: 100%;
		left: 0;
		right: 0;
		bottom: 20px;
		padding-top: 20px;
		padding-bottom: 10px;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.char-content {
		padding-bottom: 65px;
	}
}

@media(min-width:1365px) {}

.char-content p {
	padding: 20px 0;
	padding-bottom: 0px;
	font-size: 2.0em;
	line-height: 2.4em;
}

@media(max-width:768px) {
	.char-content p {
		padding: 20px 40px;
		font-size: 1.2em;
		line-height: 1.6em;
	}
}



header {
	top: 0;
	z-index: 100;
}

/* main{ width:1024px; } */
#slide {
	margin: 0 auto;
}

.swiper-container {
	witdh: 100%;
	max-width: 1140px;
}

.swiper-slide-next,
.swiper-slide-prev {
	opacity: 0.5;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	font-size: 32px;
	color: #fff;
	font-weight: 900;
}

/* .swiper-button-prev::before { content: "←"; } */
/* .swiper-button-next::before { content: "→"; } */


.char_box {
	width: 100%;
	height: 1050px;
}

.char_box h1 {
	font-style: italic;
	color: #fff;
	text-align: center;
	font-size: clamp(2.0rem, 5vw, 3.8em);
	letter-spacing: 0.05em;
	padding-bottom: 20px;
	padding-top: 40px;
	padding-right: 20px;

}

.char_box h2 {

	text-align: center;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-right: 20px;

	font-size: 1.5em;
	line-height: 1.5em;

	transform: rotate(-5deg);
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #f4a000;
	font-size: 2.5em;
	font-weight: 100;
	font-family: "Homemade Apple", cursive;
	font-style: italic;
}

.char_box h3 {

	font-style: italic;

	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 15px;

	font-size: 1.2em;
	line-height: 1.1em;

	background-color: #f4a000;
	color: #ffffff;
	display: table;
	margin-left: auto;
	margin-bottom: 5px;

}


.char_box h4 {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-align: left;
	color: #ffffff;
	background-color: #f4a000;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 20px 0 0 60px;

	transform: rotate(-3deg);

}

.char_box h4 rt {
	font-size: 0.4em;
}

.char_box p {
	position: relative;
	text-align: center;
	margin: auto 0;
	width: 100%;
	padding: 0 2vw;
	font-size: 1.2em;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media(max-width:768px) {
	.char_box {
		width: 100%;
		height: auto;
		overflow-y: scroll;
		margin-bottom: -200px;

	}

	.char_box h1 {
		color: #fff;
		text-align: center;
		font-size: 2.3em;
		font-style: italic;
		padding-bottom: 0px;
		padding-top: 30px;
		padding-right: 10px;
		letter-spacing: 0em;

	}

	.char_box h2 {
		font-style: italic;

		text-align: center;
		padding-top: 15px;
		padding-bottom: 20px;
		padding-right: 20px;

		font-size: 1.3em;
	}

	.char_box p {
		text-align: left;
		font-size: 16px;
		line-height: 24px;


		margin: auto 0;
		width: 100%;
		padding: 0 5vw;
		font-size: 1.1em;
		line-height: 20px;
		padding-top: 0px;
		padding-bottom: 20px;
		left: 1vw;

	}

	.char_box h4 {
		position: absolute;
		top: 0;
		font-size: 1.1em;

	}
}


.text_orange {
	background-color: #6fa8a7;
}

.text_border {
	padding: 0px;
	border-bottom: solid #6fa8a7 2px;
}

.text_grd {
	background: rgba(131, 102, 171, 1);
	background: linear-gradient(90deg, rgba(131, 102, 171, 1) 0%, rgba(210, 0, 131, 1) 100%);

}

.char_itv {
	padding: 10px 20px;
	border-radius: 20px 20px 20px 20px;
	background-color: #e62e8b;
	color: #fff;


	position: absolute;
	top: 110px;
	right: 0;
}



.char-detail_left {
	position: absolute;
	text-align: right;
	left: 0;
	right: auto;
	width: 90%;
	height: 100%;
}

@media(max-width:768px) {
	.char-detail_left {
		overflow: hidden;

		position: relative;
		height: auto;
		left: 0;
		right: auto;
		bottom: 0;
		width: 100%;
	}

	.char-detail_left img {
		overflow: hidden;
		width: 150%;
		left: -20vw;
	}
}

@media(max-width:1277px) and (min-width: 769px) {
	.char-detail_left {
		background-color: none;
		left: 0;
		right: auto;
		width: 150%;
	}
}

.charsb-detail_left {
	position: absolute;
	text-align: right;
	left: 0;
	right: auto;
	width: 50%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}

@media(max-width:768px) {
	.charsb-detail_left {
		left: 0;
		right: auto;
		bottom: 0;
		width: 100%;
	}
}

@media(max-width:1277px) and (min-width: 769px) {
	.charsb-detail_left {
		background-color: none;
		left: 0;
		right: auto;
		width: 100%;
	}
}

.charsb-detail_right {
	position: absolute;
	left: auto;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}

@media(max-width:1277px) {
	.charsb-detail_right {
		width: 100%;
	}
}







.tab-wrap {
	position: relative;

	height: 100%;
	/* min-height: 300px; */
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

@media(max-width:768px) {
	.tab-wrap {
		height: 50vh;
	}
}

.tab-label {
	text-align: left;
	font-size: 1.3em;
	line-height: 1.5em;
	width: 18%;
	color: White;
	background: #8366ab;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	border: 1px solid #8366ab;
	border-radius: 2px 0 0 2px;
	margin: 5px -1px 5px 1px;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	float: left;
}

.tab-label img {
	margin-bottom: -1px;
	margin-right: 5px;
}

@media(max-width:768px) {
	.tab-label {
		font-size: 1.0em;
		width: 24%;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.tab-label {
		/* font-size: 1.0em;
		margin: 2px 2px; */
	}
}

.tab-content {
	overflow-y: scroll;
	position: absolute;
	float: right;
	color: White;
	display: none;
	height: 100%;
	min-height: 300px;
}

.tab-content p {
	text-align: left;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.7em;
	padding: 0 20px;
}

@media(max-width:768px) {
	.tab-content p {
		padding: 0 0 0 20px;
	}
}

.tab-content h1 {
	color: White;
	text-align: left;
	font-size: 1.7em;
	margin: 0px 15px 20px 10px;
	border-bottom: solid 1px #fff;
	padding: 15px 10px;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	color: #8366ab;
	background: White;
	border-right-color: White;
}

.tab-switch:checked+.tab-label+.tab-content {
	width: calc(100% - 18%);
	/* - ボタン幅 */
	height: 100%;
	padding: 0 30px;
	left: 18%;
	/* border-left: 1px solid #8366ab; */
	display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
	display: none;
}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼作品紹介　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.trial-bg {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bg/bg_a.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}

@media(max-width:768px) {
	.trial-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}

	.trial-bg img {
		width: 100%;
	}
}

@media(max-width:768px) {
	.trial-bg:before {
		opacity: 1.0;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
	.trial-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}


.trial-content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 65px
}

@media(max-width:768px) {
	.trial-content {
		width: 95%;
		left: 0;
		right: 0;
		padding-top: 20px;
		padding-bottom: 40px;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.trial-content {}
}

@media(min-width:1365px) {}

.f-1140_box {
	position: relative;

	width: 100%;
	height: 100%;
	padding: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
}

@media(max-width:768px) {
	.f-1140_box {
		padding: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼製品概要　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.spec-bg {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bg/bg_a.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}

@media(max-width:768px) {
	.spec-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}

	.spec-bg img {
		width: 100%;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
	.spec-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}


.spec-content {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px
}

@media(max-width:768px) {
	.spec-content {
		width: 95%;
		left: 0;
		right: 0;
		padding-top: 20px;
		padding-bottom: 40px;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.spec-content {}
}

@media(min-width:1365px) {}


/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼特典情報　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.tokuten-bg {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bg/bg_a.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}


@media(max-width:768px) {
	.tokuten-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}

	.tokuten-bg::before {}
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
	.tokuten-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}


.tokuten-content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 65px
}

@media(max-width:768px) {
	.tokuten-content {
		width: 95%;
		left: 0;
		right: 0;
		padding-top: 20px;
		padding-bottom: 40px;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.tokuten-content {}
}

@media(min-width:1365px) {}

.tokuten-text {
	text-align: left;
	margin: 2%;
	/* width: 90%; */
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.7);
}


a.btn-sample {
	color: #ffffff;
	background: #427871;
}

.btn-sample:hover {
	color: #427871;
	background: #E2F4F1;
	text-decoration: none;
}

.btn-sample:visited {
	color: #ffffff;
	text-decoration: none;
}


.btn-sample {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	background: #38b48b;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	margin: 0 auto;
}

h1.h-sample {
	font-size: 1.4em;
	line-height: 1.2em;
	background-color: #6ec9bd;
	padding: 10px;
}



/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼汎用　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.hanyou-bg {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/2nd-bg.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

.hanyou-bg:before {
	content: "";
	position: absolute;
	display: block;
	background: inherit;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	z-index: -1;
}

@media(max-width:768px) {
	.hanyou-bg {
		z-index: none;
	}

	.hanyou-bg::before {
		background-image: url(../img/2nd-bg_sp.jpg);
		background-position: center top;
		background-size: 100% auto;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		z-index: -1;
	}
}

.hanyou-content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 65px
}

@media(max-width:768px) {
	.hanyou-content {
		width: 95%;
		left: 0;
		right: 0;
		padding-top: 20px;
		padding-bottom: 40px;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.hanyou-content {}
}

@media(min-width:1365px) {}


.p-origin {
	color: #fff;
	text-shadow: 1px 1px 0 #f4a000, -1px -1px 0 #f4a000,
		-1px 1px 0 #f4a000, 1px -1px 0 #f4a000,
		0px 1px 0 #f4a000, 0-1px 0 #f4a000,
		-1px 0 0 #f4a000, 1px 0 0 #f4a000;
}



/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼Twitterアイコン　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.twitter-bg {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bg/bg_a.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}


@media(max-width:768px) {
	.twitter-bg {
		--dot-bg: #2162ae;
		--dot-color: rgba(255, 255, 255, 0.5);
		--dot-size: 1px;
		--dot-space: 22px;
		background:
			linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
			var(--dot-color);
	}
}

.twitter-content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 65px
}

@media(max-width:768px) {
	.twitter-content {
		width: 95%;
		left: 0;
		right: 0;
		padding-top: 20px;
		padding-bottom: 40px;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.twitter-content {}
}

@media(min-width:1365px) {}

.banner-textarea {
	width: 100%;
	height: 100px;
}

.tate-tmb {
	text-align: center;
	display: inline-block;
	width: 24%;
	padding-left: 7px;
	margin: 4px 2px;
}

@media(max-width:768px) {
	.tate-tmb {
		width: 49%;
		/*margin: 0px 5px 0px 5px ;*/
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.tate-tmb {
		width: 24%;
		padding-left: 7px;
		margin: 4px 1px;
	}
}

.tate-tmb img {
	width: 120px;
}


/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼パンくず　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.pnkz-bg {
	position: fixed;
	padding-right: 141px;
	width: 100%;
	top: 48px;
	margin: 0 auto;
	background-color: rgba(29, 32, 136, 0.7);
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	z-index: 9;
}

@media(max-width:768px) {
	.pnkz-bg {
		position: fixed;
		/* position: relative; */
		padding-right: 0px;
		background-repeat: repeat;
		display: block;
		top: 0px;
		padding-left: 50px;
		height: 50px;
		content: "";
	}

	.pnkz-bg img {
		width: 100%;
	}
}

.pnkz-box {}

.pnkz-content {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media(max-width:768px) {
	.pnkz-content {
		width: 95%;
		left: 0;
		right: 0;
		padding-top: 15px;

		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.pnkz-content {
		/* padding-bottom: 65px; */
	}
}

@media(min-width:1365px) {}

.pnkz-btnbox {
	position: absolute;
	text-align: right;
	left: auto;
	right: 0;
	top: 20px;
	margin: auto 0;
	height: auto;
}

@media(max-width:768px) {
	.pnkz-btnbox {
		position: relative;
		text-align: center;
		width: 95%;
		left: 0;
		right: 0;
		bottom: 0;

		display: none;
		margin: auto;
	}
}

.pnkz-btn {
	box-shadow: 0 0 0 2px rgba(52, 121, 38, 0.8), 0 2px 4px rgba(65, 82, 62, 0.8);
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
	background: #38b48b;

	padding: 5px 15px 5px 15px;
	text-decoration: none;
	margin: 0 auto;
	margin-left: 3px;
}

a.pnkz-btn {
	color: #ffffff;
}

.pnkz-btn:hover {
	color: #ffffff;
	background: #41dba8;

	text-decoration: none;
}

.pmkz-btn:visited {
	color: #ffffff;
	text-decoration: none;
}


/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼History　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.history {
	position: absolute;
	width: 98%;
	height: 438px;
	left: 0px;
	top: 5px;
	font-size: 3.0em;
}

@media(max-width:768px) {
	.history {
		position: relative;
		width: 100%;
		height: 438px;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

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

@media(max-width:1278px) and (min-width: 769px) {
	.history {
		width: 343px;
		height: 438px;
		left: 5px;
		top: 5px;
	}

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

@media(max-width:1364px) and (min-width: 1279px) {
	.history {
		/*overflow-y:hidden;*/
		width: 463px;
		height: 438px;
		left: 5px;
		top: 5px;
		/*padding-left: 5px;*/
	}

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

@media(min-width:1365px) {
	.history {
		/*padding-right: 5px;*/
	}
}



.history-box {
	overflow-x: hidden;
	/* background-color: rgba(0, 0, 0,0.75); */
	width: 100%;
	height: 100%;
	padding-left: 20px;
	/*margin: 10px;*/

	height: 95%;
	padding-right: 50px;
	padding-bottom: 10px;
	top: 10px;
	margin-top: 10px;
	margin-right: 50px;
}

@media(min-width:1365px) {
	.history-box {
		overflow-x: hidden;
		/* background-color: rgba(0, 0, 0,0.75); */
		width: 100%;
		height: 100%;
		padding-left: 10px;
		padding-top: 40px;
		/*margin: 10px;*/
	}
}

hr {
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid;
	border-image: linear-gradient(to left, rgba(0, 160, 233, 1), rgba(0, 160, 233, 1)) 1;

}

h1 {
	padding-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10px;
	color: #fff;
	/* font-style: italic; */
}

p {
	font-size: 1.0em;
}

@media(max-width:768px) {
	.history-box {
		/* width: 350px; */
		/*font-size: 10px;*/
		padding-right: 10px;
		padding-bottom: 10px;
	}

	p {
		/* font-size: 10px; */
	}
}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼twitter　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.twitter-box {
	color: #fff;
	overflow-y: hidden;
	position: absolute;
	/* background-color: rgba(0, 0, 0,0.75); */
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

@media(max-width:768px) {
	.twitter-box {
		position: relative;
		overflow-y: none;
		width: 100vw;
		height: 438px;
		left: 0;
		top: 0;
	}

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

@media(max-width:1278px) and (min-width: 769px) {
	.twitter-box {}

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

@media(max-width:1364px) and (min-width: 1279px) {
	.twitter-box {}

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

@media(min-width:1365px) {
	.twitter-box {
		/*padding-right: 5px;*/
	}
}

.footer-bg {
	position: relative;
	width: 100%;
	/*height: 100%;*/
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	background-color: #2162ae;
	/* background-image: url(../img/g-nav/g-nav_bg.png); */

	padding-top: 10px;
	padding-bottom: 14px;
	overflow: hidden;
}

.content-box_foote {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media(max-width:768px) {
	.content-box_foote {
		width: 100%;
		z-index: 0;
	}
}

@media(max-width:1278px) and (min-width: 769px) {
	.content-box_foote {
		width: 720px;
	}
}

@media(max-width:1364px) and (min-width: 1279px) {
	.content-box_foote {
		width: 960px;
	}
}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼ページ　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.page-bg {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(../img/bg/bg_a.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}


@media(max-width:768px) {
	.page-bg {
		background-color: rgba(29, 32, 136, 1.0);
		background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.5) 2px, rgba(0, 0, 0, 0.5) 4px);

		display: block;
		width: auto;
		height: 100%;
		content: "";
	}
}

.page-content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 65px
}

@media(max-width:768px) {
	.page-content {
		width: 95%;
		left: 0;
		right: 0;
		padding-top: 20px;
		padding-bottom: 40px;
		margin: auto;
	}
}

@media(max-width:1364px) and (min-width: 769px) {
	.page-content {}
}

@media(min-width:1365px) {}

/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼見出し　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.top-h {
	position: relative;
	text-align: center;
	max-width: 1140px;
	padding-top: 60px;
	padding-bottom: 30px;
	margin: 0 auto;
	/* background-image: url(../img/bg/grd_btm.png); */
}

@media(max-width:768px) {
	.top-h {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 0px;
	}
}

.top-h h1 {
	color: #FFF;
	letter-spacing: 0.2em;
	transform: scaleX(1.0);
	background: linear-gradient(transparent 96%, #fff 0%);
	text-shadow: 2px 2px #2162ae;
	position: relative;
	font-size: 3.0em;
	padding: 20px 0;
	margin: 20px 0;


}


.top-h h1 span {
	position: relative;
	z-index: 2;
}

.top-h h1::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #f4a000;
	font-size: 1.5em;
	font-weight: 10;
	font-family: "Homemade Apple", cursive;
	font-style: italic;
}

@media(max-width:768px) {
	.top-h h1 {
		color: #ffffff;
		background: linear-gradient(transparent 98%, #fff 0%);
		font-size: 1.8em;
		margin: 20px 0;
		width: 100%;
		/* background: rgb(22,21,115); */
		/* background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,0) 100%); */
	}
}

.page-h {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 20px;
	margin: auto 0;
}

@media(max-width:768px) {
	.page-h {
		padding-top: 5px;
		padding-bottom: 10px;
	}
}

.page-h img {
	width: 50%;
	height: auto;
}

@media(max-width:768px) {
	.page-h img {
		width: 90%;
	}
}



.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/*IE6,7対策 （haslayout対策）*/
.cf {
	*zoom: 1;
}


/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼SPメニュー　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

/*ヘッダーまわりはご自由に*/
.g-nav_sp {
	padding: 12px;
	z-index: 10;
	/* background: skyblue; */
}

#nav-drawer {
	position: fixed;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display: none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
	position: absolute;
	height: 3px;
	/*線の太さ*/
	width: 25px;
	/*長さ*/
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.5);
	display: block;
	content: '';
	cursor: pointer;
}

#nav-open span:before {
	bottom: -8px;
}

#nav-open span:after {
	bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;
	/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;
	/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	/*最前面に*/
	width: 50%;
	/*右側に隙間を作る*/
	/* max-width: 330px; */
	/*最大幅*/
	height: 100%;

	background: rgba(244, 160, 0, 0.95);

	/* background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.5) 2px, rgba(0, 0, 0, 0.5) 4px ); */

	background-position: 0 100px, 50% 50%;
	background-attachment: scroll, fixed;
	background-size: 5px 5px, cover;
	background-repeat: repeat, no-repeat;
	transition: .3s ease-in-out;
	/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked~#nav-close {
	display: block;
	/*カバーを表示*/
	/* opacity: .5; */
}

#nav-input:checked~#nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	/*中身を表示*/
	box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}


.pagetop {
	display: none;
	position: fixed;
	right: 2%;
	bottom: 2%;
	z-index: 1;
	opacity: 0.75;
}

@media(max-width:768px) {
	.pagetop {
		text-align: right;
		right: 1%;
		bottom: 1%;
	}

	.pagetop img {
		width: 50%;
	}
}


.inline-pop_box {
	height: 95vh;
	/* width: 100%; */
	text-align: center;
	margin: 0 auto;

}

#inline-popup {
	/* background-color: #fff; */
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;

}

.itv-tweet_stn {
	position: absolute;
	/* top: 0; */
	bottom: 14.8vh;
	left: -56vh;
	right: 0;
}

.itv-tweet_close {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}




/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼MVスライド　CSS▼*/
/*△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽△▽*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.cb-slideshow,
.cb-slideshow:after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.cb-slideshow:after {
	content: '';
	/* background: transparent url(../images/pattern.png) repeat top left; */
	/* background-size: 2px 2px;
	background-position: 0 0, 1px 1px;
	background-image:
	 linear-gradient(45deg,  rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.3) 25%, transparent 25%,
	  transparent 75%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.3) 75%),
	 linear-gradient(-135deg, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.3) 25%, transparent 25%,
	  transparent 75%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.3) 75%); */

}

.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	animation: imageAnimation 70s linear infinite 0s;
}

@media screen and (max-width: 768px) {
	.cb-slideshow li span {
		background-size: cover;
		background-position: 50% 0%;
		background-repeat: no-repeat;
		background-color: #fff;

	}
}

.cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	color: #f5f9ec;
	animation: titleAnimation 70s linear infinite 0s;
}

.cb-slideshow li div h3 {
	font-size: 240px;
	padding: 0;
	line-height: 200px;
}

.cb-slideshow li:nth-child(1) span {
	background-image: url(../img/top/mv.jpg)
}

.cb-slideshow li:nth-child(2) span {
	background-image: url(../img/top/mv-a.jpg);
	animation-delay: 10s;
}

.cb-slideshow li:nth-child(3) span {
	background-image: url(../img/top/mv-b.jpg);
	animation-delay: 20s;
}

.cb-slideshow li:nth-child(4) span {
	background-image: url(../img/top/mv-c.jpg);
	animation-delay: 30s;
}

.cb-slideshow li:nth-child(5) span {
	background-image: url(../img/top/mv-e.jpg);
	animation-delay: 40s;
}

.cb-slideshow li:nth-child(6) span {
	background-image: url(../img/top/mv-d.jpg);
	animation-delay: 50s;
}





@media screen and (max-width: 768px) {
	.cb-slideshow li:nth-child(1) span {
		background-image: url(../img/top/mv_sp.jpg)
	}

	.cb-slideshow li:nth-child(2) span {
		background-image: url(../img/top/mv-a_sp.jpg);
		animation-delay: 10s;
	}

	.cb-slideshow li:nth-child(3) span {
		background-image: url(../img/top/mv-b_sp.jpg);
		animation-delay: 20s;
	}

	.cb-slideshow li:nth-child(4) span {
		background-image: url(../img/top/mv-c_sp.jpg);
		animation-delay: 30s;
	}

	.cb-slideshow li:nth-child(5) span {
		background-image: url(../img/top/mv-e_sp.jpg);
		animation-delay: 40s;
	}

	.cb-slideshow li:nth-child(6) span {
		background-image: url(../img/top/mv-d_sp.jpg);
		animation-delay: 50s;
	}
}


@media screen and (max-width: 1140px) {
	.cb-slideshow li div h3 {
		font-size: 140px
	}
}

@media screen and (max-width: 600px) {
	.cb-slideshow li div h3 {
		font-size: 80px
	}
}

@keyframes imageAnimation {
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}

	4% {
		opacity: 1;
		animation-timing-function: ease-out;
	}

	33% {
		opacity: 1
	}

	37% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes titleAnimation {
	0% {
		opacity: 0
	}

	4% {
		opacity: 1
	}

	33% {
		opacity: 1
	}

	37% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}




.grd-btm {
	/* display: inline-block; */
	position: relative;
	text-align: center;
	width: 100%;
	height: 85px;
	padding-top: 20px;
	/* padding-bottom: 20px; */
	margin: auto 0;
	background-image: url(../img/bg/grd_btm.png);

}

@media(max-width:768px) {
	.grd-btm {
		height: 85px;
		margin: auto 0;
		background-image: url(../img/bg/grd_btm.png);
		margin-bottom: -2px;

	}
}

.grd-top {
	/* display: inline-block; */
	position: relative;
	text-align: center;
	width: 100%;
	height: 85px;
	top: 0px;
	padding-bottom: 20px;
	margin: auto 0;
	background-image: url(../img/bg/grd_top.png);
}



.netabare {
	position: fixed;
	left: 0;
	right: 0;
	top: auto;
	bottom: 3%;
	padding-bottom: 10px;
	margin: auto 0;
}

@media(max-width:768px) {
	.netabare {
		position: relative;
		bottom: none;
	}
}

.netabare_text {
	text-align: center;
	font-style: italic;
	color: #ff0000;
	font-size: 2.0em;
}

@media(max-width:768px) {
	.netabare_text {
		font-size: 1.2em;
	}
}



.tab-group {

	height: 300px;
	display: flex;
	justify-content: center;
}

.tab {
	flex-grow: 1;
	padding: 5px;
	list-style: none;
	border: solid 1px #CCC;
	text-align: center;
	cursor: pointer;
}

.panel-group {
	height: 100px;
	border: solid 1px #CCC;
	border-top: none;
	background: #eee;
}

.panel {
	display: none;
}

.tab.is-active {
	background: #F00;
	color: #FFF;
	transition: all 0.2s ease-out;
}

.panel.is-show {
	display: block;
}


.hidden {
	display: none;
	/* 初期状態では非表示 */
}