@charset "utf-8";

/* CSS Document */
body {
	font-family: "Noto Sans JP", sans-serif;
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


a {
	text-decoration: none;
	transition: 0.3s;
}



p {
	line-height: 1.4;
}

img {
	width: 100%;
}

.pc_only {
	display: block;
}

@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}

@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

.logo {
	position: absolute;
	z-index: 2;
	width: 70px;
	left: 10px;
	top: 10px;
}

@media screen and (max-width: 767px) {
	.logo {
		width: 60px;
	}
}



/***************FV********************/
#fv {
	background-color: #0E0E0E;

}


.fv-triangle {
	position: relative;
}


.fv-triangle::after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border: solid;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #E2B743;
	border-width: 0px 200px 200px 0px;
	bottom: 0;
	left: 0;
}

.fv-triangle::before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border: solid;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #E2B743;
	border-width: 200px 0px 0px 200px;
	top: 0;
	right: 0;
}


.fv-wrap {
	position: relative;
}


.fv-wrap::after {
	content: "";
	position: absolute;
	background: url("../img/fvWrap-left.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 259px;
	height: 386px;
	left: 2%;
	bottom: 10%;
	transition: all 0.3s;
}


.fv-wrap::before {
	content: "";
	position: absolute;
	background: url("../img/fvWrap-right.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 259px;
	height: 386px;
	right: 2%;
	top: 10%;
	transition: all 0.3s;
}


.star2 {
	content: "";
	position: absolute;
	background: url("../img/first-img/star2.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 104px;
	height: 109px;
	right: 12%;
	bottom: 30%;
	transition: all 0.3s;
}

.star1 {
	content: "";
	position: absolute;
	background: url("../img/first-img/star1.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 112px;
	height: 123px;
	left: 12%;
	top: 20%;
	transition: all 0.3s;
}







.fv-inner {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-top: 3.5em;
	padding-bottom: 2em;
}



.main-title {
	max-width: 909px;
	margin: 0 auto;
	width: 100%;
	margin-top: -1em;
	position: relative;
}

/*
.main-title::after{
	content: "";
    position: absolute;
    background:url("../img/first-img/comment.png") no-repeat;
    background-position: center;
	background-size: contain;
       width: 278px;
    height: 183px;
    right: 4%;
    bottom: 17%;
    transition: all 0.3s;		
}
*/

.hukidashi {
	position: absolute;
	width: 278px;
	height: 183px;
	right: 4%;
	bottom: 17%;
	transition: all 0.3s;
}




.day-box {
	background-color: #fff;
	padding: 10px 10px 5px 10px;
}

.dayFlex {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 870px;
	margin: 0 auto;
}

.stage {
	max-width: 195px;
	width: 100%;
	padding-right: 5px;
}

.day {
	max-width: 663px;
	width: 100%;
}

/***************FV SP*******************/

@media screen and (max-width: 1399px) {
	.main-title {
		width: 66%;
	}

	.hukidashi {
		width: 32%;
	}

	.fv-wrap::before {
		width: 13%;
	}

	.fv-wrap::after {
		width: 13%;
	}

}

@media screen and (max-width: 1190px) {
	.star1 {
		left: 4%;
	}

	.star2 {
		right: 5%;
	}
}

@media screen and (max-width: 1100px) {
	.fv-inner {
		width: 95%;
	}



	.fv-wrap::before {

		height: 286px;
		width: 13%;
	}

	.fv-wrap::after {
		width: 200px;
		height: 286px;
	}

	.star1 {
		width: 9%;
		height: 14%;
	}

	.star2 {
		width: 9%;
		height: 14%;
	}

	.hukidashi {
		bottom: 10%;
	}
}



.w990_only {
	display: none;
}

@media screen and (max-width: 990px) {
	.w990_only {
		display: block;
	}

	.hukidashi {
		bottom: 6%;
	}
}




@media screen and (max-width: 768px) {

	.fv-inner {
		padding-top: 6em;
		padding-bottom: 8em;
	}

	.main-title {
		margin-top: 0.5em;
		width: 100%;
	}

	.star1 {
		bottom: 6%;
		top: inherit;
	}

	.star2 {
		top: 7%;
		bottom: inherit;
	}

	.hukidashi {
		bottom: 13%;
		top: 60%;
	}

	.fv-triangle::before {
		border-width: 95px 0px 0px 95px;
	}

	.fv-triangle::after {
		border-width: 0px 95px 95px 0px;
	}



	.fv-wrap::before {
		background: url(../img/first-img/fvWrap-right-sp.png) no-repeat;
		width: 128px;
		height: 74px;
		right: 21%;
		top: 4%;
	}

	.fv-wrap::after {
		background: url("../img/first-img/fvWrap-left-sp.png") no-repeat;
		width: 35%;
		height: 20%;
		bottom: -6%;
		left: 19%;
	}

	.dayFlex {
		display: block;
	}

	.stage {
		margin: 0 auto;
		width: 30%;
	}

	.day {
		margin: 0 auto;
	}

}

/*********************動画**********************/


.topabout {
	padding: 60px 0;

}


#movie {
	position: relative;
	z-index: 10;
	padding: 40px 0;
}

.movie-youtube {
	border: solid 2px #fff;
}




@media screen and (min-width: 768px) {
	.movie-youtube {
		text-align: center;
		width: 600px;
		margin: auto;
		padding: 2em 1em;
		border-radius: 10px;
		margin-top: -2em;
	}
}

@media screen and (max-width: 768px) {
	.movie-youtube {
		margin: 0;
		position: relative;
		width: 100%;
		padding-bottom: 56.25%;
		overflow: hidden;
		box-sizing: border-box;
	}

	.movie-youtube iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	#movie {
		position: relative;
		z-index: 10;
		padding: 40px 10px;
	}

	.topabout {
		padding: 40px 0;
	}
}



/********************ALL contents*************************/
.contents {
	background-color: #0E0E0E;
}

/*****************colon**********************/
.colon {
	max-width: 98px;
	margin: 0 auto;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 1em;
}

/*********colon SP********/

@media screen and (max-width: 768px) {
	.colon {
		width: 18%;
	}
}



/************************nav***************************/

#nav {
	margin-top: 8em;
}


#nav a:hover {
	opacity: 1;
}

