@charset "UTF-8";


.background_01 {
	display: block;
	z-index: 0;
	background-image: url(../image/bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 114% auto;
	background-attachment: fixed;
}
/*-----------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
}

/*-----------------------------------*/




#main-content{
	padding: 0;
	overflow: hidden;
	background-image: url(../image/sakura_l.svg);
	background-position: left top;
	background-repeat: no-repeat;
} 

#main-content > .content{
	margin: 0;
	padding: 0;
	background-image: url(../image/sakura_r.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.section {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 100%;
	background-image: url(../image/flag.svg);
	background-position: center -5px;
	background-repeat: no-repeat;
}

.container {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	position: relative;
	background: rgba(255,255,255,0.5);
	width: 100%;
}
.page-header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	margin-top: 0px;
	padding-top: 30px;
	width: 100%;
}
.page-header .date {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.page-header .balloon {
	position: absolute;
	width: 14%;
	bottom: -20%;
	right: -2%;
}

/* Animation */
.fuwafuwa {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.container header .ttl {
	width: 90%;
	z-index: 30;
	margin-top: 10%;
}
.section {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 100%;
}

.container {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
.shop {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 10px;
}
.shop.shop-h {
    color: #B8183F;
}
.shop.shop-a {
    color: #9CC83B;
}
.itemprice {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	color: #552807;
	font-weight: bold;
}
.itemprice-s {
	color: #552807;
	line-height: 1.4em;
	margin-top: 5px;
	font-size: 14px;
}
.item-txt {
	color: #C93D3F;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.item-txt strong {
    font-size: 110%;
}
.item-txts {
	color: #C93D3F;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tokuten {
	color: #55BC84;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.fontdown {
    font-size: 80%;
}
.shopBox .photo {
	position: relative;
	z-index: 0;
}
.boxes .shopBox .boots01 {
	width: 40px;
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 30;
}
.boxes .shopBox .boots02 {
	width: 40px;
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 30;
}
.boxes .shopBox .boots03 {
	width: 40px;
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 30;
}
.boxes .shopBox .boots04 {
	width: 40px;
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 30;
}

.swiper-container{
    width: 100%;
    overflow: hidden;
}




