@charset "utf-8";
/* CSS Document */
img{
	max-width: 150%;
}

body{
	margin: 0;
	background-color: #FCEFDC;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #FCEFDC;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	overflow: hidden;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.pcBox{
	display: none;
}

section{
	background-color: #FCEFDC;
	box-sizing: border-box;
	padding: 3% 0;
}

.main{
	width: 100%;
	margin: 0 auto 15%;
}

.slide{
	position: relative;
	width: 100%;
	overflow: inherit;
}

.slide img {
	animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-name: slideshow; 
    animation-timing-function: ease; 
    opacity: 0;
}


.slide img:nth-child(2){
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.slide img:nth-child(1){
	animation-delay: 0s;
	}

.slide img:nth-child(2){
	animation-delay: 3s;
}


@keyframes slideshow {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main p{
	text-align: center;
	font-size: 14px;
	line-height: 2.2;
	margin: 10% auto;
	letter-spacing: 0.5px;
}

.lineup{
	width: 90%;
	margin: 15% auto;
}

.lineup h1{
	text-align: center;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.6;
	margin: 5% auto;
}

.lineup h2{
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	margin: 8% auto 5%;
}

.lineup h2 span{
	background-color: #fcb584;
}

.lineup h2:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 60px;
	background-image: url('../images/spoon1.png');
	background-repeat: no-repeat;
	margin-right: 20px;
	background-size: contain;
	vertical-align: middle;
}

.lineup h2:after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 60px;
	background-image: url('../images/spoon2.png');
	background-repeat: no-repeat;
	margin-left: 20px;
	background-size: contain;
	vertical-align: middle;
}

.lineup img{
	margin-bottom: 10%;
}

.currySet{
	margin: 10% auto;
	box-sizing: border-box;
	padding: 5%;
	border: solid 1px #000;
}

.currySet p{
	font-size: 14px;
	line-height: 2;
}

.currySet p .currySet_title{
	font-size: 17px;
}

.currySet p .kome{
	font-size: 12px;
}

.currySet_btn{
	width: 70%;
	margin: 10% auto 0;
}

.point{
	margin: 20% auto;
}

.point h1{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
	margin: 5% auto 15%;
}

.point h1 span{
	background-color: #fcb584;
	padding: 1%;
}

.point1{
	width: 100%;
	overflow-x: scroll;
}

.point1::-webkit-scrollbar{
	display: none;
}

.point1 img{
	width: 150%;
	margin-left: 10%;
	margin-right: 10%;
}

.point_pos{
	position: relative;
	margin: 15% auto;
	width: 90%;
}

.point2{
	width: 90%;
	margin-left: 5%;
}

.point2_2{
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	z-index: 10;
}

.point3{
	position: absolute;
	width: 55%;
	right: 0%;
	bottom: 0%;
	z-index: 5;
}

.point4{
	width: 90%;
	margin: 0 auto;
}

.inside_story{
	width: 90%;
	margin: 45% auto 15%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 3%;
	border-radius: 10px;
}

.hinata{
	width: 30%;
	margin: -35% auto 0;
}

.asahi{
	width: 30%;
	margin: -35% auto 0;
}

.inside_story h1{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
	margin: 5% auto 15%;
}

.inside_story h1 span{
	background-color: #fcb584;
	padding: 1%;
}

.episode{
	position: relative;
	width: 95%;
	margin: 0 auto 15%;
	border: solid 2px #fcf0dc;
	border-radius: 0 80px 0 0;
}

.episode2{
	border-radius: 80px 0 0 0;
}

.episode1_img img{
	border-radius: 0 80px 0 0;
}

.episode2_img img{
	border-radius: 80px 0 0 0;
}

.episode_other1{
	position: absolute;
	width: 33%;
	top: -5%;
	right: -2%;
}

.episode_other2{
	position: absolute;
	width: 22%;
	top: -7%;
	left: 4%;
	transform: rotate(-15deg); 
}

.episode_other3{
	position: absolute;
	width: 37%;
	top: -8%;
	right: -5%;
}


.episode p{
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	margin: 3% auto;
	padding: 3% 0 5%;
}

.item{
	width: 90%;
	margin: 15% auto 20%;
}

.item_title{
	width: 35%;
	margin: 0 auto;
}

.item_img{
	width: 88%;
	margin: 10% auto;
}

.credit{
	margin: 0 auto;
}

.credit p{
	font-size: 16px;
	margin: 8% 0 2%;
	font-weight: 600;
}

.credit a{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	position: relative;
	padding-bottom: 2%;
	border-bottom: solid 1px #000;
	margin-bottom: 3%;
}

.credit a:after{
	content: 'CHECK';
	position: absolute;
	width: 80px;
	background-color: #000;
	color: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 2;
}


.schedule{
	width: 90%;
	margin: 15% auto;
}

