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

/* 以下非表示*/
@media (min-width: 1200px){
	.tb, .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-padding-top: 120px;
}
@media (max-width: 1200px){
	html {
		scroll-padding-top: 90px;
	}
}
body{
	color: #1a1a1a;
	background: #fff;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
@media (max-width: 450px){
	p{
		font-family: YakuHanMP, ten-mincho, serif;
		font-size: 0.95rem;
	}
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #e3e3e3;
}
::-webkit-scrollbar-thumb{
	background-color: #666;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	/*max-width: 1980px;*/
	margin: 0 auto;
	overflow: clip;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.contents{
	padding: 70px 0;
	position: relative;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin: auto;
}
@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
}
@media (max-width: 450px){
	.w1600{
		width: calc(100% - 20px);
	}
	.wrap80{
		padding: 10px 0;
	}
}
.sticky_wrap{
	position: sticky;
	top: 130px;
	width: 100%;
	z-index: 10;
}
.sticky_wrap2{
	position: sticky;
	top: 230px;
	width: 100%;
	z-index: 9;
}
.sticky_wrap3{
	position: sticky;
	top: 320px;
	width: 100%;
	z-index: 8;
}
.sticky_wrap4{
	position: sticky;
	top: 450px;
	width: 100%;
	z-index: 7;
}
.mb_sticky_wrap{
	position: sticky;
	top: 130px;
}
.spacer{
	height: 100px;
}
@media (max-width: 1200px){
	.sticky_wrap{
		top: 100px;
	}
	.sticky_wrap.w_sp{
		position: static;
	}
	.sticky_wrap2.w_sp{
		top: 100px;
	}


	.spacer{
		height: 50px;
	}
	
	.mb_sticky_wrap{
		position: sticky;
		top: 200px;
	}
}

@media (max-width: 750px){
	
	.spacer{
		height: 30px;
	}
}



/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}
.bg_b{
	 background: rgba(44,169,225,0.1);
}

.bg_inner{
	padding: 50px 0;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.bg_deco{
	position: relative;
	width: 100%;
	height: 1px;
}
.bg_deco .in_g-tr{
	position: absolute;
	top: -150px;
	right: -100px;
	width: 80%;
	height: 550px;
	background: url("../img/bg_g-tr.png") no-repeat;
	background-size:contain; 
	background-position: right top;
	z-index: -1;
	transition: 1s;
}
.bg_deco .in_g-tl{
	position: absolute;
	top: -100px;
	left: -100px;
	width: 80%;
	height: 500px;
	background: url("../img/bg_g-tl.png") no-repeat;
	background-size:contain; 
	background-position: left top;
	z-index: -1;
}
.bg_deco .in_g-bl{
	position: absolute;
	bottom: -100px;
	left: -100px;
	width: 80%;
	height: 500px;
	background: url("../img/bg_g-bl.png") no-repeat;
	background-size:contain; 
	background-position: left bottom;
	z-index: -1;
}
.bg_cut_tr-bl{
	background: url("../img/bg_g2-tr.png"), url("../img/bg_g2-bl.png");
	background-repeat: no-repeat;
	background-position: top 15px right 15px, bottom 15px left 15px;
	background-size: 400px;
}
.bg_g_center{
	background: url("../img/bg_g-center02.png") no-repeat;
	background-position: center;
	background-size: contain;
}
@media (max-width: 1200px){
	.bg_cut_tr-bl{
		background-size: 40%;
	}
}
@media (max-width: 960px){
	.bg_cut_tr-bl{
		background-size: 50%;
	}
	.bg_g_center{
		background-size: 900px;
	}
}
@media (max-width: 750px){
	.bg_cut_tr-bl{
		background-size: 70%;
		background-position: top right -30px , bottom 15px left -30px;
	}
}
.box_wrap_rt,.box_wrap_lt{
	position: relative;
	margin-bottom: 70px;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(44,169,225,0.1);
    z-index: -1;
}

.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
    background: rgba(44,169,225,0.1);
    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: 1rem;
	letter-spacing: 0.12em;
	display: block;
	width: fit-content;
	margin-bottom: 30px;
}
.txt_lv02 .ja{
	font-family: ten-mincho, serif;
	font-size: clamp(2rem, 1.55rem + 1.6vw, 3rem);
	letter-spacing: 0.2rem;
	position: relative;
	line-height: 1.2;
}

