@charset "UTF-8";
html {
	overflow-x: hidden;
}
a:hover img {
	opacity: 0.8;
}
/* パララックス */
.inVtop {
	transform: translate(0, -20px);
	-webkit-transform: translate(0, -20px);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: 0.4s;
}
.inV {
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
}
.inVright {
	transform: translate(40px, 0);
	-webkit-transform: translate(40px, 0);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
}
.inVleft {
	transform: translate(-40px, 0);
	-webkit-transform: translate(-40px, 0);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
}
.inVopen {
	transform: scale(.5);
	-webkit-transform: scale(.5);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
	transition-delay: 0.8s;
}
.inValpha {
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
	transition-delay: 0.8s;
}
.inSc,
.inVp,
.inVsc {
	transform: scale(.8);
	filter: alpha( opacity=0 );
	opacity: 0;
	transition: .3s;
	transition-delay: 1s;
}
.inAnime {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}
.zoom,
.zoom2,
.zoom3 {
	opacity: 0;
}
.zoom.is-animated,
.zoom2.is-animated,
.zoom3.is-animated {
	animation: zoom 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@keyframes zoom {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	65% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
	20%,
	100% {
		opacity: 1;
	}
}

body {
	overflow-x: hidden;
}
header {
	top: 0;
}
.header {
	width: 100vw;
	position: relative;
}
main {
	font-family: YakuHanJP, "M PLUS Rounded 1c", Meiryo, sans-serif;
	background: url("../images/bg_main.png") center top repeat-y;
	background-size: 100%;
}
article {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #FDCD00;
}
section {
	overflow-x: hidden;
	position: relative;
}
/* navi */
/* KV */
h1 {
	padding-bottom: 47.63vw;
	position: relative;
	background: url("../images/bg_kv.png"), #FFE600;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow-x: hidden;
}
.mouse,
.deco_word,
.deco_dish,
.deco_character {
	position: absolute;
}
.mouse {
	width: 11.72%;
	left: 33.73%;
	top: 49.63vw;
}
.main_kv {
	clip-path: circle(0);
}
.main_kv.inAnime {
	animation: clip_kv 1.5s 1 forwards;
	animation-delay: 0.5s;
}
@keyframes clip_kv {
	0% {
		clip-path: circle(0);
	}
	100% {
		clip-path: circle(100%);
	}
}
.mouse01.inAnime {
	animation: switch01 2.5s infinite;
}
@keyframes switch01 {
	0% {
		opacity: 1;
	}
	49% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.mouse02 {
	opacity: 0;
}
.mouse02.inAnime {
	animation: switch02 2.5s infinite;
}
@keyframes switch02 {
	0% {
		opacity: 0;
	}
	49% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.deco_word {
	animation: word 5s infinite;
}
@keyframes word {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.yum01 {
	animation-delay: 1.5s;
	width: 12.16%;
	left: 24.97%;
	top: 1.55vw;
}
.yum02 {
	animation-delay: 0.5s;
	width: 12.04%;
	left: 10.72%;
	top: 2.52vw;
}
.yum03 {
	animation-delay: 0.75s;
	width: 12.23%;
	left: 2.95%;
	top: 12.2vw;
}
.yum04 {
	animation-delay: 0.25s;
	width: 12.04%;
	left: 2.8%;
	top: 22.36vw;
}
.yum05 {
	animation-delay: 1.0s;
	width: 12.23%;
	left: 1.61%;
	top: 34.33vw;
}
.paku01 {
	animation-delay: 1.0s;
	width: 14.11%;
	right: 22.61%;
	top: 1.65vw;
}
.paku02 {
	animation-delay: 2.0s;
	width: 15.52%;
	right: 7.96%;
	top: 2.27vw;
}
.paku03 {
	width: 13.36%;
	right: 1.23%;
	top: 13.07vw;
}
.paku04 {
	animation-delay: 0.5s;
	width: 15.52%;
	right: 3.63%;
	top: 27.53vw;
}
.deco_dish {
	animation: float 5s infinite;
}
@keyframes float {
	0% {
		opacity: 1;
	}
	50% {
		transform: translateY(1.5vw);
	}
	100% {
		transform: translateY(0vw);
	}
}
.dish01 {
	animation-delay: 1.5s;
	width: 18.73%;
	position: absolute;
	left: 1.11%;
	bottom: 17.53vw;
}
.dish02 {
	animation-delay: 0.5s;
	width: 15.23%;
	position: absolute;
	left: 12.99%;
	bottom: 3.96vw;
}
.dish03 {
	animation-delay: 0.75s;
	width: 23.42%;
	position: absolute;
	left: 34.48%;
	bottom: 2.67vw;
}
.dish04 {
	animation-delay: 0.25s;
	width: 23.85%;
	position: absolute;
	left: 61.08%;
	bottom: 3.63vw;
}
.dish05 {
	animation-delay: 1.0s;
	width: 18.69%;
	position: absolute;
	right: -3.24%;
	bottom: 16.07vw;
}
.deco_character {
	animation: character 1.8s infinite;
}
@keyframes character {
	0% {
		transform: rotateZ(0);
	}
	84% {
		transform: rotateZ(0);
	}
	88% {
		transform: rotateZ(4deg);
	}
	92% {
		transform: rotateZ(0);
	}
	96% {
		transform: rotateZ(-4deg);
	}
	100% {
		transform: rotateZ(0);
	}
}
h1 .character01 {
	animation-delay: 1.5s;
	width: 42.79%;
	left: -11.27%;
	top: 41.8vw;
}
h1 .character02 {
	animation-delay: 0.5s;
	width: 31.99%;
	left: 25.15%;
	top: 73.29vw;
}
h1 .character03 {
	animation-delay: 0.75s;
	width: 27.36%;
	right: 13.57%;
	top: 70.37vw;
}
h1 .character04 {
	animation-delay: 0.25s;
	width: 32.51%;
	right: -7.15%;
	top: 36.76vw;
}
/* lead */
.lead {
	margin-bottom: -5.2vw;
	position: relative;
	/*background: #FFE600;*/
	background: url("../images/bg_lead.png") center top no-repeat;
	background-size: 100%;
}
.lead_pop {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.lead_pop.inAnime {
	animation: lead_anime 0.75s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
	animation-delay: 1.0s;
}
@keyframes lead_anime {
	0% {
		top: -3vw;
		opacity: 0;
		transform: scale(1);
	}
	50% {
		top: -1vw;
		transform: scale(1.2);
	}
	75% {
		top: 0;
		transform: scale(1);
		opacity: 1;
	}
	100% {
		top: 0;
		transform: scale(1);
		opacity: 1;
	}
}
/* article */
article p,
article p span {
	/*color: #F29300;*/
	font-weight: 700;
}
.article_head {
	position: absolute;
	top: 0;
}
.ribbon_l {
	width: 6.67%;
	height: 100%;
	position: absolute;
	top: 0;
	background: url("../images/ribbon.png") center top repeat-y;
	background-size: 100%;
	animation: scroll_l 25s linear infinite;
}
@keyframes scroll_l {
	0% {
		background-position: 0px 0px;
	}
	100% {
		background-position: 0px 289px;
	}
}
.ribbon_r {
	width: 6.67%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/ribbon.png") center top repeat-y;
	background-size: 100%;
	animation: scroll_r 25s linear infinite;
}
@keyframes scroll_r {
	0% {
		background-position: 0px 38.53vw;
	}
	100% {
		background-position: 0px 0px;
	}
}
/* section */
#coming {
	padding-top: 16.13vw;
}
#past {
	padding-bottom: 11.33vw;
	background: url("../images/bg_past01.png"), url("../images/bg_past02.png"), #F7AD00;
	background-position: center bottom, center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
h2,
h3 {
	position: relative;
}
#coming h2 img,
h3 img {
	margin-top: 8.07vw;
}
#coming h2 .deco_month,
h3 .deco_month {
	margin-top: 0;
	position: absolute;
	left: 0;
	top: 4.93vw;
	transform: scale(0);
}
#past h2 {
	background: url("../images/bg_h2_past.png") center top no-repeat;
	background-size: 100%;
}
#past h2 img {
	clip-path: inset(100%);
}
#past h2.inAnime img {
	animation: clip_h2 1.0s 1 forwards;
}
@keyframes clip_h2 {
	0% {
		clip-path: inset(100%);
	}
	100% {
		clip-path: inset(0%);
	}
}
.deco_month.inAnime {
	animation: month 0.25s 1 forwards;
}
@keyframes month {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1.0);
	}
}

