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


html,body {
    padding: 0;
    margin: 0;
	width: 100%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
img {
    width: 100%;
}
a {
	color: #FFF;
	text-decoration: none;
}
h1,h2,h3 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 14px;
}
ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fade {
	opacity: 0;
	transition: 2s;
}
.fade.ac {
	opacity: 1;
	transition: 2s;
}
.spview {
	display: none;	
}
@media only screen and (max-width: 765px)  {
	.pcview {
		display: none;
	}
	.spview {
		display: block;	
	}	
}
#by_wrap {
	width: 100%;
}


/*==================================*/
#main_visual {
	position: relative;
	overflow: hidden;
	margin-bottom: 5%;
}
#main_visual::after {
	content: "";
	display: block;
	clear: both;
}
#main_visual .visual {
	width: 50%;
	float: left;
	line-height: 0;
}
#main_visual .bg {
	width: 50%;
	float: right;
	line-height: 0;
}
#main_visual h1 {
	position: absolute;
	top: 20%;
	right: 15%;
	width: 20%;
	z-index: 999
	
}
#main_visual h2 {
	position: absolute;
	top: 40%;
	right: 16%;
	width: 18%;
	z-index: 999
}
@media only screen and (max-width: 765px)  {
	#main_visual {
		padding-bottom: 6%;
	}
	#main_visual .visual {
		width: 100%;
		float: none;
	}
	#main_visual .bg {
		display: none;
	}
	#main_visual h1 {
		position: absolute;
		top: 55%;
		right: 20%;
		width: 60%;

	}
	#main_visual h2 {
		display: none;

	}
}

/*==================================*/

#main_contents {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5%;
}
#main_contents .section {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 5% 0;
}
#main_contents .section .inner {
	position: relative;
}
#main_contents .section .inner .img span {
	position: relative;
	line-height: 0;
	-webkit-animation: fuwafuwa 4s infinite ease;
	animation: fuwafuwa 4s infinite ease;		
	display: block;
}
#main_contents .section .inner .img span::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	filter: blur(5px);
	z-index: -1;
}
#main_contents .section::after ,#main_contents .section .inner::after {
	content: "";
	display: block;
	clear: both;
}
#main_contents .section .inner .cover {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width:100%;
	height: 100%;
	opacity: 0;
	transition: 0.6s;
	font-size: 12px;
	line-height: 1.8;
	color: #FFF;
	-webkit-animation: fuwafuwa 4s infinite ease;
	animation: fuwafuwa 4s infinite ease;		
}

#main_contents .section .inner .cover.active {
	opacity: 1;
}
#main_contents .section .inner .cover .item {
	font-size: 11px;
	line-height: 1.8;
}
#main_contents .section .inner .cover .item a {
	display: inline-block;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #FFF;
	padding: 5px 10px;
	line-height: 1;
	margin: 10px 0 0;
}

#main_contents .section .inner .img {
	z-index: 1;
}
#main_contents .section .inner .cover {
	z-index: 3;
}
#main_contents .section .inner .icon {
	z-index: 2;
}
@media only screen and (max-width: 765px)  {
	#main_contents .section {
		padding: 0;
	}
}


/*==================================*/

#main_contents #area-1 {
}
#main_contents #area-1 .inner {
	width: 75%;
	margin: 0 auto;
}
#main_contents #area-1 .inner .img {
	width: 100%;
}
#main_contents #area-1 .inner .item {
	position: absolute;
	bottom: 5%;
	right: 5%;
}
#main_contents #area-1 .inner .img span,#main_contents #area-1 .inner .cover {
	-webkit-animation: fuwafuwa 4s infinite 0s ease;
	animation: fuwafuwa 4s infinite 0s ease;		
}

@media only screen and (max-width: 765px)  {
	#main_contents #area-1 .inner {
		width: 90%;
		margin: 50px auto;
	}	
	#main_contents #area-1 .inner .img {
	}
	#main_contents #area-1 .inner .item {
		right: auto;
		left: 5%;
	}
}


/*==================================*/
/*==================================*/

