@charset "utf-8";

/**
 *
 *  サイト共通
 *
 */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
ul,ol,li,dl,dt,dd{list-style-type:none;list-style-position:outside;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
img{vertical-align:top;border:0;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select{vertical-align:middle;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html{
	overflow-y: scroll;
	font-size: 62.5%;
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body{
	color: #000;
	background: #FFF;
	font-family: source-han-sans-japanese,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo ,"ＭＳ Ｐゴシック" ,"MS P Gothic" ,sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;	
	-webkit-text-size-adjust: 100%;
}


/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

a{
	outline: none;
}
a:link,
a:visited{
	text-decoration: none;
	color: #000;
}

.ophover{
	transition: opacity ease .3s;	
}
.ophover:hover{
	opacity: .7;
}


/*--------------------------------------------------------------------------
   img
---------------------------------------------------------------------------*/
img{
	max-width: 100%;
	height: auto;	
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;	
}

/*--------------------------------------------------------------------------
   Animation
---------------------------------------------------------------------------*/

.fade,.fade01,.fade02,.fade03,.fade04,
.delay01,.delay02,.delay03,.delay04,.delay05 {
	transition: 1.5s;
}
.fade {
	opacity: 0;
	transform: translate(0,0); 
}
.fade01{
	opacity: 0;
	transform: translate(0,40px); 
}
 .fade02 {
	opacity: 0;
	transform: translate(0,-40px); 
}
.fade03 {
	opacity: 0;
	transform: translate(-40px,0); 
}
.fade04 {
	opacity: 0;
	transform: translate(40px,0); 	
}
.delay01{
	transition-delay: 0.3s;		
}
.delay02{
	transition-delay: 0.6s;		
}
.delay03{
	transition-delay: 0.9s;		
}
.delay04{
	transition-delay: 1.2s;		
}
.delay05{
	transition-delay: 1.5s;		
}

 .mv {
	opacity: 1;
	transform: translate(0,0); 
}


/*--------------------------------------------------------------------------
   PC
---------------------------------------------------------------------------*/
.sp{
	display: none;	
}
/* box-sizing ---*/	
header, footer, section, div, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th, td, a, span {
	box-sizing: border-box;
}


/*--------------------------------------------------------------------------
   opening
---------------------------------------------------------------------------*/
body{
	height: 100vh;
	overflow: hidden;
}
body.loaded{
	height: auto;
	overflow: auto;
}
.opening{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 15000;
	width: 100%;
	height: 100vh;
	background: #EFEEE3;
}
.opening h1{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);	
}
.opening h1 .txt{
	display: block;
	margin-top: 20px;
	font-weight: 400;
	font-size: 1.1rem;
	letter-spacing: .1em;
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header .logo-sticky{
	display: none;
	position: fixed;
	left: 7px;
	top: 7px;
	z-index: 10000;
	cursor: pointer;
	width: 69px;
	height: 136px;
}
#Header .btn-trigger{
	display: none;
	position: fixed;
	right: -15px;
	top: -20px;
	z-index: 10000;
	cursor: pointer;
}

/* ---------------------------------------------------------------------------
			#Gnav	
				グローバルナビゲーション
--------------------------------------------------------------------------- */
#Gnav{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 12000;
	width: 100%;
	display:none;
}
#Gnav .gnav-cont{
	display: flex;
	width: 100%;
	height: 100vh;
	background: #EFEEE3;	
}
#Gnav .btn-close{
	position: fixed;
	right: -15px;
	top: -20px;
	cursor: pointer;	
}
#Gnav .ttl-area{
	flex-shrink: 0;
	position: relative;
	width: 180px;
	height: 100vh;
	background: #fff;
	border: red 1px red;
}
#Gnav h1{
	position: absolute;
	left: 90px;
	top: 30%;
	width: 100%;
}
#Gnav .pic{
	position: absolute;
	left: 70px;
	bottom: 0;
	width: 100%;
}
#Gnav .pic .txt{
	position: absolute;
	left: 98px;
	top: 60px;
	font-size: 1.1rem;
	letter-spacing: .1em;
	white-space: nowrap;
}
#Gnav .main-area{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 180px);
	padding: 20px;
}
#Gnav .main-area .layout-box{
	align-items: center;
	max-width: 730px;
	width: 100%;
}
#Gnav .main-area .btn-area{
	margin-right: 20px;
}
#Gnav .main-area .btn-pass{
	margin-bottom: 40px;
}
#Gnav .main-area .btn-pass span{
	position: relative;
	background:linear-gradient(transparent 50%, #FFEC00 50%);
}
#Gnav .main-area .btn-pass span::after{
	position: absolute;
	right: -10px;
	top: 5px;
	transform: translateX(100%);
	display: block;
	content: "";
	width: 14px;
	height: 18px;
	background: url(../img/arw_btn_bk.svg) no-repeat;
	background-size: 100% auto;
	transition: .2s;
}
#Gnav .main-area .btn-pass a:hover span::after{
	right: -13px;
}
#Gnav .main-area .pdf-list li:nth-child(n+2){
	margin-top: 30px;
}
#Gnav .main-area .pdf-list span{
	display: inline-block;
	width: 45px;
	padding: 5px;
	margin-right: 10px;
	background: #000;
	border-radius: 100px;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1;
	color: #fff;
}
#Gnav .main-area .pdf-list strong{
	position: relative;
	font-weight: 500;
	font-size: 1.8rem;
}
#Gnav .main-area .pdf-list strong::after{
	position: absolute;
	right: -10px;
	top: 5px;
	transform: translateX(100%);
	display: block;
	content: "";
	width: 14px;
	height: 18px;
	background: url(../img/arw_btn_bk.svg) no-repeat;
	background-size: 100% auto;
	transition: .2s;	
}
#Gnav .main-area .pdf-list a:hover strong::after{
	right: -13px;
}

