@charset "UTF-8";
/* CSS Document */

/* 以下非表示*/
@media (min-width: 1200px){
	.openbtn,#g-nav{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}

/* all */
html {
	scroll-behavior: smooth;
}
body{
	color: #fff;
	background: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li,ol li{
	list-style: none;
}
h2,h3,h4,h5{
	font-weight: 400;
}

/* 幅調整　*/
.wrapper{
	width: 100%;
	max-width: 1980px;
	margin-inline: auto;
	background: #172548;
	overflow: clip;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
	position: relative;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}
.w960.txt_wrap{
	margin-left: 15px;
}

.contents{
	padding: 70px 0;
	position: relative;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-inline: auto;
}
@media (max-width: 960px){
	.wrap80{
		padding: 10px;
	}
	.w960.txt_wrap{
	margin-left: auto;
}
}
@media (max-width: 450px){
	.w1600{
		width: calc(100% - 30px);
	}
	.wrap80{
		padding: 10px 0;
	}
}

/* 背景　*/

.bg_dark{
	background: #000;
}

.bg_inner{
	padding: 70px 0;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/bg_img01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}
.bg_grad{
	background: linear-gradient(120deg,rgba(0, 0, 0, 1) 0%, rgba(23, 37, 72, 1) 35%, rgba(4, 58, 196, 0.5) 100%);
	background-size: 150%;
}

.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f5f5f5;
    z-index: -1;
}
/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}
.img_center img{
	width: calc(100% - 15px);
	max-width: 500px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 15px 15px #e1f2fa;
}
.img_center02{
	text-align: center;
}
.img_center02 img{
	width: auto;
	max-width: 250px;
}

