@charset "UTF-8";

@import url("https://use.typekit.net/uzr3yrx.css");

/* ==================================================
Font
================================================== */
html {
	font-size: 62.5%;
	overscroll-behavior: none;
	overscroll-behavior-y: none;
}

body,
#all-wrap {
	font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
	color: #fff;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  overscroll-behavior: none;
	overscroll-behavior-y: none;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/*
--- Web Fonts ---
----- 和文体
游ゴシック | Regular / Bold
※デバイスフォント

font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
font-weight: 400;
font-style: normal;

font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
font-weight: 700;
font-style: normal;


----- 欧文体
Forma DJR Banner | Extra Bold / Extra Bold Italic / Black / Black Italic
https://fonts.adobe.com/fonts/forma-djr-banner

font-family: "forma-djr-banner", sans-serif;
font-weight: 800;
font-style: normal;

font-family: "forma-djr-banner", sans-serif;
font-weight: 800;
font-style: italic;

font-family: "forma-djr-banner", sans-serif;
font-weight: 900;
font-style: normal;

font-family: "forma-djr-banner", sans-serif;
font-weight: 900;
font-style: italic;
*/

.font-jp {
	font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
}

.font-en {
	font-family: "forma-djr-banner", sans-serif;
}


/* ==================================================
Link
================================================== */
a:link { text-decoration: none; color: inherit; }
a:visited { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; color: inherit; }
a:active { text-decoration: none; color: inherit; }
:focus { outline: 0; }

a.txt-link:link { text-decoration: underline; color: inherit; }
a.txt-link:visited { text-decoration: underline; color: inherit; }
a.txt-link:hover { text-decoration: none; color: inherit; }
a.txt-link:active { text-decoration: none; color: inherit; }

a img { transition: all 0.4s ease-out 0s; }


/* ==================================================
Page Base
================================================== */
body {
	background-color: #0c0c15;
}

#all-wrap {
	text-align: center;
	overflow: hidden;
	font-size: 1.6rem;
	position: relative;
	z-index: 10;
	min-width: 320px;
}

img,
svg {
	display: block;
	margin: 0 auto;
}

i,
em {
	display: inline-block;
	font-style: normal;
}


/* Text Color
------------------------------ */
.txt-white { color: #fff; }
.txt-black { color: #000; }
.txt-blue { color: #0066b1; }
.txt-def { color: #fff; }


/* Background Color
------------------------------ */
.bg-white { background-color: #fff; }
.bg-black { background-color: #000; }
.bg-blue { background-color: #0066b1; }
.bg-def { background-color: #fff; }


/* .area
------------------------------ */
.area {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}


/* .area-title
------------------------------ */
.area-title {
	margin-bottom: min(14.286%, 80px);
	position: relative;
}

.box-border .area-title {
	margin-bottom: min(8.929%, 50px);
}

.area-title::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 7px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}

.box-border .area-title::after {
	display: none;
}

.area-title > span {
	font-family: "forma-djr-banner", sans-serif;
	font-weight: 800;
	font-style: normal;
	/*color: #fff;*/
	font-size: 46px;
	line-height: 0.9;
	letter-spacing: 0;
}


@media screen and (max-width: 560px) {
	.area-title > span { font-size: clamp(32px, 8.214vw, 46px); }
}


/* .box-border
------------------------------ */
.box-border {
	background-color: rgba(255, 255, 255, 0.94);
	padding: min(10.714%, 60px) min(3%, 40px) min(14.286%, 80px);
	width: 92%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


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

}


/* Button Normal

<div class="btn-block">
<a href="#" class="type-rectangle">
<span class="font-en fz-btntxt">テキスト</spna>
</a>
</div>
------------------------------ */
.btn-block {
	position: relative;
	z-index: 2;
}

.btn-block a.type-rectangle {
	text-decoration: none;
	display: block;
	padding: 12px 10px;
	border: 1px solid #fff;
	width: min(80%, 480px);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	color: #fff;
}

.btn-block a.type-rectangle:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.btn-block a.type-rectangle span {
	display: inline-block;
	position: relative;
	line-height: 1.2;
	letter-spacing: 0;
}

.btn-block a.type-rectangle::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto 0;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
	transition: all 0.3s ease-in-out 0s;
}

.btn-block a.type-rectangle:hover::after {
	right: 10px;
}

.fz-btntxt {
	font-size: clamp(18px, 4.643vw, 26px);
	font-weight: 700;
}

.fz-btntxt-s {
	font-size: clamp(16px, 3.571vw, 20px);
	font-weight: 700;
}


/* ==================================================
Global Navigation
================================================== */
#nav-wrap {
}


/* #menu-set
------------------------------ */
#menu-set {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 25px min(3%, 30px) 0;
}

#menu-set .menu-main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#menu-set .menu-main li {
	line-height: 1;
	letter-spacing: 0;
}

#menu-set .menu-main li:not(:last-child) {
	margin-right: 40px;
}

#menu-set .menu-main li a {
	position: relative;
	display: block;
}

#menu-set .menu-main li a::after {
	content: "";
	opacity: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.2s ease-out 0s;
}

