
	body{
	font-family: "fot-tsukuardgothic-std", sans-serif;
	}
	
	
	
	
	
	
	.main_visual{
	margin-top:100px;
	position:relative;
}

.main_img{
	position:relative;
}

.m_img{
	position:absolute;
}

.img01{
	z-index: 3;
	width: 11%;
	top: 41%;
	left: 24%;
	opacity:0;
}

.open .img01{
	opacity:1;
	-webkit-transition: .6s cubic-bezier(0.78, .18, .34, .98) 2s;
	-moz-transition: .6s cubic-bezier(0.78, .18, .34, .98) 2s;
	-ms-transition: .6s cubic-bezier(0.78, .18, .34, .98) 2s;
	-o-transition: .6s cubic-bezier(0.78, .18, .34, .98) 2s;
	transition: .6s cubic-bezier(0.78, .18, .34, .98) 2s;
}



.img02{
	z-index: 2;
	width: 19%;
	top: 46%;
	right: 28%;
	opacity:0;
}

.open .img02{
	opacity:1;
	-webkit-transition: .6s cubic-bezier(0.78, .18, .34, .98) 2.3s;
	-moz-transition: .6s cubic-bezier(0.78, .18, .34, .98) 2.3s;
	-ms-transition: .6s cubic-bezier(0.78, .18, .34, .98) 2.3s;
	-o-transition: .6s cubic-bezier(0.78, .18, .34, .98) 2.3s;
	transition: .6s cubic-bezier(0.78, .18, .34, .98) 2.3s;
}


.img03{
	z-index: 0;
	width: 30%;
	top: 7%;
	right: 20%;
	opacity:0;
}

.open .img03{
	opacity:1;
	-webkit-transition: .6s cubic-bezier(0.78, .18, .34, .98) .8s;
	-moz-transition: .6s cubic-bezier(0.78, .18, .34, .98) .8s;
	-ms-transition: .6s cubic-bezier(0.78, .18, .34, .98) .8s;
	-o-transition: .6s cubic-bezier(0.78, .18, .34, .98) .8s;
	transition: .6s cubic-bezier(0.78, .18, .34, .98) .8s;
}


.img04{
	z-index: 1;
	width: 15%;
	top: 20%;
	right: 26%;
	opacity:0;
}

.open .img04{
	opacity:1;
	-webkit-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.4s;
	-moz-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.4s;
	-ms-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.4s;
	-o-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.4s;
	transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.4s;
}


.img05{
	z-index: 4;
	width: 36%;
	top: 23%;
	left: 25%;
		opacity:0;
}

.open .img05{
	opacity:1;
	-webkit-transition: .6s cubic-bezier(0.78, .18, .34, .98) 2.6s;
	-moz-transition: .6s cubic-bezier(0.78, .18, .34, .98) 2.6s;
	-ms-transition: .6s cubic-bezier(0.78, .18, .34, .98) 2.6s;
	-o-transition: .6s cubic-bezier(0.78, .18, .34, .98) 2.6s;
	transition: .6s cubic-bezier(0.78, .18, .34, .98) 2.6s;
}



.img06{
	z-index: 2;
	width: 16%;
	top: 43%;
	left: 17%;
	opacity:0;
}

.open .img06{
	opacity:1;
	-webkit-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.7s;
	-moz-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.7s;
	-ms-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.7s;
	-o-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.7s;
	transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.7s;
}




.img07{
    z-index: 0;
    width: 13%;
    top: 12%;
	left: 20%;
	opacity:0;
}

.open .img07{
	opacity:1;
	-webkit-transition: .6s cubic-bezier(0.78, .18, .34, .98) .5s;
	-moz-transition: .6s cubic-bezier(0.78, .18, .34, .98) .5s;
	-ms-transition: .6s cubic-bezier(0.78, .18, .34, .98) .5s;
	-o-transition: .6s cubic-bezier(0.78, .18, .34, .98) .5s;
	transition: .6s cubic-bezier(0.78, .18, .34, .98) .5s;
}



.img08{
    z-index: 1;
    width: 16%;
    top: 6%;
	left: 31%;
	opacity:0;
}

.open .img08{
	opacity:1;
	-webkit-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.1s;
	-moz-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.1s;
	-ms-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.1s;
	-o-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.1s;
	transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.1s;
}



























.bbs {
	position: absolute;
	top:5%;
    align-items: center;
    color: #000;
    display: flex;
    line-height: 40px;
    width: 100%;
    white-space: nowrap;
    z-index: 99;
	font-family: "graduate", serif;
}


.bbs ul {
  animation: flowing 40s linear infinite;
	font-size: 10vw;
	font-weight: normal;
	transform:translateX(100%);
	margin: 0;
	padding: 0;
}

.bbs ul li{
  display: inline-block;
	padding-right: 10px;
	letter-spacing: -2px;
}


@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}


.bbs02 {
	position: absolute;
	bottom:10%;
    align-items: center;
    color: #000;
    display: flex;
    line-height: 40px;
    width: 100%;
    white-space: nowrap;
    z-index: 99;
	font-family: "graduate", serif;
}


