@charset "UTF-8";


.background_01 {
	height: 100%;
	display: block;
	z-index: 0;
	background-color: #AFBFB5;
	background-image: url(../image/bottom.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/*-----------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
}

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




#main{
	padding: 0;
	overflow: hidden;
} 

#main > .content{
	margin: 0;
	position: relative;
	padding: 0;
	z-index: 20;
}
#main .content .ornament01 {
	position: fixed;
	top: -1%;
	left: 5%;
	width: 8%;
	z-index: 60;
}
#main .content .ornament02 {
	position: fixed;
	top: -2%;
	width: 8%;
	z-index: 60;
	right: 5%;
}
.circle1 {
  position: absolute;
  animation: swing linear 5s infinite;
  transform-origin: center -50px 0;
}

@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
}
.circle2 {
  position: absolute;
  animation: swing linear 6s infinite;
  transform-origin: center -50px 0;
}

@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
}
header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	max-width: 1200px;
	margin-top: 0px;
	padding-top: 30px;
	background-image: url(../image/star.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.container header .ttl {
	width: 60%;
	z-index: 30;
	margin-top: 10%;
}
.container header .popper_l {
	width: 15%;
	position: absolute;
	left: 5%;
	bottom: 3%;
}
.container header .popper_r {
	width: 15%;
	position: absolute;
	right: 5%;
	bottom: 3%;
}
.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;
	background-color: #E7D8B9;
	-webkit-box-shadow: 2px 2px 10px;
	box-shadow: 2px 2px 10px;
	background-image: url(../image/flag.svg);
	background-position: center -121px;
	background-size: 138% auto;
	background-repeat: no-repeat;
	width: 80%;
}
.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: #C1AF53;
	font-weight: bold;
}
.itemprice-s {
	color: #C1AF53;
	line-height: 1.4em;
	margin-top: 5px;
	font-size: 14px;
}
.item-txt {
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.item-txt strong {
    font-size: 110%;
}
.item-txts {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tokuten {
	color: #CB0D27;
	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;
}



#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 16px;
    z-index: 9999;
}
#page-top a {
	background-color: #CB0D27;
	text-decoration: none;
	color: #fefefe;
	width: 85px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}




	#footer{
    margin-top: 0;
    z-index: 999;
}
	#footer .footer-navi > .item{ width: 50%; height: 90px;}
    #footer .footer-navi > .item a{ display: block; color: #ffffff; font-weight: bold; text-decoration: none; padding: 10px 0; }
	#footer .footer-caption{ margin: 0 15px; padding: 15px 0; text-align: left; }
    #footer .footer-navi > .navi-hoop { float: left; background-color: #bf153e;}
    #footer .footer-navi > .navi-and{ float: right; background-color: #87c022;}
	#footer .footer-navi > .item .txt{ font-size: 12px; line-height: 10px; }
    #footer .footer-navi > .item .txt img{ vertical-align: bottom; }
	#footer .footer-navi > .item .logo img{ vertical-align: middle; width: 40%; height: 40%; vertical-align: middle;}
    #footer .footer-navi > .item .logo{ display: inline-block; }
	#footer .copyright p{
    font-size: 12px;
    background-color: #000000;
}
