@charset "UTF-8";
html {
	font-size: 62.5%;/* rem計算の場合 */
}
body {
	font-size: 1.6em;
	min-width: 320px;
	margin: auto;
	position: relative;
	color: #707070;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
}
*{
	box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.w1200{
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
}
.w1000{
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}
.w900{
	max-width: 920px;
	margin: 0 auto;
	padding: 0 20px;
}
h2{
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 50px;
	opacity: 0;
}
h2 br{
	display: none;
}

/* fv */
header .fv{
	width: 100%;
	height: 100vh;
	margin-bottom: 100px;
}
header .fv .item:first-of-type{
	width: 180px;
	top: 0;
	left: 5%;
}
header .fv .item:nth-of-type(2){
	width: 20px;
	top: 30%;
	left: 10%;
}
header .fv .item:nth-of-type(3){
	width: 100px;
	top: 20px;
	left: 50%;
}
header .fv .item:nth-of-type(4){
	width: 20px;
	top: 10px;
	right: 15%;
}
header .fv .item:nth-of-type(5){
	width: 130px;
	top: 35%;
	left: 0;
}
header .fv .item:nth-of-type(6){
	width: 160px;
	top: 45%;
	right: 0;
}
header .fv .item:nth-of-type(7){
	width: 200px;
	bottom: 10px;
	right: 40%;
}
header .fv .item:nth-of-type(8){
	width: 20px;
	bottom: 10px;
	right: 10%;
}
header .fv .w1200{
	top: 50%;
	height: 90vh;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
header .fv .img .shape::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
header .fv .img.center{
	/* width: 55%; */
	width: 700px;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	filter: blur(10px);
	opacity: 0;
}
header .fv .img.center .shape::after{
	bottom: -10px;
	left: -10px;
	background: #CAAF19;
}
header .fv .img.r-bottom{
	width: 15%;
	bottom: 3%;
	right: 10%;
	z-index: 6;
	filter: blur(10px);
	opacity: 0;
}
header .fv .img.r-bottom .shape::after{
	bottom: -5px;
	right: -5px;
	background: #B4B4CC;
}
header .fv .img.r-top{
	width: 310px;
	/* width: 27%; */
	top: -1%;
	right: 0;
	z-index: 6;
	filter: blur(10px);
	opacity: 0;
}
header .fv .img.r-top .shape::after{
	content: none;
}
header .fv .img.left{
	/* width: 30%; */
	width: 380px;
	bottom: -2%;
	left: 0%;
	z-index: 3;
	filter: blur(10px);
	opacity: 0;
}
header .fv .img.left .shape::after{
	top: -10px;
	right: -10px;
	background: #E74733;
}
header .fv .copy{
	position: absolute;
	top: 6%;
	left: 12%;
	z-index: 3;
}
header .fv .copy h1{
	font-size: 2.6rem;
	display: inline-block;
	padding: 5px 0 5px 8px;
	background: #E74733;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
header .fv .copy p{
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	line-height: 1.6;
}
header .fv .copy p br.sp-block{
	display: none;
}

.fv_img{
	width: 70%;
	margin: 0 auto;
}

header .fv .w1200 .asirai{
	width: 16.5%;
    height: 100px;
    background: #274090;
    top: 60px;
    right: 25%;
}

/* sv */
.sv .line:first-of-type{
	width: 100%;
	margin-bottom: 150px;
}
.sv .line:last-of-type{
	width: 100%;
	margin-bottom: 150px;
}
.sv .txt p{
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.8;
	opacity: 0;
}
.sv .map{
	width: 400px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 150px;
	opacity: 0;
}

/* shops */
.shops ul{
	justify-content: center;
	margin-bottom: 50px;
}
.shops ul li{
	width: 23%;
	margin: 0 5px;
	margin-bottom: 50px;
	opacity: 0;
}
.shops ul li span{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
}

footer {
	border-top: solid 1px #707070;
}
footer .logo{
	width: 200px;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 100px;
}
footer nav{
	justify-content: center;
	margin-bottom: 80px;
}
footer nav li a{
	display: block;
	color: #707070;
	margin: 0 20px 5px 20px;
	font-weight: bold;
	transition: .3s;
}
footer .copyright{
	padding: 10px;
}
footer .copyright span{
	font-size: 1rem;
	text-align: center;
	display: block;
}

.anime-fuwafuwa {
	animation: 3s fuwafuwa infinite;
}
@keyframes fuwafuwa {
	0%,
	100% {transform: translateY(0);}
	50% {transform: translateY(10px);}
}
.anime-fuwafuwa:nth-of-type(2){
	animation-delay: .2s;
}
.anime-fuwafuwa:nth-of-type(3){
	animation-delay: .4s;
}
.anime-fuwafuwa:nth-of-type(4){
	animation-delay: .6s;
}

.Fade-area .show{
	animation-name: feadUpanm;
    animation-duration: .8s;
    animation-fill-mode: forwards;
	transform: translateY(80px);
}
@keyframes feadUpanm {
    0% {transform: translateY(80px); opacity: 0;}
    100% {transform: translateY(0); opacity: 1;}
}

.anime-blur {
	animation-name: blur-anm;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
	filter: blur(10px); 
	opacity: 0;
}
@keyframes blur-anm {
    0% {filter: blur(10px); opacity: 0;}
    100% {filter: blur(0px); opacity: 1;}
}
.anime-blur:nth-of-type(2){
	animation-delay: .4s;
}
.anime-blur:nth-of-type(3){
	animation-delay: .8s;
}
.anime-blur:nth-of-type(4){
	animation-delay: 1.2s;
}