.nav-wrap {
	position: relative;
	z-index: 1;
	padding: 0 10px;
}

.list {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.list-btn p {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #0E0E0E;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;

}

.list-yellow {
	color: #FFF8A6;
}


.list-btn p:hover::after {
	bottom: 10px;
}

.list-btn:hover {
	box-shadow: none;
	transition: all .3s;
}


.nav-link {
	width: calc((100% - 20px) / 2);
	background-color: #F7CE5C;
	border: solid #0E0E0E 3px;
	padding: 20px 10px 20px 10px;
	position: relative;
	border-radius: 10px;
	margin-bottom: 3em;
	box-shadow: 2px 3px 2px 0px rgba(255, 255, 255, 1);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pluspadding {
	padding: 35px 10px 35px 10px;
}


.list-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}



.nav-link::before {
	content: "";
	position: absolute;
	background: url("../img/first-img/nav-icon.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 89px;
	height: 86px;
	right: 4%;
	bottom: -20%;
	opacity: 0;
	transition: opacity 0.3s;

}

.nav-link:hover::before,
.nav-link.is-appear::before {
	opacity: 1;
}

/************************nav SP***************************/

@media screen and (max-width: 767px) {

	#nav {
		margin-top: 4em;
	}

	.list {
		justify-content: space-around;
	}

	.list-btn p {
		font-size: 1.1em;
	}

	.nav-link::before {
		width: 50px;
		height: 50px;
		bottom: -26%;
	}

}


/************************back irasuto******************************/
.first-contens {
	position: relative;
	padding-bottom: 20em;
}

.irasuto1,
.irasuto2,
.irasuto3 {
	position: absolute;
}

.irasuto1 {
	width: 370px;
	height: 367px;
	right: 4%;
	top: 10%;
	transition: all 0.3s;
}


.irasuto2 {
	width: 296px;
	height: 303px;
	left: 4%;
	top: 40%;
	transition: all 0.3s;
}

.irasuto3 {
	width: 407px;
	height: 239px;
	right: 4%;
	bottom: 0%;
	transition: all 0.3s;
}



/************back irasuto SP***************/
@media screen and (max-width: 1340px) {
	.irasuto1 {
		width: 20%;
		height: 20%;
		right: 0%;
	}

	.irasuto2 {
		width: 17%;
		height: 17%;
		top: 36%;
	}

	.irasuto3 {
		width: 27%;
		height: 15%;

	}
}

@media screen and (max-width: 950px) {
	.irasuto3 {
		display: none;
	}

	.irasuto2 {
		top: inherit;
	}

	.irasuto1 {
		top: inherit;
		bottom: 40%;
	}
}


@media screen and (max-width: 767px) {
	.irasuto1 {
		bottom: inherit;
		width: 34%;
		height: 20%;
		top: 34%;
	}


	.irasuto2 {
		width: 32%;
		height: 14%;
	}
}

/***********************SALE contens***************************/

.con-wrap {
	padding-bottom: 13em;
	background: #292929;
	background: linear-gradient(32deg, rgba(41, 41, 41, 1) 50%, rgba(14, 14, 14, 1) 50%);
	margin-top: 3em;
	position: relative;
	margin-bottom: 9em;
}

.con-after {
	position: absolute;
	width: 20%;
	height: 20%;
	bottom: 0%;
	right: 2%;
}



.gold-line {
	position: relative;
}

.gold-line::after {
	content: "";
	position: absolute;
	background: #F8D26B;
	background: linear-gradient(90deg, rgba(248, 210, 107, 1) 0%, rgba(246, 180, 0, 1) 100%);
	width: 100%;
	height: 35%;
	bottom: -3%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}


.gold-line::before {
	content: "";
	position: absolute;
	background: #F8D26B;
	background: linear-gradient(90deg, rgba(248, 210, 107, 1) 0%, rgba(246, 180, 0, 1) 100%);
	width: 100%;
	height: 10%;
	top: 39%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}


.sale-title {
	max-width: 496px;
	margin: 0 auto;
	width: 100%;
	z-index: 10;
	position: relative;
}

.sale-icon {
	position: absolute;
	width: 30%;
	height: 45%;
	left: -17%;
	bottom: -7%;
	transition: all 0.3s;
	z-index: 10;
	overflow: hidden;

}

/*****************SALE contens SP******************/

@media screen and (max-width: 1080px) {
	.con-after {
		width: 27%;
	}
}


@media screen and (max-width: 767px) {

	.sale-title {
		width: 66%;
	}

	.con-after {
		width: 56%;
		bottom: 0;
	}
}



/*****************slider********************/

.slider-box {
	margin-top: 9em;
}


.slider-wrap {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	border: solid #E2B743 7px;
	padding: 3% 0 3% 3%;
	overflow: hidden;
	border-radius: 40px;
	margin-top: -3em;

}

.shina-box {
	margin-left: 10px;
	margin-right: 10px;
}

#yumeichi .slider-wrap {
	background-color: #FFFBEF;
	border: solid #006CB8 7px;
}