.txt_lv02{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	display: block;
	position: relative;
}
.txt_lv02 .en{
	font-family: "Jost", sans-serif;
	font-weight: 600;
	font-size: 300%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.txt_lv03{
	font-weight: 600;
	font-size: 1.2rem;
	border-bottom: solid 3px #043ac4;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 0.2em;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	font-family: "Jost", sans-serif;
	font-weight: 600;
	display: block;
	font-size: 80%;
	line-height: 100%;
	position: absolute;
	left: 0.25rem;
	top: calc(100% + 10px);
}
.txt_lv03 i{
	color: #043ac4;
}


.txt_lv04{
	border-bottom: solid 1px #043ac4;
	margin-bottom: 15px;
}
.txt_lv04.en{
	font-size: 1.2rem;
	font-family: "Jost", sans-serif;
	font-weight: 600;
}
.txt_lv05{
	background: rgba(4, 58, 196, 0.5);
	display: block;
	padding: 0.25em 0.5em;
	margin-bottom: 15px;
}
.txt_lv05 i{
	font-size: 60%;
	vertical-align: middle;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	text-align: center;
	color: #1a1a1a;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

span.bold{
	font-size: 1.1em;
	font-weight: 600;
}

span.line{
	background:linear-gradient(transparent 60%, rgba(235,153,1,0.5) 60%);
}
span.inb{
	display: inline-block;
}

/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:linear-gradient(to bottom, rgba(0,0,0,0.9) 0 80px ,rgba(0,0,0,0) 80px 100%);
	background-size: auto 200%;
	background-position: bottom;
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    width: 100%;
	top: -150px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	opacity: 0;
	transition: .5s;
}
.appear .site-header{
	opacity: 1;
	transition-delay:top 1s;
	transition-duration: 1s;
	top: 0;
}
.site-header.transform{
	background-position: top;
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 15px;
}
.site-header h1 img{
	width: auto;
	height: 70px;
	vertical-align: middle;
	filter: invert(100%);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}

.nav_wrap{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.site-header .header_contact{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}
.site-header .header_contact .phone{
	display: block;
	padding: 15px 15px 7px;
	color: #fff;
	line-height: 1.2;
	cursor: pointer;
	opacity: 1;
	transition: .3s;
}
.site-header .header_contact .phone:hover{
	opacity: 0.5;
}
.site-header .header_contact .phone .title{
	font-size: 1rem;
}
.site-header .header_contact .phone .nb{
	font-size: 2rem;
	display: block;
	font-family: "Jost", sans-serif;
	font-weight: 600;
}
.site-header .header_contact .mail{
	display: block;
	padding: 1rem;
	color: #fff;
	line-height: 1.2;
	background: linear-gradient(120deg,rgba(0, 0, 0, 1) 0%, rgba(23, 37, 72, 1) 35%, rgba(4, 58, 196, 1) 100%);
	background-size: 150%;
	background-position: left;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	transition: .3s;
}
.site-header .header_contact .mail:hover{
	background-position: right;
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 15px;
	margin-top: 10px;
	gap:30px;
}
.site-header nav ul li{
	margin: auto;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	color: #fff;
	transition: 0.5s;
}
.site-header nav ul li a span{
	font-family: "Jost", sans-serif;
	font-weight: 600;
	font-size: 80%;
	display: block;
}

.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background:rgba(255,255,255,0.0);
	content: '';
	transition: 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(255,255,255,1.0);
	transform: translate3d(0,0,0);
}
@media (max-width: 1440px){
	.site-header .header_contact{
		flex-direction: column;
		justify-content: flex-end;
		margin-right: 0;
	}
}

@media (max-width: 1200px){
	.site-header{
		background: rgba(0,0,0,0);
		height: 80px;
	}
	.site-header.transform{
		background: rgba(0,0,0,0.9);
	}
	.nav_wrap{
		display: none;
	}
	.site-header h1 img {
		padding-top: 10px;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
}
@media (max-width: 750px){
	.site-header h1 img{
		height: 60px;
	}
}
.fixed_btn{
	position: fixed;
	top: 80px;
	right: -250px;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
	transition: .5s;
}
.fixed_btn a{
	background: linear-gradient(120deg,rgba(0, 0, 0, 1) 0%, rgba(23, 37, 72, 1) 35%, rgba(4, 58, 196, 1) 100%);
	background-size: 150%;
	background-position: left;
	color: #fff;
	display: block;
	width: 210px;
	padding: 15px 15px 15px 30px;
	font-size: 0.9rem;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 16px 100%);
	transition: .5s;
}
.fixed_btn a:hover{
	background-position: right;
	text-shadow: 2px 2px 10px rgba(255,255,255,1);
}
.appear .fixed_btn{
	right: 0;
}
@media (max-width: 1440px){
	.fixed_btn{
		top: 145px;
		align-items: stretch;
	}
}
@media (max-width: 1200px){
	.fixed_btn{
		top:80px;
	}
}
@media (max-width: 450px){
	.fixed_btn a{
		width: fit-content;
	}
}
/* FV　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	max-height: 1280px;
	position: relative;
	background: #172548;
}

.video {
	position: absolute;
	bottom:50%;
	right: 50%;
	width: 100%;
	height: 100%;
	max-height: 1080px;
	object-fit: cover;
    transform: translate(50%, 50%) scale(30%);
	transform-origin: center;
	overflow: hidden;
	transition: 0.8s cubic-bezier(0.5, 0, 0.75, 0);
	
}
.appear .video{
	bottom: calc(-10vh + 30px);
    right: 30px;
	transform: scale(90%);
	transform-origin: bottom right;
}

.slide_wrap .title{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90vw;
	z-index: 10;

	transition:0.8s cubic-bezier(0.5, 0, 0.75, 0);
}
.appear .slide_wrap .title{
	top: 80px;
	left: 0;
	transform: none;
	width: 60vw;
}
.slide_wrap .title h2{
	margin: auto;
	text-align: center;
	color: #fff;
}
.slide_wrap .title h2 img{
	width: 100%;
	padding: 15px;
	vertical-align: middle;
}
.slide_wrap .copy{
	position: absolute;
	left: 15%;
	bottom: 10%;
	color: #fff;
}
.slide_wrap .copy h3{
	font-size: clamp(1.2rem, 0.84rem + 1.28vw, 2rem);
	font-weight: 600;
	display: none;
}
.appear .slide_wrap .copy h3{
	display: inline-block;
	transition-delay: 2s;
	line-height: 1.8;
}
.scroll{
	position: absolute;
	left: 50px;
	bottom: 80px;
	writing-mode: vertical-rl;
	font-size: 0.8rem;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	color: #fff;
}
.scroll::before {
	  animation: scroll 2.5s infinite;
	  background-color: #fff;
	  bottom: -115px;
	  content: "";
	  height: 100px;
	  left: 0;
	  margin: auto;
	  position: absolute;
	  right: 0;
	  width: 1px;
	}
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
  }
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
@media (max-width: 960px){
	.slide_wrap{
		margin-bottom: 0;
	}
	.appear .video{
		right: 50px;
		left: 50px;
		top: 150px;
		bottom: 30px;
		width: calc(100% - 100px);
		height: calc(100% - 180px);
		transform: scale(100%);
	}
	.appear .video video{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.slide_wrap .copy{
		width: 25em;
	}
	.scroll{
		bottom: 150px;
		left: 20px;
	}
	.scroll::before{
		bottom: -110px;
	}
}
@media (max-width: 750px){
	.slide_wrap .copy{
		width: 22em;
	}
	.appear .slide_wrap .title{
		top: 150px;
		width: 70vw;
	}
	
}
@media (max-width: 450px){
	.scroll{
		left: 10px;
	}
	.slide_wrap .copy{
		left: 40px;
	}
	.appear .video{
		right: 30px;
		left: 30px;
		width: calc(100% - 60px);
	}
}
/* コンテンツ
   ========================================================================== */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 .inner{
	width: calc(100% / 3 - 40px);
	margin: 20px;
	background:rgba(255,255,255,0.5);
	padding: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}

.card001 .inner img{
	display: block;
	width: 180px;
	padding: 15px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: contain;
	margin: auto;
	background: #f8f4e6;
}

@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 450px;
	}
	.card001 .inner{
		width: calc(100% - 30px);
	}
	
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}

