@charset "utf-8";

/* =-=-=-=-=-= TOP =-=-=-=-=-= */


/* top-hero */

#hero {
	position: relative;
	height: 100vh;
}
#video-area {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
#video {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 177.77777778vh;
	/* 16:9 の幅→16 ÷ 9＝ 177.77% */
	height: 56.25vw;
	/* 16:9の幅 → 9 ÷ 16 = 56.25% */
	min-height: 100%;
	min-width: 100%;
}
.hero-ttl {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-shadow: 0 0 15px #666;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 539px;
	width: 100%;
	/*opacity: 0;*/
}
@media screen and (max-width: 600px) {
	.hero-ttl {
		position: absolute;
		top: 70%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 94%
	}
}
#hero-ttl-img {
	opacity: 1;
	transition: opacity 2s ease-in-out;
}
.scrolldown {
	position: absolute;
	left: 50%;
	/* bottom: 10px; */
	bottom: 5%;
	height: 50px;
}
.scrolldown span {
	position: absolute;
	left: -25px;
	top: -15px;
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}
.scrolldown::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #eee;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}
@keyframes pathmove {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}
	30% {
		height: 30px;
		opacity: 1;
	}
	100% {
		height: 0;
		top: 50px;
		opacity: 0;
	}
}

/* /top-hero */

