﻿
#head-menu {
	width: 100%;
	min-width: 1000px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	line-height: 0;
	padding: 0 15px;
	box-sizing: border-box;
	
}

.head-logo{
	margin: 10px 25px 0 0;
	height: 30px;
}


.menu_link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}

.menu_link a {
	color: #fff;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	margin: 0 15px;
}

.menu-sns {
	position: absolute;
	top: 0px;
	right: 15px;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-items: center;
}

.menu-sns img {
	width: 28px;
	margin-left: 10px;
}

.kiwi-maru {
	font-family: 'Kiwi Maru', serif;
}

@media (max-width:768px){
	
	#head-menu {
		height: 50px;
		min-width: 0;
	}
		
	.menu_link a {
		display: none;
	}
}


#top-box {
	width: 100%;
	min-width: 1000px;
	height: 700px;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden!important;
	z-index: -10;
	background-color: #262626;
}

#top-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:600px){
	
	#top-box {
		height: 550px;
	}
	
}


.bg-slider {
	margin: auto;
	position: fixed;
	width: 100%;
	height:100%;
	background-position:center center!important;
	background-size: cover!important;
	background-repeat: no-repeat;
	animation: blurin 3s ease 0.3s 1 normal;
	-webkit-animation: blurin 3s ease 0.3s 1 normal;
	opacity: 0;
	animation-fill-mode: forwards;
}

.slider {
	position: relative;
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden!important;
	z-index: -10;
}

.slider img {
	width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-wrap {
	overflow: hidden;
	width: 100%;
	animation: blurin 5s ease 0.3s 1 normal;
	-webkit-animation: blurin 5s ease 0.3s 1 normal;
	opacity: 0;
	animation-fill-mode: forwards;
}

video__ {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@keyframes blurin {
	  0% {filter: blur(30px) grayscale(100%); opacity:0;}
	 70% {filter: blur(10px) grayscale(100%);}
	100% {filter: blur(0px) grayscale(0%);  opacity:1;}
}

@-webkit-keyframes blurin {
	  0% {filter: blur(30px) grayscale(100%); opacity:0;}
	 70% {filter: blur(10px) grayscale(100%);}
	100% {filter: blur(0px) grayscale(0%);  opacity:1;}
}

.blurin {
	animation: fblurin 5s ease 0.3s 1 normal;
}

.top-box-sub {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
	z-index: -10;
	background-color: #000;
}

.sub-top-pic {
	position: fixed!important;
	overflow: hidden;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	animation: blurin 5s ease 0.3s 1 normal;
	-webkit-animation: blurin 2s ease 0.3s 1 normal;
	opacity: 0;
	animation-fill-mode: forwards;
}

.sub-tit-box {
	width:100%;
	height:450px;
	top: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	color: #fff;
}

.sub-tit-case {
	font-family: 'Playball', cursive;
	font-size: 5.2em;
	letter-spacing: -0.001em;
	line-height: 1.2em;
	margin-top: 65px;
	margin-bottom: 0.1em;
}

@media (max-width:768px){
	
	#top-box {
		min-width: 0;
		background-position: right 40% top 40%;
	}
	
	#top-box-sub {
		background-position: right 10% center;
	}
}

@media (max-width:550px){
	
	
	.sub-tit-case {
		font-size: 4.5em;
	}

}

@media (max-width:350px){
	
	.sub-tit-case {
		font-size: 3.5em;
	}
	
}

.screen {
	width:100%;
	height:100%;
	top: 0;
	position: fixed;
	background : rgba(0,26,40,.5)!important;
	z-index: 0;
}


.screen-top {
	width:100%;
	height:600px;
	top: 0;
	background : rgba(0,0,0,.5);
	z-index: 1;
}

.logo-box {
	width:100%;
	min-width: 1000px;
	height:700px;
	top: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 1;
	color: #fff;
	background : rgba(0,0,0,.4);
}

.logo-box img{
-webkit-filter: drop-shadow(0px 3px 5px rgba(27,53,93,.2));
        filter: drop-shadow(0px 3px 5px rgba(27,53,93,.2));
}

@media (max-width:768px){
	
	.logo-box {
		min-width: 0;
	}
	
}


@media (max-width:600px){
	
	.logo-box {
		height: 550px;
	}
	
}