/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
#Page{
	overflow: hidden;	
}
.inner{
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}
.layout-box{
	display: flex;
	justify-content: space-between;
}




/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
#Mv{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
#Mv::after{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 200;
	display: block;
	width: 105px;
	height: 100px;
	content: "";
	background: #fff;
	pointer-events: none;
	opacity: 1;
	transition: .5s;
	transition-delay: .5s;
}
#Mv.loaded::after{
	opacity: 0;
}
#Mv .bnr-pass{
	position: fixed;
	right: -25px;
	bottom: 0;
	height: 152px;
	overflow: hidden;
	z-index: 9999;
	opacity: 0;
	transition: .5s;
	transition-delay: .5s;
}
#Mv .bnr-pass_sp{
	display: none;
}
#Mv.loaded .bnr-pass{
	opacity: 1;
}
#Mv .slider-item{
	display: flex;
	background: #fff;
}
#Mv .slider-item .ttl-area{
	position: relative;
	z-index: 100;
	flex-shrink: 0;
	width: 105px;
	padding-top: 22px;
	opacity: 0;
	transition: .5s;
	transition-delay: .5s;
}
#Mv.loaded .slider-item .ttl-area{
	opacity: 1;
}
#Mv .slider-item .ttl-area .logo{
	transform: translate(25px);
	width: 136px;
	margin-bottom: 40px;
	
}
#Mv .slider-item .ttl-area .txt{
	transform: translateX(40px);
	width: 32px;
	position: absolute;
	bottom: 90px;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#Mv .slider-item .main-area{
	position: relative;
	width: calc(100% - 160px);
}
#Mv .slider-item .main-area h2{
	position: absolute;
	right: -18px;
	top: 80px;
	opacity: 0;
	transition: .5s;
	transition-delay: .5s;
}
#Mv .slider-item .main-area h2.long{
	top: 30px;
}
#Mv.loaded .slider-item .main-area h2{
	opacity: 1;
}
#Mv .slider-item .main-area .pic img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
#Mv .slider-item .note-area{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-shrink: 0;
	width: 55px;
	padding-bottom: 150px;
	opacity: 0;
	transition: .5s;
	transition-delay: .5s;
}
#Mv.loaded .slider-item .note-area{
	opacity: 1;
}
#Mv .slider-item .note-area .note{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	writing-mode: vertical-rl;
	line-height: 1.4;
	font-size: 1.3rem; 
}
#Mv .slider-item .note-area .note span{
	padding: 7px 0;
	letter-spacing: 1.5px;
}

