@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2021/10制作
------------------------------------------------------------*/

/*-----common------*/

div:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}

body{
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ",Osaka,"ＭＳ Ｐゴシック",sans-serif,Arial,Helvetica,verdana;
	line-height: 1.5em;
	text-align: justify;
	-webkit-text-size-adjust: 100%;/*iphone横画面バグ対応*/
	font-size: 16px;
	color: #333333;
}

#wrapper{
	margin: 0 auto 2px;
	width: 100%;
	height: auto;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 6rem;
}

#main .content-box{
	width: 100%;
	height: auto;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

#main .content,
#footer .content{
	width: 86.88%;
	height: auto;
	max-width: 1112px;
	position: relative;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

header, nav, section, article, hgroup {
    display: block;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
	outline: none;
	font-size: 0;
}

img {
	width: 100%;
	vertical-align:bottom;
	border: 0;
	font-size: 0;/* inline-block隙間対応 */
	-webkit-backface-visibility: hidden;/* chrome画像ボケ防止 */
	image-rendering: -webkit-optimize-contrast;/* chrome画像ボケ防止 */
}

*:focus {/* chrome画像フォーカス時の線を消す */
  outline: none;
}

/* パソコン画像表示 */
.pc { display: inline !important; }
.sp { display: none !important; }
.bnr-pc { display: inline !important; }
.bnr-sp { display: none !important; }

/*-----common------*/

.registerd{
	vertical-align: super;
	font-size: 0.5em;
	margin-right: 0.2em;
}

h2{
	font-size: 2em;
	margin: 1.2em auto;
	letter-spacing: 0.2em;
}

/*ショップへのリンクボタン*/

.shop-linkbtn ul{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 60%;
	margin: 0 auto;/*各ページcssで調整*/
}

.shop-linkbtn li{
	width: 48%;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
}

.shop-linkbtn li a:hover{
	opacity: 0.8;
}

/*-----header------*/

#header{
	position: relative;
	width: 100%;
	background-color:rgba(255,255,255,0.97);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#header #logo{
	width: 8.05%;
	max-width: 104px;
	margin: 0.7rem 0 0.85rem 0.7rem;
}

#header #top-nav{
	width: 60%;
	display: flex;
	position: absolute;
	top: 0.8em;
	right: 5em;
}

#header #top-nav a{
	font-size: 0.9em;
	text-decoration: none;
	color: #333333;
}

#header #top-nav a:hover{
	color: #888888;
	border-bottom: 1px solid #888888;
}

#header #top-nav li{
	position: relative;
	width: 19%;
	text-align: center;
}

#header #top-nav li:last-child{
	width: 23%;
}

#header #top-nav li::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 2px;
	height: 0.8em;
	background: #444444;
}

.pc .shop_rakuten{
	background: #333333;
	width: 6%;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.pc .shop_rakuten a{
	display: block;
	font-size: 0.8em;
	line-height: 3.8em;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.pc .shop_rakuten:hover{
	background: #888888;
}

/*-----main------*/

/*独占販売店banner*/
.dokusen-bnr{
	position: absolute;
	top: 0;
	left: 2%;
	width: 8%;
	height: auto;
}

/* banner */

.full-bnr{
	margin: 5% auto 0;
}

.full-bnr li{
	margin-bottom: 1.5%;
}

/*-----footer------*/

#footer{
	background: #303030;
	width: 100%;
	padding: 1em 0;
}

#footer-logo{
	width: 11.61%;
	margin-top: 2.5em;
}

#footer-nav{
	display: flex;
	color: white;
	margin-left: 20%;
	margin-top: -1.5em;
	font-size: 0.9em;
}

#footer-nav a{
	font-size: 0.92em;
	line-height: 2.4em;
	text-decoration: none;
	color: white;
}

#footer-nav a:hover{
	border-bottom: 1px solid white;
}

#footer-nav ul{
	width: 15em;
}

#footer-nav ul ul{
	padding-left: 1.4em;
}

#footer-box-shop{
	font-size: 0.85em;
	line-height: 1.8em;
	white-space: nowrap;
}

#footer-box-shop h2{
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0.8em;
	letter-spacing: -0.01em;
}

#footer-box-shop a{
	line-height: 1em;
}

#footer-box-shop .privacy{
	font-size: 0.85em;
	line-height: 1.7em;
}

#footer-box-shop .privacy h3{
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: 1.1em;
}

#footer .copyright{
	text-align: center;
	color: white;
	font-size: 0.75em;
	margin-top: 3em;
}

#footer .sns-icon{
	position: absolute;
	width: 10%;
	right: 1em;
	bottom: -0.1em;
}

#footer .sns-icon ul{
	display: flex;
}

#footer .sns-icon li{
	width: 85%;
	margin-right: 0.7em;
}

#footer .sns-icon li:nth-child(2){
	width: 130%;
	margin-right: 0;
	margin-top: -0.2em;
}