.logo-case {
	width: 600px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
	-webkit-filter: drop-shadow(0px 2px 5px rgba(27,53,93,.2));
    filter: drop-shadow(0px 2px 5px rgba(27,53,93,.2));
}

.logo-case-left,
.logo-case-right {
	width: 60px;
}

.logo-case-mid {
	width: 480px;
	line-height: 1.8em;
	margin-bottom: 50px;
}

.logo-case-mid p,
.logo-case-mid dd {
	width: 100%;
	text-align: center;
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	margin: 0;
}

.logo-case-mid p {
	font-size: 2.7em;
}

.logo-case-mid dd {
	font-size: 2em;
}

.logo-case-catch {
	width: 65%;
	margin: auto;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.7em;
	letter-spacing: 0.15em;
	font-weight: 400;
	text-indent: 0.5em;
	position: relative;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 0.2em;
}
.logo-case-catch:before, .logo-case-catch:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 34px;
	height: 1.5px;
	background-color: #fff;
}
.logo-case-catch:before {
	transform: rotate(60deg);
	left: 0;
}
.logo-case-catch:after {
	transform: rotate(-60deg);
	right: 0;
}

.logo-case a{
	margin: auto;
	width: auto;
}

.top-bt-block {
	margin: auto;
}

.logo-case-bt {
    display:block;
	white-space: nowrap;
    background:#fff;
    padding: 12px 25px;
    text-align:center;
    color:#ff5f5f;
    border:none;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	transition: .3s;
	margin-bottom: 1em;
}

.logo-case-bt:hover{
	background:#ff5f5f;
	color:#fff;
	opacity: 1;
}

@media (max-width:768px){
	
	.logo-case{
		width: 540px;
	}
	
	.logo-case-mid {
	width: 420px;
	line-height: 1.8em;
	margin-bottom: 50px;
}
	
	.logo-case-mid p {
	font-size: 2.6em;
}

.logo-case-mid dd {
	font-size: 1.9em;
}
	
	.logo-case-catch {
	font-size: 1.8em;
}
	
}

@media (max-width:600px){
	
	.logo-case {
		width: 370px;
		margin-bottom: 60px;
	}
	
	.logo-case-mid {
		width: 300px;
		margin-bottom: 40px;
	}
	
	.logo-case-mid p {
		font-size: 1.9em;
	}
	
	.logo-case-mid dd {
		font-size: 1.4em;
	}
	
	.logo-case-left,
	.logo-case-right {
		width: 35px;
	}
	
	.logo-case-catch {
		font-size: 1.4em;
		padding: 0 20px;
		display: inline-block;
		white-space: nowrap;
	}
	
	.logo-case-catch:before,
	.logo-case-catch:after {
		width: 24px;
	}
	
	.logo-case-bt {
		font-size: 0.95em;}

}

@media (max-width:370px){
	
	.logo-case {
		width: 300px;
	}
	
	.logo-case-left,
	.logo-case-right {
		display: none;
	}
}

.login-bt {
	background: rgba(0,0,0,.4);
	display: block;
	font-size: 0.85em;
	padding: 0.3em 0.6em;
	border-radius: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 4px;
}

/*
@keyframes main-logo {
	   0% {filter: blur(0px);}
	  88% {filter: blur(0px); transform: translateY(0px);}
  88.125% {filter: blur(0px); transform: translateY(2px);}
    88.2% {filter: blur(3px); transform: translateY(0px);}
   93.45% {filter: blur(0px);}
    95.2% {filter: blur(3px);}
   96.95% {filter: blur(0px); transform: translateX(0px);}
   97.45% {filter: blur(8px); transform: translateX(2px);}
    97.7% {transform: translateY(3px);}
   97.95% {filter: blur(3px); transform: translateY(-7px);}
    98.2% {filter: blur(5px); transform: translateX(1px);}
   98.45% {filter: blur(0px); transform: translateY(-1px),translateX(-3px);}
    99.2% {filter: blur(8px); transform: translateY(2px);}
     100% {filter: blur(0px);}
}*/