/*--------------------------------------------------------------------------
   intro
---------------------------------------------------------------------------*/
.intro{
	position: relative;
	padding: 300px 0 0;
	overflow: hidden;
}
.intro h2{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.intro h3{
	position: absolute;
	left: 0;
	top: -1em;
	z-index: 100;
	display: flex;
	justify-content: center;
	width: 100%;
	font-size: 3.5rem;
	font-weight: 900;
	letter-spacing: .08em;
}
.intro-cont{
	position: relative;
}
.intro-pic-list{
	position: relative;
	display:flex;
	flex-direction: row-reverse;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 295px;
}
.intro-pic-list li{
	position: relative;
}
.intro-pic-list .pic{
	position: relative;
}
.intro-pic-list .pic .caption{
	position: absolute;
	left: 0;
	bottom: -0.3em;
	color: #FFF;
	font-size: 2.4rem;
	letter-spacing: .08em;
	line-height: 1.6;
	font-weight: 500;
}
.intro-pic-list .ico{
	position: absolute;
}
.intro-cont .ico01_01{
	position: absolute;
	right: 3vw;
	top: 25vw;
	z-index: 200;
}
.intro-pic-list .ico02_01{
	right: -55px;
	bottom: -26px;
}
.intro-pic-list .ico03_01{
	right: 13vw;
	top: -160px;
}
.intro-pic-list .ico04_01{
	right: -67px;
	top: -25px;
}
.intro-pic-list .ico04_02{
	right: -90px;
	bottom: -75px;
}
.intro-pic-list .ico04_03{
	left: 0;
	top: 50%;
	transform: translate(-96%, -50%);
}

.intro-pic-list li:nth-child(1){
	width: 53.29vw;
	margin-right:8.5vw;
}
.intro-pic-list li:nth-child(2){
	width: 35.43vw;
	margin-top: 100px;
}
.intro-pic-list li:nth-child(3){
	width: 35.43vw;
	margin-top: 48px;
}
.intro-pic-list li:nth-child(4){
	width: 53.29vw;
	margin: 200px 0 0 8.5vw;
}



/*--------------------------------------------------------------------------
   area
---------------------------------------------------------------------------*/
.area{
	position: relative;
}
.area .ladder{
	position: absolute;
	z-index: 200;
}
.area-hd{
	position: relative;
	z-index: 100;	
	display: flex;
	margin-bottom: 30px;	
}
.area-hd .main-area{
	width: calc(100% - 180px);
}
.area-hd .main-area .pic01 img{
	width: 100%;
}
.area-hd .main-area h3{
	position: absolute;
	z-index: 10;
}
.area-hd .ttl-area{
	position: relative;
	flex-shrink: 0;
	width: 180px;
	text-align: center;
}
.area-hd .ttl-area h2{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}
.area .sub-area{
	position: relative;
	z-index: 10;	
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;	
}
.area .sub-area .pic02{
	position: relative;
	z-index: 100;
	width: 55.78vw;
}
.area .sub-area .pic02 .ladder{
	position: absolute;
	bottom: -307px;
	z-index: 100;
	display: block;
	width: 77px;
	
}
.area .sub-area .pic02 .ico{
	position: absolute;
}
.area .sub-area .pic03,
.area .sub-area .pic04{
	width: 10.61vw;
}
.area .sub-area .pic04{
	margin-top: 40px;
	transform: translateX(15px);
}
.area .sub-area .txt{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5% 25px 0;
	writing-mode: vertical-rl;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 2px;
}
.area .sub-area .txt em{
	display: inline-block;
	padding: 5px 0;
	font-style: normal;
	transform: rotate(-90deg);
}


/* area01 */
.area01{
	padding: 250px 0 300px;
}
.area01 .area-hd .main-area h3{
	left: 9.66vw;
	bottom: -40px;
}
.area01 .sub-area .pic02 .ico{
	left: -20px;
	bottom: -12px;
}
.area01 .ladder{
	margin-top: -10px;
	right: 11.86vw;
}

/* area02 */
.area02{
	padding: 0 0 300px;
}
.area02 .area-hd{
	flex-direction: row-reverse;	
}
.area02 .area-hd .main-area h3{
	right: 9.88vw;
	bottom: -40px;
}
.area02 .sub-area{
	flex-direction: row;	
}
.area02 .sub-area .pic04{
	transform: translateX(-15px);
}
.area02 .ladder{
	margin-top: -10px;
	left: 11.86vw;
}

/* area03 */
.area03{
	padding: 0 0 300px;
}
.area03 .area-hd .main-area h3{
	left: 9.66vw;
	bottom: -40px;
}
.area03 .sub-area .txt{
	padding-top: 4%;
}
.area03 .sub-area .pic02 .ico{
	left: 6.22vw;
	bottom: -60px;
}
.area03 .ladder{
	margin-top: -10px;
	right: 11.86vw;
}



/* area04 */
.area04{
	padding: 0 0 300px;
}
.area04 .area-hd{
	flex-direction: row-reverse;	
}
.area04 .area-hd .main-area h3{
	right: 9.88vw;
	bottom: -40px;
}
.area04 .sub-area{
	flex-direction: row;	
}
.area04 .ladder{
	margin-top: -10px;
	left: 11.86vw;
}
.area04 .sub-area .pic04{
	transform: translateX(-15px);
}

.more{
	position: relative;
	margin-bottom: 135px;
}
.more h3{
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 10;
	width: 100%;
	text-align: center;	
}


/*--------------------------------------------------------------------------
   about-pass
---------------------------------------------------------------------------*/
.about-pass{
	padding: 40px 0 0;
}
.about-pass .sec-ttl{
	position: relative;
	z-index: 10;
	text-align: center;
}
.about-pass-cont{
	margin-top: -90px;
	padding-top: 150px;
	background: #EFEEE3;
}
.about-pass-cont > .txt:first-child{
	margin-bottom: 80px;
	text-align: center;
	line-height: 2.2;
}


/* map-area
---------------------------------------------------------------------------*/
.map-area{
	display: flex;
	align-items: center;
	background: #BFE4ED;
}
.map-area .txt-area{
	flex-shrink: 0;
	width: 40.56vw;
	margin-left: 35px;
}
.map-area .txt-box{
	position: relative;
	max-width: 420px;
	padding: 55px 5% 50px; 
	background: #fff;	
	text-align: center;
}
.map-area .txt-box+.txt-box{
	margin-top: 55px;
}
.map-area .txt-box h3{
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
	width: 100%;
}
.map-area .txt-box h3 span{
	display: inline-block;
	width: 168px;
	padding: 10px 5px 12px;
	background: #000;
	border-radius: 100px;
	line-height: 1;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 500;
}
.map-area .txt-box strong{
	display: inline-block;
	padding: 0 3px;
	font-family: 'Oswald', sans-serif;
	font-size: 2.8rem;
	letter-spacing: .06em;
	line-height: 1;
}
.map-area .txt-box .date{
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 1.4;
}
.map-area .txt-box .date small{
	display: block;
	font-size: 1.4rem;
}
.map-area .txt-box .date small strong{
	font-size: 2rem;
}
.map-area .txt-box .date strong{
	font-size: 3.4rem;
}
.map-area .txt-box .businessday{
	font-weight: 500;
	color: #DC000C;
	font-size: 1.8rem;
	line-height: 1.2;
}
.map-area .txt-box .fee{
	display: flex;
	justify-content: space-between;
	max-width: 320px;
	margin: 0 auto 25px
}
.map-area .txt-box .fee p{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: calc(50% - 10px);
	border-bottom: 1px solid #000;
}

.map-area .txt-box .feature-list{
	position: relative;
	display: flex;
	max-width: 320px;
	margin: 0 auto;
}
.map-area .txt-box .feature-list::before{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	content: "＋";
	font-size: 2.6rem;
	font-weight: 500;
}
.map-area .txt-box .feature-list li{
	position: relative;
	width: 50%;
	padding: 12px 5px;
	border: 1px solid #000;
	font-size: 1.4rem;
	line-height: 1.5;
}
.map-area .txt-box .feature-list li::before,
.map-area .txt-box .feature-list li::after{
	position: absolute;
	display: block;
	content: "";
}
.map-area .txt-box .feature-list li::before{
	width: 10px;
	height: 2px;
	background: #fff;
}
.map-area .txt-box .feature-list li::after{
	width: 1px;
	height: 8px;
	background: #000;
}
.map-area .txt-box .feature-list li:nth-child(1){
	border-right: 0;
}
.map-area .txt-box .feature-list li:nth-child(1)::before{
	right: 0;
	bottom: -1px;
}
.map-area .txt-box .feature-list li:nth-child(1)::after{
	right: 0;
	top: -1px;
}
.map-area .txt-box .feature-list li:nth-child(2){
	border-left: 0;
}
.map-area .txt-box .feature-list li:nth-child(2)::before{
	left: 0;
	top: -1px;
}
.map-area .txt-box .feature-list li:nth-child(2)::after{
	left: 0;
	bottom: -1px;
}

.map-area .txt-area .note{
	max-width: 420px;
	margin-top: 20px;
	line-height: 1.5;
	font-size: 1.4rem;
}


/* step
---------------------------------------------------------------------------*/
.step{
	padding: 130px 0 75px;
}
.ttl-sec{
	margin-bottom: 50px;
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
}
.ttl-sec small{
	display: block;
	font-size: 2.2rem;
}
.ttl-sec span{
	font-size: 3.2rem;
	background:linear-gradient(transparent 60%, #FFEC00 60%);
}

.step h3+.txt{
	text-align: center;
	margin-bottom: 50px;
}
.step-list{
	display:flex;
	margin-bottom: 45px;
	background: #fff;
}
.step-list li{
	position: relative;
	width: calc(100% /3);
	padding: 40px 3%;
}
.step-list li+li{
	border-left: 2px solid #000;
}
.step-list li+li::before{
position: absolute;
left: -2px;
top: 50%;
transform: translateY(-50%);
display: block;
width: 13px;
height: 24px;
content: "";
background:url(../img/arw_step.png) no-repeat;
background-size: 100% auto;
}
.step-list h4{
	margin-bottom: 30px;
	text-align: center;
}
.step-list .layout-box{
	margin-top: 30px;
}
.step-list li:nth-child(1) .layout-box .app-icon{
	margin-right: 10px;
}
.step-list li:nth-child(1) .layout-box p a{
	display: block;
}
.step-list li:nth-child(1) .layout-box p a+a{
	margin-top: 5px;
}
.step-list li:nth-child(2) .txt{
	max-width: 180px;
	width: 62%;
}
.step-list li:nth-child(2) .phone{
	max-width: 90px;
	width: 32%;
}
.step-list li:nth-child(3) .card{
	margin-top: 15px;
	text-align: center;
}
.step .btn-base a{
	background: #AE7E08;
}
.btn-base a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 10px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1;
	box-shadow: 3px 3px 8px rgba(0,0,0,.3);
}
.btn-base a:hover{
	transform: translate(1px,1px);
	box-shadow: none;
}
.btn-base a::before{
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	content: "";
	border: 1px solid #fff;
	opacity: .7;
	pointer-events: none;
}
.btn-base a .click{
	margin-left: -30px;
	transform: translateY(-10px);
}
.btn-base a span:nth-child(2){
	padding: 0 15px 0 10px;
}



/* spot
---------------------------------------------------------------------------*/
.spot{
	padding: 75px 0 130px;
}
.spot .google-map-area{
	position: relative;
	height: 700px;
	margin-bottom: 15px;
}
.spot .google-map-area .ico{
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 10;
	transform: translate(200px,-50%);
}
.spot .google-map-area .ico img {
	width: 100px;
	height: auto;
}
.spot .google-map-area iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.spot .note{
	text-align: center;
}
.spot .btn-base{
	margin: 50px 0 20px;
}
.spot .btn-base a{
	background: #2F7C51;
}



/*--------------------------------------------------------------------------
   hashigo
---------------------------------------------------------------------------*/
.hashigo{
	padding: 130px 0 135px;
}
.hashigo .layout-box{
	align-items: center;
	margin-bottom: 60px;
}
.hashigo .pic{
	max-width: 502px;
	width: 46%;
}
.hashigo .txt-area{
	max-width: 460px;
	width: 42%;
}
.hashigo .txt-area .txt{
	line-height: 2;
}

.hashigo .btn-base a{
	background: #41427B;	
}


/*--------------------------------------------------------------------------
   instagram
---------------------------------------------------------------------------*/
.instagram{
	padding: 130px 0 135px;
	background: #EFEEE3;
}
.instagram .ig-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.instagram .ig-list li{
	max-width: 204px;
	width: calc((100% - 40px)/5);
}
.instagram .ig-list li:nth-child(n+6){
	margin-top: 20px;
}
.instagram .btn-base a{
	background: #C6525E;	
}

/*--------------------------------------------------------------------------
   closing
---------------------------------------------------------------------------*/
.closing{
	padding: 100px 0 65px;
}
.closing .btn-base{
	margin-bottom: 105px;
}
.closing .btn-base a{
	background: #AE7E08;	
}
.closing .pic01{
	position: relative;
	z-index: 10;
	width: 65.89vw;
}
.closing .pic02{
	position: relative;
	width: 65.89vw;
	margin: -16.25vw 0 190px 34.11vw;
}
.closing .pic02 .txt{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.8rem;
	letter-spacing: .08em;
}
.closing .logo-list{
	display: flex;
	justify-content: center;
	align-items: center;
}
.closing .logo-list li{
	margin: 0 25px;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer .inq-area{
	padding: 37px 0 47px;
	background: #F8F8F8;
	text-align: center;
}
#Footer .inq-area h3{
	margin-bottom: 15px;
	font-size: 2.2rem;
}
#Footer .inq-area h3 span{
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
#Footer .inq-area .tel{
	line-height: 1.2;
}
#Footer .inq-area .tel a{
	display: inline-block;
	margin-right: 5px;
	pointer-events:none;
	font-size: 2.2rem;
	font-weight: 500;
}
#Footer .inq-area .tel span{
	font-size: 1.4rem;
}
#Footer .copyright{
	padding: 60px 0 65px;
	text-align: center;
	font-weight: 500;
	font-size: 1.1rem;
	letter-spacing: .1em;
}
