#top_sec2 {
	background: url('../img/gradient_sec2.jpg') center 0 no-repeat;
	background-size: cover
}
.top_sec2_inr {
	margin-top: 90px;
	padding: 65px 0;
	overflow: hidden;
}
.top_sec_ttl_h2_img img {
	max-width: 100%;
	width: auto;
	margin: auto
}
.top_sec_ttl_h3 {
	font-weight: 400;
	font-size: 1rem;
	margin: 1rem 0 3rem;
}
.top_sec2_wrap {
	display: flex;
	justify-content: space-between;
}
.top_sec2_wrap_inr1, .top_sec2_wrap_inr2 {
	text-align: left;
	margin-bottom: 35px;
}
.top_sec2_wrap_inr1 {
	width: 40%;
	text-align: left
}
.top_sec2_wrap_inr2 {
	width: 60%;
	position: relative;
	margin-top: 0;
	height: 450px
}
.top_sec2_wrap_inr2 img.delay-time01 {
	position: absolute;
	right: -20%;
	top: 0%;
	z-index: -3
}
.top_sec2_wrap_inr2 img.delay-time02 {
	position: absolute;
	right: -10%;
	top: 0;
	z-index: -2
}
.top_sec2_wrap_inr2 img.delay-time03 {
	position: absolute;
	right: 0;
	top: 10%;
	z-index: -1
}
@media screen and (max-width: 600px) {
	#top_sec2 {
		background: url('../img/gradient_sec2.jpg') left 0 no-repeat;
		background-size: cover
	}
	.top_sec2_wrap {
		display: block;
		flex-wrap: wrap;
	}
	.top_sec2_wrap_inr1, .top_sec2_wrap_inr2 {
		width: 100%;
	}
	.top_sec2_wrap_inr2 {
		margin-top: 0;
	}
}
#top_sec3 {
	background: url('../img/gradient_sec3.jpg') center center no-repeat;
	background-size: cover;
	padding: 65px 0;
}
#top_sec3 .top_sec_ttl_h4 {
	font-size: 1.5rem;
	font-weight: 400;
	padding: 1rem 0;
}
.top_sec3_item_wrap {
	display: flex;
	justify-content: space-between;
}
.top_sec3_item {
	width: 30%;
	margin-bottom: 35px;
}
.top_sec3_item img {
	border-radius: 10px;
}
.top_sec3_item h4 {
	font-size: 1.4rem
}
.top_sec3_item p {
	text-align: left
}
@media screen and (max-width: 600px) {
	.top_sec3_item_wrap {
		display: block;
		flex-wrap: wrap;
	}
	.top_sec3_item {
		width: 100%;
	}
}
#top_sec4 {
	background: url('../img/gradient_sec4.jpg') right -150px no-repeat;
	padding: 65px 0;
}
.top_sec4_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 140px;
	margin-top: 78px;
}
.top_sec4_wrap_inr1, .top_sec4_wrap_inr2 {
	text-align: left;
	margin-bottom: 35px;
}
.top_sec4_wrap_inr1 {
	width: 40%;
	text-align: left
}
.top_sec4_wrap_inr1 p {
	font-size: 0.875rem
}
.top_sec4_wrap_inr1 .top_sec_ttl_h4 {
	font-size: 2rem;
	font-weight: 400;
	padding: 1rem 0 0;
}
.top_sec4_wrap_inr1 .top_sec_ttl_h5 {
	font-size: 2rem;
	font-weight: 400;
	padding: 0;
	margin: 0 0 2rem
}
.top_sec4_wrap_inr1 .top_sec_ttl_h5 span {
	font-size: 1.25rem
}
.top_sec4_wrap_inr2 {
	width: 60%;
	text-align: left
}
@media screen and (max-width: 600px) {
	.top_sec4_wrap {
		display: block;
		flex-wrap: wrap;
	}
	.top_sec4_wrap_inr1, .top_sec4_wrap_inr2 {
		width: 100%;
	}
}
.top_sec4_item_wrap {
	display: flex;
	justify-content: space-between;
}
.top_sec4_item {
	width: 40%;
	margin-bottom: 35px;
}
.top_sec4_item h4 {
	font-size: 1.5rem;
	font-weight: 400;
	padding: 1rem 0 0;
	border-top: 2px solid #fff
}
.top_sec4_item btn {
	margin-top: 1rem
}
@media screen and (max-width: 600px) {
	.top_sec4_item_wrap {
		display: block;
		flex-wrap: wrap;
	}
	.top_sec4_item {
		width: 100%;
	}
}
.clr_blue {
	color: #00A6CB
}
#top_sec5 {
	background: url('../img/gradient_sec5.jpg') left -150px no-repeat;
	padding: 65px 0 100px;
}
#top_sec6 {
	background: url('../img/gradient_sec3.jpg') center center no-repeat;
	padding: 65px 0 100px;
}
#top_sec7 {
	padding: 65px 0 100px;
}
#top_sec7 .top_sec_ttl_h4 {
	font-weight: 400;
	font-size: 1.5rem;
	margin: 3rem 0;
}
#top_sec8 {
	background: #fff;
	padding: 60px 0;
	width: 100%
}
#top_sec8 p {
	color: #000;
	margin-bottom: 30px
}
img.bnr_tokyo_game_show {
	max-width: 612px;
	margin: auto
}
.topnews {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.topnews>li {
	border-bottom: 1px solid #D9DBDD;
	font-size: 1rem;
	line-height: 1;
}
@media screen and (min-width:1024px) {
	.topnews>li a {
		box-sizing: border-box;
		display: flex;
		justify-content: flex-start;
		padding: 1rem 2rem 1rem 0.5rem;
		text-decoration: none;
		transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-webkit-transition: 0.2s ease-in-out;
		width: 100%;
		position: relative;
	}
	.topnews>li time {
		vertical-align: top;
		padding: 0.5rem 0;
		white-space: nowrap;
		margin-right: 1rem;
		font-weight: bold;
	}
}
.topnews>li .info {
	line-height: 1.5;
	padding-left: 20px;
	vertical-align: middle;
	width: 100%;
	text-align: left;
}
.topnews>li .info:hover {
	text-decoration: underline
}
@media screen and (max-width:1023px) {
	.topnews>li a {
		box-sizing: border-box;
		padding: 1rem 2rem 1rem 0.5rem;
		text-decoration: none;
		transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-webkit-transition: 0.2s ease-in-out;
		width: 100%;
		position: relative;
	}
	.topnews>li time {
		vertical-align: top;
		padding: 0.5rem 0;
		white-space: nowrap;
		font-weight: bold;
		text-align: left;
		display: block;
	}
	.topnews>li .info {
		padding-left: 0;
		padding-top: 10px;
	}
	.topnews>li .info>ul li {
		margin-top: 1rem;
		margin-left: 0 !important;
	}
}
.topnews li ul.seminar-branch {
	display: flex;
	justify-content: flex-start;
	line-height: 1.5;
	padding-left: 20px;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	margin-top: 10px;
}
.topnews li ul.seminar-branch li {
	border: 1px solid #999999;
	background: #999999;
	color: #fff;
	min-width: 7em;
	margin-right: 1rem;
	text-align: center;
}
@media screen and (max-width: 1023px) {
	.topnews li ul.seminar-branch {
		padding-left: 0
	}
}

/* =-=-=-=-=-= /TOP =-=-=-=-=-= */


/* form */

form {
	max-width: 740px;
	margin: 50px auto;
}
.form-control {
	text-align: left;
	margin-bottom: 25px;
}
.form-control label {
	display: block;
	margin-bottom: 5px;
}
.form-control input, .form-control select, .form-control textarea {
	border: 1px solid #777;
	font-family: inherit;
	padding: 5px;
	display: block;
	width: 100%;
	background: #fff;
}
.form-control input[type="radio"] {
	display: inline-block;
	width: auto;
}
form span {
	color: #00A6CB
}

/* btn */

.btn {
	color: #00A6CB;
	border: 2px solid #00A6CB;
	border-radius: 50px;
	display: block;
	margin: 50px auto 20px;
	padding: 0.5em 2.5em !important;
	font-size: 1rem;
	display: inline-block
}
.no_btn {
	border: 2px solid #000;
	background: #000;
	border-radius: 50px;
	display: block;
	margin: 1rem auto 20px;
	padding: 0.5em 2.5em !important;
	font-size: 1rem;
	display: inline-block
}
.btn.slide {
	color: #00A6CB;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.btn.slide::after {
	background: #00A6CB;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.btn.slide:hover {
	color: #fff;
}
.btn.slide:hover::after {
	transform: scale(1, 1);
}
iframe.youtube-16-9 {
	width: 100%;
	max-width: 774px;
	height: auto;
	aspect-ratio: 16 / 9;
}

/* fadeUp */

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(350px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
	opacity: 0;
}
.box {
	opacity: 0;
}

/* その場で */

.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeInAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* 右から */

.fadeRight {
	animation-name: fadeRightAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeRightAnime {
	from {
		opacity: 0;
		transform: translateX(300px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time01 {
	animation-delay: 0.2s;
}
.delay-time02 {
	animation-delay: 0.6s;
}
.delay-time03 {
	animation-delay: 0.8s;
}
.hover_img {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.hover_img img {
	height: auto;
	transition: transform .6s ease;
	transform: scale(1.01);
}
.hover_img:hover img {
	transform: scale(1.1);
}

/* =-=-=-=-=-= SECOND common =-=-=-=-=-= */

main#page-second {
	margin-bottom: 8rem
}
h2.ttl_h2_img img {
	max-width: 100%;
	width: auto;
	margin: auto
}
h3.ttl_h3 {
	font-weight: 400;
	font-size: 1rem;
	margin: 1rem 0 3rem;
	text-align: center
}

/* =-=-=-=-=-= /SECOND common =-=-=-=-=-= */


/* =-=-=-=-=-= PRODUCTS =-=-=-=-=-= */

#products-main {
	padding-top: 150px;
	background: url('../img/gradient_sec2.jpg') center 0 no-repeat;
	background-size: cover
}
#products-main h1 {
	font-size: 3rem
}
#products-main h2 {
	font-size: 1.5rem;
	font-weight: 400;
}
#products-main-ph {
	position: relative;
	min-height: 550px;
	margin-top: 2rem
}
.products-main-imgL {
	max-width: 100%;
	width: auto;
	position: absolute;
	top: 15%;
	left: -50px
}
.products-main-imgR {
	max-width: 100%;
	width: auto;
	position: absolute;
	top: 15%;
	right: -50px
}
.products-main-img {
	max-width: 100%;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
@media screen and (max-width: 600px) {
	#products-main-ph {
		min-height: 480px;
	}
}
.anchor_link {
	display: flex;
	justify-content: space-around;
	margin: 10px auto;
}
.anchor_link li {
	width: calc(100% / 6);
	text-align: center;
	border-right: 1px solid #666;
	cursor: pointer;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.anchor_link li:last-child {
	border-right: none
}
.anchor_link li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 6px;
}
.anchor_link li a:hover {
	background: #1E2031;
}
.anchor_link img {
	height: 15px;
	width: auto;
	margin: auto
}
.anchor_link li a:hover img {
	opacity: 1 !important;
}
.anchor_link li span {
	font-size: 0.6875rem
}
.dli-chevron-down {
	display: block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.1em solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	margin: auto
}
@media screen and (max-width: 600px) {
	.anchor_link {
		display: flex;
		flex-wrap: wrap
	}
	.anchor_link li {
		width: calc(100% / 3);
	}
	.anchor_link li:nth-of-type(3n) {
		border-right: none
	}
}
#products-read {
	background: #1E2031;
	padding: 40px 0 50px;
}
#products-read h3 {
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 1rem
}
.store-wrap {
	padding: 65px 0 0
}
.store_item_wrap {
	display: flex;
	justify-content: space-around;
}
.store_item {
	width: 40%;
	margin-bottom: 35px;
	text-align: center;
}
.store-wrap h3 {
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 3rem
}
.store_item h4 {
	font-size: 1.125rem;
	font-weight: 400;
	padding: 1rem 0 0;
}
.store_item .btn {
	margin-top: 20px !important;
	width: 80%
}
@media screen and (max-width: 600px) {
	.store_item_wrap {
		display: block;
		flex-wrap: wrap;
	}
	.store_item {
		width: 100%;
	}
}
#products-point {
	background-image: linear-gradient(#222 1px, transparent 1px), linear-gradient(to right, #222 1px, #000 1px);
	background-size: 18px 18px;
	padding: 65px 0
}
#products-point img {
	max-width: 100%;
	width: auto;
	margin: auto
}
#products-functions {
	padding: 65px 0
}
.functions_item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.functions_item {
	display: flex;
	flex-direction: column;
	width: 31.75%;
	background: #1E2031;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
}
.functions_item p {
	text-align: left;
	flex: 2;
	font-size: 0.875rem;
	min-height: 0%;
}
@media screen and (max-width: 600px) {
	.functions_item_wrap {
		display: block;
		flex-wrap: wrap;
	}
	.functions_item {
		width: 100%;
	}
}
.functions_item h4 {
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
	flex: 1;
	min-height: 0%;
	margin-bottom: 1rem
}
.functions_item_img {
	margin-top: 20px
}
#products-size {
	padding: 65px 0
}
.products-size-img img {
	max-width: 796px;
	width: 100%;
	margin: auto
}
table.spec_tbl {
	border-collapse: collapse;
	margin: auto;
	width: 100%
}
table.spec_tbl th, table.spec_tbl td {
	padding: 1rem;
}
table.spec_tbl th {
	width: 25%;
	text-align: left;
}
table.spec_tbl td {
	width: 75%
}
table.spec_tbl tr:nth-child(odd) th, table.spec_tbl tr:nth-child(odd) td {
	background: #1E2031;
}

/* sp */

@media screen and (max-width: 600px) {
	table.spec_tbl th, table.spec_tbl td {
		width: 100%;
		display: block;
	}
	table.spec_tbl th {
		width: 100%;
	}
	table.spec_tbl td {
		padding-top: 0;
	}
}
#products-spec {
	padding: 65px 0
}
#products-lineup {
	padding: 65px 0
}

.lineup_item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lineup_item {
	display: flex;
	flex-direction: column;
	width: 31.75%;
	background: #1E2031;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
}
.lineup_item h4 {
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
	min-height: 0%;
}
.lineup_item p {
	text-align: left;
	font-size: 0.875rem;
	min-height: 0%;
}
.lineup_item .btn {margin-top: 1rem}
@media screen and (max-width: 600px) {
	.lineup_item_wrap {
		display: block;
		flex-wrap: wrap;
	}
	.lineup_item {
		width: 100%;
	}
}



#products-buy {
	padding: 65px 0
}
.form-entry-wrap {
	background: #1E2031;
	padding: 35px;
}
.form-entry-wrap .btn.slide {
	margin-top: 1.5rem;
	margin-bottom: 0
}

/* =-=-=-=-=-= /PRODUCTS =-=-=-=-=-= */