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

/* 以下非表示*/
@media (min-width: 1200px){
	.openbtn,#g-nav,.mb_bg{
		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;
	scroll-padding-top: 120px;
}
body{
	color: #1a1a1a;
	background: #fff;
	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;
}

/* 幅調整　*/
.w2560{
	width: 100%;
	max-width: 2560px;
	margin-inline: auto;
	overflow: clip;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin-inline: auto;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}

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

/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,0.6);
}

.bg_light{
	background: #eee7e0;
}
.bg_dark{
	background: #205380;
	color: #fff;
}
.bg_blue{
	background: #0067c0;
}

.bg_inner{
	padding: 70px 15px;
}
.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_cut01{
	background: url("../img/bg_cut01.png"), url("../img/bg_cut02.png");
	background-repeat: no-repeat;
	background-position: bottom 15px  left 15px, top 15px right 15px;
	background-size: 150px;
}
.bg_cut01w{
	background: url("../img/bg_cut01w.png"), url("../img/bg_cut02w.png");
	background-repeat: no-repeat;
	background-position: bottom 15px  left 15px, top 15px right 15px;
	background-size: 150px;
}
@media (max-width: 1200px){
	.bg_cut01,.bg_cut01w{
		background-position:bottom left, top right;
		background-size: 100px;
	}
}
@media (max-width: 960px){
	.bg_cut01,.bg_cut01w{
		background-image: none;
	}
}

.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #eee7e0;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
    background: #eee7e0;
    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%;
}

.txt_lv01{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	margin-bottom: 30px;
}
.txt_lv01 .ja{
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	position: relative;
	padding-left: 1em;
}
.txt_lv01 .en{
	font-weight: 700;
    font-size: clamp(3rem, 0.75rem + 8vw, 8rem);
	ffont-family: "Open Sans", sans-serif;
	-webkit-text-stroke: #0067c0 1px;
	line-height: 1;
	color: transparent;
}

.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{
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	position: relative;
	padding-left: 2rem;
	margin-top: 0.5rem;
}
.txt_lv02 .ja::before{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 1.2rem;
	width: 1.5rem;
	height: 3px;
	background: #0067c0;
}
.txt_lv02 .en{
	font-weight: 700;
    font-size: clamp(3rem, 1.65rem + 4.8vw, 6rem);
	font-family: "Open Sans", sans-serif;
	-webkit-text-stroke: #0067c0 2px;
	opacity: 0.8;
	line-height: 1;
	color: transparent;
}
.txt_lv02.txt_c{
	text-align: center;
}
.txt_lv02.txt_c .ja{
	padding-left:0;
}
.txt_lv02.txt_c .ja::before{
	content: none;
}

.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 8px rgba(0,103,192,0.2);
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.5em;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03 i{
	color: #0067c0;
}

.txt_lv04{
	
}
.txt_lv05{
	font-size: 1.1rem;
	background: #0067c0;
	display: block;
	padding: 0.5em 1em;
	margin-bottom: 30px;
	color: #fff;
}
.txt_lv05 i{
	font-size: 60%;
	vertical-align: middle;
}


.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	position: relative;
    display: block;
}


.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;
	font-weight: 600;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #1a1a1a;
}

span.bold{
	font-weight: 600;
}

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

/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:rgba(255,255,255,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    width: 100%;
	transition: .5s;
}
.site-header.transform{

}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 15px;
	margin-top: 10px;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.site-header h1 img{
	width: auto;
	height: 120px;
	vertical-align: middle;
	filter: grayscale(100%) invert(100%) brightness(300%);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	height: 90px;
	filter: none;
}

.site-header .top_nav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: rgba(255,255,255,0);
	padding: 10px 0 0;
	border-radius: 50px;
	box-shadow: 0 0 0 rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform .top_nav{
	background: rgba(255,255,255,1);
	padding: 10px;
	margin-right: 15px;
	margin-top: 15px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
	
}