@media screen and (max-width: 768px) {
	.slider-wrap {
		border-radius: 20px;
		border: solid #E2B743 4px;
	}
}


.tasaki_renewal .swiper-wrapper {
	height: auto;
}

.tasaki_renewal .shop__list>li {
	height: auto;
	position: relative;
	background: #fff;
	margin: 0;
}

.item {
	width: 30%;
	margin: 10px 8px;
	box-shadow: 3px 3px 3px rgba(124, 124, 124, 0.5);
	padding: 1em 0.5em;
	background-color: #fff;
}

.item__txt .from {
	font-size: 1em;
	margin-bottom: 6px;
}

.tasaki_renewal p {
	line-height: 1.4;
}

.item__txt .ttl {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.3;
}

.item__txt .comment {
	font-size: 1.1em;
	margin-top: 4px;
}

.logo-img {
	width: 99px;
}

.pre {
	margin: 0 auto;
	width: 85%;
	margin-top: 1.2em;
}




.tasaki_renewal p {
	line-height: 1.4;
}

.item__price {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #707070;
	text-align: right;
}

.item__price .price {
	font-size: 1.9em;
	font-weight: 600;
}

.tasaki_renewal p {
	line-height: 1.4;
}

.item__price p {
	color: #CD0000;
}

.price {
	text-align: end;
}