#menu-set .menu-main li a:hover:after {
	opacity: 1;
	width: 100%;
}

.toppage #menu-set .menu-main li:nth-child(1) a:after,
.page-message #menu-set .menu-main li:nth-child(4) a:after {
	opacity: 1;
	width: 100%;
}

.toppage #menu-set .menu-main li:nth-child(1) a,
.page-message #menu-set .menu-main li:nth-child(4) a {
	pointer-events: none;
	opacity: 0.4;
}

#menu-set .menu-sub {
	width: 180px;
	line-height: 1;
}

#menu-set .menu-sub a {
	position: relative;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

#menu-set .menu-sub a::after {
	content: "";
	position: relative;
	display: inline-block;
	margin-left: 8px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
	transition: all 0.3s ease-in-out 0s;
}

#menu-set .menu-sub a:hover:after {
	transform: translateX(6px) rotate(-45deg);
}

#menu-set .menu-sub a img {
	width: calc(100% - 14px);
	margin: 0;
	display: inline-block;
}


@media screen and (max-width: 640px) {
	#menu-set {
		align-items: stretch;
		padding: 0;
		background: #0c0c15;
		transform: translateY(-1px);
	}
	
	#menu-set .menu-main {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		width: calc(100% - 180px);
	}
	
	#menu-set .menu-main li {
		width: 50%;
		height: 42px;
		margin: 0 !important;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#menu-set .menu-main li a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	#menu-set .menu-main li a::after {
		display: none;
	}

	#menu-set .menu-sub {
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: 1px solid #fff;
	}

	#menu-set .menu-sub a {
		height: 100%;
		padding: 0 16px;
	}

	#menu-set a {
		transition: all 0.2s ease-out 0s;
	}

	#menu-set a:hover {
		background:rgba(255, 255, 255, 0.2);
	}
}


/* ==================================================
Subpage Header
================================================== */
#subpage-hdr-wrap {
	position: relative;
	z-index: 1;
	padding: min(9.2%, 80px) 0 min(7.2%, 60px);
	width: min(90%, 800px);
	margin: 0 auto;
}

#subpage-hdr-wrap .inner {
}


/* #subpage-hdr-ttl
------------------------------ */
#subpage-hdr-ttl {
}

#subpage-hdr-ttl .box1 {
	width: min(80%, 600px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.4%;
	position: relative;
}

#subpage-hdr-ttl .box1::before,
#subpage-hdr-ttl .box1::after {
	content: "";
	position: absolute;
	height: 1px;
	background: #fff;
}

#subpage-hdr-ttl .box1::before {
	width: 102%;
	top: 0;
	left: 6.36%;
}

#subpage-hdr-ttl .box1:after {
	width: 109%;
	bottom: 0;
	left: -8.18%;
}

#subpage-hdr-ttl .box1 a {
	display: block;
}

#subpage-hdr-ttl .box1 img {
	width: min(100%, 420px);
}

#subpage-hdr-ttl .box2 {
}

#subpage-hdr-ttl .box2 .time {
	line-height: 0.9;
	font-family: "forma-djr-banner", sans-serif;
	font-weight: 800;
	font-style: italic;
	font-size: clamp(26px, 4.444vw, 40px);
	white-space: nowrap;
	text-align: center;
}

#subpage-hdr-ttl .box2 .time span {

}

#subpage-hdr-ttl .box2 .navigator {

}

#subpage-hdr-ttl .box2 .navigator .pct {
	width: min(40%, 280px);
	margin: 0 auto min(3.8%, 20px);
}

#subpage-hdr-ttl .box2 .navigator .pct img {

}

#subpage-hdr-ttl .box2 .navigator .name {
	width: 100%;
	text-align: center;
	font-size: clamp(14px, 1.778vw, 16px);
	line-height: 1;
	letter-spacing: 0.06em;
	margin-bottom: 6.6%;
}


/* #subpage-hdr-lead
------------------------------ */
#subpage-hdr-lead {
	padding: 0 min(3%, 30px);
}