.top-box-1 {
	width: 100%;
	height:110vh;
	position:absolute;
	top:0;
	z-index: 1;
	transform: translate3d(0, 0, 0);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-box-2 {
	width: 100%;
	height:110vh;
	position:absolute;
	top:0;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	line-height: 0;
}

.top-box-2 span {
	width: 25%;
	padding: 0;
	margin: 0;
}

@media (max-width:1300px){
	
	.top-box-2 span {
		width: 33.3333333333%;
	}
}

@media (max-width:890px){

	.top-box-2 span {
		width: 50%;
	}
}

.top-box-3 {
	width: 100%;
	height:110vh;
	position:absolute;
	top:0;
	z-index: 1;
	transform: translate3d(0, 0, 0);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}


/*アニメーション指定*/
.top-box-1 {
  	opacity: 0;
	animation-name: fade, move-vh;
	animation-duration: 27s;
	animation-delay: 1s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	will-change: animation;
}

.top-box-2 {
  	opacity: 0;
	animation-name: fade-0ut, move-vh;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	will-change: animation;
}

.top-box-2 span {
	opacity: 0;
	animation-name: fade-1;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	will-change: animation;
}

.top-box-2 span:nth-child(1) {
	animation-delay: 10.1s;
}
.top-box-2 span:nth-child(2) {
	animation-delay: 10.2s;
}
.top-box-2 span:nth-child(3) {
	animation-delay: 10.3s;
}
.top-box-2 span:nth-child(4) {
	animation-delay: 10.4s;
}
.top-box-2 span:nth-child(5) {
	animation-delay: 10.5s;
}
.top-box-2 span:nth-child(6) {
	animation-delay: 10.6s;
}
.top-box-2 span:nth-child(7) {
	animation-delay: 10.7s;
}
.top-box-2 span:nth-child(8) {
	animation-delay: 10.8s;
}
.top-box-2 span:nth-child(9) {
	animation-delay: 10.9s;
}
.top-box-2 span:nth-child(10) {
	animation-delay: 11.0s;
}
.top-box-2 span:nth-child(11) {
	animation-delay: 11.1s;
}
.top-box-2 span:nth-child(12) {
	animation-delay: 11.2s;
}
.top-box-2 span:nth-child(13) {
	animation-delay: 11.3s;
}
.top-box-2 span:nth-child(14) {
	animation-delay: 11.4s;
}
.top-box-2 span:nth-child(15) {
	animation-delay: 11.5s;
}
.top-box-2 span:nth-child(16) {
	animation-delay: 11.6s;
}
.top-box-2 span:nth-child(17) {
	animation-delay: 11.7s;
}
.top-box-2 span:nth-child(18) {
	animation-delay: 11.8s;
}
.top-box-2 span:nth-child(19) {
	animation-delay: 11.9s;
}
.top-box-2 span:nth-child(20) {
	animation-delay: 12.0s;
}

/*
.top-box-2 span:nth-child(1) {
	animation-delay: 10.1s;
}
.top-box-2 span:nth-child(2) {
	animation-delay: 10.3s;
}
.top-box-2 span:nth-child(3) {
	animation-delay: 10.5s;
}
.top-box-2 span:nth-child(4) {
	animation-delay: 10.7s;
}
.top-box-2 span:nth-child(5) {
	animation-delay: 10.9s;
}
.top-box-2 span:nth-child(6) {
	animation-delay: 11.1s;
}
.top-box-2 span:nth-child(7) {
	animation-delay: 11.3s;
}
.top-box-2 span:nth-child(8) {
	animation-delay: 11.5s;
}
.top-box-2 span:nth-child(9) {
	animation-delay: 11.7s;
}
.top-box-2 span:nth-child(10) {
	animation-delay: 11.9s;
}
.top-box-2 span:nth-child(11) {
	animation-delay: 12.1s;
}
.top-box-2 span:nth-child(12) {
	animation-delay: 12.3s;
}
.top-box-2 span:nth-child(13) {
	animation-delay: 12.5s;
}
.top-box-2 span:nth-child(14) {
	animation-delay: 12.7s;
}
.top-box-2 span:nth-child(15) {
	animation-delay: 12.9s;
}
.top-box-2 span:nth-child(16) {
	animation-delay: 13.1s;
}
.top-box-2 span:nth-child(17) {
	animation-delay: 13.3s;
}
.top-box-2 span:nth-child(18) {
	animation-delay: 13.5s;
}
.top-box-2 span:nth-child(19) {
	animation-delay: 13.7s;
}
.top-box-2 span:nth-child(20) {
	animation-delay: 13.9s;
}
*/


@keyframes fade-1 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1); filter:}
	0.5% {opacity: 1; transform: scaleY(1) scalex(1); filter:}
     50% {opacity: 1;}
	 51% {opacity: 0;}
}