.txt_lv02 .en{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: clamp(0.8rem, 0.68rem + 0.4267vw, 1rem);
	letter-spacing: 0.15em;
	line-height: 1.2;
	padding-left: 0.5rem;
	color: #007bbb;
}

.txt_lv03{
	font-size: clamp(1.5rem, 1.32rem + 0.64vw, 1.8rem);
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.25em;
}

.txt_lv03::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 6px;
	background: linear-gradient( to right ,#028760 , #007bbb ,#2ca9e1);
}

.txt_lv04{
	
}
.txt_lv05{
	background: rgba(0,123,187,0.05);
	display: block;
	padding: 0.25em 0.5em;
	margin-bottom: 30px;
}
.txt_lv05 i{
	vertical-align: middle;
	color: #007bbb;
	font-size: 60%;
	padding-bottom: 5px;
}

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


.txt_copy02{
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: center;
	position: relative;
	width: fit-conttent;
	margin-bottom: 1em;
}
.col_blue{
	color: #007bbb;
}
.col_green{
	color: #028760;
}

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

span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	font-size: 1em;
	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:center;
    width: 100%;
	height: 120px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
    background:rgba(255,255,255,1.0);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
}
.site-header h1 img{
	width: auto;
	height: 100px;
	vertical-align: middle;
	transition: .5s;
	pointer-events: none;
}
.site-header h1 img.logo_c{
	display: none;
}
.site-header.transform h1 img.logo_c{
	display: block;
}
.site-header.transform h1 img.logo_w{
	display: none;
}

.site-header h1 a{
	color: #fff;
	transition: .5s;
}


.header_phone{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding-top: 15px;
	margin-right: 10px;
}

.site-header .h_mail a{
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	width: 200px;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	background:linear-gradient( to right,#29b78b ,#028760 , #007bbb ,#2ca9e1);
	background-size: 200%;
	background-position: left;
	border-radius: 50px;
	line-height: 40px;
	margin-right: 15px;
	transition: .5s;
}
.site-header .h_mail a:hover{
	background-position: right;
}
.site-header .h_mail a i{
	padding-right: 3px;
}

.site-header .h_insta a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 15px;
	background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
	background-size: 150%;
	background-position: left;
	color: #fff;
	transition: .5s;
}
.site-header .h_insta a i{
	display: block;
	position: relative;
	line-height: 1;
	padding: 0;
	font-size: 22px;
	vertical-align: middle;
	text-align: center;
}
.site-header .h_insta a:hover{
	background-position: right;
}


.site-header .global_nav{
	margin-right: 15px;
	padding: 0 10px;
}
.site-header .global_nav ul#main{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-header .global_nav #main > li{
	position: relative;
	font-weight: 400;
	font-family: YakuHanMP, ten-mincho, serif;
	font-size: 1rem;
	letter-spacing: normal;
	line-height: 150%;
	padding-left: 1rem;
	z-index: 5;
	margin-top: 10px;
}

.site-header .global_nav #main > li > a{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	white-space: normal;
	transition: .3s;
}
.site-header.transform .global_nav #main > li > a{
	color: #1a1a1a;
}
.site-header .global_nav #main > li > a:hover{
	opacity: 0.5;
}

