@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px) {
    .only-pc {
        display: none;
    }
}

@media print,
screen and (min-width: 768px) {
    .only-sp {
        display: none;
    }
}

@media print,
screen and (max-width: 480px) {
    .only-ss {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .only-pctab {
        display: none;
    }
}

@media screen and (min-width: 1201px) {
    .only-tab {
        display: none;
    }
}

body {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #1C1D1C;
    font-size: 16px;
    line-height: 1.4;
	margin: inherit;	
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

a:hover {
    opacity: 0.8;
}

img{
	width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


a {
  text-decoration: none;
  transition: 0.3s;
}



p {
  line-height: 1.4;
	margin: 0;
}

img{
	width: 100%;
}


main.main {
  border: none;
  padding: 0;
}
@media screen and (max-width: 834px) {
  main.main {
    padding: 0;
  }
}



/****logo***/
.hd_logo {
    background-color: #ffffff;
    padding: 20px 40px;
/*    width: 100%;*/
}

@media screen and (max-width: 767px) {
    .hd_logo {
        padding: 10px 20px;
/*        margin-top: -50px;*/
    }
}

.sunny-logo a {
    display: inline-block;
    width: 200px;
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .sunny-logo a {
        width: 120px;
    }
}



/********dummy*******/

.all-wrap{
	margin-bottom: 3em;
}

/********fv*********/
.fv-wrap{
padding: 4em 10px 4em 10px;
	margin: 0 auto;
	background-color: #008D8F;
	background-image: url("../img/bk-fv.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}


.fv-inner{
	max-width: 1100px;
	
	margin: 0 auto;
	background-color: rgba(205,244,245,0.85);
	border-radius: 74px;
	box-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	padding: 2em 10px 1em 10px;
}




.fv{
	width: 85%;
	max-width: 1000px;
	margin: 0 auto;
}


.fv-copy{
	display: flex;
	justify-content: center;
	max-width: 980px;
	margin: 0 auto;
	width: 80%;
	align-items: center;
	margin-top: -10%;
}

.fv-copy li:nth-child(2){
	padding-top: 5%;
}




@media screen and (max-width: 767px){
	.fv-inner{
		border-radius: 35px;
		width: 90%;
		padding: 1.5em 10px 1em 10px;
	}
	
	
	.fv-wrap{
		background-image: url(../img/bk-fv-sp.png);
		padding: 4em 10px 2.2em 10px;
	}
	
	.fv{
		width: 100%;
	}
	
	.fv-copy{
		flex-wrap: wrap-reverse;
		width: 90%;
	}
	
	.fv-character{
		width: 51%;
    	margin: 0 auto;
	}
	
	
}


/************************nav***************************/

#nav{
	margin-top: 4em;

	padding: 2em 10px 1.2em 10px;
}

.nav-list{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}


.list-btn p{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
    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% - 154px) / 4);
    background-color: #E4007F;
    border: solid #FFF000 3px;
        padding: 30px 10px 30px 10px;
    position: relative;
    border-radius: 20px;
    margin-bottom: 1.5em;
    box-shadow: 3px 3px 0px 0px rgba(228, 0, 127, 1.00);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;

}



.list-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


@media screen and (max-width: 767px){
		.nav-link{
		            width: calc((100% - 50px) / 2);
			    padding: 20px 5px 20px 5px;
	}
		#nav{
		    margin-top: 1.5em;
	}
		.nav-list{
		justify-content: space-around;
	}
	
	.list-btn p{
		font-size: 0.9em;
	}	
}


/****************otoku*********************/

#point{
	margin-top: 11em;
	background-image: url("../img/point-bk.png");
	background-position: center;
	background-repeat: repeat-y;
	background-size: contain;
	position: relative;
}


.flag-left,.flag-right{
	position: absolute;
	max-width: 17%;
}

.flag-left{
	left: 0;
	top: 0;
}

.flag-right{
	right: 0;
	top: 0;
}