.month01 {
	padding-bottom: 11.35vw;
	background: url("../images/bg_month01.png") center top no-repeat;
	background-size: 100%;
}
.month02 {
	padding-bottom: 14.95vw;
	background: url("../images/bg_month02.png") center top no-repeat;
	background-size: 100%;
}
.month_past {
	padding-bottom: 9.84vw;
	background: url("../images/bg_month03.png") center top no-repeat;
	background-size: 100%;
}
.month04 {
	padding-bottom: 11.45vw;
	background: url("../images/bg_month04.png") center top no-repeat;
	background-size: 100%;
}
.pic,
.detail {
	width: 72%;
	margin: 0 auto;
}
.pic {
	margin-bottom: 0.5em;
}
.detail {
	line-height: 1.6;
	letter-spacing: -0.025em;
	letter-spacing: 0;
}
.detail span {
	padding-left: 3em;
	display: block;
}
.detail span.nowrap {
	white-space: nowrap;
}
.link {
	text-align: center;
}
.month01 .link {
	margin-top: 0.5em;
}
.month04 .link {
    margin-top: 0.8em;
}
.deco_group {
	height: 28vw;
	position: relative;
}
.deco_group img {
	position: absolute;
}
.deco_d01 {
	animation: float 5s infinite;
	animation-delay: 0.5s;
	width: 17.7%;
}
.deco_d02 {
	animation: float 5s infinite;
	animation-delay: 0.125s;
	width: 16.18%;
}
.deco_d03 {
	animation: float 5s infinite;
	animation-delay: 1.5s;
	width: 13.61%;
}
.deco_d04 {
	animation: float 5s infinite;
	animation-delay: 0.5s;
	width: 10.78%;
}
.deco_d05 {
	animation: float 5s infinite;
	animation-delay: 0.125s;
	width: 16.75%;
}
.deco_d06 {
	animation: float 5s infinite;
	animation-delay: 1.5s;
	width: 13.46%;
}
.deco_d07 {
	animation: float 5s infinite;
	animation-delay: 0.5s;
	width: 20.1%;
}
.deco_d08 {
	animation: float 5s infinite;
	animation-delay: 0.125s;
	width: 20.23%;
}
.deco_d09 {
	animation: float 5s infinite;
	animation-delay: 1.5s;
	width: 19.07%;
}
.deco_group01 .deco_d02 {
	top: 11.29vw;
	left: -0.4%;
}
.deco_group01 .deco_d03 {
	top: 2.36vw;
	left: 13.41%;
}
.deco_group01 .deco_d04 {
	top: 11.33vw;
	left: 25.53%;
}
.deco_group01 .deco_d05 {
	top: 7.59vw;
	left: 37.84%;
}
.deco_group01 .deco_d06 {
	top: 16.4vw;
	left: 50.05%;
}
.deco_group01 .deco_d07 {
	top: 3.55vw;
	right: 21.19%;
}
.deco_group01 .deco_d08 {
	top: 13.91vw;
	right: 6.6%;
}
.deco_group01 .deco_d09 {
	top: 2.01vw;
	right: -2.93%;
}