.header_phone{
	display: flex;
	align-items:center;
	justify-content: flex-end;
	gap:15px;
}
.site-header .h_phone a{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	padding: 0.25rem;
	color: #fff;
	transition: .5s;
}
.site-header.transform .h_phone a{
	color: #0067c0;
	transition: .5s;
}
.site-header .h_phone a:hover{
	opacity: 0.6;
}
.site-header .h_insta{
	margin-right: 15px;
}
.site-header .h_insta a{
	display: block;
	height: 46px;
	width: 46px;
	text-align: center;
	vertical-align: middle;
	background:rgba(255,255,255,1);
	color: #1a1a1a;
	border:solid 2px #fff;
	
	border-radius: 50%;
	transition: .5s;
}
.site-header .h_insta a i{
	line-height: 42px;
	font-size: 1.5rem;
	position: relative;
	left: 1px;
}
.site-header .h_insta a:hover{
	color: #fff;
	background:rgba(255,255,255,0);
}
.site-header.transform .h_insta a{
	background:rgba(0,103,192,1);
	color: #fff;
	border:solid 2px #0067c0;
}
.site-header.transform .h_insta a:hover{
	color: #0067c0;
	background:rgba(0,103,192,0);
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-inline: 15px;
	column-gap: 20px;
}
.site-header nav ul li{
	margin: auto;
	padding-bottom: 10px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.12rem;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #1a1a1a;
}
.site-header nav ul li a span{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color:#fff;
	font-size: 80%;
}
.site-header.transform nav ul li a span{
	color:#0067c0;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(255,255,255,0.0);
	content: '';
	transition: transform 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);
}
.site-header.transform nav ul li::after{
	background:rgba(0,103,192,0.0);
}
.site-header.transform nav ul li:hover::after{
	background:rgba(0,103,192,1.0);
}
@media (max-width: 1200px){
	.nav_wrap{
		display: none;
	}
	.site-header .top_nav,
	.site-header.transform .top_nav{
		margin: 10px 80px 0 0;
	}
}
@media (max-width: 960px){
	.site-header .h_phone{
		display: none;
	}
	.site-header .top_nav,
	.site-header.transform .top_nav{
		background: rgba(255,255,255,0);
		padding: 10px 0 0;
		border-radius: 50px;
		box-shadow: 0 0 0 rgba(0,0,0,0.0);
		margin: 10px 70px 0 0;
		}
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: clip;
	clip-path: polygon(100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
	background: #fff;
}
.slider{
	overflow: hidden;
}
.slider::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: linear-gradient( to bottom,rgba(0,0,0,0.5) 5%,rgba(0,0,0,0.05) 20% 40% ,rgba(0,0,0,0) 60% 100%);
}
.slider li{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 650px;
	max-height: 1080px;
	z-index: 9;
	overflow: hidden;
}
.slider li.top01{
	background:url("../img/img01.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top02{
	background:url("../img/img03.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top03{
	background:url("../img/img06.webp") no-repeat;
	background-size: cover;
	background-position: center;
}

@keyframes fadezoom{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}
.add-animation{
	animation: fadezoom 10s 0s forwards;
}
.slide_wrap .copy{
	position: absolute;
	bottom: 20%;
	left: 10%;
	z-index: 11;
}

.slide_wrap .copy h2{
	margin: auto;
	color: #fff;
	font-weight: 600;
	font-size: clamp(1.6rem, 0.97rem + 2.24vw, 3rem);
	text-shadow: 2px 2px 15px rgba(0,0,0,0.1) ,-2px -2px 15px rgba(0,0,0,0.1);
}
.slide_wrap .copy h2 img{
	width: 100%;
	padding: 15px;
	vertical-align: middle;
}

/* コンテンツ
   ========================================================================== */
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 70px auto;
}
.card001 .inner{
	width: calc(100% / 3 - 30px);
	margin: 30px 15px 15px;
	background:#fff;
	padding: 30px;
	position: relative;
	z-index: 2;
	border-radius: 10px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.05);
}
.card001 .inner .nb{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 4rem;
	line-height: 1;
	color: #0067c0;
	position: absolute;
	top: -40px;
	left: calc(50% - 0.6em);
}
.card001 .inner h3{
	margin-top: 15px;
	line-height: 1.5;
	border-bottom: solid 8px rgba(0,103,192,0.2);
	margin-bottom: 15px;
}
.card001 .inner img{
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	margin-bottom: 15px;
}
.card001 .inner p{
	font-size: 0.9rem;
}
.card001 .inner:first-child{
	transform: translateY(-50px);
}
.card001 .inner:last-child{
	transform: translateY(50px);
}

