*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  line-height: 2;
  color: #191919;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  margin:auto 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #231815;
}



/***********************
           SP
************************/
body {
	animation: fadein 3s forwards;
	background-color: #f4f3ed;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

.inner{padding:0 16px;}

.pc{display:none;}
.sp{display:block;}

h1{margin-bottom: 12px;}
h2{text-align: center;font-size:13px;line-height: 2.2;}

p{font-size:12px;line-height:1.5;}


/*main*
****************************************/
.line-main{background-color: #fdd945;

}

.line-main-box{
    padding: 40px 0;
}

.line-main-title{
	margin-bottom: 20%;
}
.line-main-title h1 img{width:100%;}
.line-main-title p{font-size:14px;}
.line-main-img{
	position: relative;
    padding-bottom: 40px;
}
.line-iphone{
	width: 66%;
    margin: auto;
}
.line-iphone img{filter: drop-shadow(10px 10px 15px rgba(73, 73, 73, 0.6));}
.line-fukidashi{
	position: absolute;
    top: -12%;
    right: 0;
    width: 43%;
}
.line-add-sp-title{font-weight:bold;font-size:15px;margin-bottom: 12px;text-align: center;}
.line-add-sp{text-align: center;}
.line-add-sp img{width:210px;}
.line-main-d-icon{ width:110px;margin-right: 28px;}
.line-add-pc{ display:none; }

/*contents*
****************************************/
.contents-back{
	background-image: url("../img/road-sp.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color:rgba(244,243,237,0.5);
	background-blend-mode:lighten;
    padding-top: 60px;
}
.line-contents h2 img{width:250px;}
.line-contents-box{
	/*background-color:rgba(253,217,69,0.7);
	background-color:rgba(255,255,255,0.5);
	border-radius: 15px;*/
	padding: 0 10px;
    margin: 40px 0 60px;
}
.line-contents-box h3{
	font-size:24px;
	line-height: 1.2;
    background: linear-gradient(transparent 70%, #ffc200 50%);
    width: fit-content;
    margin: 0 auto 10px;
}
.line-contents-text{
	margin-top: 16px;text-align: center;
}
.line-p-bold{ font-size: 14px; font-weight: bold; line-height: 2; }

.gallery-img-box{position: relative;}
.gallery-img{
	width:60%;
	margin:auto;
	text-align: center;
}
#line-gallery{
	width: 50%;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.event-img-box{position: relative;}
.event-img{
	width:60%;
	margin:auto;
	text-align: center;
}
.event-pop{
	width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;	
}

/*coupon*
****************************************/
.line-coupon{ 
	padding-top: 20px;
    padding-bottom: 60px;
}
.line-coupon h2 img{width:250px;}

.line-coupon-balloon {
   text-align: center;
   margin-top: 30px;
}
.line-coupon-img{
	text-align: center;
}

/*add*
****************************************/
.add-back{
	background-image: url("../img/daownload-back.png");
	background-size: cover;
    background-position: top;
	padding: 20px;
}

.add{background-color: #fdd945;}
.add .inner{padding-top:20px;padding-bottom: 40px;}
.add h2 img{width:250px;margin-bottom: 30px;}
.line-add-footer-pc{display:none;}


/*footer*
****************************************/
.footer{background: #27241f;padding: 20px; color:#fff;}
.footer a{color:#fff;}
.footer-link{text-align: center;font-size: 11px;}
.footer-link ul{margin-bottom: 10px;}
.footer-link ul li span{font-size:10px;}

/*QR*
****************************************/
.float{display:none;}

/***********************
        animation
************************/

.delay-time{
  animation-delay: 1.2s;
}


/***********************
           PC
************************/	
	
@media screen and (min-width:560px){	
	.inner{
		max-width:1100px;
		margin:0 auto;
		padding:0 2.4%;
	}
	.sp{display:none;}
	.pc{display:block;}
	h1{width: 95%;margin-bottom: 30px;}
	h2{font-size: 15px;line-height: 2.8;}
	p{font-size:14px;}
	


	
/*main*
****************************************/
	.line-main .inner{max-width:1100px;}
	.line-main-box {
		display: flex;
		padding:8% 0;
		justify-content: center;
	}
	.line-main-title{
		width: 52%;
    	margin-bottom: 0;
    	margin-top: 5%;
	}
	.line-main-img{
		width:40%;
	    margin-top: 3%;
	}
	.line-add-pc{
		display:flex;
		margin-top: 60px;
		align-items: flex-end;
	}
	
	.line-main-add p{font-weight:bold;font-size:16px; margin-bottom: 10px;}
	.line-main-add img{width:208px;}

	.line-add-sp{display:none;}
	.line-fukidashi{ width: 40%; }
	
/*contents*
****************************************/
	.contents-back{
		background-image: url("../img/road.png");
		background-position: top;
		background-repeat: no-repeat;
		background-size: contain;
		padding-top: 110px;
	}
	.line-contents h2 img { width: 300px;}
	.line-contents-box{
		display:flex;
		justify-content: center;
		align-items: center;
		margin: 60px 0;
	}
	.line-contents-box-row{flex-direction: row-reverse;}
	.line-contents-img{width:30%;}
	.line-contents-box h3{font-size: 30px; margin:inherit; margin-bottom: 10px;}
	.line-p-bold {font-size:16px;}
	.line-contents-text {
		width: 48%;
		margin-top: 0;
		padding: 0 20px;
		text-align: left;
	}
	.line-contents-box-row .line-contents-text{padding: 0 0 0 40px;}
	
	
/*coupon*
****************************************/	
	.line-coupon h2 img { width: 300px;}
	.line-coupon-balloon{width:400px;margin:auto;margin-top: 40px;}
	.line-coupon-img img {width:50%; margin:auto;}
	
/*add*
****************************************/
	.add-back{padding: 50px;}
	
	.add .inner{padding-top: 30px;padding-bottom: 60px;}
	.add h2 img { width: 300px;}
	.line-add-footer-pc{
	display: flex;
	justify-content: center;
    align-items: flex-end;
}
	
/*footer*
****************************************/
	.footer-link{
		display: flex;
		justify-content: space-between
	}
	.footer-link ul{
		display: flex;
		justify-content: center;
	}
	.footer-link ul li:first-child{margin-right: 30px;}


/*QR*
****************************************/
    .float {
		display: block;
		position: fixed;
		bottom: 0;
		right:0;
		z-index: 8;
		background:#20274f;
		padding: 10px;
		color:"fff;"
	}
	.float p{
		font-size:11px;
		color:#fff;
		margin-bottom: 10px;
	}
	.float > a {
		width: 94px;
		display: block;
		margin:auto;
	}


	
/*.float-on{
  opacity: 1;		
}
.float-hidden {
  visibility: hidden;
  opacity: 0;
}*/

}



/***********************
        animation
************************/

.delay-time{
  animation-delay: .8s;
}
.delay-time2{
  animation-delay: .6s;
}
.zoom{
  animation-duration:.5s!important;
  animation-delay: .8s;
}

/* fade in　*/
.fadeIn{
	animation-name:fadeInAnime;
	animation-delay: .5s;
	animation-duration:1.2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  transform: translateY(0);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }	
}
.fadeInTrigger{
    opacity: 0;
}