.deco_group02 .deco_d07 {
	top: 4.67vw;
	left: -13.47%;
}
.deco_group02 .deco_d08 {
	top: 15.04vw;
	left: 1.04%;
}
.deco_group02 .deco_d09 {
	top: 3.13vw;
	left: 11.72%;
}
.deco_group02 .deco_d01 {
	top: 9.09vw;
	left: 30.44%;
}
.deco_group02 .deco_d02 {
	top: 12.41vw;
	right: 32.13%;
}
.deco_group02 .deco_d03 {
	top: 3.49vw;
	right: 20.84%;
}
.deco_group02 .deco_d04 {
	top: 12.45vw;
	right: 11.55%;
}
.deco_group02 .deco_d05 {
	top: 8.71vw;
	right: -6.67%;
}


.attension {
	width: 100vw;
	background: #fff;
	font-size: 3vw;
}
.attension p {
	width: 90vw;
	margin: 0 auto;
	padding-top: 1.5em;
}
.attension p:last-child {
	padding-top: 1.5em;
}
#page_top {
	width: 60px;
	height: 60px;
	text-decoration: none;
	position: fixed;
	right: 0;
	bottom: -60px;
	opacity: 0.6;
	z-index: 100;
}
#page_top i {
	font-weight: 900;
	font-size: 50px;
	color: #333;
}
#page_top img {
	width: 13.2vw;
}
.center {
	text-align: center;
}
.pc_only {
	display: none !important;
}
.sp_only {
	display: block !important;
}

