@charset "UTF-8";
#main-content >.content .sp-show{ display: none; }
#main-content > .content br.sp{ display: none; }

/*my set style*/
.background_01 {
	position: relative;
	background-color: rgba(180,210,240,0.7);
}
/*-----------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
}

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




#main-content{
	padding-top: 4%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	overflow: hidden;
} 
#main-content video {
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

#main-content > .content{
	margin: 0;
	padding: 0;
}
.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;
	max-width: 1200px;
	border-radius: 20px;
}
.page-header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	z-index: 10;
	padding-top: 8%;
	width: 90%;
	padding-bottom: 30%;
}
.page-header .ttl {
	width: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.page-header .deco {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
}
.page-header .seagull1 {
	position: absolute;
	width: 10%;
	top: 7%;
	left: 36%;
}
.page-header .seagull2 {
	position: absolute;
	width: 7%;
	top: -2%;
	left: 44%;
}
.shake-up {
    animation: shake-up 3s infinite ease-in-out;
}
@keyframes shake-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}
.shake-up2 {
    animation: shake-up 2s infinite ease-in-out;
}
@keyframes shake-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}
.page-header .tshirt {
	width: 17%;
	position: absolute;
	right: 8%;
	top: 18%;
}
.poyopoyo {
  animation: poyopoyo 2s ease-in-out infinite;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.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: #000000;
	font-weight: bold;
}
.itemprice-s {
	color: #000000;
	line-height: 1.4em;
	margin-top: 5px;
	font-size: 14px;
}
.item-txt {
	color: #0A87CA;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.item-txt strong {
    font-size: 110%;
}
.item-txts {
	color: #0A87CA;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tokuten {
	color: #DB65AC;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.fontdown {
    font-size: 80%;
}
.shopBox .photo {
    position: relative;
}

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



@media screen and (max-width: 1200px) {

.container {
	margin: 0 auto;
	width: 80%;
	position: relative;
}
}
	@media screen and (max-width: 896px) {

.container {
	margin: 0 auto;
	width: 80%;
	position: relative;
}
}
	
	@media screen and (max-width: 786px){

.container {
	margin: 0 auto;
	width: 80%;
	position: relative;
}
}