.site-header .drop {
  overflow: hidden;
	list-style: none;
	position: absolute;
	visibility:hidden;
	transform-origin: top;
	transform: scaleY(0);
	padding: 0;
	width: 250px;
	right: -10px;
	top: 30px;
	transition: .5s;
}
.site-header .drop li {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 150%;
	margin-top: 0.5rem;
}
.drop li a{
	color: #fff!important;
	display: block;
	background:linear-gradient( to right,#29b78b ,#028760 , #007bbb ,#2ca9e1);
	background-size: 200%;
	background-position: left;
	width: 100%;
	text-align: center;
	line-height: 150%;
	padding: 0.6em 1em;
	transition: .5s;
}

.site-header .drop li a:hover{
	background-position: right;
}

.site-header .global_nav ul#main li:hover ul.drop{
	transform: scaleY(1);
	visibility: visible;
	transform-origin: top left;
}
.site-header .global_nav .down{
	position: relative;
}
.site-header .global_nav .down::after{
	position: absolute;
	bottom: -15px;
	left: calc(50%);
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f107';
	color: #fff;
}
.site-header.transform .global_nav .down::after{
	color: #1a1a1a;
}
@media (max-width: 1280px){
	.site-header h1 img{
		height: 85px;
	}
	.site-header .global_nav #main > li{
		font-size: 0.94rem;
	}
}
@media (max-width: 1200px){
	.site-header{
		height: 90px;
	}
	.site-header h1 img{
		height: 80px;
	}
	.nav_wrap{
		display: none;
	}
	.header_phone{
		margin-right: 70px;
		padding-top: 0;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
	.header_phone{
		margin-right: 60px;
	}
}
@media (max-width: 750px){
	.site-header .h_mail a,
	.site-header .h_insta a{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 40px;
		text-align: center;
		vertical-align: middle;
		border-radius: 50%;
		margin-right: 15px;
		transition: .5s;
	}
	.site-header .h_mail a i,
	.site-header .h_insta a i{
		display: block;
		position: relative;
		line-height: 1;
		padding: 0;
		font-size: 20px;
		vertical-align: middle;
		text-align: center;
	}
	.site-header .h_insta a i{
		font-size: 22px;
	}
	.site-header .h_mail a .txt{
		display: none;
	}
}
@media (max-width: 450px){
	.site-header .h_mail a,
	.site-header .h_insta a{
		margin-right: 10px;
	}
}
/* スライダー　======================================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* スライド */
.slider {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 750px;
	max-height: 1080px;
	overflow: hidden;
}

.slider li{
	width: 100%;
	height: 100vh;
	min-height: 750px;
	max-height: 1080px;
}
.slider li .img{
	width: 100%;
	height: 100vh;
	min-height: 750px;
	max-height: 1080px;
	z-index: 5;
}
.slider li .img img {
	width: 100%;
	height: 100vh;
	min-height: 750px;
	max-height: 1080px;
	object-fit: cover;
}
/*スライド画像アニメーション*/

@keyframes fadezoom{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}
.add-animation .zoom{
	animation: fadezoom 10s 0s forwards;
}

.slider li .li_copy{
	position: absolute;
	bottom: 18%;
	right: 5%;
	z-index: 10;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	white-space: nowrap;
}
.li_copy span.t01{
	font-size: clamp(1.6rem, 1.0545rem + 2.4242vw, 3.6rem);
	line-height: 1.2;
	padding: 15px;
}

.li_copy span.t02 {
	font-size: clamp(1.1rem, 0.4512rem + 2.7317vw, 2.5rem);
	line-height: 1.2;
	padding: 15px;
	
}
.add-animation .li_copy {
	transform-origin: right top;
	animation: slideIn 3s ease 0.5s 1 normal backwards;
}
@keyframes slideIn {
	from {
		transform: scale(1.5) translate(10% ,10%);
		opacity: 0.2;
	}
	to {
		transform: scale(1) translate(0 0);
		opacity: 1;
	}
}
.slide_wrap .copy{
	position: absolute;
	bottom: calc(18% + 90px);
	right: 5%;
	padding: 15px;
	z-index: 11;
}
.slide_wrap .copy::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	opacity: 1;
}


/*---FV バナー-------*/
.spring_baner{
	width: 35%;
	position: absolute;
	bottom: 0;
}
.spring_baner img{
	width: 100%;
}

.baner_wrap{
	width: 80%;
	margin: auto;
	padding-bottom: 50px;
}
.baner_wrap img{
	width: 100%;
}