.item__price .tax {
	font-weight: 600;
}

.tasaki_renewal p {
	line-height: 1.4;
}

.item__price p {
	color: #CD0000;
}

.couponprice {
	display: flex;
	margin-top: 8px;
	border: 2px solid #009D88;
}

.couponprice .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	padding: 4px;
	background: #009D88;
	text-align: right;
}

.couponprice .txt p {
	color: #fff;
	font-size: 0.9em;
	line-height: 1.2;
}

.couponprice .price {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40%;
	padding: 4px 0;
	background: #FFF000;
	text-align: center;
}

.couponprice .price p {
	color: #CD0000;
	font-weight: 700;
	font-size: 1.5em;
}

.tasaki_renewal p {
	line-height: 1.4;
}

.couponprice .price p span.small {
	font-size: 0.8em;
}


.blk-bk {
	background-color: #1D1D1D;
	padding: 5px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 0.9em;
	font-weight: 400;
	margin-top: 10px;
}

.blk-line {
	background-color: #fff;
	padding: 5px;
	display: inline-block;
	color: #1D1D1D;
	border: solid 0.5px #1D1D1D;
	text-align: center;
	font-size: 0.9em;
	font-size: 400;
	margin-top: 5px;
}


.bold-txt {
	font-size: 1em;
	font-weight: bold;
	color: #252525;
}


.tax-small {
	font-size: 1em;
	font-weight: 400;
	color: #0C0C0C;
	text-align: left;
}


.red-bk {
	background-color: #D91515;
	padding: 5px;
	display: table;
	color: #fff;

	font-size: 0.9em;
	font-weight: 400;
	margin-top: 10px;
	text-align: left;
}


.hangaku-txt {
	text-align: center;
	background-color: #FFE744;
	border: solid 2px #D91515;
	padding: 3px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hangaku-txt p {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #D91515;
}

.after-price {
	text-align: center;
	color: #fff;
	background-color: #D91515;
	padding: 2px 2px 4px 2px;
	font-size: 0.5em;
	line-height: 0;
	margin-bottom: 4px;
	margin-right: 5px;
}

.tsumitate-box {
	display: flex;
	justify-content: flex-end;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #707070;
	text-align: right;
	align-items: center;

	flex: 3;
}


.tsumitate-box .price {
	font-size: 3em;
}






.tsumitate {

	background-color: #D91515;
	padding: 3px;

}

.tsumitate p {
	font-size: 0.8em;
	color: #fff;

	font-weight: 400;
}


.only-number {
	background-color: #D10000;
	padding: 5px;
	margin-top: 1em;
}

.only-number_yellow {
	text-align: center;
	font-size: 1em;
	color: #FFF125;
	font-weight: bold;
}

.only-number_white {
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	font-weight: 500;
}

.iryo-after-box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.iryo-after {
	background-color: #D10000;
	padding: 5px;
	color: #fff;
	font-size: 0.7em;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	margin-right: 2px;
}


/***********孫要素揃える追記　始**********/
.shina-box .shop__list>li {
	display: flex;
	flex-direction: column;
}

/*
.item__img{
	flex: 1;
}
*/

.item__txt {
	flex: 2;
}

.item__price {
	flex: 3;
}

.tsumitate-price {
	flex: 0;
}

@media screen and (min-width: 1030px) {
	.ul-center {
		justify-content: center;
	}
}



/***********孫要素揃える追記　終**********/


/******sliderボタン*******/

.tasaki_renewal .swiper-button_wrap {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2em;
}

.tasaki_renewal .swiper-button-prev:after,
.tasaki_renewal .swiper-rtl .swiper-button-next:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 24.6px 15px 0;
	border-color: transparent #ffffff transparent transparent;
}