.point-wrap{
	max-width: 1100px;
	margin: 0 auto;
	border: solid #D1C053 5px;
	padding: 3em 10px;
	position: relative;
	border-radius: 20px;
	background-color: #fff;
}

.point-ttl{
	position: absolute;
    left: 50%;
    transform: translateY(-73%) translateX(-50%);
	max-width: 462px;
	margin: 0 auto;
	width: 100%;
	
}


.point-inner{
	background-color: #FFDBE8;
	border-radius: 20px;
	padding: 2em 10px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	margin-top: 6em;
}



.point-inner---top{
	margin-top: 8em;
}

.point-category{
	max-width: 480px;
	margin: 0 auto;
	width: 100%;
	background-color: #02AAAA;
	padding: 10px;
	border: solid #FCFF75 3px;
	border-radius: 15px;
	box-shadow: 4px 4px 0px 0px rgba(252, 255, 117, 1.00);
	position: absolute;
    left: 50%;
    transform: translateY(-118%) translateX(-50%);	
	
}


.point-category p{
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	
}


/*******yumeca********/
.yumeca-copy{
	max-width: 390px;
	margin: 0 auto;
	width: 100%;
	margin-top: 1.5em;
}


.yumeca-ttl{
	max-width: 750px;
	margin: 0 auto;
	width: 100%;
	margin-top: -2%;
}


.yumeca-info{
	max-width: 560px;
	margin: 0 auto;
	width: 100%;
	margin-top: 1em;	
}


.note-box{
	max-width: 750px;
	margin: 0 auto;
	border: solid #D50078 2px;
	background-color: #fff;
	margin-bottom: 1em;
}

.note-ttl{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: #D50078;
	padding: 5px 10px;
}


.note--txt{
	text-align: center;
	font-size: 1em;
	font-weight:500;
	color: #191919;

	padding: 10px;
}

.note--txt span{
	font-weight:bold;
	color: #D50023;	
}

.point-notice{
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	color:#191919;
	font-weight: 400;
	line-height: 1.4em;
	
	max-width: 710px;
		padding-left:1em;
		text-indent:-1em;	
	
}


.red-notice{
	text-align: center;
	font-size: 1.1em;
	font-weight:bold;
	color:#D50023;
	margin-top: 1em;
	padding: 10px;	
}



/************5bai************/
.point-category span{
	color: #FCFF75;
	font-size: 1.3em;
}

.bai-img{
	max-width: 880px;
	margin: 0 auto;
	width: 100%;
	margin-top: 1em;		
}


/*********5%off************/

.credit__ttl {
	text-align: center;
}

.credit__ttl p {
    color: #003D8C;
    font-size: 2em;
    font-weight: bold;
    display: inline-block;
    border-bottom: 5px solid #003D8C;
}


.chokuei-img{
	max-width: 750px;
	margin: 0 auto;
	width: 100%;
	margin-top: 1em;	
}


.chokuei-notice{
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	color:#191919;
	font-weight: 400;
	line-height: 1.4em;
	
	max-width: 710px;
	
}


@media screen and (max-width: 767px){
	.point-ttl{
		    transform: translateY(-87%) translateX(-50%);
		    width: 80%;
	}
	
	
	.point-category{
		    width: 71%;
	}
	
	.point-category p{
		    font-size: 1.2em;
	}
	
	.point-inner---top{
		margin-top: 5em;
	}
	
	.flag-left, .flag-right{
		max-width: 23%;
	}
	.flag-left {
		left: 0;
		top: -5%;
	}
	
	.flag-right {
		right: 0;
		top: -5%;
	}
	
	.credit__ttl p{
		    font-size: 1.4em;
		    border-bottom: 3px solid #003D8C;
	}
}
















/*******************con-ttl1***********************/
#nesage{
	background-color: #FCEA39;

	position: relative;
}


.nesage-ttl{
	position: absolute;
    left: 50%;
    transform: translateY(-73%) translateX(-50%);
	max-width: 680px;
	margin: 0 auto;
	width: 100%;
}


