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

/*my set style*/
.background_01 {
	display: block;
	z-index: 0;
	background-color: #4B2409;
	background-image: url(../image/choco03.svg);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 114% auto;
	background-attachment: fixed;
}
/*-----------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
}

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




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

#main > .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;
	-webkit-box-shadow: 2px 2px 30px #000000;
	box-shadow: 2px 2px 30px #000000;
	background-image: url(../image/bg.png);
}
.section .container .musk {
	background-image: url(../image/topbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	z-index: 0;
}
header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	max-width: 1200px;
	margin-top: 0px;
	z-index: 10;
}
.container header .ttl {
	width: 70%;
	margin-top: 8%;
}
.section .container .musk .choco01  {
	position: absolute;
	width: 30%;
	left: 6%;
	bottom: -35%;
}
.section .container .musk .choco02  {
	position: absolute;
	width: 15%;
	right: 5%;
	bottom: 5%;
	z-index: 1;
}
.section .container .musk .ribbon {
	position: absolute;
	top: 0%;
	right: 0%;
	width: 85%;
}
.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: #7A36B5;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.fontdown {
    font-size: 80%;
}
.shopBox .photo {
	position: relative;
	z-index: 0;
}

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


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

#footer{
    background-color: #000000; /*margin-top: 50px;*/
    z-index: 999;
    position: relative;
}
#footer .footer-caption{ max-width: 1400px; margin: 0 auto; padding: 10px; text-align: right; }
#footer .footer-navi{ overflow: hidden; }
#footer .footer-navi > .item{ width: 50%; max-height: 100%;}
#footer .footer-navi > .item a{ display: block; color: #ffffff; font-weight: bold; text-decoration: none; padding: 10px 0; }
#footer .footer-navi > .navi-hoop { float: left; background-color: #bf153e;}
#footer .footer-navi > .navi-and{ float: right; background-color: #87c022;}
#footer .footer-navi > .item .logo{ display: inline-block; }
#footer .footer-navi > .item .logo img{ vertical-align: middle; width: 40%; height: 40%; vertical-align: middle;}
#footer .footer-navi > .item .txt{ display: inline-block; font-size: 14px; line-height: 14px; vertical-align: bottom;}
#footer .footer-navi > .item .txt img{ vertical-align: bottom; }
#footer .copyright{ color: #adadad; background-color: #000000; padding: 5px 0;}

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

.container {
	margin: 0 auto;
	width: 80%;
	position: relative;
	-webkit-box-shadow: 2px 2px 30px #000000;
	box-shadow: 2px 2px 30px #000000;
	background-image: url(../image/bg.png);
}
}
	@media screen and (max-width: 896px) {

.container {
	margin: 0 auto;
	width: 80%;
	position: relative;
	-webkit-box-shadow: 2px 2px 30px #000000;
	box-shadow: 2px 2px 30px #000000;
	background-image: url(../image/bg.png);
}
}
	
	@media screen and (max-width: 786px){

.container {
	margin: 0 auto;
	width: 80%;
	position: relative;
	-webkit-box-shadow: 2px 2px 30px #000000;
	box-shadow: 2px 2px 30px #000000;
	background-image: url(../image/bg.png);
}
}
