@charset 'UTF-8';


/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/

.bg-blk {
	height: 100%;
}

@media only screen and (min-width: 813px) {
	
	.bg-blk {
		height: 60%;
	}
}

#slides {
	width: 100%;
	height:  calc(100vh - 60px);
	margin-bottom: 50px;
	position: relative;
}

@supports (-webkit-touch-callout: none) {
 #slides {
    height: -webkit-fill-available;
  }
}

#slideshow {
	background-color: #efefef;;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media only screen and (min-width: 813px) {
	
	#slides {
		width: calc(100% - 120px);
		height:  calc(100vh - 200px);
		margin: 0 0 100px 120px;
	}
	
	#slideshow {
		left: 120px;
	}

}

.slide-01 {
	background-image: url(../img/top/main_01_sp.jpg?20220524) ;
}

.slide-02 {
	background-image: url(../img/top/main_02_sp.jpg?20220524) ;
}

.slide-03 {
	background-image: url(../img/top/main_03_sp.jpg?20220524) ;
}

@media only screen and (min-width: 813px) {
	
	.slide-01 {
		background-image: url(../img/top/main_01.jpg?20220524) ;
	}
	
	.slide-02 {
		background-image: url(../img/top/main_02.jpg?20220524) ;
	}
	
	.slide-03 {
		background-image: url(../img/top/main_03.jpg?20220524) ;
	}
	
}


/*メインコピー*/
.main-copy {
	color: #000;
	position: absolute;
    bottom: 5vh;
    left: 5vw;
    z-index: 100;
}

@media only screen and (min-width: 813px) {

	.main-copy {
	    bottom: 8vh;
	    left: 50px;
	}
	
}

.main-copy h1 {
	margin-bottom: 15px;
}

.main-copy h1 span {
	display: inline-block;
    background: #fff;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1;
    color: #000;
    padding: 6px 8px;
}

.main-copy .logo {
	background: url(../img/common/logo-blk.svg) center center / contain no-repeat;
	width: 70vw;
	height: 42px;
	text-indent: -9999px;
	margin-bottom: 5px;
}

.main-copy p {
	font-size: 1.6rem;
	letter-spacing: 2px;
}

@media only screen and (min-width: 813px) {
	
	.main-copy h1 {
		margin-bottom: 20px;
	}
	
	.main-copy h1 span {
	    font-size: 2.2rem;
	    margin-bottom: 15px;
	    padding: 10px;
	}
	
	.main-copy .logo {
		width: 500px;
		height: 80px;
		margin-bottom: 12px;
	}
	
	.main-copy p {
		font-size: 1.8rem;
	}
	
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

.conts-box {
	margin: 0 auto 30px;
}

@media only screen and (min-width: 813px) {
	
	.conts-box {
		max-width: 1400px;
		margin: 0 auto 120px;
	}

}

.conts-box.fullwidth {
	text-align: center;
}

.conts-box figure {
	margin-bottom: 35px;
	margin: 0 auto;
}

@media only screen and (max-width: 812px) {
	
	.conts-box figure {
		width: 90%;
	}
	
}

@media only screen and (min-width: 813px) {

	.conts-box figure {
		margin: 0 auto;
	}
	
}

.conts-box figure picture {
	width: 100%;
	height: auto;
}

.conts-box.fullwidth .txt-box {
	width: 90%;
	margin: 0 auto;
}

.conts-box .txt-box {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.conts-box .txt-box.concept {
	margin-bottom: 50px;
}

@media only screen and (min-width: 813px) {
	
	.conts-box .txt-box {
		max-width: 740px;
		margin: 0 auto;
	}
	
	.conts-box .txt-box.concept {
		margin-bottom: 120px;
		text-align: center;
	}

	
	.one-half .txt-box {
		width: 95%;
		max-width: 500px;
		position: relative;
		text-align: left;
		top: 48%;
		transform: translateY(-50%);
	}
	
}


h2 {
	font-size: 4.5vw;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

h2:after {
	display: block;
	content: '';
	background: #000;
    width: 40px;
    height: 2px;
    position: absolute;
	bottom: -15px;
    left: 50%;
	transform: translateX(-50%);
}

@media only screen and (min-width: 813px) {
	
	h2 {
		font-size: 2.6rem;
		letter-spacing: 1px;
		margin-bottom: 50px;
	}
	
	h2:after {
		bottom: -22px;
	}
		
}


.txt-box p {
	font-size: 1.5rem;
	text-align: justify;
	margin-bottom: 10px;
}

.conts-box .txt-box.concept {
	text-align: center;
}

@media only screen and (min-width: 813px) {
	
	.txt-box p {
		font-size: 1.5rem;
	}
	
}

.conts-box .txt-box a.button {
	margin: 10px auto 40px;
}

@media only screen and (min-width: 813px) {
	
	.conts-box .txt-box a.button {
		margin: 30px auto;
	}
	
}



/*------------------------------------------------------------
	INSTAGRAM
------------------------------------------------------------*/

#instagram-area {
	margin-top: 50px;
}

#instagram {
	max-width: 90%;
	text-align: left;
	margin: 0 auto;
}

h3 {
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 30px;
}

#instagram .one-fifth {
	margin-bottom: 15px;
}

#instagram-area a.button {
	margin: 0 auto;
}

@media only screen and (min-width: 813px) {
	
	h3 {
		font-size: 3rem;
		margin-bottom: 35px;
	}
	
	#instagram .one-fifth {
		margin-bottom: 25px;
	}
	
	#instagram-area a.button {
		margin: 20px auto 0;
	}
	
}