.nesage-wrap{
	background-image: url("../img/nesage-bk.png");
	background-position: top center;
	background-repeat: repeat-y;
	background-size: contain;
		    padding-bottom: 3em;
	
}





.day-white {
	text-align: center;
}

.day-white p {
    color: #E7434F;
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
    background-color: #fff;
	padding: 5px 10px;
}


.nesage-con{
	margin-top: 5em;
	padding: 0 10px;
}

.nesage-inner{
	background-color: #FCCF39;
	border-radius: 30px;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 1em;
	margin-top: 3em;
	padding-top: 2em;
	padding-left: 10px;
	padding-right: 10px;
}


@media screen and (max-width: 767px){
	.nesage-ttl{
		    width: 80%;
	}
	
	.svg-box{
		    margin-top: 10%;
	}
	
	.nesage-con{
		margin-top: 10%;
	}
	
	.nesage-wrap{
		    background-image: url(../img/nesage-bk-sp.png);
		background-size: contain;
	}
}

/***********************app*************************/

#app-coupon{
	position: relative;
	margin-top: 15em;
    background-color: #02AAAA;
    background-image:
        linear-gradient(#6FCECE 1px, transparent 1px),
        linear-gradient(90deg, #6FCECE 1px, transparent 1px);
    background-size: 40px 40px;
	padding-bottom: 3em;
}

#app-coupon::after{
    content: "";
    position: absolute;
    background: url(../img/app-line--right.png) repeat-y;
    background-position: top;
    /* background-size: contain; */
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
}

#app-coupon::before{
    content: "";
    position: absolute;
    background: url("../img/app-line--left.png") repeat-y;
    background-position: top;
    /* background-size: contain; */
    top: 0;
    left: 0;
    width: 32px;
    height: 100%;
}



.app-ttl{
	position: absolute;
    left: 50%;
    transform: translateY(-62%) translateX(-50%);
	max-width: 780px;
	margin: 0 auto;
	width: 100%;
}



.app-wrap{
	padding-top: 8em;
    padding-left: 10px;
    padding-right: 10px;	
	
}

.app-inner{
	padding-top: 2em;
	position: relative;

}

.star1,.star2,.star3,.star4,.character2{
	position: absolute;
}

.star1,.star2,.star3,.star4{
	width: 5%;
}


.character2{
    width: 13%;
    bottom: 0;
    left: 3%;
}

.star1{
	top: 0;
	    right: 7%;
  display:inline-block;
  animation:sparkleFlip 3s ease-in-out infinite;
  transform-origin:center;

}

.star2{
	top: 5%;
	left: 7%;
}


.star3{
	top: 40%;
	    right: 7%;
}

.star4{
	top: 50%;
	left:7%;	
  display:inline-block;
  animation:sparkleFlip 3s ease-in-out infinite;
  transform-origin:center;	
}


@keyframes sparkleFlip{
  0%{
    transform:rotateY(0deg) scale(1);

  }

  50%{
    transform:rotateY(90deg) scale(1);

  }

  100%{
    transform:rotateY(360deg) scale(1);
 
  }
}


.youmeapp__subttl {
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
}



.coupon-info{
	background-color: #fff;
	border: solid #E50012 3px;
	padding: 20px 10px;
	border-radius: 20px;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 2em;
}


.coupon-info--ttl{
	max-width: 520px;
	margin: 0 auto;
	width: 100%;
}


.coupon--img{
	max-width: 610px;
	margin: 0 auto;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}


@media screen and (max-width: 1420px){
	.character2{
		display: none;
	}
}

@media screen and (max-width: 1300px){
	.star1,.star3{
		right: 2%;
	}
	
	.star2,.star4{
		left: 2%;
	}
}

@media screen and (max-width: 1160px){
	
	.star1{
		top: 5px;
		width: 7%;
	}
	
	.star2,.star3,.star4{
		display: none;
	}
	
	.app-inner{
		    padding-top: 9%;
	}
}

@media screen and (max-width: 1100px){
	#app-coupon::after{
		display: none;
	}
	
	#app-coupon::before{
		display: none;
	}	
	
}