@media screen and (max-width: 767px) {

	.tasaki_renewal .swiper-button-prev:after,
	.tasaki_renewal .swiper-rtl .swiper-button-next:after {
		border-width: 10px 14.6px 10px 0;
	}
}

.tasaki_renewal .swiper-button-next,
.tasaki_renewal .swiper-button-prev {
	position: static;
	background: #3fb266;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin: 5px;
}

@media screen and (max-width: 767px) {

	.tasaki_renewal .swiper-button-next,
	.tasaki_renewal .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
}

.tasaki_renewal .swiper-button-next--fourdays,
.tasaki_renewal .swiper-button-prev--fourdays {
	background: #258BC6;
}

.tasaki_renewal .swiper-button-next--couponfood,
.tasaki_renewal .swiper-button-prev--couponfood {
	background: #F84DAD;
}

.tasaki_renewal .swiper-button-next--coupondrug,
.tasaki_renewal .swiper-button-prev--coupondrug {
	background: #12BAEE;
}

.tasaki_renewal .swiper-button-next.swiper-button-disabled,
.tasaki_renewal .swiper-button-prev.swiper-button-disabled {
	background: #aaa;
	opacity: 1;
}

.tasaki_renewal .swiper-button-next:after,
.tasaki_renewal .swiper-rtl .swiper-button-prev:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 24.6px;
	border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 767px) {

	.tasaki_renewal .swiper-button-next:after,
	.tasaki_renewal .swiper-rtl .swiper-button-prev:after {
		border-width: 10px 0 10px 14.6px;
	}
}

/*****************slider 終********************/



/**********************set item contens***************************/

.setItem-title {
	max-width: 740px;
	margin: 0 auto;
	width: 100%;
	z-index: 10;
	position: relative;
}


.setItem-icon {
	position: absolute;
	width: 50%;
	height: 60%;
	right: -17%;
	bottom: -23%;
	transition: all 0.3s;
	overflow: hidden;
}


.youmeapp-coupon_inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 7em;
	padding-bottom: 3em;

}

.coupon-box {
	width: calc((100% - 35px) / 4);
	background-color: #fff;
	padding: 10px 10px 10px 10px;
	box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.33);
	margin-left: 4px;
	margin-right: 4px;
	display: flex;
	flex-direction: column;
	margin-bottom: 2em;
	border-bottom: solid 5px #E3B842;
	border-top: solid 5px #E3B842;
}


@media screen and (max-width: 1080px) {
	#youmeapp-coupon .couponprice .txt p {
		font-size: 0.7em;
	}

	#youmeapp-coupon .couponprice .price p {
		font-size: 1.1em;
	}
}


@media screen and (max-width: 890px) {
	#youmeapp-coupon {
		border-radius: 120px 120px 0 0;
	}
}





