@charset "utf-8";

@font-face {
	font-family: 'Gafata-Regular';
	font-style: normal;
	src: url('../font/Gafata/Gafata-Regular.ttf') format('truetype');
}

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

html {
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	color: #3E3A39;
	position: relative;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	color: #3E3A39;
	text-decoration: none;
	transition: all 0.2s ease-out;
}
a:hover {
	
}

ul, ol {
	list-style-type: none;
}

main {
	width: 100%;
	display: block;
	overflow: hidden;
}

@media screen and (max-width:767px) {
	
}

/* -------------------------------------------------
	box
------------------------------------------------- */

@media screen and (max-width:767px) {
	.box-sp {
		width: 88%;
		margin: 0 auto;
		position: relative;
	}
}

/* -------------------------------------------------
	h
------------------------------------------------- */

/* normal */

.h-normal {
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
}
.h-normal.center {
	text-align: center;
}
.h-normal.white {
	color: #fff;
}
.h-normal .large {
	font-size: 42px;
	display: block;
	line-height: 1.2;
}
.h-normal .small {
	margin-top: 0.7em;
	font-family: 'Gafata-Regular';
	font-style: italic;
	font-size: 20px;
	display: block;
}
.h-normal .green {
	color: #009070;
}

.iframeBox {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.iframeBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.smokeBg01,
.smokeBg02,
.smokeBg03 {
    position: absolute;
	z-index: 10;
	opacity: 0.6;
}

.smokeBg01 {
    top: 17%;
    left: 23%;
    width: 57%;
    padding-top: 31%;
    background: url(../images/smoke_bg01.png) no-repeat center center;
    background-size: 100%;
	-webkit-animation: smokeBg 3s linear infinite;
    animation: smokeBg 3s linear infinite;
}
.smokeBg02 {
    top: 38%;
    right: -13%;
    width: 40%;
    padding-top: 24%;
    background: url(../images/smoke_bg02.png) no-repeat center center;
    background-size: 100%;
	-webkit-animation: smokeBg 3s linear 1s infinite;
    animation: smokeBg 3s linear 1s infinite;
}
.smokeBg03 {
    top: 58%;
    left: -16%;
    width: 60%;
    padding-top: 38%;
    background: url(../images/smoke_bg03.png) no-repeat center center;
    background-size: 100%;
	-webkit-animation: smokeBg 3s linear 2s infinite;
    animation: smokeBg 3s linear 2s infinite;
}
@-webkit-keyframes smokeBg {
	0% { transform: translateY(0);}
	50% { transform: translateY(20px); }
	100% { transform: translateY(0);}
}
@keyframes smokeBg {
	0% { transform: translateY(0);}
	50% { transform: translateY(20px);}
	100% { transform: translateY(0);}
}

@media print, screen and (min-width:768px) {
	/* normal.tate */
	
	.h-normal.tate {
		display: inline-block;
	}
	.h-normal.tate .large {
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		white-space: nowrap;
		display: inline-block;
	}
	.h-normal.tate .small {
		margin-top: 0;
		transform-origin: left top;
		transform: translateX(-15px) rotate(90deg);
		white-space: nowrap;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media screen and (max-width:767px) {
	.h-normal .large {
		font-size: 22px;
	}
	.h-normal .small {
		font-size: 16px;
	}
	
	.smokeBg01 {
		top: 9%;
		left: -4%;
		width: 90%;
		padding-top: 50%;
	}
	.smokeBg02 {
		top: 35%;
		right: -27%;
		width: 80%;
		padding-top: 46%;
	}
	.smokeBg03 {
		top: 63%;
		left: -16%;
		width: 90%;
		padding-top: 60%;
	}
}

/* -------------------------------------------------
	header > #menu-btn
------------------------------------------------- */

#menu-btn {
	width: 64px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #009070;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 110;
	cursor: pointer;
}
#menu-btn .bars {
	width: 40px;
	height: 33px;
	position: relative;
}
#menu-btn .bars span {
	width: 100%;
	height: 5px;
	background: #fff;
	display: block;
	transition: all 0.2s ease-out;
	position: absolute;
}
#menu-btn .bars span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
#menu-btn .bars span:nth-child(3) {
	bottom: 0;
}
.on #menu-btn .bars span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg);
}
.on #menu-btn .bars span:nth-child(2) {
	opacity: 0;
}
.on #menu-btn .bars span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}

@media screen and (max-width:767px) {
	#menu-btn {
		width: 48px;
		height: 40px;
		right: 15px;
		top: 15px;
	}
	#menu-btn .bars {
		width: 28px;
		height: 20px;
	}
	#menu-btn .bars span {
		height: 2px;
	}
}

/* -------------------------------------------------
	header > #menu-panel
------------------------------------------------- */

/* 全体共通 */

#menu-panel {
	width: 100%;
	height: 100%;
	background: #009070;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transition: opacity 0.5s ease-out;
}
header:not(.on) #menu-panel {
	z-index: -10;
	opacity: 0;
}
#menu-panel a {
	color: #fff;
	white-space: nowrap;
}

#menu-panel a {
	display: inline-block;
	transition: all 0.6s ease-out 0.2s;
}
header:not(.on) #menu-panel a {
	opacity: 0;
	transform: translateY(20%);
}
header:not(.on) #menu-panel .logo a {
	transform: translateY(5%);
}

#menu-panel .main-manu li + li {
	margin-top: 30px;
}
#menu-panel .main-manu li .large {
	font-size: 30px;
	display: block;
}
#menu-panel .main-manu li .small {
	margin-top: 0.6em;
	font-size: 18px;
	display: block;
	font-family: 'Gafata-Regular';
	font-style: italic;
	letter-spacing: 0.1em;
}

