@charset "utf-8";

/* 個別設定
  ############################################################################################# */
@font-face {
	font-family: 'slimjoe';
	src: url(../font/slim-joe.eot); 
	src: local('Slim Joe'), url('../font/Slim Joe.otf') format('opentype');
}

html {
	font-size: 7.8125vw; /* 100vw * 100 / 1280 */
}
body {
	color: #333;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
.wrap {
	box-sizing: border-box;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
}
.en {
	font-family: slimjoe, Verdana, Geneva, "sans-serif"
}
img {
	max-width: 100%;
}

@media only screen and (min-width:640px) {
	html {
		font-size: 50px;
	}
}

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

.website {
	overflow: hidden;
}

.bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}
.bg video {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%,-50%);
	transition: opacity .5s;
}
.bg video.active {
	opacity: 1;
}

.scene {
	display: flex;
	box-sizing: border-box;
	/*height: 2000px;*/
	min-height: 100vh;
	/*padding: calc(100vw * 160 / 1280) calc(100vw * 110 / 1280);*/
	padding: calc(100vw * 20 / 1280) calc(100vw * 110 / 1280);
	position: relative;
	align-items: center;
	justify-content: center;
	overflow-x: hidden;
	/*overflow-y: scroll;*/
	/*-ms-overflow-style:none;*/
}

#scene01 {
	flex-direction: column;
	text-align: center;
}
#scene01 .logo {
	width: calc(100vw * 664 / 1280 * 0.7);
	padding: calc(100vw * 46 / 1280) 0 0;
	opacity: 0;
	transition: opacity 1s 3s;
}
#scene01.active .logo {
	opacity: 1;
}
#scene01 #svg {
	display: none;
	width: calc(100vw * 1060 / 1280);
	height: calc(100vw * 1060 / 1280 / 1200 * 220);
	position: relative;
}
#scene01 #svg svg {
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#scene01 .altImage {
	width: calc(100vw * 920 / 1280);
	opacity: 0;
	transition: opacity 1s 1s;
}
#scene01.active .altImage {
	opacity: 1;
}
@media only screen and (min-width:640px) {
	#scene01 #svg {
		display: block;
	}
	#scene01 .altImage {
		display: none;
	}
}

#scene01 .text {
	padding: 0 0 .83rem;
	line-height: 1;
	letter-spacing: .1em;
	text-align: center;
}
#scene01 .text01 {
	font-size: 1.01rem;
}
#scene01 .text02 {
	margin: .3rem 0 0;
	font-size: .28rem;
}

.commonText {
	padding: .08rem 0 0;
}
.commonText .en,
#scene07 .text .en {
	font-size: .33rem;
	letter-spacing: .1em;
	line-height: 1;
}
.commonText .title,
#scene07 .text .title {
	margin: .34rem 0 0;
	font-size: .75rem;
	font-weight: bold;
	font-style: italic;
	line-height: 1.10667; /* 83px */
}
.commonText p {
	margin: .82rem 0 0;
	font-size: .43rem;
	font-style: italic;
	letter-spacing: -0.1em;
	/*line-height: 1.39535;+/ /* 60px */
	line-height: 1.5;
}
.injection span {
	color: transparent;
	transition: color 0s;
}
.injection.active span {
	color: inherit;
	transition-duration: .1s;
}
.injection:not(.active) span {
	transition-delay: 0s !important;
}
.slider {
	/* width: 21.9rem;
	margin: 1.18rem -11.3rem 0 0;*/
	width: 11.3rem;
	margin: 1.18rem -0.35rem 0;
	opacity: 0;
	transform: translate3d(100%,0,0);
	transition: 1s 2s;
	transition-property: opacity,transform;
}
.insight .slider {
	opacity: 1;
	transform: translate3d(0,0,0);
}
.slider .slick-list {
	overflow: visible;
}
.slider .slick-slide {
	margin: 0 .35rem;
}
.slider .slide {
	box-sizing: border-box;
	width: 10.6rem;
	min-height: 8.75rem;
	padding: .6rem .9rem .9rem;
	position: relative;
	background: #fff;
	border-radius: .5rem;
	box-shadow: 0 .28rem 1.0088rem .0312rem rgba(0, 0, 0, 0.22);
}
.slider .slide a {
	color: inherit;
	text-decoration: none;
}
.slider .slide a:hover img {
	opacity: 1;
}
.slider .name {
	box-sizing: border-box;
	height: 2.88rem;
	margin: 0 auto;
}
.slider .slide p {
	margin: 0;
	color: #4d4d4d;
	font-style: normal;
}
.slider .slide .tag {
	margin: .18rem 0 0;
	font-size: .33rem;
	line-height: .6rem;
}
.slider .slide .tag li {
	margin: .12rem 0 0;
}
.slider .slide .tag span {
	display: inline-block;
	padding: 0 .3rem;
	background: #192447;
	border-radius: .3rem;
	color: #fff;
}
.slider .slide .btn {
	width: 2rem;
	height: 2rem; 
	position: absolute;
	right: .4rem;
	bottom: .4rem;
	background-image: -webkit-linear-gradient(top, rgb(107,133,216) 0%, rgb(117,190,230) 100%);
	background-image: linear-gradient(to bottom, rgb(107,133,216) 0%, rgb(117,190,230) 100%);
	border-radius: .5rem;
	box-shadow: 0 .28rem 1.0088rem .0312rem rgba(0, 0, 0, 0.22);
	transition: transform .3s;
}
.slider .slide a:hover .btn {
	transform: scale(1.1);
}
.slider .slide .btn::before,
.slider .slide .btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	transform: translate(-50%,-50%);
}
.slider .slide .btn::before {
	width: .5rem;
	height: .06rem;
}
.slider .slide .btn::after {
	width: .06rem;
	height: .5rem;
}
.slider .slick-dots {
	margin: .42rem 0 0;
	position: relative;
	text-align: center;
}
.slider .slick-dots li {
	display: inline-block;
	margin: 0 .08rem;
}
.slider .slick-dots button {
	display: block;
	width: .34rem;
	height: .34rem;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	line-height: 1px;
}
.slider .slick-dots .slick-active button {
	background: #1795cd;
}
#scene04 .commonText,
#scene05 .commonText,
#scene06 .commonText {
	padding: .4rem 0 0;
}
#scene03 .commonText,
#scene06 .commonText {
	color: #fff;
}
#scene04 .slick-track,
#scene05 .slick-track {
	margin: 0;
}