@media screen and (max-width: 768px) {
	#youmeapp-coupon {
		border-radius: 50px 50px 0 0;
	}


	.youmeapp_subcopy p {
		font-size: 1.2em;
	}

	.youmeapp-title {
		margin-top: 0.5em;
	}

	.coupon-link {
		width: calc((100% - 20px) / 2);
	}

	.coupon-notice {
		font-size: 0.9em;
	}

	.coupon-category {
		border: solid 3px #CD0000;
		border-radius: 0 20px 0 20px;
	}

	.coupon-category p {
		font-size: 1.3em;
	}

	.coupon-box {
		width: calc((100% - 35px) / 2);
	}

	#youmeapp-coupon .couponprice .price p {
		font-size: 1.3em;
	}
}

/*******************set item contens SP*********************/

@media screen and (max-width: 1500px) {
	.set-img {
		height: 14%;
	}
}


@media screen and (max-width: 1000px) {
	.setItem-icon {
		right: 0%;
	}
}

@media screen and (max-width: 768px) {
	.setItem-title {
		width: 84%;
	}

	.set-img {
		height: 6%;
		width: 25%;
	}

	.youmeapp-coupon_inner {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 440px) {
	.set-img {
		height: 7%;
		width: 40%;
	}
}


/***************************APP contents****************************/
.app-wrap {
	position: relative;
}

.app-wrap::after {
	content: "";
	position: absolute;
	background: url("../img/first-img/circle-right.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 326px;
	height: 100%;
	right: 0%;
	top: 2%;

	transition: opacity 0.3s;
}

.app-wrap::before {
	content: "";
	position: absolute;
	background: url("../img/first-img/circle-left.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 326px;
	height: 100%;
	left: 0%;
	bottom: 0%;

	transition: opacity 0.3s;
}


.dotto {
	content: "";

	background: url("../img/first-img/dotto.png");
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 30px;
	transition: all 0.3s;
	padding: 5px;
}

.app-inner {
	margin-top: 6em;
	padding-bottom: 4em;
	position: relative;
	z-index: 1;
}


.app-title {
	max-width: 870px;
	margin: 0 auto;
	width: 100%;
}

.youmeapp_subcopy {
	padding: 0 10px;
	text-align: center;
}

.youmeapp_subcopy p {
	display: inline-block;
	border-bottom: solid 3px #fff;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
}


.app-dayBox {
	background-color: #E60039;
	border-radius: 50px;
	padding: 6px;
	max-width: 470px;
	margin: 0 auto;
	width: 92%;
	margin-top: 1em;
}

.app-dayBox p {
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1.3em;
}


/****************繰り返し出現********************/
.img-row {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 5em;
}

.img-row img {
	width: 170px;
	height: 100%;
}

/* 全画像に順番でフェードイン適用（animation-durationは画像数×遅延） */
.fade-img {
	opacity: 0;
	animation: fadeAppear 4.5s linear infinite;
}

/* 画像1： 0sで出現、ループ終わりで消える */
.img1 {
	animation-delay: 0s;
}

/* 画像2： 0.7s遅れて出現 */
.img2 {
	animation-delay: 0.7s;
}

/* 画像3： 1.4s遅れて出現 */
.img3 {
	animation-delay: 1.4s;
}

@keyframes fadeAppear {

	/* 0%～画像出現時間前まで不透明度0 */
	0% {
		opacity: 0;
	}

	/* 画像1：0%～0.3s fade-in */
	16% {
		opacity: 1;
	}

	/* 画像2：0.7sでfade-in */
	32% {
		opacity: 1;
	}

	/* 画像3：1.4sでfade-in、その後全て表示状態を維持 */
	48% {
		opacity: 1;
	}

	/* 全て表示状態キープ（例: 66%まで） */
	66% {
		opacity: 1;
	}

	/* 直後に全てまとめて消える */
	72% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 768px) {
	.img-row {
		width: 20%;
	}
}

/*********************APP contents SP*************************/
@media screen and (max-width: 1100px) {
	.app-wrap::before {
		display: none;
	}

	.app-wrap::after {
		width: 142px;
		top: -31%;
	}

	.app-inner {
		margin-top: 3em;
	}
}



@media screen and (max-width: 768px) {
	.app-title {
		width: 93%;
	}

	.youmeapp_subcopy p {
		font-size: 1em;
	}

	.app-dayBox p {
		font-size: 1.2em;
	}
}




/*********************present contents****************************/

.cp-wrap {
	background: repeating-linear-gradient(135deg, #F3C446, #F3C446 20px, #F0BB39 20px, #F0BB39 40px);
	padding-top: 10em;
	padding-bottom: 6em;
	margin-top: 8em;
	padding-left: 10px;
	padding-right: 10px;
}



.cp-inner {
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 20px;
	border: solid #C60079 9px;
	background-color: #0E0E0E;
	position: relative;
	padding: 1.2em;
	padding-bottom: 3em;

}

.cp-ribon {
	max-width: 710px;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}


.pre-titleFlex {
	display: flex;
	justify-content: center;
	align-items: baseline;
	max-width: 885px;
	margin: 0 auto;
	margin-top: 4em;
}

.titleFlex-left {
	max-width: 377px;
	width: 100%;
}

.titleFlex-right {
	max-width: 507px;
	width: 100%;
}

.pre-img {
	max-width: 436px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}


.dotto-circle1 {
	position: absolute;
	width: 35%;
	height: 35%;
	top: 0%;
	right: -40%;
}

.dotto-circle2 {
	position: absolute;
	width: 35%;
	height: 35%;
	bottom: 0%;
	left: -40%;
}

.preTitle {
	max-width: 442px;
	margin: 0 auto;
	width: 100%;
}


.pre-wtxt {
	text-align: center;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	line-height: 1.4em;
}

.pre-gtxt {
	text-align: center;
	font-size: 1.2em;
	color: #E2B743;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 0.5em;
}


.pre-info {
	background-color: #fff;
	padding: 10px;
	margin-top: 2em;
}

.info-gry {
	text-align: left;
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	line-height: 1.4em;
	background-color: #EFEFEF;
	padding: 5px;
	margin-bottom: 0.6em;
}


.info-black {
	text-align: left;
	font-size: 1em;
	color: #333333;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 0.3em;
}


.info-notice {
	text-align: left;
	font-size: 0.8em;
	color: #333333;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 0.6em;
}

/********************present contents SP*************************/


@media screen and (max-width: 768px) {
	.cp-wrap {
		margin-top: 6em;
		padding-bottom: 4em;
		padding-top: 5em;
	}

	.cp-inner {
		border-radius: 61px;
		border: solid #C60079 6px;
		padding: 1.2em 0.8em 3em 0.8em;
	}

	.pre-titleFlex {
		display: block;
	}

	.titleFlex-left {
		width: 78%;
		margin: 0 auto;
	}

	.titleFlex-right {
		margin: 0 auto;
		margin-top: -3em;

	}

	.pre-img {
		width: 79%;
	}

	.pre-titleFlex {
		margin-top: 2em;
	}

	.preTitle {
		width: 85%;
	}

	.pre-wtxt {
		font-size: 1.2em;
	}

	.pre-gtxt {
		line-height: 1.6em;
		font-size: 1em;
	}

	.info-gry {
		font-size: 1.1em;
	}
}





/**********************店舗**************************/
.tenpo-txt {
	text-align: center;
	font-size: 1.2em;
	color: #0E0E0E;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 2.5em;
}





/****************リンクボタン**********************/
.btn-link {

	max-width: 350px;

	display: block;
	text-align: center;
	margin: 1em auto;
}


.app_btn {
	max-width: 350px;
	margin: 0.5em auto 0 auto;
	background-color: #E30073;
	border-radius: 50px;
	padding: 20px 5px;
	box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.33);

}

.app_btn p {
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	position: relative;

}


.app_btn p::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	transform: rotate(45deg);
	/*アニメーションの指定*/
	transition: all .3s;
}


.app_btn p:hover::after {
	right: 10px;
}

.app_btn:hover {
	box-shadow: none;
	transition: all .3s;
}

@media screen and (max-width: 768px) {
	.app_btn p {

		font-size: 1em;
	}

	.app_btn {
		max-width: 300px;
		padding: 20px 5px;
	}

	.btn-link {
		max-width: 300px;
	}

	.app_btn p::after {
		right: 9px;
	}
}


/****************リンクボタン　終**********************/







/********************animation************************/

/*左から右へ*/
.img-mask {
	width: 0;
	height: 100%;
	object-fit: contain;
	transition: width 1s cubic-bezier(.61, .05, .22, .98);
}


.animated-line.is-active .img-mask {
	width: 100%;
}


/*スクロールアップ*/
.scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
}

.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}