@media screen and (max-width: 767px){
	#app-coupon{
    	background-size: 20px 20px;
	}
}


@media screen and (max-width: 520px){
	    .app-inner {
			padding-top: 15%;
		}
		.star1 {
			top: 5px;
			width: 11%;
		}
	
	#app-coupon{
		    margin-top: 10em;
	}
	
	.app-wrap{
		    padding-top: 5em;
	}
}



/**********ohanami*************/
#ohanami{
	position: relative;
	margin-top: 3em;
    background: #B8EEFF;
    background: linear-gradient(180deg, rgba(184, 238, 255, 1) 0%, rgba(255, 245, 249, 1) 87%);

}

#ohanami::before, #ohanami::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: url(../img/fv_line.png) repeat-x;
    background-size: contain;
    left: 0;
}


#ohanami::before {
    top: -25px;
}


#ohanami::after {
    bottom: -25px;
}


.ohanami-ttl{
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}


.ohanami-wrap{
	background-image: url("../img/ohanami-bk.png");
	background-position: top center;
	background-repeat: repeat-y;
	background-size: contain;
	padding-bottom: 3em;
	padding-left: 10px;
    padding-right: 10px;
}


.ohanami-inner{
box-shadow:7px 7px 10px 0px rgba(0, 107, 148, 0.47);
    background-color: #FFFDF5;
    border-radius: 30px;
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 3em;
    margin-top: 2em;	
	padding-top: 3em;
	padding-left: 10px;
	padding-right: 10px;
}


.pick-item-inner{
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 2.5em;
    margin-top: 6em;
	margin-bottom: 3em;
	position: relative;

}



.pick-list{
	padding-top: 7%;
}



.drink-ttl,.sweets-ttl,.otsumami-ttl{
	position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);	
}


.drink-ttl{
	max-width: 700px;
	margin: 0 auto;
	width: 80%;
}

.sweets-ttl{
	max-width: 700px;
	margin: 0 auto;
	width: 80%;
}

.otsumami-ttl{
	max-width: 640px;
	margin: 0 auto;
	width: 80%;
}







.pink-bk{
	background-color: #FFDDED;
    background-image: linear-gradient(45deg, #FFD4E6 25%, #FFD4E6 25%, transparent 25%, transparent 75%, #FFD4E6 75%, #FFD4E6 75%), linear-gradient(-45deg, #FFD4E6 25%, #FFD4E6 25%, transparent 25%, transparent 75%, #FFD4E6 75%, #FFD4E6 75%);	
	-webkit-background-size: 50px 50px;	
}



.purple-bk{
	background-color: #E7E7FF;
    background-image: linear-gradient(45deg, #E8DEF7 25%, #E8DEF7 25%, transparent 25%, transparent 75%, #E8DEF7 75%, #E8DEF7 75%), linear-gradient(-45deg, #E8DEF7 25%, #E8DEF7 25%, transparent 25%, transparent 75%, #E8DEF7 75%, #E8DEF7 75%);	
	-webkit-background-size: 50px 50px;	
}



@media screen and (max-width: 767px){
	.ohanami-wrap{
		    background-image:unset;
	}
	
	.pick-list{
	padding-top: 16%;
}
}


.ohanami-inner .item-box{
	border: solid 1px #FF79A9;
}


/*************************item**************************/
.item-list{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
justify-content: space-evenly;
	flex-wrap: wrap;
	    position: relative;
}

@media (max-width: 767px){
	.item-list{
		justify-content: space-around;
	}
}


.item-box{
width: calc((100% - 14%) / 3);
    background-color: #fff;

    padding: 10px 10px 10px 10px;


    margin-bottom: 1.5em;
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.16);

    display: flex;
    flex-direction: column;
    justify-content: center;

}


/***************item info******************/
.item__txt .from {
    font-size: 1em;
    margin-bottom: 6px;
	font-weight: 500;
}


.item_copy{
	font-weight: 500;
}

.tasaki_renewal p {
    line-height: 1.4;
}

.item__txt .ttl {
    font-size: 1.1em;
    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: 2em;
    font-weight: 600;
	line-height: 1.1em;
}

.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.8em;
    line-height: 1.2;
	font-weight: 500;
}