#scene04 .slide p {
	color: #0088d3;
}
#scene04 .slide01 .name {
	width: 8.195rem;
	padding: .35rem 0 0; 
}
#scene04 .slide02 .name {
	width: 8.3rem;
	padding: .74rem 0 0; 
}
#scene05 .slide01 .name {
	width: 5.35rem;
	height: calc(2.88rem - 0.69rem);
	/*padding: .69rem 0 0;*/
}
#scene05 .slide02 .name {
	width: 7.8rem;
	padding: .62rem 0 0; 
}
#scene06 .slide01 .name {
	width: 4.27rem;
}
#scene06 .slide02 .name {
	width: 5.75rem;
	height: 4.77rem;
	padding: .12rem 0 0; 
}

#scene07 .text .en {
	text-align: center;
}
#scene07 .text .title {
	font-style: normal;
	text-align: center;
}
#scene07 .text .image {
	width: 8.05rem;
	margin: .8rem auto 0;
}
#scene07 .text .btn {
	display: block;
	width: 9.95rem;
	margin: .6rem auto 0;
	background-image: -webkit-linear-gradient(top, rgb(107,133,216) 0%, rgb(117,190,230) 100%);
	background-image: linear-gradient(to bottom, rgb(107,133,216) 0%, rgb(117,190,230) 100%);
	border-radius: .5rem;
	color: #fff;
	font-style: normal;
	font-size: .67rem;
	line-height: 2rem;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 .28rem 1.0088rem .0312rem rgba(0, 0, 0, 0.22);
	transition: transform .3s;
}
#scene07 .text .btn:hover {
	transform: scale(1.1);
}
#scene07 .sns {
	margin: 1.9rem 0 0;
	font-size: .33rem;
	line-height: 1;
	text-align: center;
}
#scene07 .sns ul {
	display: flex;
	margin: .88rem 0 0;
	align-items: center;
	justify-content: center;
}
#scene07 .sns .fb {
	width: .62rem;
}
#scene07 .sns .tw {
	width: 1.035rem;
	margin: 0 0 0 1.6rem;
}
#scene07 .sns .ln {
	width: 1.23rem;
	margin: 0 0 0 1.32rem;
}
.footer {
	position: relative;
}

.thumnail {
	position: fixed;
	top: 50%;
	right: .4rem;
	transform: translateY(-50%);
}
.thumnail li {
	width: .1rem;
	height: .8rem;
	margin: .4rem 0;
	background: #ccc;
	cursor: pointer;
}
.thumnail li.active {
	background: #a00;
}

.scrollGuide {
	width: 1px;
	height: 1.04rem;
	position: fixed;
	bottom: 0;
	left: 50%;
	overflow: hidden;
}
.scrollGuide::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	-webkit-animation: downto 1s infinite;
	animation: downto 1s infinite;
}
@-webkit-keyframes downto {
	0%   { transform: translateY(-100%); }
	100% { transform: translateY(100%); }
}
@keyframes downto {
	0%   { transform: translateY(-100%); }
	100% { transform: translateY(100%); }
}
.scrollGuide.off {
	display: none;
}

@media only screen and (min-width:1280px) {
	.sp {
		display: none;
	}
	
	.scene {
		padding: 20px 110px;
		justify-content: flex-start;
	}
	#scene01 {
		justify-content: center;
	}
	#scene01 .logo {
		max-width: calc(100% * 664 / 1200 * 0.55 / 2);
	}
	#scene01 #svg {
		width: 600px;
		height: 110px;
	}
	#scene01 #svg svg {
		max-width: 100%;
		height: auto;
		position: static;
	}
	.slider {
		width: 1130px;
	}
	#scene07 .text {
		width: 620px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#scene07 .sns .fb {
		width: calc(.62rem * 0.5);
	}
	#scene07 .sns .tw {
		width: calc(1.035rem * 0.5);
		margin: 0 0 0 calc(1.6rem * 0.5);
	}
	#scene07 .sns .ln {
		width: calc(1.23rem * 0.5);
		margin: 0 0 0 calc(1.32rem * 0.5);
	}
}
@media only screen and (max-width:768px) and (min-height:481px) {
	.scene {
		padding-bottom: 10vh;
	}
}
@media only screen and (max-width:768px) and (min-height:569px) {
	.scene {
		padding-bottom: 15vh;
	}
}

.landscape {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
	align-items: center;
	justify-content: center;
}
.landscape div {
	max-width: calc(100vw * 830 / 2000);
	max-height: calc(100vw * 744 / 1280);
}
.landscape img {
	max-height: 100%;
}

@media only screen and (orientation: landscape) {
	.is_ios .landscape,
	.is_android .landscape {
		display: flex;
	}
}


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