/* font-size */
article p {
	font-size: 4vw;
}

/* pc */
@media (min-width: 751px) {
	body {
		background: url("../images/bg_body.png") center left;
	}
	.header {
		width: 750px;
		margin: 0 auto;
	}
	main {
		width: 750px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	article {
		width: 750px;
	}
/* navi */
/* KV */
	h1 {
		width: 750px;
		padding-bottom: 357px;
	}
	.mouse {
		top: 372px;
	}
	.yum01 {
		top: 12px;
	}
	.yum02 {
		top: 19px;
	}
	.yum03 {
		top: 92px;
	}
	.yum04 {
		top: 168px;
	}
	.yum05 {
		top: 258px;
	}
	.paku01 {
		top: 12px;
	}
	.paku02 {
		top: 17px;
	}
	.paku03 {
		top: 98px;
	}
	.paku04 {
		top: 207px;
	}
	.deco_dish {
		animation: float 5s infinite;
	}
	@keyframes float {
		0% {
			opacity: 1;
		}
		50% {
			transform: translateY(7px);
		}
		100% {
			transform: translateY(0px);
		}
	}
	.dish01 {
		bottom: 132px;
		animation-delay: 1.5s;
	}
	.dish02 {
		bottom: 30px;
		animation-delay: 0.5s;
	}
	.dish03 {
		bottom: 20px;
		animation-delay: 0.75s;
	}
	.dish04 {
		bottom: 27px;
		animation-delay: 0.25s;
	}
	.dish05 {
		bottom: 121px;
		animation-delay: 1.0s;
	}
	h1 .character01 {
		animation-delay: 1.5s;
		top: 314px;
	}
	h1 .character02 {
		animation-delay: 0.5s;
		top: 550px;
	}
	h1 .character03 {
		animation-delay: 0.75s;
		top: 528px;
	}
	h1 .character04 {
		animation-delay: 0.25s;
		top: 276px;
	}

/* lead */
	.lead {
		margin-bottom: -39px;
	}
	.lead_pop.inAnime {
		animation: lead_anime 0.75s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
		animation-delay: 1.0s;
	}
	@keyframes lead_anime {
		0% {
			top: -22.5px;
			opacity: 0;
			transform: scale(1);
		}
		50% {
			top: -7.5px;
			transform: scale(1.2);
		}
		75% {
			top: 0;
			transform: scale(1);
			opacity: 1;
		}
		100% {
			top: 0;
			transform: scale(1);
			opacity: 1;
		}
	}
/* article */
	.ribbon_r {
		animation: scroll_r 25s linear infinite;
	}
	@keyframes scroll_r {
		0% {
			background-position: 0px 289px;
		}
		100% {
			background-position: 0px 0px;
		}
	}
/* section */
	#coming {
		padding-top: 121px;
	}
	#past {
		padding-bottom: 85px;
	}
	#coming h2 img,
	h3 img {
		margin-top: 61px;
	}
	#coming h2 .deco_month,
	h3 .deco_month {
		top: 37px;
	}

	.month01 {
		padding-bottom: 80px;
	}
	.month02 {
		padding-bottom: 122px;
	}
	.month_past {
		padding-bottom: 74px;
	}
	.month04 {
		padding-bottom: 80px;
	}
	.deco_group {
		height: 210px;
	}
	.deco_group01 .deco_d02 {
		top: 85px;
	}
	.deco_group01 .deco_d03 {
		top: 18p;
	}
	.deco_group01 .deco_d04 {
		top: 85px;
	}
	.deco_group01 .deco_d05 {
		top: 57px;
	}
	.deco_group01 .deco_d06 {
		top: 123px;
	}
	.deco_group01 .deco_d07 {
		top: 27px;
	}
	.deco_group01 .deco_d08 {
		top: 104px;
	}
	.deco_group01 .deco_d09 {
		top: 15px;
	}
	.deco_group02 .deco_d07 {
		top: 35px;
	}
	.deco_group02 .deco_d08 {
		top: 113px;
	}
	.deco_group02 .deco_d09 {
		top: 24px;
	}
	.deco_group02 .deco_d01 {
		top: 68px;
	}
	.deco_group02 .deco_d02 {
		top: 93px;
	}
	.deco_group02 .deco_d03 {
		top: 26px;
	}
	.deco_group02 .deco_d04 {
		top: 93px;
	}
	.deco_group02 .deco_d05 {
		top: 65px;
	}


	.attension {
		width: 750px;
		margin: 0 auto;
/*
		background: url("../images/bg_line04.png"), url("../images/bg_line04.png"), #fff;
		background-position: left top, right top;
		background-repeat: repeat-y, repeat-y;
*/
		font-size: 1.4rem;
	}
	.attension p {
		width: 700px;
		margin: 0 auto;
		padding-top: 4em;
	}
	#top_link .pc_only {
		width: 100px;
		position: fixed;
		right: 5%;
		bottom: 50px;
	}
	.center {
		text-align: center;
	}
	.pc_only {
		display: block !important;
	}
	.sp_only {
		display: none !important;
	}