.bbs02 ul {
  animation: flowing02 40s linear infinite reverse;
	font-size: 10vw;
	font-weight: normal;
	transform:translateX(100%);
	margin: 0;
	padding: 0;
}

.bbs02 ul li{
  display: inline-block;
	padding-right: 10px;
	letter-spacing: -2px;
}


@keyframes flowing02 {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}







	


	
.main_copy h2{
	text-align:center;
	font-size:18px;
}

	.main_note{
	margin-top:50px;
	}
	
	.main_note p{
	font-size:16px;
}











	
.btn_list{
	margin-top:30px;
}

.btn_list_wrap{
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1180px;
	margin:0 auto;
	padding: 0 120px;
}

.btn_list_wrap > div{
	width:10%;
	position:relative;
	cursor: pointer;
		-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

.btn_list_wrap > div:hover{
	z-index:99;
	opacity:0.6;
		-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}


.btn_list_wrap > div.btn03 a > img{
	width:140%;
	transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
}


.btn_list_wrap > div.btn05 a > img{
	width:140%;
	transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
}

.btn_list_wrap > div.btn06 a > img{
	width:120%;
	transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
}





.btn_list_wrap > div a span{
	position:absolute;
	width:40%;
}


.btn_list_wrap > div.btn01 a span{
	left:-40%;
	top:45%;
}

.btn_list_wrap > div.btn02 a span{
	left: 40%;
	bottom: -15%;
}

.btn_list_wrap > div.btn03 a span{
	left: 20%;
	bottom: -15%;
}

.btn_list_wrap > div.btn04 a span{
	left: 58%;
	bottom: -18%;
}

.btn_list_wrap > div.btn05 a span{
	left: -6%;
	top: 8%;
}

.btn_list_wrap > div.btn06 a span{
	left: -12%;
	bottom: 4%;
}

.btn_list_wrap > div.btn07 a span{
	right: 2%;
	bottom: -15%;
}

.btn_list_wrap > div.btn08 a span{
	left: -15%;
	top: 2%;
}


	
.content_index{
    margin-top: 100px;
}


.content_index_inner {
    max-width: 1180px;
    padding: 0 120px;
    margin: 0 auto;
}


.content_box{
	position:relative;
	margin-bottom:100px;
}


.content_title{
	text-align:center;
}

.content_title p{
	width:430px;
	display:inline-block;
}


.content_wrap{
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}





.content_box:last-child{
	margin-bottom:0px;
}



.content_box .content_img{
	width:50%;
	position:relative;
}


.content_box .content_img > div{
	position:absolute;
}





.content_box .content_img > div.c_img01{
	animation-name:updown1;
	animation-delay:0s;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite; 
}

.content_box .content_img > div.c_img02{
	animation-name:updown2;
	animation-delay:0s;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite; 
}

.content_box .content_img > div.c_img03{
	animation-name:updown3;
	animation-delay:0s;
	animation-duration: 6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite; 
}



@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes updown2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}



@keyframes updown3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}







#content01 .c_img01{
	bottom:20%;
	width:38%;
	z-index:1;
}

#content01 .c_img02{
	top:6%;
	left: 28%;
	width:40%;
	z-index:0;
}

#content01 .c_img03{
	top:10%;
	right: 0;
	width:50%;
	z-index:2;
}




#content02 .c_img01{
	top:12%;
	width:55%;
	z-index:0;
}

#content02 .c_img02{
	bottom:6%;
	left: 28%;
	width:42%;
	z-index:2;
}

#content02 .c_img03{
	top:10%;
	right: 0;
	width:40%;
	z-index:1;
}




#content03 .c_img01{
	top:12%;
	width:52%;
	z-index:0;
}

#content03 .c_img02{
	bottom:0%;
	right: -5%;
	width:58%;
	z-index:2;
}

#content03 .c_img03{
	top:10%;
	right: 0;
	width:48%;
	z-index:1;
}







#content04 .c_img01{
	top:0%;
	left: 4%;
	width:25%;
	z-index:0;
}


#content04 .c_img02{
	top:5%;
	left: 24%;
	width:44%;
	z-index:2;
}

#content04 .c_img03{
	bottom:5%;
	right: 5%;
	width:33%;
	z-index:1;
}











#content05 .c_img01{
	bottom:12%;
	width:38%;
	z-index:1;
}


#content05 .c_img02{
	top:30%;
	right: 5%;
	width:40%;
	z-index:2;
}

#content05 .c_img03{
	top:20%;
	left: 25%;
	width:50%;
	z-index:0;
}




#content06 .c_img01{
	bottom:5%;
	width:28%;
	z-index:1;
}


#content06 .c_img02{
	top:30%;
	right: 5%;
	width:48%;
	z-index:2;
}

#content06 .c_img03{
	top:22%;
	left: 25%;
	width:32%;
	z-index:0;
}