@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 50px auto;
		max-width: 550px;
	}
	.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{
	display: flex;
	justify-content: space-between;
}
.f_in{
	width: 50%;
	padding: 15px;
}
.f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}
/* 横長 Landscape */
.card002 .img_l{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.l_in{
	width: 90%;
	padding: 15px;
}
.l_in img{
	width: 100%;
	aspect-ratio: 2 / 1;
	object-fit: cover;
}
.l_in:last-child{
	align-self: flex-end;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	flex-basis: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 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;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}
.photo_frame{
	padding: 10px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.ro3{
	transform: rotate(3deg);
}
.ro5{
	transform: rotate(-5deg);
}
.ro2{
	transform: rotate(-2deg);
}


/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100% - 40px);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}


/* フッター部分　================================================== */
footer{
	background: #eee7e0;
	color: #1a1a1a;
}

.footer_contact{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	margin: 0 auto 70px;
	gap:30px;
}
.footer_contact .phone{
	color: #1a1a1a;
	font-weight: 400;
	display: block;
	width: 100%;
	padding: 1.5rem;
	background: rgba(255,255,255,1);
	line-height: 100%;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
	border-radius: 10px;
	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: "Open Sans", sans-serif;
	font-weight: 700;
	color: #0067c0;
}
.footer_contact .phone:hover{
	background: #e6ceb8;
}
.f_bg{
	background: linear-gradient(to bottom, transparent 0 130px , #205380 130px 100%)
}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
	}
}

footer h2{
	text-align: center;
}
footer h2 img{
	width: 350px;
	filter: grayscale(100%) invert(100%) brightness(300%);
}
.footer_wrap{
	width: 100%;
	max-width: 1300px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 10px;
	margin-inline:auto;
	color: #fff;
}
.footer_wrap .inner{
	width: 100%;
	max-width: 400px;
	margin: auto;
}
.footer_wrap .map{
	width: 100%;
	flex:1;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
}

@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_contact{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer_wrap .map{
		margin-top: 30px;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 570px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 150px;
	left: 30px;
	right: 30px;
	font-size:1.2em;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.subtitle h2 span.en{
	font-size: clamp(3rem, 0.75rem + 8vw, 8rem);
	vertical-align: top;
	font-family: "Open Sans", sans-serif;
	-webkit-text-stroke: #fff 2px;
	opacity: 0.8;
	color: rgba(255,255,255,0.1);
	line-height: 1;
}
.subtitle h2 span.ja{
	padding-left: 0.5rem;
}

.sub_bg{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/img03.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 100px), 0 100%, 0 0);
}
@media (max-width: 960px){
	.subtitle{
		height: 500px;
	}
	.sub_bg{
		clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 70px), 0 100%, 0 0);
	}
}
@media (max-width: 750px){
	.subtitle{
		height: 450px;
	}
	.sub_bg{
		clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 50px), 0 100%, 0 0);
	}
	.subtitle h2{
		left: 15px;
		bottom: 130px;
	}
}

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

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

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

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

.breadcrumb li a {
	border-bottom: solid 1px rgba(255,255,255,0);
	color: #fff;
	transition: .5s;
}

.breadcrumb li a:hover {
	border-bottom: solid 1px rgba(255,255,255,1);
}
@media (max-width: 750px){
	.breadcrumb{
		left: 15px;
		bottom: 70px;
		font-size: 0.8em;
	}
	.breadcrumb li{
		display: inline-block;
	}
}


/* 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 1px #1a1a1a;
	border-left: solid 1px #1a1a1a;
	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: #fff;
   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;
	display: inline-block;
}
.eachTextAnime.appeartext span{ 
	animation:text_anime_on 1.5s ease-out forwards; 
}
@keyframes text_anime_on {
	0% {
		opacity:0;
		
	}
	100% {
		opacity:1;
		transform : translate(0, 0);
	}
}

/* 余白調整　*/
.h15{
	height: 15px;
}
.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;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}

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

