@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@900&display=swap');
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}
#contentsWrapper .dispWide {
	display: block;
}
#contentsWrapper .dispNarrow {
	display: none;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .dispWide {
		display: none;
	}
	#contentsWrapper .dispNarrow {
		display: block;
	}
}
#contentsWrapper .cover {
	width: 100%;
  height: 100%;
}
#includeFooter {
	position: relative;
	z-index: 50;
}
#contentsWrapper {
	position: relative;
	width: 100%;
	padding-top: 48px;
	font-family: "秀英丸ゴシック L ", "Shuei MaruGo L", sans-serif;
	color: #7c461e;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
}
#contentsWrapper .widthWrapper {
	position: relative;
	width: 92%;
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper {
		padding-top: 3.8vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper {
		padding-top: 15vw;
	}
}
#contentsWrapper .flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
#contentsWrapper .flexAround {
	justify-content: space-around;
}
#contentsWrapper .flexAlignCenter {
	align-items: center;
}
#contentsWrapper .flexList2 > li {
	width: 43.48%;
	max-width: 600px;
}
#contentsWrapper .flexList3 > li {
	width: 30.45%;
	max-width: 420px;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .flexList2 > li {
		width: 100%;
		max-width: inherit;
	}
	#contentsWrapper .flexList3 > li {
		width: 45%;
		max-width: inherit;
	}
}
#contentsWrapper .text80 {
	font-size: 80px;
}
#contentsWrapper .text30 {
	font-size: 30px;
}
#contentsWrapper .text26 {
	font-size: 26px;
}
#contentsWrapper .text20 {
	font-size: 20px;
}
#contentsWrapper .text15 {
	font-size: 15px;
}
#contentsWrapper .text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#contentsWrapper .text80 {
		font-size: 5.333333vw;
	}
	#contentsWrapper .text30 {
		font-size: 2vw;
	}
	#contentsWrapper .text26 {
		font-size: 1.733333vw;
	}
	#contentsWrapper .text20 {
		font-size: 1.333333vw;
	}
	#contentsWrapper .text15 {
		font-size: 1vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .text80 {
		font-size: 10vw;
	}
	#contentsWrapper .text30 {
		font-size: 5vw;
	}
	#contentsWrapper .text26 {
		font-size: 4.5vw;
	}
	#contentsWrapper .text20 {
		font-size: 3.5vw;
	}
	#contentsWrapper .text15 {
		font-size: 3vw;
	}
}
#contentsWrapper .fontEn {
	font-family: 'Londrina Solid', cursive;
}
#contentsWrapper .alignCenter {
	text-align: center;
}
#contentsWrapper .alignRight {
	text-align: right;
}
#contentsWrapper .alignLeft {
	text-align: left;
}
#contentsWrapper .lineHeight100 {
	line-height: 100%;
}
#contentsWrapper .lineHeight150 {
	line-height: 150%;
}
#contentsWrapper .lineHeight200 {
	line-height: 200%;
}
#contentsWrapper .marginTopHarf {
	margin-top: 0.5em!important;
}
#contentsWrapper .marginTop1em {
	margin-top: 1em!important;
}
#contentsWrapper .marginTop2em {
	margin-top: 2em!important;
}
#contentsWrapper .marginTop3em {
	margin-top: 3em!important;
}
#contentsWrapper .marginTop4em {
	margin-top: 4em!important;
}
#contentsWrapper .marginTopAuto {
	margin-top: auto!important;
}
#contentsWrapper .marginRightHarf {
	margin-right: 0.5em!important;
}
#contentsWrapper a {
	color: #d11717;
	padding-left: 0.25em;
	padding-right: 0.25em;
	background-color: transparent;
	text-decoration: none!important;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#contentsWrapper a.hover {
	color: #f00;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#contentsWrapper a.opacity {
	opacity: 1;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#contentsWrapper a.opacity.hover {
	opacity: 0.75;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#contentsWrapper .textWhite {
	color: #fff;
}
#contentsWrapper .textBrown {
	color: #7b3400;
}
#contentsWrapper .textDarkBrown {
	color: #7c461e;
}
#contentsWrapper .textRed {
	color: #d11717;
}
a.deactive {
	pointer-events: none;
}
/* sns */
#contentsWrapper .snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	padding: 8px 0;
	overflow: visible;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}