#content07 .c_img01{
	bottom:2%;
	width:43%;
	z-index:0;
}


#content07 .c_img02{
	top:auto;
	top:22%;
	right: 25%;
	width:38%;
	z-index:1;
}

#content07 .c_img03{
	bottom:0%;
	right: 5%;
	width:40%;
	z-index:2;
}




#content08 .c_img01{
	bottom:2%;
	width:42%;
	z-index:2;
}


#content08 .c_img02{
	bottom:0%;
	right: 25%;
	width:42%;
	z-index:1;
}

#content08 .c_img03{
	bottom:0%;
	right: 10%;
	width:16%;
	z-index:0;
}

















.content_box .content_detail{
	width:45%;
	position:relative;
}


.shop_copy p{
	font-size:19px;
	line-height:140%;
	font-weight:bold;
}

.shop_note{
	margin-top:20px;
}

.shop_note p{
	font-size:13px;
}

.shop_ac{
	margin-top:15px;
	text-align:center;
}

.shop_ac p{
	font-size:14px;
}

.shop_ac a{
	font-size:14px;
}




@media screen and (max-width: 640px){
	
	
	
	
	
	
	
	
	
	
	
	.main_visual {
		margin-top: 70px;
	}
	
	
	.img01 {
		width: 18%;
		top: 42%;
		left: 17%;
	}
	
	.img02 {
		width: 29%;
		top: 49%;
		right: 10%;
	}
	
		.img03 {
    width: 46%;
    top: 12%;
    right: -2%;
}
	
	
	.img04 {
		width: 23%;
		top: 25%;
		right: 10%;
	}
	
	.img05 {
		width: 50%;
		top: 27%;
		left: 19%;
	}
	
	.img06 {
		width: 28%;
		top: 48%;
		left: 3%;
	}
	
	
	.img07 {
		width: 25%;
		top: 17%;
		left: 6%;
	}
	
	.img08 {
		width: 26%;
		top: 15%;
		left: 28%;
}

	
	
	
	
	
	
	.bbs ul,.bbs02 ul {
		font-size: 80px;
	}
	
	
	
	
	.main_copy h2 {
		font-size: 12px;
		line-height:140%;
	}
	
	.main_note {
		margin-top: 20px;
		padding:0 30px;
	}
	
	.main_note p {
		font-size: 13px;
		font-weight: bold;
		text-align: center;
	}
	
	
	
	
	.btn_list_wrap {
		padding: 0 30px;
	}
	
	
	
	.btn_list_wrap > div {
		width: 22%;
		margin-bottom:20px;
	}
	
	.btn_list_wrap > div:nth-child(n+5){
		margin-bottom:0px;
	}
	
	
	#main_content .btn_list_wrap > div {
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
	}
	
	
	.btn_list_wrap > div.btn01 a > img {
    width: 80%;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
}
	
	
	.btn_list_wrap > div.btn03 a > img {
    width: 150%;
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
	}
	
	.btn_list_wrap > div.btn04 a > img {
    width: 80%;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
}
	
	
	
	.btn_list_wrap > div.btn01 a span {
    left: -28%;
	}
	
	.btn_list_wrap > div.btn04 a span {
		left: 64%;
		bottom: -23%;
	}
	
	.btn_list_wrap > div.btn05 a span {
		left: -17%;
		top: 5%;
	}
	
	
	
	
	.content_index {
		margin-top: 60px;
	}
	
	.content_title p {
		width: 100%;
		display: inline-block;
	}
	
	
	
	
	.content_index_inner {
		padding: 0 0px;
	}
	

	
	.content_box {
		display: block;
		padding: 0 35px;
		margin-bottom: 70px;
	}
	
	.content_box .content_img {
		width: 100%;
	}
	
	
	
	.content_box .content_detail {
		width: 100%;
		margin-top:20px;
		padding:0 0px;
	}
	
	
	.shop_note p {
		font-size: 12px;
		text-align: left;
	}
	
	
	
	
	
	
	#content01 .c_img01{
	bottom:18%;
	}
	
	#content01 .c_img02{
		top:10%;
	}
	
	#content01 .c_img03{
		top:14%;
	}
	
	
	
	
	
	#content02 .c_img01 {
    left: -10%;
	}
	
	
	
	
	
	#content04 .c_img01{
		top: 4%;
}


#content04 .c_img02{
	top:0%;
}

#content04 .c_img03{
	bottom:4%;
	}
	
	
	
	
	
	
#content06 .c_img01{
	bottom: 12%;
}


#content06 .c_img02{
	top:26%;
}

#content06 .c_img03{
	top:18%;
}

	
	
	#content07 .c_img01{
		bottom:5%;
	}
	
	
	#content07 .c_img02{
		top:19%;
	}
	
	#content07 .c_img03{
		bottom:3%;
	}
	
	
	
	#content08 .c_img01{
	bottom:8%;
	}
	

	#content08 .c_img02{
		bottom:8%;
	}
	
	#content08 .c_img03{
		bottom:6%;
	}
	
	
	
	
	
}