/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#Page {
		min-width: 320px;	
	}
	#Page img{
		width: 100%;
		height: auto;
	}
	.pc{
		display: none;	
	}
	.sp{
		display: block;	
	}
	img.sp,
	br.sp{
		display: inline;
	}

	.ophover:hover{
		opacity: 1;
	}


/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
	.inner{
		max-width: initial;	
	}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
	#Header .logo-sticky{
		left: 5px;
		top: 5px;
		width: 63px;
		height: 125px;
	}
	#Header .btn-trigger{
		top: -15px;
		width: 80px;
	}

/* ---------------------------------------------------------------------------
			#Gnav	
				グローバルナビゲーション
--------------------------------------------------------------------------- */
	#Gnav .gnav-cont{
		display: block;
	}
	#Gnav .btn-close{
		top: -15px;
		width: 80px;
	}
	#Gnav .ttl-area{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
		height: auto;
	}
	#Gnav h1{
		position: relative;
		transform: translateY(30px);
		width: 110px;
		margin: 0 12px 0 0;
		left: auto;
		top: auto;
	}
	#Gnav .pic{
		position: relative;
		transform: none;
		padding-right: 80px;
		left: auto;
		bottom: auto;
		width: auto;
	}
	#Gnav .pic img{
		width: 125px;
	}
	#Gnav .pic .txt{
		left: 78px;
		top: 50px;
		font-size: 1rem;
	}
	#Gnav .main-area{
		display: block;
		width: 100%;
		padding: 65px 25px 20px;
	}
	#Gnav .main-area .layout-box{
		display: block;
		max-width: 400px;
		margin: 0 auto;
	}
	#Gnav .main-area .btn-area{
		margin: 0 0 30px;
	}
	#Gnav .main-area .btn-pass{
		margin-bottom: 20px;
	}
	#Gnav .main-area .btn-pass a:hover span::after{
		right: -10px;
	}
	#Gnav .main-area .btn-howto-buy{
		margin-left: -5px;
	}
	#Gnav .main-area .pdf-list li:nth-child(n+2){
		margin-top: 5px;
	}
	#Gnav .main-area .pdf-list strong{
		font-size: 1.6rem;
	}
	#Gnav .main-area .pdf-list a:hover strong::after{
		right: -10px;
	}