.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;
}
.small {
    font-size: 0.7em;
}


.blk-bk{
	background-color: #1D1D1D;
	padding: 5px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 0.75em;
	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: 0.9em;
	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: 0.9em;
	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;
}



/***********孫要素揃える追記　始**********/
.shina-box .shop__list > li{
	    display: flex;
    flex-direction: column;
}

/*
.item__img{
	flex: 1;
}
*/

.item__txt{
	flex: 2;
}

.item__price{
	flex: 7;
}

.tsumitate-price{
	flex: 0;
}

@media screen and (min-width: 1030px){
	.ul-center{
		justify-content: center;
	}
}




@media (max-width: 1500px){
	#shokuhin .yukun_balloon {
		width: 12%;
        bottom: -6%;
        left: 0%;
	}
}

@media (max-width: 890px){
	#shokuhin .double-star{
		display: none;
	}	
}

@media (max-width: 767px){
	.item-box{
		width: calc((100% - 5%) / 2);
		    padding: 10px 5px 10px 5px;
	}
	
	.item__txt .ttl{
		font-size: 1.1em;
	}
	
	.item__price .price{
		font-size: 1.4em;
	}
	
		.small {
		font-size: 0.5em;
		}	
	
	
	.item_copy{
		font-size: 0.8em;
	}
	
	

	
	.shokuhin-inner{
		padding-top: 10px;
	}
	
	.shokuhin-wrap{
		    margin-top: 46%;
	}
	
	
	#shokuhin .yukun_balloon {
		width: 21%;
		bottom: -1%;
		left: 1%;
	}
	
	#shokuhin .balloon1{
		display: none;
	}
	#shokuhin .balloon2{
		display: none;
	}
	
	#shokuhin .balloon5{
		right: 3%;
		width: 16%;
		top: unset;
		left: unset;
		bottom: 0%;	
	}
	
	
	.set-ttl{
		    transform: translateY(-96%) translateX(-50%);
	}
	
	.set-box .item-list{
		    margin-top: 2em;
	}
	
	#shokuhin .mechan_surprised {
		width: 6em;
		bottom: -86px;
		right: 0%;
	}
	
	.couponprice .txt p{
		    font-size: 0.5em;
	}
	
	.couponprice .price p{
		font-size: 1.1em;
	}
}

@media (max-width: 380px){
	.blk-bk{
		    font-size: 0.65em;
	}
}


/***********孫要素揃える追記　終**********/



/***********1カラム*************/
.column1-box{
	display: flex;
	justify-content: center;
	background-color: #FFF3F3;
	border: solid #FF79A9 1px;
	padding: 2em 10px;
	max-width: 780px;
	margin: 0 auto;
	align-items: center;
	margin-bottom: 2em;
	    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.16);
	position: relative;
}

.column1-box::after{
	position: absolute;
	content: "";
	background: url("../img/sakura-icon.png") no-repeat;
	background-size: contain;
	background-position: center;
    width: 14%;
    height: 31%;
    bottom: -12%;
    right: 0;

}


.column1-icon{
	width: 75%;
}



.column1-box .item__img{
	max-width: 280px;
	width: 100%;
}

.column1-txt{
	padding-left: 10px;
	width: 44%;
}



/*************お花見item**************/
@media screen and (max-width: 767px){
	.ohanami-wrap{
		padding-left: 8px;
    	padding-right: 8px;
	}
	
	.ohanami-inner{
		    padding-left: 7px;
    	padding-right: 7px;
		    box-shadow: 3px 3px 5px 0px rgba(0, 107, 148, 0.47);
	}
    #ohanami .item-list {
        justify-content: space-around;
    }
	
	#ohanami .item-box{
		width: calc((100% - 4.5%) / 2);
		
	}
	
	.column1-txt{
		width: 100%;
	}
	.column1-box::after{
		transform: scale(-1, 1);
		left: 0;
		width: 23%;
		height: 40%;
	}
	
	.column1-box{
		align-items: flex-start;
	}
	
	
	.column1-box .couponprice .price p{
		font-size: 1.05em;
	}
}







