@charset "utf-8";
/* CSS Document */


body {
	background-color:#05163c;
	margin:auto;
	font-size:16px;
	color:#fff;
}

a {
	color:#fff;
}

.spkaigyo {
	display: block;
}

.pckaigyo {
	display: none;
}

/*******フォント*******/

h2, .label_f, .label_s, .label_a, .label_o, .price, .button {
	font-family: "Kiwi Maru", serif;
	font-weight: 500;
	font-style: normal;
}
h3, .topcopy, .description {
	font-family: "Kiwi Maru", serif;
	font-weight: 400;
	font-style: normal;
}

/*******トップ*******/
.logo {
	position:absolute;
	top:5px;
	left:10px;
	width:20%;
}

.logo img {
	width:100%;
}

.spheader {
	display:block;
	width:100%;
	margin-bottom:30px;
}

.pcheader {
	display:none;
}


#topbar {
	display:none;
}

/*ハンバーガー*/

#hambutton {
	z-index:9999;
}


.openbtn {
	margin: 10px 20px 10px 5px;
	display: inline-block;
	position: fixed;
	background: #b46262;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	top: 5px;
	left:5px;
	z-index: 9999;
}
.openbtn span {
	display: block;
	transition: all .4s;
	position: absolute;
	left: 10px;
	height: 3px;
	border-radius: 5px;
	background: #fff;
	width: 60%;
}
.openbtn span:nth-of-type(1) {
	top:13px;
}
.openbtn span:nth-of-type(2) {
	top: 23px;
}
.openbtn span:nth-of-type(3) {
	top: 33px;
}
.openbtn span:nth-of-type(3)::after {
	position: absolute;
	top: 6px;
	left: 0;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}
/* ham-list */
.ham-list.panelactive #ham-list {
	position: fixed;
	z-index: 9990;
	width: 100%;
	height: 50vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#ham-list {
	position: fixed;
	z-index: 9990;
	top: -120%;
	left: 0;
	width: 100%;
	height: 50vh;
	background: #b46262;
	transition: all 0.6s;
}
#ham-list.panelactive {
	top: 0;
}
#ham-list ul {
	list-style:none;
	width:190px;
	position: absolute;
	z-index: 9990;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#ham-list ul li {
	margin: 20px 0;
}
#ham-list ul li a {
	color: #fff;
	font-family:"Kaisei Opti", serif;
	font-size:1.2rem;
}
/*close*/
.openbtn.active span:nth-of-type(1) {
	top: 13px;
	left: 13px;
	transform: translateY(6px) rotate(-45deg);
	width: 50%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
	top: 25px;
	left: 13px;
	transform: translateY(-6px) rotate(45deg);
	width: 50%;
}
.openbtn.active span:nth-of-type(3)::after {
	transform: translateY(0) rotate(-45deg);
	top: 6px;
	left: 10px;
}




/****クーポン****/

.coopon {
	display:none;
	width:100%;
	background-color:#ccc;
}


/**************/

.topcopy {
	font-size:1rem;
	line-height:2rem;
	margin-bottom:30px;
}

section {
	margin:auto;
	margin-bottom:60px;
	background-color:#05163c;
	padding:10px 0;
}

#amane {
	margin-bottom:0;
}


/****************************吹き出し風見出し****************************/

h1 {
	font-family:"Kaisei Opti", serif;
	font-size:1.8rem;
	line-height: 2rem;
	margin:10px 0;
}

h1 {
	position: relative;
	display: inline-block;
	margin: 1.4rem 0;
	padding: 20px 30px;
	min-width: 200px;
	max-width: 90%;
	background-color: #fff;
	border: solid 3px #fff;
	border-radius: 300px;
	box-sizing: border-box;
}
h1:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
h1:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #fff;
	z-index: 1;
}
.pale {
	color: #1fc4d3;
}
.blue {
	color: #05163c;
}
.yellow {
	color: #29120a;
}

/************************************************************/

#ranking {
	background-color:#1fc4d3;
	border-radius:30px;
	max-width:1100px;
	width:96%;
}

.rank_content1 {
	margin-bottom:20px;
}

.rank_content2 {
	display:flex;
	max-width:90%;
	margin-bottom:15px;
}

.rank2-5 {
	max-width:500px;
}

.rank_img {
	width:100%;
}

h2 {
	font-size:1.4rem;
	margin:15px 0;
}

.itemtop {
	margin-bottom:20px;
	max-width:1200px;
	width:100%;
}

.description {
	width: 96%;
	font-size:1rem;
	line-height:2rem;
	margin-bottom:20px;
}


.bigitem {
	width:96%;
	max-width:1000px;
	margin-bottom:30px;
	padding-bottom:10px;
	background-color:#053162;
	border-radius:20px;
}

.bitem_img {
	margin-bottom:10px;
	width:100%;
	border-radius:20px 20px 0 0 ;
}

.small-container {
	width:96%;
	max-width:1000px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}


.smallitem {
	width:49%;
	max-width:480px;
	margin-bottom:20px;
	padding-bottom:10px;
	background-color:#053162;
	border-radius:20px;
}

.sitem_img {
	margin-bottom:10px;
	width:100%;
	border-radius:20px 20px 0 0 ;
}

.name {
	display:block;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:3px;
}

.label_f {
	width:100px;
	background-color:#fd4160;
	font-size:1rem;
	padding:8px 0;
	margin-bottom: 5px;
}

.label_s {
	width:100px;
	background-color:#ff7e30;
	font-size:1rem;
	padding:8px 0;
	margin-bottom: 5px;
}

.label_a {
	width:100px;
	background-color:#958aff;
	font-size:1rem;
	padding:8px 0;
	margin-bottom: 5px;
}

.label_o {
	max-width:150px;
	background-color:#1fc4d3;
	font-size:1rem;
	padding:8px;
	margin-bottom: 5px;
}


h3 {
	font-size:1rem;
	text-align:center;
}

.price {
	font-size:2rem;
	margin-bottom:10px;
}

.price:after {
	font-size:1rem;
	content: '円';
}

.muryo:before {
	font-size:1rem;
	content:'送料無料 ';
}

.button {
	border-radius:100px;
	padding:10px;
	background-color:#ff5a9c;
	width:150px;
}

.button:before {
	font-size:1rem;
	content:'商品ページへ';
	color:#fff;
}


#okinawa {
	background-color:#29120a;
	margin-bottom:0;
}

.smallitem_o {
	width:49%;
	max-width:480px;
	margin-bottom:20px;
	padding-bottom:10px;
	background-color:#532b1b;
	border-radius:20px;
}

.bigitem_o {
	width:96%;
	max-width:1000px;
	margin-bottom:60px;
	padding-bottom:10px;
	background-color:#532b1b;
	border-radius:20px;
}



/***戻るリンクの設定***/

#gotop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 70px;
	height: 70px;
	background-color:rgba(255,255,255,0.3);
	border:3px solid #fff;
	border-radius:50%;
	display:flex;
	justifi-content:center;
	align-items:center;
	flex-direction:column;
}

#gotop:before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	border-top:5px solid #fff;
	border-right:5px solid #fff;
	transform:rotate(-45deg);
	margin-top:26px;
}