/* 回転するアニメーション */
@keyframes fuwafuwa {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
	animation: 3s fuwafuwa infinite;
}





/*****star*****/
.rotate-x-img {
	display: block;
	margin: 30px auto;
	/* X軸回転アニメーション */
	animation: rotateXloop 3.0s linear infinite;

	/* 画像が回転しても立体感見えやすいように */
	transform-style: preserve-3d;
	backface-visibility: visible;
	/* ← ここを変更 */
	will-change: transform;
}

/* X軸で360度ループ回転 */
@keyframes rotateXloop {
	0% {
		transform: rotateY(0deg);
	}

	20% {
		transform: rotateY(72deg);
	}

	40% {
		transform: rotateY(144deg);
	}

	60% {
		transform: rotateY(216deg);
	}

	80% {
		transform: rotateY(288deg);
	}

	100% {
		transform: rotateY(359deg);
	}
}


/**********吹き出しフェードアップ*************/
.slide-up-img {
	opacity: 0;
	transform: translateY(40px);
	/* 下から */
	transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1), transform 2.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-up-img.is-visible {
	opacity: 1;
	transform: translateY(0);
}


/************画像縮小*************/
.scale-loop-img {
	width: 120px;
	height: 120px;
	display: block;
	margin: 30px auto;
	/* スケールアニメーションを無限ループ */
	animation: scaleBounce 2.0s ease-in-out infinite;
	will-change: transform;
}

