@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@500;700;900&display=swap');
.footMain01 .footerPageTop01 {
	display: none !important;
}
html {
	font-size: 62.5%;
}
#contents {
	padding: 0;
	width: 100%;
}
#header {
	box-shadow: none;
}
#footerIn img {
	border: none;
}
#wrapper {
	min-width: inherit;
}
.onlySP {
	display: none;
}
#ct_bg {
	background-color: #efedee;
	min-width: 957px;
	color: #000;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	overflow: hidden;
	position: relative;
}
#ct_bg img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}
#ct_bg .wrap01 {
	display: flex;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	justify-content: center;
}
#ct_bg .wrap01.between {
	justify-content: space-between;
}
#ct_bg .wrap01.aC {
	align-items: center;
}
.animate__lightSpeedInLeft {
	animation-duration: 1.5s
}
.jqImgFade01 {
	opacity: 0;
	transition: opacity .3s linear;
}
.jqImgFade01.slick-initialized {
	opacity: 1;
}
.shine a:hover {
	animation: shine 1s;
}
@keyframes shine {
	0% {
		opacity: 1
	}
	10% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}
#ct_bg .titleArea01 {
	padding: 6px 4%;
	background: linear-gradient(90deg, rgba(164, 118, 26, 1) 0%, rgba(164, 118, 26, 1) 10%, rgba(255, 211, 49, 1) 30%, rgba(254, 255, 188, 1) 50%, rgba(255, 211, 49, 1) 70%, rgba(164, 118, 26, 1) 90%, rgba(164, 118, 26, 1) 100%);
	color: #000;
	/*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
	font-size: 1.4rem;
	border-top: 1px solid #ffe362;
	border-bottom: 1px solid #ffe362;
}
#ct_bg .titleArea01 > .text01 {
	text-align: center;
	font-weight: 500;
}
#ct_bg .titleArea02 {
	padding: 6px 4%;
	background: #000;
	color: #fff;
	font-size: 1.4rem;
}
#ct_bg .titleArea02 > .text01 {
	text-align: center;
	font-weight: 500;
}
.pageTop01 {
	position: fixed;
	bottom: 15px;
	right: 14px;
	z-index: 99990;
}
.pageTop01 a {
	display: block;
	width: 210px;
	height: 370px;
	background: url("../img/btn_index01.png") no-repeat 0 0;
}
.pageTop01 a:hover {
	background: url("../img/btn_index01on.png") no-repeat 0 0;
}
.pageTop01 a span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#ct_bg .sns_wrapper {
	padding: 0 0 50px;
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px;
}

@media screen and (max-width: 639px) {
	html {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	html::-webkit-scrollbar {
		display: none;
	}
	#wrapper {
		background: none;
	}
	body::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		background: url("../img/bg_index01_sp.jpg") repeat-y 0 0 / 100% auto;
		width: 100vw;
		height: 100vh;
		z-index: -1;
	}
	#ct_bg {
		font-size: 1.4rem;
		min-width: 100%;
		background: none;
	}
	#ct_bg a {
		text-decoration: underline;
	}
	#ct_bg a:hover {
		text-decoration: none;
	}
	#header {
		border-bottom: #ccc solid 1px;
	}
	#ct_bg img {
		width: 100%;
		height: auto;
	}
	#ct_bg .imgOver01 a:hover img {
		opacity: 1.0;
	}
	.onlyPC {
		display: none;
	}
	.onlySP {
		display: block;
	}
	img.onlySP {
		display: inline-block;
	}
	#ct_bg .titleArea01 {
		padding: 8px 4% 7px;
		font-size: 1.2rem;
		line-height: 1.1;
	}
	#ct_bg .titleArea02 {
		padding: 6px 4% 5px;
		font-size: 1.2rem;
		line-height: 1.75;
	}
	.pageTop01 {
		bottom: 5vw;
		right: 1vw;
	}
	.pageTop01 a {
		width: 28vw;
		height: 49.33vw;
		background: url("../img/btn_index01.png") no-repeat 0 0 / cover;
	}
	.pageTop01 a:hover {
		background: url("../img/btn_index01.png") no-repeat 0 0 / cover;
	}
	.shine a:hover {
		animation: none;
	}
	
	#ct_bg .sns_wrapper {
		padding: 0 0 25px;
	}	
	#ct_bg .sns_wrapper .snsBtn01 {
		flex-wrap: wrap;
	}
	#ct_bg .sns_wrapper .snsBtn01 li {
		margin: 0 5px 10px;
		line-height: 0;
	}
	
}
/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}