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

html {
	font-size: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	color: #222222;
	/*font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
	font-family: 'TsukuARdGothic-Regular', '小塚ゴシック-L', YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
	font-size: 16px;
}

b {
	font-weight: bold;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}
.linkarea {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
}
.pc {
	display: block;
}

.sp {
	display: none;
}

.effect-fade {
	opacity : 0;
	transform : translate(0, 60px);
	transition : all 1000ms;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

.load{
	width:100%;
	min-height:100%;
	z-index:999;
	background:white;
	opacity:1;
	transition:1s;
	overflow: hidden;
}

.wrapper{
	display:none;
	overflow:hidden;
}
.on{
	display:block;
}
.off{
	opacity:0;
	transition:1s;
	animation: 0.1s linear 1s out-area forwards;
}
@keyframes out-area {
	0%{transform:translateX(0px);}
	100%{transform:translateX(10000px);}
}

/*---------------------------------------------*/
/*
/* トップページ
/*
/*---------------------------------------------*/

.cussion_backimg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	z-index: -1;
}
.cussion_backimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}
.cussion_block {
	max-width: 470px;
	width: 100%;
	margin: auto;
	background: #613d2e;
	padding-bottom: 40px;
}
.cussion_img {
	position: relative;
	width: 100%;
}
.tenpo_panel {
	width: 100%;
	margin: 40px auto 120px;
}
.tenpo_panel li {
	position: relative;
	text-align: center;
	width: 92%;
	margin: auto auto 6px auto;
}
.tenpo_panel li p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	color: white;
	text-align: center;
	font-weight: bold;
}
.tenpo_panel li img {
	width: 100%;
	height: auto;
}
.tenpo_panel li:nth-last-child(1) {
	margin: auto;
}
.copyright {
	font-size: 14px;
	letter-spacing: 1.8px;
	margin: 120px auto;
	text-align: center;
	color: white;
}

/*-------------------------------------------------*/
/*
/*　フッター（footer.php）
/*
/*-------------------------------------------------*/

footer {
	padding: 100px 0px;
	background: #4A6174;
	margin-top: 100px;
}
.footer_width {
	width: 900px;
	margin: auto;
}
footer .title {
	font-size: 20px;
	color: white;
	margin-bottom: 16px;
}
footer .description {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.4;
	margin-bottom: 30px;
	color: white;
}
.sns_list {
	display: flex;
	column-gap: 10px;
	list-style: none;
}
.sns_list li {
	position: relative;
	width: 39px;
	height: 39px;
}
.sns_list li img {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1130px) {
	.footer_width {
		width: 90%;
	}
}
.copyright {
	text-align: center;
	font-size: 14px;
	color: white;
	letter-spacing: 1.8px;
	margin: 60px auto auto auto;
}

/*---------------------------------------------*/
/*
/* スマホリサイズ
/*
/*---------------------------------------------*/

@media screen and (max-width: 900px) {
	.sp {display:block;}
	.pc {display: none;}
	
	.contents{
		width:90%;
	}
	
}
	