/* font-size */
	article p {
		font-size: 3.0rem;
	}
}

/* pc_background */
.pc_character_l,
.pc_character_r {
	display: none;
}
@media (min-width: 751px) {
	body {
		background: url("../images/bg_body.png") left top;
	}
	.word_l,
	.word_r {
		width: calc((100vw - 750px) / 2.0);
		height: 100%;
		display: block;
		position: fixed;
		animation: scroll_r 25s linear infinite;
	}
	.word_l {
		top: 0;
		left: 0;
		background: url("../images/word_l.png") center top repeat-y;
		background-size: 100%;
	}
	.word_r {
		top: 0;
		right: 0;
		background: url("../images/word_r.png") center top repeat-y;
		background-size: 100%;
	}
	.pc_character_l {
		width: calc((100vw - 750px) / 2.0);
		max-width: 585px;
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		/*animation: character 1.8s infinite;*/
	}
	@keyframes character {
		0% {
			transform: rotateZ(0);
		}
		84% {
			transform: rotateZ(0);
		}
		88% {
			transform: rotateZ(4deg);
		}
		92% {
			transform: rotateZ(0);
		}
		96% {
			transform: rotateZ(-4deg);
		}
		100% {
			transform: rotateZ(0);
		}
	}
	.pc_character_r {
		width: calc((100vw - 750px) / 2.0);
		max-width: 585px;
		display: block;
		position: fixed;
		right: 0;
		bottom: 0;
		/*animation: character 1.8s infinite;*/
	}
	@keyframes character {
		0% {
			transform: rotateZ(0);
		}
		84% {
			transform: rotateZ(0);
		}
		88% {
			transform: rotateZ(-4deg);
		}
		92% {
			transform: rotateZ(0);
		}
		96% {
			transform: rotateZ(4deg);
		}
		100% {
			transform: rotateZ(0);
		}
	}
	.character01 {
		animation-delay: 1.0s;
	}
	.character03 {
		animation-delay: 0.5s;
	}
	.character04 {
		animation-delay: 0.25s;
	}
}

/* footer */
footer {
	/*z-index: 9999 !important;*/
	padding: 25px 0 0;
	background: #fff;
}
.fGroup {
	width: 980px;
	margin: 0 auto;
}
.fGroup:after {
	display: block;
	height: 0;
	/* clearfix */
	clear: both;
	visibility: hidden;
	content: " ";
}
.goHome {
	display: block;
	width: 252px;
	padding: 20px 0;
	margin: 0 auto 40px;
	font-size: 1.8rem;
	line-height: 1;
	color: #0183d3;
	text-align: center;
	border: 2px solid #0183d3;
}
footer hr {
	margin: 0 0 10px;
	border-top: solid 5px #0183d3;
}
footer hr.gray {
	margin: 0 0 20px;
	border-top: solid 1px #707070;
}
footer .copy {
	margin: 0;
}
.fNav {
	margin: 0 auto 30px;
}
.fNav li {
	display: inline-block;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	line-height: 1;
	border-right: solid 1px #707070;
}
.fNav li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}
.fNav li a {
	font-size: 1.2rem;
	color: #000;
}
.fNav:after {
	display: block;
	height: 0;
	/* clearfix */
	clear: both;
	visibility: hidden;
	content: " ";
}
.mlogo {
	width: 182px;
}
.mlogo2 {
	width: 241px;
	margin: 0 auto 10px;
}
.logo a:hover,
.mlogo a:hover,
.mlogo2 a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
@media only screen and (max-width: 768px) {
	footer {
		padding: 0;
	}
	.fGroup {
		width: 100%;
		padding: 0;
	}
	.fNav {
		float: none;
		margin: 0 0 20px;
		border-top: solid 1px #707070;
	}
	.fNav li,
	.fNav li:nth-child(5),
	.fNav li:last-child {
		box-sizing: border-box;
		float: left;
		width: 60%;
		height: auto;
		padding: 10px 0;
		margin: 0;
		text-align: center;
		border-right: solid 1px #707070;
		border-bottom: solid 1px #707070;
	}
	.fNav li:nth-child(2),
	.fNav li:nth-child(4),
	.fNav li:last-child {
		width: 40%;
		border-right: none;
	}
	.fNav li:last-child {
		padding: 12px 0;
	}
	#goTop {
		right: 20px;
		bottom: 20px;
		width: 40px;
	}
	#goTop a {
		padding: 10px;
	}
}
.lightbox {
	border: none;
	outline: none;
}