#main_contents #area-2 {
}
#main_contents #area-2 .inner {
	width: 90%;
	margin: 0 auto;
}
#main_contents #area-2 .inner .img {
	width: 46%;
	float: left;
	margin: 0 2%;
}
#main_contents #area-2 .inner .cover {
	left: 2%;
	width: 46%;
}
#main_contents #area-2 .inner .cover:nth-of-type(2) {
	left: auto;
	right: 2%;
}
#main_contents #area-2 .inner .item {
	position: absolute;
	bottom: 5%;
	right: 5%;
}
#main_contents #area-2 .inner .cover:nth-of-type(4) .item {
	display: none;
}
#main_contents #area-2 .inner .img span,#main_contents #area-2 .inner .cover {
	-webkit-animation: fuwafuwa 4s infinite 1s ease;
	animation: fuwafuwa 4s infinite 1s ease;		
}
@media only screen and (max-width: 765px)  {
	#main_contents #area-2 .inner {
		width: 80%;
		margin: 50px auto;
	}
	#main_contents #area-2 .inner .img {
		width: 100%;
		float: none;
		margin: 0;
	}
	#main_contents #area-2 .inner .img.switch {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		-webkit-animation: switch 7s infinite ease;
		animation: switch 7s infinite ease;		
	}
	#main_contents #area-2 .inner .img.switch span::before {
		display: none;
	}
	#main_contents #area-2 .inner .cover,#main_contents #area-2 .inner .cover:nth-of-type(2) {
		left: 0;
		right: 0;
		width: 100%;
	}
	#main_contents #area-2 .inner .item {
		right: auto;
		left: 5%;
	}
	#main_contents #area-2 .inner .cover:nth-of-type(4) {
		display: none;
	}
	
}
/*==================================*/

#main_contents #area-3 {
}
#main_contents #area-3 .inner {
	width: 90%;
	margin: 0 auto;
}
#main_contents #area-3 .inner .img {
	width: 46%;
	float: left;
	margin: 0 2%;
}
#main_contents #area-3 .inner .cover {
	left: 2%;
	width: 46%;
}
#main_contents #area-3 .inner .cover:nth-of-type(2) {
	left: auto;
	right: 2%;
}
#main_contents #area-3 .inner .item {
	position: absolute;
	top: 5%;
	left: 5%;
}
#main_contents #area-3 .inner .cover:nth-of-type(2) .item {
	display: none;
}
#main_contents #area-3 .inner .img span,#main_contents #area-3 .inner .cover {
	-webkit-animation: fuwafuwa 4s infinite 0s ease;
	animation: fuwafuwa 4s infinite 0s ease;		
}
@media only screen and (max-width: 765px)  {
	#main_contents #area-3 .inner {
		width: 80%;
		margin: 50px auto;
	}
	#main_contents #area-3 .inner .img {
		width: 100%;
		float: none;
		margin: 0;
	}
	#main_contents #area-3 .inner .img.switch {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		-webkit-animation: switch 7s infinite ease;
		animation: switch 7s infinite ease;		
	}
	#main_contents #area-3 .inner .img.switch span::before {
		display: none;
	}
	#main_contents #area-3 .inner .cover,#main_contents #area-3 .inner .cover:nth-of-type(2) {
		left: 0;
		right: 0;
		width: 100%;
	}
	#main_contents #area-3 .inner .item {
		top: auto;
		bottom: 5%;
	}
	#main_contents #area-3 .inner .cover:nth-of-type(2) {
		display: none;
	}
}


/*==================================*/
/*==================================*/

#main_contents #area-4 {
}
#main_contents #area-4 .inner {
	width: 90%;
	margin: 0 auto;
}
#main_contents #area-4 .inner .img {
	width: 55%;
	margin: 0 2%;
	position: relative;
}
#main_contents #area-4 .inner .img .switch {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    -webkit-animation: switch 7s infinite ease;
    animation: switch 7s infinite ease;		
}
#main_contents #area-4 h2 {
	position: absolute;
	top: 50%;
	right: 10%;
	width: 24%;	
}
#main_contents #area-4 .inner .cover {
	left: 2%;
	width: 55%;
}
#main_contents #area-4 .inner .item {
	position: absolute;
	top: 5%;
	right: 5%;
}
#main_contents #area-4 .inner .img span,#main_contents #area-4 .inner .cover {
	-webkit-animation: fuwafuwa 4s infinite 1s ease;
	animation: fuwafuwa 4s infinite 1s ease;		
}
@media only screen and (max-width: 765px)  {
	#main_contents #area-4 .inner {
		width: 80%;
		margin: 50px auto;
	}
	#main_contents #area-4 .inner .img {
		width: 100%;
		margin: 0;
	}
	#main_contents #area-4 h2 {
		display: none;
	}
	#main_contents #area-4 .inner .cover {
		left: 0;
		width: 100%;
	}
}
/*==================================*/

