@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;
}

.spheader {
	display:block;
	width:100%;
}

.pcheader {
	display:none;
}


#hambutton, #ham-list {
	display:none;
}



#topbar {
	height:70px;
	width:100%;
	margin:50px 0;
	z-index:999;
	display:flex;
	justify-content:space-around;
	align-items:center;
	text-align:center;
	background-color:#b46262;
/* 以下を追加 */
    position: -webkit-sticky; /* Safari用 */
    position: sticky;
    top: 0;         /* 画面の一番上で止まる設定 */
    z-index: 9999;  /* コンテンツより上に表示 */
}


#topbar ul {
	display:flex;
	justify-content:center;
	list-style:none;
}

#topbar ul li a {
	padding:10px 30px;
	color:#fff;
	font-family:"Kaisei Opti", serif;
	font-size:1.6rem;
}




/****クーポン****/

.coopon {
	display:none;
	width:100%;
	background-color:#ccc;
}


/**************/

.topcopy {
	font-size:1.2rem;
	line-height:2.2rem;
	margin-bottom:40px;
}

section {
	margin:auto;
	margin-bottom:120px;
	background-color:#05163c;
	padding:20px 0;
}

#amane {
	margin-bottom:0;
}


/****************************吹き出し風見出し****************************/

h1 {
	font-family:"Kaisei Opti", serif;
	font-size:2.5rem;
	margin:20px 0;
	line-height: 2.8rem;
}

h1 {
	position: relative;
	display: inline-block;
	margin: 2rem 0;
	padding: 20px 30px;
	min-width: 400px;
	max-width: 100%;
	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:30px;
}

.rank_content2 {
	display:flex;
	max-width:90%;
	margin-bottom:20px;
}

.rank2-5 {
	max-width:500px;
}


.rank_img {
	width:100%;
}

h2 {
	font-size:1.6rem;
	margin:20px 0;
}

.itemtop {
	margin-bottom:40px;
	max-width:1200px;
	width:100%;
}

.description {
	font-size:1.2rem;
	line-height:2.5rem;
	margin-bottom:40px;
	
}


.bigitem {
	width:96%;
	max-width:1000px;
	margin-bottom:60px;
	padding-bottom:20px;
	background-color:#053162;
	border-radius:30px;
}

.bitem_img {
	margin-bottom:20px;
	width:100%;
	border-radius:30px 30px 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:40px;
	padding-bottom:20px;
	background-color:#053162;
	border-radius:30px;
}

.sitem_img {
	margin-bottom:10px;
	width:100%;
	border-radius:30px 30px 0 0 ;
}

.name {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:10px;
}

.label_f {
	width:100px;
	background-color:#fd4160;
	font-size:1.2rem;
	padding:12px 0;
	margin-right:10px;
}

.label_s {
	width:100px;
	background-color:#ff7e30;
	font-size:1.2rem;
	padding:12px 0;
	margin-right:10px;
}

.label_a {
	width:100px;
	background-color:#958aff;
	font-size:1.2rem;
	padding:12px 0;
	margin-right:10px;
}

.label_o {
	background-color:#1fc4d3;
	font-size:1rem;
	padding:12px;
	margin-right:10px;
}


h3 {
	font-size:1.2rem;
	text-align:left;
}

.price {
	font-size:3rem;
	margin-bottom:10px;
}

.price:after {
	font-size:1.2rem;
	content: '円';
}

.muryo:before {
	font-size:1.4rem;
	content:'送料無料  ';
}

.button {
	border-radius:100px;
	padding:10px;
	background-color:#ff5a9c;
	width:300px;
}

.button:before {
	font-size:1.3rem;
	content:'商品ページへ';
	color:#fff;
}


#okinawa {
	background-color:#29120a;
	margin-bottom:0;
}

.smallitem_o {
	width:49%;
	max-width:480px;
	margin-bottom:40px;
	padding-bottom:20px;
	background-color:#532b1b;
	border-radius:30px;
}

.bigitem_o {
	width:96%;
	max-width:1000px;
	margin-bottom:60px;
	padding-bottom:20px;
	background-color:#532b1b;
	border-radius:30px;
}



/***戻るリンクの設定***/

#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;
}

