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

* {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
}




.tst {
	font-size: 5rem;
	color: red;
}

body {
	color: #333;
	padding-top: 35px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.6em;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-center {
	text-align: center;
}

@keyframes rotate01 {
	0% {
		transform: rotate(0deg);
		transform-origin: center center;
	}

	100% {
		transform: rotate(360deg);
		transform-origin: center center;
	}
}

@keyframes jump01 {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes jump02 {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100%);
	}
}

/* 左上へ */
.flipLeftTop{
	animation-name:flipLeftTopAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes flipLeftTopAnime{
	  from {
	   transform: translate(-20px,80px) rotate(-15deg);
	  opacity: 0;
	  }
	
	  to {
	   transform: translate(0,0) rotate(0deg);
	  opacity: 1;
	  }
	}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.f-jc-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.f-jc-c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.f-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.f-ai-c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.base {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}


header {
	width: 100%;
	height: 84px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header:before {
	content: "";
	background: url(../img/bg_header.png) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 84px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

header a {
	color: #1E1A1A;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

header .nav-wrap .nav-toggle {
	width: 80px;
	height: 80px;
	background: none;
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	z-index: 9999;
	cursor: pointer;
}

header .nav-wrap .nav-toggle span {
	display: block;
	background: #ffffff;
	height: 2px;
	width: 22px;
	margin-left: -11px;
	transition: all 0.3s;
	position: absolute;
	left: 50%;
}

header .nav-wrap .nav-toggle span:nth-child(1) {
	top: 39%;
}

header .nav-wrap .nav-toggle span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}

header .nav-wrap .nav-toggle span:nth-child(3) {
	bottom: 39%;
}

header .nav-wrap .nav-toggle.opened {
	top: 0;
	right: 20px;
	z-index: 99999;
}

header .nav-wrap .nav-toggle.opened span:nth-child(1) {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

header .nav-wrap .nav-toggle.opened span:nth-child(2) {
	background: none;
}

header .nav-wrap .nav-toggle.opened span:nth-child(3) {
	bottom: 50%;
	margin-bottom: -1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header .nav-wrap .logo {
	float: left;
	width: 247px;
	margin: 20px 0 0 40px;
}

header .nav-wrap .btn {
	display: block;
	float: right;
}

header .nav-wrap #gnav {
	position: fixed;
	width: 340px;
	top: 0;
	right: -100%;
	z-index: -99;
	background: #fffff2;
	transition: all 0.7s;
	padding: 100px 0 30px;
}

header .nav-wrap #gnav.active {
	right: 0;
}

header .nav-wrap #gnav ul.navi li a {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 20px;
	border-bottom: 1px solid #EEE3C3;
	position: relative;
	cursor: pointer;
}

header .nav-wrap #gnav ul.navi li.parent a:after {
	content: "";
	border: 7px solid transparent;
	border-top: 10px solid #1E1A1A;
	position: absolute;
	right: 15px;
	top: 23px;
}

header .nav-wrap #gnav ul.navi li ul {
	display: none;
	background: #F8F3E0;
}

header .nav-wrap #gnav ul.navi li ul a {
	padding: 17px 20px;
}

header .nav-wrap #gnav ul.navi li.parent ul a:after {
	display: none;
}

header .nav-wrap #gnav .btn {
	float: none;
	width: 100%;
	max-width: 256px;
	margin: 30px auto 0;
}

@media only screen and (min-width: 1000px) {
	.sp-nav {
		display: none !important;
	}
}

@media only screen and (max-width: 999px) {
	.pc-nav {
		display: none !important;
	}

	body {
		padding-top: 38px;
	}

	header {
		height: 62px;
	}

	header:before {
		background: url(../img/bg_header_sp.png) no-repeat center bottom;
		background-size: cover;
		height: 62px;
	}

	header .nav-wrap .nav-toggle {
		width: 60px;
		height: 60px;
		right: 0;
	}

	header .nav-wrap .nav-toggle.opened {
		right: 0;
	}

	header .nav-wrap .logo {
		float: none;
		width: 180px;
		margin: 14px 0 0 15px;
	}

	header .nav-wrap #gnav {
		width: 90%;
		padding: 70px 0 20px;
		height: 100%;
		overflow-y: scroll;
	}

	header .nav-wrap #gnav ul.navi li a {
		padding: 15px;
	}

	header .nav-wrap #gnav ul.navi li ul a {
		padding: 15px;
	}

	header .nav-wrap #gnav .btn {
		max-width: 230px;
		margin: 20px auto 0;
	}

}

#sec-mv {
	position: relative;
}

#sec-mv .img {
	position: absolute;
}

#sec-mv .img.rotate {
	animation: rotate01 10s linear infinite;
	transform-origin: ce;
}