#main_contents #area-5 {
}
#main_contents #area-5 .inner {
	width: 90%;
	margin: 0 auto;
}
#main_contents #area-5 .inner .img {
	width: 46%;
	float: right;
	margin: 0 2%;
	position: relative;
}
#main_contents #area-5 .inner .img .switch {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    -webkit-animation: switch 7s infinite ease;
    animation: switch 7s infinite ease;		
}
#main_contents #area-5 .inner .cover {
	left: 2%;
	width: 46%;
}
#main_contents #area-5 .inner .cover:nth-of-type(2) {
	left: auto;
	right: 2%;
}
#main_contents #area-5 .inner .item {
	position: absolute;
	top: 5%;
	left: 5%;
}
#main_contents #area-5 .inner .cover:nth-of-type(2) .item {
	top: auto;
	left: auto;
	bottom: 5%;
	right: 5%;
}
#main_contents #area-5 .inner .img span,#main_contents #area-5 .inner .cover {
	-webkit-animation: fuwafuwa 4s infinite 0s ease;
	animation: fuwafuwa 4s infinite 0s ease;		
}
@media only screen and (max-width: 765px)  {
	#main_contents #area-5 .inner {
		width: 80%;
		margin: 50px auto;
	}
	#main_contents #area-5 .inner .img {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 50px;
	}
	#main_contents #area-5 .inner .img.switch {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		-webkit-animation: switch 7s infinite ease;
		animation: switch 7s infinite ease;		
	}
	#main_contents #area-5 .inner .img.switch span::before {
		display: none;
	}

	#main_contents #area-5 .inner .cover {
		left: 0;
		right: 0;
		width: 100%;
		height: calc(50% - 25px);
	}
	#main_contents #area-5 .inner .cover:nth-of-type(4) {
		left: 0;
		right: 0;
		top: calc(50% + 25px);
		width: 100%;
	}
	#main_contents #area-5 .inner .cover:nth-of-type(2) {
		left: auto;
		right: 0%;
	}
	#main_contents #area-5 .inner .item {
		top: auto;
		bottom: 5%;
	}
	#main_contents #area-5 .inner .cover:nth-of-type(4) .item {
		top: 5%;
		left: 5%;
		bottom: auto;
		right: auto;
	}
	
}
/*==================================*/
/*==================================*/

#main_contents #area-6 {
}
#main_contents #area-6_s {
    display: none;

}
#main_contents #area-6 .inner {
	width: 90%;
	margin: 0 auto;
}
#main_contents #area-6 .inner .img {
	width: 46%;
	float: left;
	margin: 0 2%;
}
#main_contents #area-6 .inner .img2 {
	width: 36%;
	position: absolute;
	bottom: 0;
	left: 50%;
}
#main_contents #area-6 .inner .cover {
	left: 2%;
	width: 46%;
}
#main_contents #area-6 .inner .cover:nth-of-type(2) {
	top: auto;
	bottom: 0;
	left: 52%;
	width: 36%;
	height: 78.2%;
	
}
#main_contents #area-6 .inner .item {
	position: absolute;
	bottom: 5%;
	left: 5%;
}
#main_contents #area-6 .inner .cover:nth-of-type(4) .item {
	display: none;
}
#main_contents #area-6 .inner .img span,#main_contents #area-6 .inner .cover {
	-webkit-animation: fuwafuwa 4s infinite 0.5s ease;
	animation: fuwafuwa 4s infinite 0.5s ease;		
}
@media only screen and (max-width: 765px)  {
	#main_contents #area-6 {
		display: none;
		
	}
	#main_contents #area-6_s {
		display: block;
		
	}
	#main_contents #area-6_s .inner {
		width: 80%;
		margin: 50px auto;
	}
	#main_contents #area-6_s .inner .img {
		width: 100%;
		float: none;
		margin: 0;
	}
	#main_contents #area-6_s .inner .img.switch {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		-webkit-animation: switch 7s infinite ease;
		animation: switch 7s infinite ease;		
	}
	#main_contents #area-6_s .inner .img.switch span::before {
		display: none;
	}
	#main_contents #area-6_s .inner .cover,#main_contents #area-6_s .inner .cover:nth-of-type(2) {
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	#main_contents #area-6_s .inner .item {
		position: absolute;
		bottom: 5%;
		left: 5%;
	}
	#main_contents #area-6_s .inner .cover:nth-of-type(4) {
		display: none;
	}
	
}


