@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
html {
	font-size:100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0;
	padding: 0;
	font:inherit;
}
@keyframes fadeIn {
	0% {opacity: 0}
	80% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	80% {opacity: 0}
	100% {opacity: 1}
}
body {
	background: #110101;
	color: #333;
	font-size:16px;
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,Arial,Helvetica,Meiryo,'MS PGothic', Sans-serif;
	line-height: 1.8;
	height: 100%;
	overflow: hidden;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	animation: fadeIn 1s ease 0 1 normal;
}
ul li{
	list-style: outside none none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
iframe{
	width: 100%;
}
address{
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	outline: none;
	overflow: hidden;
	color:#08C;
}
a:hover {
	opacity:0.8;
	text-decoration: none;
}
/*フォント設定
---------------------------------------------------------------------------*/
.mincho{
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
/*Slide
--------------------------------------*/
.slider{
	display: none;
}
.slider.slick-initialized{
	display: block;
}
/*ボタン設定
--------------------------------------*/
button,
input[type="submit"],
input[type="button"]{
	border: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}
/*水平線設定
--------------------------------------*/
.hrStyle1{
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #000;
	margin-bottom: 20px;
}
/*テーブル設定
--------------------------------------*/
/*カラム設定
---------------------------------------------------------------------------*/
.flexCols {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexAlignC{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexAlignEnd{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.flexJC { 
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flexCC {
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexSbet{ 
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.flexSbetC{ 
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexSard {
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
/*Layout
---------------------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	main {
		display: block;
	}
}
/*--------------------------------------------------------------------------
□TOPページ home
---------------------------------------------------------------------------*/
/*homeMainVisual
--------------------------------------*/
.slideshow {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.slideshow .slider {
	width: 100vw;
	height: 100vw;
	z-index: 2;
}
.slideshow .slider * {
	outline: none;
}
.slideshow .slider .item {
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
	border: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.item1{
	background-image: url(../images/top/redirect/slide/slide1.jpg?v=1.0);
}
.item2{
	background-image: url(../images/top/redirect/slide/slide2.jpg?v=1.0);
}
.item3{
	background-image: url(../images/top/redirect/slide/slide3.jpg?v=1.0);
}
.slideshow .slider .item .text {
	display: none;
}
.slideshow .slick-dots {
	position: fixed;
	z-index: 100;
	width: 40px;
	height: auto;
	bottom: auto;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	left: auto;
	color: #fff;
	display: block;
}
.slideshow .slick-dots li {
	display: block;
	width: 100%;
	height: auto;
}
.slideshow .slick-dots li button {
	position: relative;
	width: 20px;
	height: 15px;
	text-align: center;
}
.slideshow .slick-dots li button:before {
	content: "";
	background: #fff;
	color: #fff;
	height: 2px;
	width: 20px;
	border-radius: 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
	width: 40px;
	opacity: 1;
}
.slideshow.slideshow-right {
	left: 0;
	z-index: 1;
	width: 50vw;
	pointer-events: none;
}
.slideshow.slideshow-right .slider {
	left: 0;
	position: absolute;
}
.slideshow-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	width: 100vw;
	text-align: center;
	color: #fff;
	pointer-events: none;
	text-transform: uppercase;
}

@keyframes secondaryImageOverlayIn {
	0% {
		width: 0;
	}
	100% {
		width:  100%;
	}
}
@keyframes secondaryImageOverlayOut {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(102%);
	}
}
.slideshow-text h1 span{
	display: inline-block;
	overflow:hidden;
	position:relative;
	width: max(545px,50%);
	height: auto;
}
.load .slideshow-text h1 span:after{  
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #ffa002;
	animation:secondaryImageOverlayIn 0.6s 1s cubic-bezier(.77,0,.175,1),
	secondaryImageOverlayOut 0.6s 1.6s cubic-bezier(.77,0,.175,1);
	animation-fill-mode: both;
}
.slideshow-text h1 img {
	opacity: 0;
}
.load .slideshow-text h1 img {
	width: 100%;
	height: auto;
	animation:fadeIn 0.1s 1.5s; 
	animation-fill-mode: both;
}
.slideshow-text h3{
	color: #FFF;
	font-size: max(34px,2.91vw);
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-top: 0.52vw;
	text-shadow: 0 0 6px #000;
	height: max(59px,5.208vw);
}
@keyframes flash {
	0%,100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}
.the-most {
	color: #FFF;
	position: fixed;
	z-index: 1;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	animation: flash 2s linear infinite;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.the-most span{
	font-weight: 400;
	font-size: 17px;
	margin-left: 6px;
}

#typewriter::after {
	content: "|";
	animation-name: blink;
	animation-duration: 2.5s;
	animation-iteration-count: 1;
}
.typewriterAfter::after {
	content: none!important;
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*カウンターエリア
----------------------*/
.info_area{
	width: max(586px,51.42vw);
	margin: max(16px,1.42vw) auto 0;
}
@-webkit-keyframes fadeanime {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.2);
	}
	98% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@keyframes fadeanime {
	0% {
		opacity: 0;
		transform: scale(0.2);
	}
	98% {
		opacity: 1;
		transform: scale(1.05);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.info_area .box {
	opacity: 0;  
}
.info_area .box.fadeAnime:nth-child(1) {
	-webkit-animation: fadeanime 0.5s ease 0.5s 1 forwards;
	animation: fadeanime 0.5s ease 0.5s 1 forwards;
}
.info_area .box.fadeAnime:nth-child(2) {
	-webkit-animation: fadeanime 0.5s ease 0.9s 1 forwards;
	animation: fadeanime 0.5s ease 0.9s 1 forwards;
}
.info_area .box.fadeAnime:nth-child(3) {
	-webkit-animation: fadeanime 0.5s ease 1.3s 1 forwards;
	animation: fadeanime 0.5s ease 1.3s 1 forwards;
}
.info_area .box.fadeAnime:nth-child(4) {
	-webkit-animation: fadeanime 0.5s ease 1.7s 1 forwards;
	animation: fadeanime 0.5s ease 1.7s 1 forwards;
}
.info_area .box.fadeAnime:nth-child(5) {
	-webkit-animation: fadeanime 0.5s ease 2.1s 1 forwards;
	animation: fadeanime 0.5s ease 2.1s 1 forwards;
}
.info_area .box.fadeAnime:nth-child(6) {
	-webkit-animation: fadeanime 0.5s ease 2.5s 1 forwards;
	animation: fadeanime 0.5s ease 2.5s 1 forwards;
}
.info_area .box{
	width: max(88px,7.85vw);
	height: max(72px,6.42vw);
	overflow: hidden;
	border-radius: 2px;
	text-align: center;
	margin: 0 0 0 max(8px,0.714vw);
	position: relative;
	border: 1px solid #FFF;
	background: rgb(11 15 39 / 5%);
}
.info_area .box:first-of-type{
	margin-left: 0; 
}
.info_area .box p{
	font-size: max(19px,1.71vw);
	font-family: 'Roboto', sans-serif;
	padding-top: max(12px,1.07vw);
	letter-spacing: 0;
	font-weight: 500;
	line-height: 1.5;
	text-shadow: 0 0 4px #000;
}
.info_area .box p span{
	font-size: 1.14vw;
	margin-left: 0.21vw;
}
.info_area .box h6{
	color: #FFF;
	font-weight: 400;
	margin-top: 0;
	font-size: max(12px,1.07vw);
	letter-spacing: max(0.57px,0.05vw);
	text-shadow: 0 0 4px #000;
}
.info_area .boxImg{
	margin-left:0.714vw;
}
.info_area_note{
	text-align: right;
	font-size: 14px;
	margin-top: max(5px,0.35vw);
	margin-right: max(5px,0.35vw);
	opacity: 0;
}
.info_area_note.fadeAnime{
	-webkit-animation: fadeanime 0.5s ease 2.5s 1 forwards;
	animation: fadeanime 0.5s ease 2.5s 1 forwards;
}
/*ect
---------------------------------------------------------------------------*/
.floatL { float: left; }
.floatR { float: right; }
.alignL {text-align: left;}
.alignR {text-align: right;}
.alignCR {text-align: center;}

.pcNone{display: none!important;}
.pcNone-inl{display: none!important;}
.spNone{display: block!important;}
.spNone-inl{display: inline!important;}

.fw700{font-weight: 700;}
.textNone {text-indent: 100%;white-space: nowrap;overflow: hidden;line-height: 0;}

@media screen and (max-width:699px) {
	.slideshow .slick-dots{
		display: none!important;
	}
	.slideshow-text{
		padding: 0 4%;
	}
	.slideshow-text h1 span{
		width: min(100%,545px);
	}
	.slideshow-text h3{
		font-size: min(5.27vw,34px);
		letter-spacing: 0.1em;
		height: 8.88vw;
	}
	.info_area{
		width: 100%;
	}
	.info_area .box{
		margin-bottom: 8px;
		width: 27.77vw;
	}
	.info_area .box:nth-of-type(3n+1){
		margin-left: 0;
	}
	.info_area_note{
		font-size: min(3.3vw,14px);
		margin-right: min(2.77vw,22px);
		margin-top: 0;
	}
}