.footer__sns dd a {
	transition: 0s;
}
.social_list a li {
	pointer-events: none;
}
.social_item:hover {
	opacity: 0.5;
}

.footer {
	overflow: hidden;
	background: #fff;
}

.footer__inner {
	padding: 1.5em 0;
	margin: 0 auto;
}

.footer .sns__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1.5em;
}

.footer .sns__list .sns__list-item {
	width: 10.66667%;
}

.footer .sns__list .sns__list-item:not(:first-of-type) {
	margin-left: 4%;
}

.footer .sns__list .sns__list-item a {
	display: block;
}

.footer .sns__list .sns__list-item a img {
	vertical-align: top;
}

.footer .nav__list a {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
		"Hiragino Sans", Meiryo, sans-serif;
	color: #111;
	text-decoration: none;
}

.footer .copyright {
	display: block;
	margin: 0 0 20px;
	font-size: 0.8rem;
	text-align: center;
	letter-spacing: -0.01rem;
}

@media (min-width: 720px) {
	.footer__inner {
		max-width: 1000px;
		padding: 0 0 40px;
		text-align: center;
	}
	.footer .sns__list .sns__list-item {
		width: 48px;
		height: 48px;
	}
	.footer .sns__list .sns__list-item:not(:first-of-type) {
		margin-left: 19px;
	}
	.footer .sns__list .sns__list-item a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.footer .sns__list .sns__list-item a:hover {
		opacity: 0.7;
	}

	.footer .nav__list {
		max-width: 800px;
		margin: 25px auto 0;
		font-size: 1.2rem;
		text-align: center;
		display: block;
	}
	.footer .nav__list.detail {
		margin-top: 0;
	}
	.footer .nav__list .nav__list-item {
		display: inline-block;
		margin-bottom: 10px;
		margin-left: 5.33333%;
	}
	.footer .nav__list .nav__list-item:first-of-type,
	.footer .nav__list .nav__list-item:nth-of-type(5) {
		margin-left: 0;
	}
	.footer .copyright {
		font-size: 1.2rem;
		letter-spacing: inherit;
margin-bottom: 50px;
padding-top: 0;

	}
}
@media (max-width: 720px) {
	.footer .nav__list {
		width: 70%;
		margin: 25px auto 20px;
		margin: 1.5em auto 0;
		font-size: 1.1rem;
		text-align: center;
	}
	.footer .nav__list.detail {
		margin-top: 0;
	}
	.footer .nav__list .nav__list-item {
		display: inline-block;
		margin-bottom: 10px;
		margin-left: 5.33333%;
	}
	.footer .nav__list .nav__list-item:first-of-type,
	.footer .nav__list .nav__list-item:nth-of-type(5) {
		margin-left: 0;
	}
	/* .footer .nav__list .nav__list-item:nth-of-type(3),
	.footer .nav__list .nav__list-item:nth-of-type(4) {
		width: 100%;
		margin-left: 0;
		text-align: center;
	} */
}


/* footer���� */
.footer {
	width: 100vw;
	background: url("../images/bg_foot.png"), #fff;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
@media (min-width: 769px) {
	.footer {
		width: 750px;
		margin: 0 auto;
	}
}