/*==================================*/
/*==================================*/

#main_contents #area-7 {
}
#main_contents #area-7 .inner {
	width: 90%;
	margin: 0 auto;
}
#main_contents #area-7 .inner .img {
	width: 96%;
	margin: 0 2%;
}
#main_contents #area-7 .inner .cover {
	left: 2%;
	width: 96%;
	height: 51%;
}
#main_contents #area-7 .inner .x3 {
	width: 96%;
	margin: 0 2%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	-webkit-animation: fuwafuwa 4s infinite ease;
	animation: fuwafuwa 4s infinite ease;		
}
#main_contents #area-7 .inner .x3 .s_img {
	margin: 25px 10px 0 0;
	position: relative;
	line-height: 0;
}
#main_contents #area-7 .inner .x3 .s_img::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	filter: blur(5px);
	z-index: -1;
}
#main_contents #area-7 .inner .x3 .s_img:nth-of-type(2) {
	margin: 25px 5px 0;
}
#main_contents #area-7 .inner .x3 .s_img:nth-of-type(3) {
	margin: 25px 0 0 10px;
}
#main_contents #area-7 .inner .x3 .s_img::before {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.6s
}
#main_contents #area-7 .inner .x3 .s_img.active::before {
	opacity: 1;
	transition: 0.6s
}
#main_contents #area-7 .inner .item {
	position: absolute;
	bottom: 5%;
	left: 5%;
}
#main_contents #area-7 .inner .img span,#main_contents #area-7 .inner .cover {
	-webkit-animation: fuwafuwa 4s infinite 0s ease;
	animation: fuwafuwa 4s infinite 0s ease;		
}
@media only screen and (max-width: 765px)  {
	#main_contents #area-7 .inner {
		width: 90%;
		margin: 50px auto;
	}	
	#main_contents #area-7 .inner .img {
		width: 100%;
		margin: 0;
	}
	#main_contents #area-7 .inner .cover {
		left: 0;
		width: 100%;
		height: 49.2%;
	}
	#main_contents #area-7 .inner .x3 {
		width: 100%;
		margin: 0;
	}
	#main_contents #area-7 .inner .x3 .s_img {
		margin: 25px 6px 0 0;
	}
	#main_contents #area-7 .inner .x3 .s_img:nth-of-type(2) {
		margin: 25px 3px 0;
	}
	#main_contents #area-7 .inner .x3 .s_img:nth-of-type(3) {
		margin: 25px 0 0 6px;
	}
}

/*==================================*/
/*==================================*/

#main_contents #area-8 {
}
#main_contents #area-8 .inner {
	width: 46%;
	margin: 0 auto;
}
#main_contents #area-8 .inner .item {
	position: absolute;
	bottom: 5%;
	left: 5%;
}
#main_contents #area-8 .inner .img span,#main_contents #area-8 .inner .cover {
	-webkit-animation: fuwafuwa 4s infinite 1s ease;
	animation: fuwafuwa 4s infinite 1s ease;		
}
@media only screen and (max-width: 765px)  {
	#main_contents #area-8 .inner {
		width: 80%;
		margin: 0 auto;
	}	
	#main_contents #area-8 .inner .img {
		
	}
}


/*===~~~==================*/