/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
	#Mv::after{
		width: 125px;
		height: 44px;
	}
	#Mv .bnr-pass{
		display: none;
	}
	#Mv .bnr-pass_sp{
		display: block;
		position: fixed;
		left: 0;
		right: auto;
		bottom: 0px;
		height: 72px;
		overflow: hidden;
		z-index: 9999;
	}
	#Mv .slider-item{
		flex-wrap: wrap;
	}
	#Mv .slider-item .ttl-area{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		width: 66px;
		padding: 10px 0 20px;
	}
	#Mv .slider-item .ttl-area .logo{
		transform: none;
		width: 105px;
		margin-bottom: 0;
		
	}
	#Mv .slider-item .ttl-area .txt{
		transform: translateX(25px);
		width: 24px;
		bottom: 20px;
	}
	#Mv .slider-item .main-area{
		width: calc(100% - 66px);
	}
	#Mv .slider-item .main-area h2{
		position: absolute;
		right: 20px;
		top: 25px;
		width: 75px;
	}
	#Mv .slider-item .main-area h2.long{
		top: 25px;
	}
	#Mv .slider-item .main-area .pic img{
		height: calc(100vh - 46px);
	}
	#Mv .slider-item .note-area{
		display: block;
		width: 100%;
		padding: 15px 10px;
		text-align: right;
	}
	#Mv .slider-item .note-area .note{
		display: block;
		width: 100%;
		writing-mode: horizontal-tb;
		font-size: 1.1rem; 
	}
	#Mv .slider-item .note-area .note span{
		padding: 0 3px;
	}