.baner{
	width:450px;
	position: absolute;
	bottom: 0;
	display: block;
	padding: 10px 20px;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	background:linear-gradient( to right,#29b78b ,#028760 , #007bbb ,#2ca9e1);
	background-size: 200%;
	background-position: left;
	transition: .5s;
}
.baner a{
	color: #fff;
}
.baner h3{
	font-size: 1.2rem;
}
.baner:hover{
	background-position: right;
}

@media (max-width: 960px){
	.slider,.slider li,.slider li .img,.slider li .img img{
		height: 70vh;
		min-height: 500px;
		max-height: 880px;
	}
	.slider li .li_copy{
		right: auto;
		left: 5%;
		bottom: 20%;
	}
	.add-animation .li_copy{
		transform-origin: left top;
	}
	.spring_baner{
		right:0;
	}
}
@media (max-width: 760px){
	.slide_wrap .copy{
		bottom: calc(20% + 60px);
	}
}
@media (max-width: 450px){
	.slide_wrap .copy,.slider li .li_copy{
		left: 0;
	}
	.spring_baner{
		width:280px;
	}
	.baner{
		width: 100%;
	}
	.baner h3{
		font-size: 0.9rem;
	}
	.baner p{
		font-size: 0.8rem;
	}
}
/* コンテンツ
   ========================================================================== */


.contents_half_l{
	width: 55%;
	margin:0 auto 0 0;
	padding: 20px;
}
.contents_half_r{
	width: 55%;
	margin:0 0 0 auto;
	padding: 20px;
}
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	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 figure::after{
	position: absolute;
	content: '';
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	background:rgba(255,255,255,0.5);
	z-index: -1;
}
.card001 figure img{
	display: block;
	width: 180px;
	padding: 15px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: contain;
	margin: auto;
	background: #f8f4e6;
	
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	font-size: 0.8rem;
	margin-bottom: 0.5em;
}
.card001 figure figcaption h3 span{
	font-size: 200%;
}
.card001 figure figcaption h4{
	font-size: 1.2em;
	border-bottom: solid 1px;
	margin-bottom: 0.5rem;
}
.card001 figure figcaption p{
	font-size: 0.9rem;
}
@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 450px;
	}
	.card001 figure{
		width: calc(100% - 30px);
	}
	
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
}
.card002 .img img{
	width: 100%;
	padding: 8px;
}
.card002 .txt{
	width: 100%;
	align-self: stretch;
	position: relative;
}
.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;
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_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: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img_l{
	width: 400px;
	padding: 15px;
	align-self: center;
}
.card003 .img img,
.card003 .img_l img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
@media (max-width: 1200px){
	.card002,
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .txt{
		padding: 15px ;
	}
	.card003 .img_l{
		width: 100%;
		max-width: 600px;
	}
	.card003 .txt{
		width: 100%;
		max-width: 900px;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card002 .txt,
	.card003 .txt{
		padding: 10px;
	}
}
/* 写真横並び基本　*/
.photo_flex{
	width: 100%;
	display: flex;
	align-items:flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
	padding: 0;
	vertical-align: middle;
}
@media (max-width: 1200px){
	.photo_flex{
		max-width: 800px;
		align-self: center;
	}
}

/* カルーセル============================================================ */
.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{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background: #fff;
	color: #1a1a1a;
}


footer h2 img{
	width: 400px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding:10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	padding: 15px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

.footer_in p{
	text-align: center;
}

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;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding-bottom: 5px;
	text-align: center;
}
.subtitle h2 span.ja{
	font-size: clamp(2rem, 0.65rem + 4.8vw, 5rem);
}
.subtitle h2 span.en{
	font-size: clamp(1rem, 0.91rem + 0.32vw, 1.2rem);
	vertical-align: top;
}
.subtitle h2 img{
	width: 150px;
}

.sub_bg{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/img02.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
.sub_bg02{
	background: linear-gradient( rgba(0,0,0,0.1), rgba(0,0,0,0.1)),url("../img/photo03/img08.webp");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	background-color: #ccc;
}
.sub_bg03{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/photo03/img03.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
@media (max-width: 960px){
	.subtitle{
		height: 350px;
	}
	.subtitle h2{
		width: 100%;
	}
}

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

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

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

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

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

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



/* TOPへ戻るボタン==================== */
#page_top{
	width: 120px;
	position: fixed;
	right: 15px;
	bottom: 0px;
	background: transparent;
	opacity: 1.0;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	text-decoration: none;
}
#page_top a::before{
	content: 'ページ内TOPへ';
	color: #007bbb;
	font-family: ten-mincho, serif;
	font-size: 0.7rem;
	white-space: nowrap;
	position: absolute;
	background-image:url("../img/cut01.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position:bottom center;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	transition:ease-in .3s;
}
#page_top :hover::before{
	background-size: 100%;
	background-position: top 20px center;
}
@media (max-width: 750px){
	#page_top,#page_top a{
		height: 100px;
		width: 80px;
	}
	
}
/* スクロールフェードイン ================================================== */
.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%);
}
/* テキストアニメ　==================== */
.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;
	}
}

/* 余白調整　*/
.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;
}

.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;
	}
}