.icon {
	position: absolute;
}
/*#main_contents .section .icon.under {
	opacity: 0;
}*/
#main_visual .line_1 {
	top: 38%;
	right: 13%;
	width: 24%;
}
#main_visual .line_2 {
	top: 50%;
	right: -3%;
	width: 22%;
}
#main_visual .line_3 {
	top: 70%;
	right: 35%;
	width: 20%;
}
@media only screen and (max-width: 765px)  {
	#main_visual .line_1 {
		top: 1%;
		right: -2%;
		width: 20%;
	}
	#main_visual .line_2 {
		top: 10%;
		right: -5%;
		width: 45%;
	}
	#main_visual .line_3 {
		top: auto;
		bottom: 0%;
		left: -10%;
		width: 27%;
	}
}

#area-1 .line_1 {
	top: -5%;
	right: -5%;
	width: 26%;
}
#area-1 .line_2 {
	top: 5%;
	right: 10%;
	width: 28%;
}
#area-1 .line_3 {
	top: 65%;
	left: -10%;
	width: 30%;
}
@media only screen and (max-width: 765px)  {
	#area-1 .line_1 {
		top: -10%;
		right: -8%;
		width: 30%;
	}
	#area-1 .line_2 {
		top: 4%;
		right: 4%;
		width: 35%;
	}
	#area-1 .line_3 {
		top: 60%;
		left: -10%;
		width: 32%;
	}
}
#area-2 .line_1 {
	top: -5%;
	left: 28%;
	width: 17%;
}
#area-2 .line_2 {
	top: 75%;
	right: -2%;
	width: 22%;
}
#area-2 .line_3 {
	display: none;
		
}
@media only screen and (max-width: 765px)  {
	#area-2 .line_1 {
		top:25%;
		left: auto;
		right: -3%;
		width:26%;
	}
	#area-2 .line_2 {
		top: -5%;
		right:-3%;
		width: 42%;
	}
	#area-2 .line_3 {
		display: block;
		top: 40%;
		right: -20%;
		width: 35%;
	}	
}
#area-3 .line_1 {
	top: -3%;
	left: 5%;
	width: 22%;
}
#area-3 .line_2 {
	top: -5%;
	left: 49%;
	width: 23%;
}
#area-3 .line_3 {
	bottom: -5%;
	right: -1%;
	width: 22%;
}
#area-3 .line_4 {
	display: none;
}
@media only screen and (max-width: 765px)  {
	#area-3 .line_1 {
		top: 58%;
		left: auto;
		right: -8%;
		width: 35%;
	}	
	#area-3 .line_2 {
		top: 2%;
		left: -5%;
		width:38%;
	}
	#area-3 .line_3 {
		bottom: 10%;
		right: auto;
		left: -8%;
		width: 25%;
	}
	#area-3 .line_4 {
		top: 48%;
		right: 12%;
		width: 20%;
		display: block;
	}
}
#area-4 .line_1 {
	top: 10%;
	left: 55%;
	width: 12%;
}
#area-4 .line_2 {
	top: 20%;
	right: 8%;
	width: 20%;
}
#area-4 .line_3 {
	top: 70%;
	left: 55%;
	width: 20%;
}
#area-4 h2 {
	top: 50%;
	right: 8%;
	width: 24%;
	
}
@media only screen and (max-width: 765px)  {
	#area-4 .line_1 {
		top: 70%;
		left: -7%;
		width: 25%;
	}
	#area-4 .line_2 {
		top: 18%;
		right: -15%;
		width: 40%;
	}
	#area-4 .line_3 {
		top: 25%;
		left: auto;
		right: -5%;
		width: 40%;
	}
	#area-4 h2 {
		display: none;

	}
}
#area-5 .line_1 {
	top: -6%;
	left: 35%;
	width: 22%;
}
#area-5 .line_2 {
	bottom: -5%;
	left: 46%;
	width: 24%;
}
#area-5 .line_3 {
	display: none;
}
#area-5 .line_4 {
	display: none;
}

#area-5 .line_5 {
	display: none;
}
#area-5 .line_6 {
	display: none;
}
@media only screen and (max-width: 765px)  {
	#area-5 .line_1 {
		top: 5%;
		left: -20%;
		width: 30%;
	}
	#area-5 .line_2 {
		bottom: auto;
		top: 2%;
		left: -5%;
		width: 40%;
	}
	#area-5 .line_3 {
		bottom: auto;
		top: 42%;
		right: -5%;
		width: 35%;
		display: block;
	}
	#area-5 .line_4 {
		top: 65%;
		left: -5%;
		width: 20%;
		display: block;
	}
	#area-5 .line_5 {
		top: 55%;
		right: -15%;
		width: 42%;
		display: block;
	}
	#area-5 .line_6 {
		top: 54%;
		right: 25%;
		width: 32%;
		display: block;
	}
}