/*--------------------------------------------------------------------------
   intro
---------------------------------------------------------------------------*/
	.intro{
		padding: 140px 0 0;
	}
	.intro h2{
		transform: translateY(-200px);
	}
	#Page .intro h2 img{
		width: 128px;
	}
	.intro h3{
		left: auto;
		right: 10.67vw;
		top: -4em;
		display: block;
		width: auto;
		font-size: 2.4rem;
		writing-mode: vertical-rl;
	}
	.intro-pic-list{
		margin-bottom: 195px;
	}
	.intro-pic-list li{
		position: relative;
	}
	.intro-pic-list .pic{
		position: relative;
	}
	.intro-pic-list .pic .caption{
		font-size: 1.4rem;
	}
	.intro-cont .ico01_01{
		right: -20px;
		top: 270px;
		width: 120px;
		z-index: 100;
	}
	.intro-pic-list .ico02_01{
		right: -15px;
		width: 102px;
	}
	.intro-pic-list .ico03_01{
		right: 10px;
		top: -215px;
		width: 43px
	}
	.intro-pic-list .ico04_01{
		width: 100px;
	}
	.intro-pic-list .ico04_02{
		right: -80px;
		bottom: -65px;
		width: 160px;
	}
	.intro-pic-list .ico04_03{
		display: none;
	}
	
	.intro-pic-list li:nth-child(1){
		width: 57.6vw;
		margin: 50px 0 0;
	}
	.intro-pic-list li:nth-child(2){
		width: 36.53vw;
		margin-top: 0;
	}
	.intro-pic-list li:nth-child(3){
		width: 36.53vw;
		margin-top: 205px;
	}
	.intro-pic-list li:nth-child(4){
		width: 57.6vw;
		margin: 260px 0 0 0;
	}



/*--------------------------------------------------------------------------
   area
---------------------------------------------------------------------------*/
	.area-hd{
		display: block;
		margin-bottom: 0;	
	}
	.area-hd .main-area{
		width: 100%;
	}
	.area-hd .main-area h3{
		width: 70px;
	}
	.area-hd .ttl-area{
		position: relative;
		width: 100%;
		padding: 0 20px;
		text-align: left;
	}
	.area-hd .ttl-area h2{
		position: relative;
		z-index: 200;
	}
	.area .sub-area{
		position: relative;
	}
	.area .sub-area .pic02{
		width: 69.33vw;
	}
	.area .sub-area .pic02 .ladder{
		bottom: -125px;
		width: 32px;
		
	}
	.area .sub-area .pic02 .ico{
		position: absolute;
	}
	.area .sub-area .pic03,
	.area .sub-area .pic04{
		display: none;
	}
	.area .sub-area .pic04{
		margin-top: 40px;
		transform: translateX(15px);
	}
	.area .sub-area .txt{
		padding: 30px 20px 0;
		font-size: 1.4rem;
	}
	.area .sub-area .txt em{
		display: inline-block;
		padding: 5px 0;
		font-style: normal;
		transform: rotate(-90deg);
	}