#subpage-hdr-lead p {
	font-size: clamp(26px, 4.000vw, 36px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
}

#subpage-hdr-lead p span {
	display: inline-block;
}


/* ==================================================
Header
================================================== */
@media screen and (min-width: 901px) {
	#hdr-wrap {
		position: relative;
		z-index: 1;
		padding: min(11.429%, 160px) 0 min(8.571%, 120px);
		padding: 140px 0 100px;
	}

	#hdr-wrap .inner {}


	/* #hdr-ttl
------------------------------ */
	#hdr-ttl {
		position: relative;
		width: min(78.57%, 1100px);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: min(17.143%, 240px);
	}

	#hdr-ttl::before,
	#hdr-ttl::after {
		content: "";
		position: absolute;
		height: 1px;
		background: #fff;
	}

	#hdr-ttl::before {
		width: 102%;
		top: 0;
		left: 6.36%;
	}

	#hdr-ttl::after {
		width: 109%;
		bottom: 0;
		left: -8.18%;
	}

	#hdr-ttl .box1 {
		width: 63.6%;
	}

	#hdr-ttl .box1 img {
		width: 100%;
		margin: 0;
	}

	#hdr-ttl .box2 {
		position: absolute;
		z-index: 1;
		width: 28.2%;
		top: -9.68%;
		right: 1.8%;
	}

	#hdr-ttl .box2 .time {
		line-height: 0.9;
		font-family: "forma-djr-banner", sans-serif;
		font-weight: 800;
		font-style: italic;
		font-size: clamp(38px, 4.429vw, 62px);
		white-space: nowrap;
		text-align: right;

		position: absolute;
		bottom: -4.6%;
		right: -4.6%;
	}

	#hdr-ttl .box2 .time span {}

	#hdr-ttl .box2 .navigator {}

	#hdr-ttl .box2 .navigator .pct {}

	#hdr-ttl .box2 .navigator .pct img {}

	#hdr-ttl .box2 .navigator .name {
		position: absolute;
		bottom: -3.2em;
		right: 0;
		width: 100%;
		text-align: center;
		font-size: clamp(13px, 2.679vw, 15px);
		font-size: clamp(13px, 1.143vw, 16px);
		line-height: 1;
		letter-spacing: 0.06em;
	}


	/* #hdr-lead
------------------------------ */
	#hdr-lead {
		padding: 0 min(3%, 30px);
	}

	#hdr-lead p {
		font-size: clamp(24px, 6.563vw, 42px);
		font-size: clamp(24px, 3.286vw, 46px);
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: -0.01em;
	}

	#hdr-lead p span {
		display: inline-block;
	}


	/* #main-top
------------------------------ */
	#main-top {
		position: relative;
		z-index: 1;
	}

	#main-top::before,
	#main-top::after {
		content: "";
		position: absolute;
		top: 0;
		width: 50%;
		height: 100%;
		z-index: -1;
	}

	#main-top::before {
		background: #0066b1;
		left: 0;
	}

	#main-top::after {
		background: #0c0c15;
		right: 0;
	}
}


@media screen and (max-width: 900px) {
	#hdr-wrap {
		position: relative;
		z-index: 1;
		padding: min(12.4%, 80px) 0 min(10.2%, 60px);
	}

	#hdr-wrap .inner {

	}


	/* #hdr-ttl
------------------------------ */
	#hdr-ttl {
	}

	#hdr-ttl .box1 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3.4%;
		position: relative;
	}

	#hdr-ttl .box1::before,
	#hdr-ttl .box1::after {
		content: "";
		position: absolute;
		height: 1px;
		background: #fff;
	}

	#hdr-ttl .box1::before {
		width: 102%;
		top: 0;
		left: 6.36%;
	}

	#hdr-ttl .box1:after {
		width: 109%;
		bottom: 0;
		left: -8.18%;
	}

	#hdr-ttl .box1 img {
	}

	#hdr-ttl .box2 {
	}

	#hdr-ttl .box2 .time {
		line-height: 0.9;
		font-family: "forma-djr-banner", sans-serif;
		font-weight: 800;
		font-style: italic;
		font-size: clamp(30px, 5.556vw, 50px);
		white-space: nowrap;
		text-align: center;
		margin-bottom: 6.6%;
	}

	#hdr-ttl .box2 .time span {

	}

	#hdr-ttl .box2 .navigator {

	}

	#hdr-ttl .box2 .navigator .pct {
		width: min(40%, 280px);
		margin: 0 auto min(3.8%, 20px);
		overflow: hidden;
		aspect-ratio: 280 / 320;
	}

	#hdr-ttl .box2 .navigator .pct img {

	}

	#hdr-ttl .box2 .navigator .name {
		width: 100%;
		text-align: center;
		font-size: clamp(14px, 1.778vw, 16px);
		line-height: 1;
		letter-spacing: 0.06em;
		margin-bottom: 6.6%;
	}


	/* #hdr-lead
------------------------------ */
	#hdr-lead {
		padding: 0 min(3%, 30px);
	}

	#hdr-lead p {
		font-size: clamp(26px, 4.000vw, 36px);
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: 0;
	}

	#hdr-lead p span {
		display: inline-block;
	}


	/* #main-top
------------------------------ */
	#main-top {
		position: relative;
		z-index: 1;
	}

	#main-top::before,
	#main-top::after {
		content: "";
		position: absolute;
		top: 0;
		width: 50%;
		height: 100%;
		z-index: -1;
	}

	#main-top::before {
		background: #0066b1;
		left: 0;
	}

	#main-top::after {
		background: #0c0c15;
		right: 0;
	}
}