.main-title{
	text-align: center;
	font-size: 17px;
	line-height: 1.4;
	margin: 0 auto 5%;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.main-title span{
	background: linear-gradient(transparent 50%, #fcb584 50%);
	font-size: 33px;
	font-weight: bold;
}

.scheduleBox{
	margin: 10% auto;
	position: relative;
}

.scheduleBox img{
	width: 18%;
	position: relative;
	z-index: 10;
}

.schedule-inner{
	position: absolute;
	width: 90%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 5% 0 12%;
	height: 90px;
	right: 0%;
	top: 15%;
	z-index: 1;
}

.schedule-inner p{
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	padding-right: 5%;
	line-height: 1.8;
	font-size: 12px;
	font-weight: 600;
}

.schedule-inner .start{
	font-size: 36px;
	letter-spacing: 4px;
	color: #E59678;
	font-weight: 600;
}

.under{
	background: linear-gradient(transparent 50%, #fcb584 50%);
}

.line{
	text-decoration: underline;
}

.foot-sns{
	margin: 15% auto;
	width: 90%;
}

.foot-sns ul{
	padding: 0;
	list-style: none;
	/*display: grid;
	 grid-template-columns: 1fr 1fr 1fr;*/
	display: flex;
	align-items: flex-end;
}

.foot-sns ul li{
	font-size: 13px;
	margin: 5% auto;
	text-align: center;
	width: 33.3%;
}

.foot-sns ul li img{
	width: 50%;
	margin: 0 auto;
}

.foot-sns ul li p{
	font-size: 12px;
	line-height: 3;
	margin: 3% auto;
	text-align: center;
}


.campaign{
	width: 90%;
	margin: 15% auto;
}

.innerBox{
	background-color: #fff;
	box-sizing: border-box;
	padding: 5%;
	border-radius: 0 0 10px 10px;
}

.innerBox h2{
	font-size: 17px;
	margin: 1% 0;
}

.innerBox p{
	font-size: 13px;
	line-height: 1.8;
}

.innerBox span{
	font-size: 11px;
}

.innerBox2{
	border-radius:10px;
	background-color: #f7c14b;
}

.campaign_title{
	width: 75%;
	margin: 3% auto;
}

.img100{
	width: 100%;
	margin: 3% auto 5%;
}

.noBox{
	display: flex;
	column-gap: 10px;
	white-space: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.noBox img{
	max-width: 5%;
}

.mgb5{
	margin-bottom: 10%;
}

.btn{
	width: 70%;
	margin: 15% auto 20%;
}

.account{
	width: 90%;
	margin: 10% auto 5%;
	display: flex;
	list-style: none;
	column-gap: 25px;
	padding: 0;
}


.main-title{
	text-align: center;
	font-size: 17px;
	line-height: 1.4;
	margin: 0 auto 5%;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.main-title span{
	background: linear-gradient(transparent 50%, #fcb584 50%);
	font-size: 33px;
	font-weight: bold;
}

.lk_foot{
	width: 100%;
	margin: 15% auto;
}

.lk_foot_box{
	margin-bottom: 20%;
}

.lk_foot img{
	width: 70%;
	margin: 0 auto;
}

.lk_foot h1{
	text-align: center;
	font-size: 20px;
	margin: 4% auto;
}


.lk_foot p{
	text-align: center;
	font-size: 11px;
	line-height: 2.2;
}

.lk_foot_logo{
	width: 40%;
	margin: 0 auto 10%;
}

.foot_attantion{
	background-color: #e7e6e5;
	padding: 7%;
}

.foot_attantion h1{
	font-size: 14px;
	font-weight: normal;
	margin: 2% 0;
}

.foot_attantion p{
	font-size: 12px;
	line-height: 1.8;
	margin: 2% auto;
}

.foot_attantion span{
	display: inline-block;
	margin-top: 2%;
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
}

@media(min-width:750px){
	
.point{
	width: 90%;
	margin: 20% auto;
}
	
.point1 img{
	width: 100%;
	margin-left: 0%;
}
	
	.scheduleBox img {
		width: 15%;
		margin-left: 4%;
	}
	
	.schedule-inner{
		font-size: 14px;
		box-sizing: border-box;
		margin-left: 0%;
		width: 80%;
		right: 5%;
		height: 100px;
	}
	
	.schedule-inner p{
		font-size: 14px;
	}
	
	.sticky__container{
		display: flex;
		background-color: #FCEFDC;
	}
	.pcBox{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrapper{
		width: 39%;
		box-sizing: border-box;
		margin: 0 auto;
		border: solid 10px #fff;
		box-sizing: border-box;
	}
	
	.leftBox img{
		display: block;
		width: 38vh;
	}
	
	.snsBOX{
		font-family: 'Arial',sans-serif;
	}
	
	.snsBOX__inner{
		border-radius: 15px;
		text-align: center;
	}
	
	.snsBOX__list01{
		display: flex;
		padding: 0;
		list-style: none;
		justify-content: center;
		margin: 0;
	}
	
	.snsBOX__list01 li{
		margin: 0 7px;
		line-height: 0;
	}
	
	.snsBOX__list01 li img{
		width: 50px;
		height: auto;
	}
	
	.header_logo_lk{
		width: 80%;
		margin: 0 auto 3%;
	}
}