#contentsWrapper .snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px 0 0;
	line-height: 100%;
	display: block;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .snsBlock {
		margin-top: 1em;
	}
}
/*common*/
#contentsWrapper .titleWrapper {
	width: 64%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#contentsWrapper .sectionTitle > span {
	display: block;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .titleWrapper {
		width: 96%;
	}
}
/*kv*/
#contentsWrapper #kv,
#contentsWrapper #kv .slider,
#contentsWrapper #kv .slider .slideImage {
	position: relative;
	width: 100%;
	height: 49.333333vw;
	max-height: 740px;
}
#contentsWrapper #kv .slider .slideImage {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contentsWrapper #kv .widthWrapper {
	position: absolute;
	top: 0;
	left: 50%;
	height: 49.333333vw;
	max-height: 740px;
	transform: translateX(-50%);
}
#contentsWrapper #kv .widthWrapper .logo {
	width: 50%;
	height: 100%;
	background-image: url("../images/_slideWide/logo.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 800px) {
	#contentsWrapper #kv,
	#contentsWrapper #kv .slider,
	#contentsWrapper #kv .slider .slideImage {
		height: 133.333333vw;
		max-height: 1067px;
	}
	#contentsWrapper #kv .slider .slideImage {
		max-width: inherit;
	}
	#contentsWrapper #kv .widthWrapper {
		left: 0;
		height: 133.333333vw;
		max-height: 1067px;
		transform: translateX(0);
	}
	#contentsWrapper #kv .widthWrapper .logo {
		width: 100%;
		background-image: url("../images/_slideNarrow/logo.png");
	}
}
/*thumbBlock*/
#contentsWrapper .thumbBlock {
	position: relative;
	padding-bottom: 4em;
	box-sizing: border-box;
}
#contentsWrapper .thumbBlock > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contentsWrapper .thumbBlock > span {
	display: block;
}
#contentsWrapper .thumbBlock > span.thumb {
	position: relative;
	width: 100%;
	padding-top: 66%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: 2px solid #fff;
	box-sizing: border-box;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#contentsWrapper .thumbBlock.hover > span.thumb {
	background-size: 102.5% auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* about */
#contentsWrapper #about {
	padding-bottom: 4em;
	background-attachment: fixed;
	background-image: url("../images/bgAbout.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 800px) {
	#contentsWrapper #about {
		padding-bottom: 2em;
		background-attachment: scroll;
	}
	#contentsWrapper #about .flexList3 > li:nth-child(n + 3) {
		margin-left: 27.5%;
	}
}
/* lineup */
#contentsWrapper #lineup {
	padding-top: 4em;
	background-attachment: fixed;
	background-image: url("../images/bgLineup.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
@media screen and (max-width: 800px) {
	#contentsWrapper #lineup {
		padding-top: 2em;
		background-attachment: scroll;
	}
}
/*animation*/
#contentsWrapper .init {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
#contentsWrapper .action .delay01 {
	animation: fadeAndSlideIn 0.5s linear 0.000001s forwards;
}
#contentsWrapper .action .delay02 {
	animation: fadeAndSlideIn 0.5s linear 0.6s forwards;
}
#contentsWrapper .action .delay03 {
	animation: fadeAndSlideIn 0.5s linear 0.8s forwards;
}
#contentsWrapper .action .delay04 {
	animation: fadeAndSlideIn 0.5s linear 1s forwards;
}
#contentsWrapper .action .delay05 {
	animation: fadeAndSlideIn 0.5s linear 1.2s forwards;
}
@keyframes fadeAndSlideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}