/***********all notice**************/
.mainnotice {
    width: 95%;
    margin: 0 auto;
    max-width: 1100px;
    padding: 40px 0;
    background: #fff;
	margin-top: 3em;
}

.mainnotice__main {
    padding: 1em;
    background: #FCEA39;
    text-align: center;
    margin-bottom: 20px;

}
.mainnotice__main p {
    font-size: 1em;

}

/****************リンクボタン**********************/
.btn-link{

    max-width: 350px;

    display: block;
    text-align: center;
    margin: 1em auto;
	    margin-top: 4em;
    position: relative;
    z-index: 10;
}


.app_btn{
	max-width: 350px;
	margin: 0.5em auto 0 auto;
background-color: #FF417A;
	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;
	}
}


/****************リンクボタン　終**********************/




/************more**************/
.morearea{
	    background: linear-gradient(0deg, rgb(252, 207, 57) 75%, rgba(252, 207, 57, 0) 100%);
}

.morearea2{
	    background: linear-gradient(0deg, rgb(2, 170, 170) 75%, rgba(2, 170, 170, 0) 100%);	
}


.morearea3{
	    background: linear-gradient(0deg, rgb(255, 253, 245) 75%, rgba(255, 253, 245, 0) 100%);	
}



.morearea{
    width: 100%;
    margin-top: -200px;
    height: 200px;
    z-index: 1;
    background: #FFFFEC;
    background: linear-gradient(0deg, rgb(252, 207, 57) 75%, rgba(252, 207, 57, 0) 100%);
}


.morearea2{
    width: 100%;
    margin-top: -200px;
    height: 200px;
    z-index: 1;
    background: #02AAAA;
    background: linear-gradient(0deg, rgb(2, 170, 170) 75%, rgba(2, 170, 170, 0) 100%);	
}

.morearea3{
    width: 100%;
    margin-top: -200px;
    height: 200px;
    z-index: 1;
    background: #FFFDF5;
    background: linear-gradient(0deg, rgb(255, 253, 245) 75%, rgba(255, 253, 245, 0) 100%);	
}




.morebtn,.morebtn2,.morebtn3{
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    height: 100%;
    padding-top: 116px;
    cursor: pointer;
    transition: all 0.3s;
}

.morebtn span, .morebtn2 span, .morebtn3 span{
    position: relative;
    display: inline-block;
}


@media screen and (max-width: 767px) {
  .item-sp,
  .item-sp2,
  .item-sp3{
    display: none;
  }
}
.item-sp.isopen,
.item-sp2.isopen,
.item-sp3.isopen {
  display: flex;
}




/**************アニメ***********/
.fv-title{
  opacity:0;
  transform:scale(.6);
  animation:
    popTitle 1.0s cubic-bezier(.34,1.56,.64,1) forwards,
    float 3s ease-in-out 1s infinite;
}

@keyframes popTitle{
  0%{
    opacity:0;
    transform:scale(.6);
  }
  70%{
    opacity:1;
    transform:scale(1.1);
  }
  100%{
    opacity:1;
    transform:scale(1);
  }
}

@keyframes float{
  0%{transform:translateY(0) scale(1);}
  50%{transform:translateY(-8px) scale(1);}
  100%{transform:translateY(0) scale(1);}
}



/*スクロールアップ*/
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}



/*じゅわ*/
.blur-img{
  filter:blur(20px);
  opacity:.1;
  transform:scale(1.00);
  transition:2.2s ease;
}

/* 発動後 */
.blur-img.show{
  filter:blur(0);
  opacity:1;
  transform:scale(1);
}


.item__jogai {
  text-align: center;
  padding: 2px;
  font-size: 0.8em;
  color: #292929;
  border: 1px solid #424242;
  margin-top: 8px;
  line-height: 1.2 !important;
}