#menu-panel .logo {
	display: block;
	margin: 0 auto;
}

#menu-panel .btn {
	width: 100%;
	height: 80px;
	margin: 65px auto 0;
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #009070;
	font-size: 22px;
	font-weight: bold;
}

/* PCのみ */

@media print, screen and (min-width:768px) {
	#menu-panel .inner {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#menu-panel .pc-left {
		width: 50%;
	}
	#menu-panel .pc-right {
		width: 30%;
	}
	#menu-panel .logo {
		width: 60%;
	}
	#menu-panel .logo a {
		display: block;
	}
	#menu-panel .logo a img {
		width: 100%;
	}
	#menu-panel .main-manu li .large.ind {
		text-indent: -0.6em;
	}
}

/* SPかつデバイス縦向き */

@media screen and (max-width:767px) and (orientation:portrait) {
	#menu-panel {
		display: flex;
		align-items: center;
	}
	#menu-panel .inner {
		width: 100%;
	}
	#menu-panel .main-manu {
		width: 80%;
		margin: 0 auto;
	}
	#menu-panel .main-manu li {
		text-align: center;
	}
	#menu-panel .main-manu li + li {
		margin-top: 5vw;
	}
	#menu-panel .main-manu li .large {
		font-size: 4.6vw;
	}
	#menu-panel .main-manu li .small {
		font-size: 3vw;
		margin-top: 0.6em;
		padding-left: 0;
	}
	#menu-panel .pc-right {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
    	position: relative;
    	padding-bottom: 28vw;
	}
	#menu-panel .logo {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 18vw;
		margin: 0 0 0 -9vw;
		text-align: center;
	}
	#menu-panel .btn {
		width: 80%;
		height: 50px;
		margin-top: 10vw;
		font-size: 13px;
		border-radius: 5px;
	}
}

/* SPかつデバイス横向き (PCと見せ方ほぼ同じ) */

@media screen and (max-width:767px) and (orientation:landscape) {
	#menu-panel .inner {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#menu-panel .pc-left {
		width: 50%;
	}
	#menu-panel .pc-right {
		width: 30%;
	}
	#menu-panel .main-manu li + li {
		margin-top: 14px;
	}
	#menu-panel .main-manu li .large {
		font-size: 16px;
	}
	#menu-panel .main-manu li .small {
		font-size: 11px;
		margin-top: 0.1em;
		padding-left: 0.3em;
	}
	#menu-panel .logo {
		width: 50%;
	}
	#menu-panel .logo a {
		display: block;
	}
	#menu-panel .logo a img {
		width: 100%;
	}
	#menu-panel .btn {
		width: 100%;
		height: 40px;
		margin-top: 25px;
		font-size: 13px;
		border-radius: 5px;
	}
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

footer {
	padding: 120px 0 100px;
	text-align: center;
}
footer .logo {
	width: 170px;
	display: block;
	margin: 0 auto;
}
footer .contact {
	width: 360px;
	height: 80px;
	margin: 55px auto 0;
	background: #333;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	border-radius: 10px;
}
footer .copyright {
	margin-top: 45px;
	font-size: 10px;
}
footer .pagetop {
	width: 70px;
	height: 70px;
	padding-top: 38px;
	background: #E6E6E6 url(../images/fig_04.png) no-repeat center 16px / 12px auto;
	text-align: center;
	display: block;
	position: absolute;
	right: 50px;
	bottom: 60px;
	border-radius: 50%;
	font-size: 12px;
	box-sizing: border-box;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	footer {
		padding: 60px 0px;
	}
	footer .logo {
		width: 115px;
	}
	footer .contact {
		width: 80%;
		max-width: 320px;
		height: 60px;
		margin: 35px auto 0;
		font-size: 16px;
		border-radius: 5px;
	}
	footer .copyright {
		margin-top: 70px;
	}
	footer .pagetop {
		width: 60px;
		height: 60px;
		padding-top: 34px;
		background-size: 10px auto;
		right: 15px;
		bottom: 20px;
		font-size: 10px;
	}
}


/* -------------------------------------------------
	sns button
------------------------------------------------- */
.snsList {
	display: flex;
	justify-content: center;
}
#menu-panel .snsList {
	margin: 55px 0 0;
}
#menu-panel .snsList li {
	width: 39px;
	line-height: 0;
	margin: 0 30px;
}
footer .snsList {
	margin: 60px 0 60px;
}
footer .snsList li {
	width: 34px;
	line-height: 0;
	margin: 0 30px;
}

.snsList li a:hover { opacity: 0.6;}

@media screen and (max-width:767px) {
	
	#menu-panel .snsList {
		margin: 8vw 0 0;
	}
	#menu-panel .snsList li {
		width: 6vw;
		margin: 0 6vw;
	}
	footer .snsList {
		margin: 12vw 0 0;
	}
	footer .snsList li {
		width: 6vw;
		margin: 0 6vw;
	}
	
}


/* -------------------------------------------------
	other
------------------------------------------------- */

/* responsive */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.sp-none {
		display: none !important;
	}
}

/* clearfix */

.clear {
	clear: both;
}
.clearfix::after {
	clear: both;
	content: "";
	height: 0;
	display: block;
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}



/* -------------------------------------------------
	PCSP専用<br>
------------------------------------------------- */
@media screen and (min-width: 680px){	
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){	
  .pc { display:none; }
  .sp { display:block; }
}