#area-6 .line_1,#area-6_s .line_1 {
	top: 8%;
	left: 38%;
	width: 24%;
}
#area-6 .line_2,#area-6_s .line_2 {
	top: 38%;
	left: 49%;
	width: 20%;
}
@media only screen and (max-width: 765px)  {
	#area-6_s .line_1 {
		top: auto;
		bottom: -5%;
		left: auto;
		right: 15%;
		width: 30%;
	}
	#area-6_s .line_2 {
		top: auto;
		bottom: 10%;
		left: auto;
		right: -8%;
		width: 35%;
	}
	#area-6_s .line_3 {
		top: -5%;
		right: -5%;
		width: 40%;
	}
	#area-6_s .line_4 {
		top: 2%;
		right: -5%;
		width: 40%;
	}
}

#area-7 .line_1 {
	top: 10%;
	left: -4%;
	width: 24%;
}
#area-7 .line_2 {
	top: 13%;
	left: 5%;
	width: 24%;
}
#area-7 .line_3 {
	top: 34%;
	right: -4%;
	width: 22%;
}
#area-7 .line_4 {
	display: none;
}
@media only screen and (max-width: 765px)  {
	#area-7 .line_1 {
		top: -5%;
		left: auto;
		right: 10%;
		width: 32%;
	}
	#area-7 .line_2 {
		top: 2%;
		left: auto;
		right: -2%;
		width: 32%;
	}
	#area-7 .line_3 {
		top: 22%;
		right: auto;
		left: 5%;
		width: 27%;
	}
	#area-7 .line_4 {
		display: block;
		top: 28%;
		right: auto;
		left: -2%;
		width: 20%;
	}
}

#area-8 .line_1 {
	top: 5%;
	left: -25%;
	width: 40%;
}
#area-8 .line_2 {
	top: 32%;
	left: -22%;
	width: 35%;
}
#area-8 .line_3 {
	top: 48%;
	right: -25%;
	width: 35%;
}
#area-8 .line_4 {
	top: 70%;
	right: -20%;
	width: 40%;
}
@media only screen and (max-width: 765px)  {
	#area-8 .line_1 {
		top: 65%;
		left: auto;
		right: -5%;
		width: 25%;
	}
	#area-8 .line_2 {
		top: 78%;
		left: auto;
		right: -25%;
		width: 40%;
	}
	#area-8 .line_3 {
		display: none
	}
	#area-8 .line_4 {
		top: 10%;
		right: auto;
		left: -5%;
		width: 36%;
	}
}



#footer {
	border-top: 2px solid #4d4d4d;
	margin: 5% auto 0;
	padding: 5% 0;
	width: 90%;
	color: #4d4d4d;
}
#footer .sns {
	width: 50%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
}
#footer .sns li {
	width: 60px;
	margin: 0 auto;
}
#footer .staff {
	text-align: center;
	font-size: 12px;
	margin: 8% auto;
	line-height: 2.0;
}

#footer .copy {
	text-align: center;
	font-size: 12px;
	margin: 8% auto 2%;
	line-height: 2.0;
}
@media only screen and (max-width: 765px)  {
	#footer {
		border-top: 2px solid #4d4d4d;
		margin: 15% auto 0;
		padding: 15% 0;
		width: 90%;
		color: #4d4d4d;
	}
	#footer .sns {
		grid-template-columns: 1fr;
	}
	#footer .sns li {
		width: 60px;
		margin: 10% auto;
	}
}




@keyframes switch {
  0% {
	  opacity: 0;
	}
	15% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	65% {
		opacity: 0;
	}
  100% {
	  opacity: 0;
	}
}
@keyframes fuwafuwa {
	0% {
		transform: translate(0,8px)
	}
	50% {
		transform: translate(0,-8px)
	}
	100% {
		transform: translate(0,8px)
	}
}