.top-box-3 {
  	opacity: 0;
	animation-name: fade, move-vh;
	animation-duration: 27s;
	animation-delay: 19s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	will-change: animation;
}

@keyframes fade {
	  0% {opacity: 0;}
	  7% {opacity: 1;}
	 28% {opacity: 1;}
  33.33% {opacity: 0;}
	100% {opacity: 0;}
}

@keyframes fade-0ut {
	  0% {opacity: 1;}
	 28% {opacity: 1;}
  33.33% {opacity: 0;}
	100% {opacity: 0;}
}

@keyframes move-vh {
	  0% {margin-top: 0;}
	33.33% {margin-top: -10vh;}
	100% {margin-top: -10vh;}
}

.fade-a {
	opacity: 0;
	animation-name: fade-a;
	animation-duration: 25s;
	animation-delay: 1s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

.fade-b {
	opacity: 0;
	animation-name: fade-b;
	animation-duration: 25s;
	animation-delay: 1s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

.fade-c {
	opacity: 0;
	animation-name: fade-c;
	animation-duration: 25s;
	animation-delay: 1s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

.fade-d {
	opacity: 0;
	animation-name: fade-d;
	animation-duration: 25s;
	animation-delay: 1s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}


@keyframes fade-01 {
	  0% {opacity: 0;}
	 7% {opacity: 1;}
	 28% {opacity: 1;}
	33.33% {opacity: 0;}
	100% {opacity: 0;}
}

@keyframes fade-02 {
	  0% {opacity: 0;}
	33.33% {opacity: 0;}
	40.33% {opacity: 1;}
	61% {opacity: 1;}
	66% {opacity: 0;}
	100% {opacity: 0;}
}

@keyframes fade-03 {
	  0% {opacity: 0;}
	66.66% {opacity: 0;}
	74.66% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}


@keyframes fade-a {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	37.5% {opacity: 0; transform: scaleY(0) scalex(1);}
	38% {transform: scaleY(1) scalex(1);}
	38.5% {opacity: 1;}
	100% {opacity: 1;}
}

@keyframes fade-b {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	36.5% {opacity: 0; transform: scaleY(0) scalex(1);}
	37% {transform: scaleY(1) scalex(1);}
	37.5% {opacity: 1;}
	100% {opacity: 1;}
}

@keyframes fade-c {
	0% {opacity: 0; transform: scaleY(0) scalex(1);}
	37% {opacity: 0; transform: scaleY(0) scalex(1);}
	37.5% {transform: scaleY(1) scalex(1);}
	38% {opacity: 1;}
	40% {filter: brightness(100%);}
	41% {filter: brightness(120%);}
	53% {filter: brightness(100%);}
	54% {filter: brightness(120%);}
	59% {filter: brightness(100%);}
	62% {filter: brightness(120%);}
	71% {filter: brightness(100%);}
	80% {filter: brightness(120%);}
	100% {opacity: 1;}
}

@keyframes fade-d {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	37.3% {opacity: 0s; transform: scaleY(0) scalex(1);}
	37.8% {opacity: 1; transform: scaleY(1) scalex(1);}
	39.3% {opacity: 1;}
	61.66% {opacity: 1;}
	100% {opacity: 1;}
}



@keyframes move-01 {
	  0% {margin-top: 0;}
	33.33% {margin-top: -10vh;}
	100% {margin-top: -10vh;}
}

@keyframes move-02 {
	  0% {margin-top: 0;}
	33.33% {margin-top: 0;}
	66.66% {margin-top: -10vh;}
	100% {margin-top: -10vh;}
}
		
@keyframes move-03 {
	  0% {margin-top: 0;}
	66.66% {margin-top: 0;}
	100% {margin-top: -10vh;}
}

.top-sign {
	right: 17px;
	bottom: 10px;
	position: absolute;
	width: 150px;
	z-index: 102;
}

@media (max-width:600px){
	.top-sign {
		right: 10px;
		bottom: 5px;
		width: 130px;
	}
}



.slide img {
  position: absolute;
  top: 0%;
  left: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align:bottom;
}
 