/* area01 */
	.area01{
		padding: 140px 0 115px;
	}
	.area01 .area-hd .main-area h3{
		left: auto;
		right: 20px;
		bottom: suto;
		top: -20px;
	}
	.area01 .ttl-area h2{
		margin-top: 30px;
		max-width: 86.67vw;
	}
	.area01 .sub-area{
		margin-top: -11vw;
	}
	.area01 .sub-area .pic02 .ico{
		left: -15px;
		bottom: -12px;
		width: 72px;
	}
	.area01 .ladder{
		width: 32px;
		right: 20px;
	}

/* area02 */
	.area02{
		padding: 0 0 115px;
	}
	.area02 .area-hd{
		flex-direction: row-reverse;	
	}
	.area02 .area-hd .main-area h3{
		right: auto;
		left: 20px;
		bottom: auto;
		top: -20px;
	}
	.area02 .area-hd .ttl-area h2{
		margin: -40px 0 30px;
		width: 85.33vw;
	}
	.area02 .sub-area .pic04{
		position: absolute;
		display: block;
		left: 50vw;
		bottom: 0;
		z-index: 300;
		transform: translate(0,80%);
		width: 30.13vw;
	}
	.area02 .ladder{
		width: 32px;
		left: 20px;
	}

/* area03 */
	.area03{
		padding: 0 0 115px;
	}
	.area03 .area-hd .main-area h3{
		left: auto;
		right: 20px;
		bottom: suto;
		top: -20px;
	}
	.area03 .area-hd .ttl-area h2{
		margin: -40px 0 30px;
		width: 85.33vw;
	}
	.area03 .sub-area .pic02 .ico{
		bottom: -35px;
		width: 60px;
	}
	.area03 .ladder{
		width: 32px;
		right: 20px;
	}
	.area03 .sub-area .txt{
		padding-top: 15px;
	}
	
/* area04 */
	.area04{
		padding: 0 0 115px;
	}
	.area04 .area-hd{
		flex-direction: row-reverse;	
	}
	.area04 .area-hd .main-area h3{
		right: auto;
		left: 20px;
		bottom: auto;
		top: -20px;
	}
	.area04 .area-hd .ttl-area h2{
		margin: -40px 0 30px;
		width: 82.67vw;
	}
	.area04 .sub-area{
		flex-direction: row;	
	}
	.area04 .ladder{
		width: 32px;
		left: 20px;
	}
	.area04 .sub-area .txt{
		padding-top: 0px;
	}
	.area04 .sub-area .pic04{
		transform: translateX(-15px);
	}
	
	.more{
		margin-bottom: 120px;
	}
	.more h3{
		left: auto;
		right: 8vw; 
		top: -35px;
		width: 37.87vw;
	}


/*--------------------------------------------------------------------------
   about-pass
---------------------------------------------------------------------------*/
	.about-pass{
		padding: 20px 0 0;
	}
	.about-pass .sec-ttl{
		width: 258px;
		margin: 0 auto;
	}
	.about-pass-cont{
		margin-top: -74px;
		padding-top: 130px;
	}
	.about-pass-cont > .txt:first-child{
		margin-bottom: 50px;
		padding: 0 20px;
		text-align: left;
		line-height: 2;
	}


/* map-area
---------------------------------------------------------------------------*/
	.map-area{
		display: block;
		background: none;
	}
	.map-area .txt-area{
		width: 100%;
		margin: 75px 0 0;
		padding: 0 20px;
	}
	.map-area .txt-box{
		margin: 0 auto;
		padding: 55px 20px 40px; 
	}
	.map-area .txt-box+.txt-box{
		margin-top: 50px;
	}
	.map-area .txt-box h3 span{
		width: 160px;
		font-size: 2rem;
	}
	.map-area .txt-box .fee{
		display: block;
		max-width: 150px;
		margin: 0 auto 25px
	}
	.map-area .txt-box .fee p{
		width: 100%;
	}
	.map-area .txt-box .fee p+p{
		margin-top: 15px;
	}
	
	.map-area .txt-area .note{
		margin: 20px auto 0;
	}