/* ==================================================
Contents
================================================== */
#main-wrap {
	position: relative;
	z-index: 1;
	/*padding-bottom: min(32.143%, 180px);*/
}

#main-wrap::before,
#main-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}

#main-wrap::before {
	background: #0c0c15;
	left: 0;
}

#main-wrap::after {
	background: #0066b1;
	right: 0;
}

/* .bg-separate */
.bg-separate {
	position: relative;
	z-index: 1;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	background: #0c0c15;
	padding: 1px 0;
}

.bg-separate::before,
.bg-separate::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	height: 100%;
}

.bg-separate::before {
	left: 0;
	width: 24%;
	background: #0066b1;
}

.bg-separate.reverse::before {
	display: none;
}

.bg-separate.reverse::after {
	right: 0;
	width: 76%;
	background: #0066b1;
}

.bg-separate.cross {
}

.bg-separate.cross::before {
	width: 24%;
	height: 440px;
	background: #0066b1;
}

.bg-separate.cross::after {
	top: 440px;
	right: 0;
	width: 76%;
	height: calc(100% - 440px);
	background: #0066b1;
}

.bg-fit-wrap {
	position: relative;
	z-index: 1;
}

/* .bg-fit-top */
.bg-fit-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 440px;
}

.bg-fit-top::before,
.bg-fit-top::after {
	content: "";
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.bg-fit-top::before {
	background: #0066b1;
	left: 0;
}

.bg-fit-top::after {
	background: #0c0c15;
	right: 0;
}

/* .bg-fit-bottom */
.bg-fit-bottom {
	position: absolute;
	top: 440px;
	left: 0;
	width: 100%;
	height: calc(100% - 440px);
}

.bg-fit-bottom::before,
.bg-fit-bottom::after {
	content: "";
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.bg-fit-bottom::before {
	background: #0c0c15;
	left: 0;
}

.bg-fit-bottom::after {
	background: #0066b1;
	right: 0;
}

/* ==================================================
Contents Bottom
================================================== */
#main-bottom {
	padding: min(17.857%, 100px) min(3%, 30px);
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

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

#gigya-wrap {
}

/*
#gigyaShare 以下については jme_bar.css で設定
*/


/* Page Top Button
------------------------------ */
#btn-pagetop {
}

.subpage #btn-pagetop {
}

#btn-pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
	transition: all 0.4s ease-out 0s;
}

/*#btn-pagetop a:hover {
	opacity: 0.6;
}*/

/*#btn-pagetop a::before {
	content: "";
	display: block;
	width: 37px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}*/

#btn-pagetop a::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.4s ease-out 0s;
}

#btn-pagetop a:hover:after {
	top: 8px;
}


/* ==================================================
Footer
================================================== */
#ftr-wrap {
	background-color: #fff;
	padding: 0 min(3%, 30px) 40px;
	position: relative;
}

#ftr-wrap .ftr-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#ftr-wrap .logo {
	width: 160px;
	height: 20px;
}

#ftr-wrap .logo a {
	display: block;
}

#ftr-wrap .copyright {
	font-size: 1.2rem;
	color: #000;
}

#ftr-wrap .copyright b {
	display: inline-block;
	margin-right: 6px;
	font-size: 110%;
	transform: translateY(1px);
}


@media screen and (max-width: 900px) {
	#ftr-wrap .ftr-inner {
		display: block;
	}

	#ftr-wrap .logo {
		width: 140px;
		margin: 0 auto 20px;
	}

	#ftr-wrap .copyright {}
}