#sec-sponsorship {
	padding: 100px 0;
	background: #760000;
}

#sec-sponsorship .ttl {
	font-size: 20px;
	color: #ffffff;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

#sec-sponsorship .ttl small {
	font-size: 16px;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#sec-sponsorship .lead {
	font-size: 22px;
	color: #ffffff;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

#sec-sponsorship .list .box {
	width: 33%;
	margin-bottom: 5px;
	background: #ffffff;
	font-size: 0;
}

#sec-sponsorship .list .box .logo {
	height: 92px;
	width: auto;
	vertical-align: middle;
}

#sec-sponsorship .list .box .ico {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

#sec-sponsorship .list .box .ico a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	border-right: 1px solid #E3E3E3;
}

#sec-sponsorship .list .box .ico a:last-child {
	border-right: none;
}

#sec-sponsorship .list .box .ico a img {
	width: 32px;
}

#sec-foot {
	padding: 160px 0;
	background: #E0CDB6;
	position: relative;
}

#sec-foot .inner {
	position: relative;
	z-index: 2;
}

#sec-foot .inner:before {
	content: "";
	background: url(../img/logo02.png) no-repeat left top;
	background-size: 100%;
	width: 332px;
	height: 332px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

#sec-foot .ttl {
	font-size: 31px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

#sec-foot .txt {
	font-size: 17px;
	letter-spacing: 3px;
	line-height: 2.2em;
}

#sec-foot .img {
	position: absolute;
	overflow: hidden;
}

#sec-foot .biscuit01 {
	width: 190px;
	top: -50px;
	right: 50px;
	transform: rotate(35deg);
}

#sec-foot .biscuit02 {
	width: 204px;
	top: 80px;
	left: 0;
}

#sec-foot .biscuit02 img {
	transform: translateX(-35px);
}

#sec-foot .biscuit03 {
	width: 285px;
	bottom: 0;
	right: 0;
}

#sec-foot .biscuit03 img {
	transform: translate(70px, 70px);
}

#sec-insta {
	width: 100%;
	overflow: hidden;
}

#sec-insta a {
	display: block;
	float: left;
	width: 16.666%;
}

.btn-stalker {
	display: block;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 30px;
	z-index: 99;
}

.btn-stalker span {
	display: block;
	max-width: 450px;
	margin: 0 auto;
	background: #ffffff;
	padding: 25px 0;
	font-size: 22px;
	color: #2e2a26;
	text-align: center;
}

footer {
	background: #000000;
	padding: 50px 0;
	position: relative;
}

footer .pageTop {
	width: 78px;
	position: absolute;
	right: 40px;
	top: 30px;
	cursor: pointer;
	z-index: 99;
}

footer .base {
	position: relative;
}

footer .logo {
	margin-bottom: 15px;
}

footer .logo img {
	width: 178px;
}

footer .note {
	font-size: 12px;
	color: #8b8b8b;
	position: absolute;
	right: 0;
	bottom: 0;
}

footer .link {
	display: block;
	margin-top: 25px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: .075em;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


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

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

	#sec-sponsorship {
		padding: 60px 0;
	}

	#sec-sponsorship .ttl {
		font-size: 14px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}

	#sec-sponsorship .ttl small {
		font-size: 12px;
	}

	#sec-sponsorship .lead {
		font-size: 14px;
		margin-bottom: 20px;
	}

	#sec-sponsorship .list .box {
		width: 100%;
	}

	#sec-sponsorship .list .box .logo {
		height: 60px;
		margin-left: 22px;
	}

	#sec-sponsorship .list .box .logo.center-block {
		margin: 0 auto;
	}

	#sec-sponsorship .list .box a img {
		width: 30px;
	}

	#sec-foot {
		padding: 90px 0;
	}

	#sec-foot .inner:before {
		width: 243px;
		height: 243px;
	}

	#sec-foot .ttl {
		font-size: 20px;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}

	#sec-foot .txt {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
	}

	#sec-foot .biscuit01 {
		width: 120px;
		top: -40px;
		right: 23px;
	}

	#sec-foot .biscuit02 {
		width: 114px;
		top: 50px;
	}

	#sec-foot .biscuit02 img {
		transform: translateX(-50%);
	}

	#sec-foot .biscuit03 {
		width: 124px;
	}

	#sec-foot .biscuit03 img {
		transform: translate(20px, 20px);
	}

	#sec-insta a {
		width: 33.333%;
	}

	footer {
		padding: 40px 0 15px;
	}

	footer .pageTop {
		width: 58px;
		right: 15px;
		top: auto;
		bottom: 20px;
	}

	footer .base {
		padding-bottom: 30px;
	}

	footer .logo img {
		width: 160px;
	}
}