/* step
---------------------------------------------------------------------------*/
	.step{
		padding: 80px 0 40px;
	}
	.ttl-sec{
		margin-bottom: 30px;
	}
	.ttl-sec small{
		font-size: 1.8rem;
	}
	.ttl-sec span{
		font-size: 2.5rem;
	}
	
	.step h3+.txt{
		text-align: left;
		margin-bottom: 25px;
	}
	.step-list{
		display:block;
		margin-bottom: 30px;
	}
	.step-list li{
		width: 100%;
		padding: 30px 20px;
	}
	.step-list li+li{
		border-top: 2px solid #000;
		border-left: none;
	}
	.step-list li+li::before{
	left: 50%;
	top: -2px;
	transform: translateX(-50%);
	width: 24px;
	height: 13px;
	background:url(../img/arw_step_sp.png) no-repeat;
	background-size: 100% auto;
	}
	.step-list h4{
		width: 30px;
		margin: 0 auto 20px;
	}
	.step-list .layout-box{
		margin-top: 15px;
		align-items: center;
	}
	.step-list li:nth-child(2) .layout-box{
		margin-top: 0;
	}
	.step-list li:nth-child(2) .txt{
		max-width: none;
		width: 65%;
	}
	.step-list li:nth-child(3) div{
		display: flex;
		align-items: center;
	}
	.step-list li:nth-child(3) .txt{
		width: 65%;
	}
	.step-list li:nth-child(3) .card{
		width: 30%;
		margin-top: 0;
	}
	#Page .step-list li:nth-child(3) .card img{
		max-width: none;
		width: 138px;
	}
	.step .btn-base a::after{
		background: #AE7E08;
	}

	.btn-base a{
		height: 120px;
		padding: 15px 10px;
		font-size: 1.8rem;
		line-height: 1.6;
		box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	}
	.btn-base a:hover{
		transform: translate(1px,1px);
		box-shadow: none;
	}
	.btn-base a::before{
		left: 3px;
		top: 3px;
		width: calc(100% - 8px);
		height: calc(100% - 8px);
	}
	.btn-base a::after{
		position: absolute;
		left: 0;
		top: 0;
		width: 62px;
		height: 38px;
		content: "";
	}
	.btn-base a .click{
		position: absolute;
		left: -10px;
		top: -5px;
		z-index: 10;
		width: 70px;
		margin-left: 0;
		transform: none;
	}
	.btn-base a span{
		position: relative;
		z-index: 5;
	}
	.btn-base a span:nth-child(2){
		padding: 0 23px 0 0;
		background: url(../img/arw_btn.svg) no-repeat right bottom .3em;
		background-size: 16px auto; 
	}
	.btn-base a span:nth-child(3){
		display: none;
	}



/* spot
---------------------------------------------------------------------------*/
	.spot{
		padding: 40px 0 100px;
	}
	.spot .google-map-area{
		height: 98vw;
		margin: 0 20px 15px;
	}
	.spot .google-map-area .ico{
		left: auto;
		right: -25px;
		top: -30px;
		width: 80px;
		transform: none;
	}
.spot .google-map-area .ico img {
	width: 120px;
	height: auto;
}
	.spot .note{
		padding: 0 20px;
		text-align: left;
		font-size: 1.4rem;
	}
	.spot .btn-base{
		padding: 0 20px;
		margin: 25px 0 15px;
	}
	.spot .btn-base a::after{
		background: #2F7C51;
	}



/*--------------------------------------------------------------------------
   hashigo
---------------------------------------------------------------------------*/
	.hashigo{
		padding: 80px 0 85px;
	}
	.hashigo .layout-box{
		display: block;
		margin-bottom: 45px;
	}
	.hashigo .pic{
		max-width: 502px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.hashigo .txt-area{
		max-width: none;
		width: 100%;
	}
	
	.hashigo .btn-base a::after{
		background: #41427B;	
	}


/*--------------------------------------------------------------------------
   instagram
---------------------------------------------------------------------------*/
	.instagram{
		padding: 85px 0;
	}
	.instagram .ig-list{
		max-width: 420px;
		margin: 0 auto 40px;
	}
	.instagram .ig-list li{
		width: calc(50% - 5px);
	}
	.instagram .ig-list li:nth-child(n+3){
		margin-top: 10px;
	}
	.instagram .btn-base a::after{
		background: #C6525E;	
	}

/*--------------------------------------------------------------------------
   closing
---------------------------------------------------------------------------*/
	.closing{
		padding: 65px 0 30px;
	}
	.closing .btn-base{
		margin-bottom: 70px;
		padding: 0 20px;
	}
	.closing .pic01{
		width: 88.8vw;
	}
	.closing .pic02{
		position: relative;
		width: 88.8vw;
		margin: -30px 0 130px 11.2vw;
	}
	.closing .pic02 .txt{
		position: absolute;
		left: 0;
		top: 18%;
		transform: translate(-5vw,0);
		font-size: 1.3rem;
	}
	.closing .logo-list{
		padding: 0 10px;
	}
	.closing .logo-list li{
		margin: 0 10px;
	}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
	#Footer .inq-area{
		padding: 20px 5px 30px;
		margin: 0 20px;
	}
	#Footer .inq-area h3{
		margin-bottom: 10px;
	}
	#Footer .inq-area h3 span{
		padding-bottom: 5px;
	}
	#Footer .inq-area .tel{
		line-height: 1.2;
	}
	#Footer .inq-area .tel a{
		margin-right: 0;
		pointer-events:auto;
	}
	#Footer .inq-area .tel span{
		display: block;
		margin-top: 5px;
		font-size: 1.4rem;
	}
	#Footer .copyright{
		padding: 60px 0;
	}




}