@keyframes scaleBounce {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.25);
	}

	/* 1.25倍に拡大 */
	100% {
		transform: scale(1);
	}

	/* 元に戻る */
}

.scale-loop-img2 {
	width: 120px;
	height: 120px;
	display: block;
	margin: 30px auto;
	/* スケールアニメーションを無限ループ */
	animation: scaleBounce 3.0s ease-in-out infinite;
	will-change: transform;
}

@keyframes scaleBounce {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}

	/* 1.5倍に拡大 */
	100% {
		transform: scale(1);
	}

	/* 元に戻る */
}


@media screen and (max-width: 910px) {
	.scale-loop-img {
		width: 80px;
		height: 80px;
		right: -23%;
	}


	.scale-loop-img2 {
		width: 80px;
		height: 80px;
		left: -23%;
	}
}

@media screen and (max-width: 768px) {
	.scale-loop-img {
		top: inherit;
		right: -8%;
		bottom: 0%;
	}

	.scale-loop-img2 {
		width: 50px;
		height: 50px;
		left: -2%;
		bottom: inherit;
		top: 0%;
	}
}

@media screen and (max-width: 580px) {
	.scale-loop-img {
		right: -3%;
		width: 35px;
		height: 35px;
	}

	.scale-loop-img2 {
		width: 31px;
		height: 31px;
		left: -5%;
		top: -8%;
	}

	.titleFlex-right {
		margin-top: -2em;
	}

	.pre-titleFlex {
		margin-top: 1em;
	}
}


.notice {
	width: 95%;
	margin: 60px auto;
	max-width: 1100px;
}

.notice p {
	font-size: 0.9em;
	padding-left: 1em;
	text-indent: -1em;
}