.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}

.card002 .img_f{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.f_in{
	width: 50%;
	padding: 15px;
}
.f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 330px;
	padding: 30px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 30px 5%;
	align-self: center;
}
@media (max-width: 960px){
	.card002,
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.card003 .img{
		padding: 30px 15px 15px;
	}
	.card003 .txt{
		width: 100%;
		padding: 30px;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px 10px 30px;
	}
}


/* フッターコンタクト============================================================ */
.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%),
		url("../img/img001.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_contact{
	background-attachment: scroll;
}

.footer_contact{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	margin: auto;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #ccc;
	line-height: 100%;
	background: rgba(0,0,0,0.0);
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-size: 1.6rem;
	line-height: 120%;
	font-family: "Jost", sans-serif;
	font-weight: 600;
}
.footer_contact .phone:hover{
	background: rgba(0,0,0,0.6);
	color: #fff;
}
@media (max-width: 960px){
	.footer_contact{
		max-width: 600px;
		flex-direction: column;
	}
}

/* フッター部分============================================================ */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background: linear-gradient(160deg, rgba(0, 0, 0, 1) 0%, rgba(23, 37, 72, 1) 35%, rgba(4, 58, 196, 1) 100%);
	color: #fff;
}

footer h2{
	text-align: center;
}
footer h2 img{
	width: 100%;
	max-width: 330px;
	filter: invert(100%);
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 960px;
	margin-inline: auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	min-width: 400px;
	padding: 0 15px 15px;
	margin: auto;
	align-items: center;
}
.footer_wrap nav{
	width: 100%;
	max-width: 960px;
	margin: 15px auto;
	padding: 0 15px;
}
.footer_wrap nav ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_wrap nav ul li a{
	color: #fff;
	font-size: 0.9rem;
	transition: .5s;
}
.footer_wrap nav ul li a::before{
	content: '-';
	padding-right: 0.2rem;
}

.footer_wrap nav ul li a:hover{
	opacity: 0.5;
}


footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
	border-top: solid 1px #666 ;
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_wrap nav ul{
		flex-direction: column;
		justify-content: flex-start;
		max-width: 330px;
		margin-inline: auto;
	}
	.footer_wrap nav ul li{
		width: 100%;
		margin-bottom: 1rem;
	}
	.footer_wrap nav ul li a{
		display: block;
		width: 100%;
		border-bottom: dashed 1px #666;
	}

	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
	.footer_in{
		min-width: 0;
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 450px;
	background-size: cover;
	background-color: #000;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50px;
	font-size:1.2em;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.subtitle h2 span.en{
	font-family: "Jost", sans-serif;
	font-weight: 600;
	font-size: clamp(3.6rem, 1.62rem + 7.04vw, 8rem);
	line-height: 1.1;
}

.sub_bg{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/img002.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
@media (max-width: 960px){
	.subtitle{
		height: 400px;
	}
	.subtitle h2{
		left:30px;
	}
}

/*パンくずリスト ============================================================ */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9rem;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	color: #fff;
}

.breadcrumb li:after {
	content: '｜';
	padding-left: 0.5rem;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

@media (max-width: 750px){
	.breadcrumb{
		font-size: 0.8rem;
	}
}

/* TOPへ戻るボタン============================================================ */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	display: block;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ============================================================ */
.fadein {
	opacity : 0.2;
	filter: blur(2px);
	transform : translate(0, 80px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ============================================================ */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #000;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}
.imgup{
	position: relative;
	overflow: hidden;
	height: fit-content !important;
}
.imgup img{
	transition: 1.8s cubic-bezier(0.6, 0, 0.07, 1);
	transform: translateX(-10%) scale(1.4);
}
.imgup{
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: 1.4s;
	transition-delay: 0.3s;
}
.imgup.inview img{
	transform: translateX(0) scale(1);
}
.imgup.inview {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/* テキストアニメ ============================================================ */
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{ 
	display: inline-block;
	animation:text_anime_on 1s 3s ease forwards; 
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes text_anime_on {
	0%,30% {
		transform: translateX(2rem) ;
		opacity:0;
	}
	to {
		transform: translateX(0rem) ;
		opacity:1;
	}
}
/* Loading背景画面設定============================================================ */

#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align:center;
	color:#eee;
}

/* Loading画像中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	transform: translate(-50%, -50%);
	color: #eee;
	width: 100%;
	font-family: "Jost", sans-serif;
	font-weight: 600;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #000;
    transition: all .5s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);
}
/*上の画面*/
.loader_cover-up {
    transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
    transform: scaleY(0);
}


/* 余白調整 ============================================================ */
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt100{
	margin-top: 100px;
}
.mb70{
	margin-bottom: 70px;
}
.mb30{
	margin-bottom: 30px;
}
.pt0{
	padding-top: 0;
}
.pb0{
	padding-bottom: 0;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}

/* 以下非表示 ============================================================ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
}
@media (max-width: 960px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}

