@charset "UTF-8";

* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 10px; }
body { background: #222; color: #fff; font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif; font-size: 1.6rem; line-height: 1.8; -webkit-text-size-adjust: 100%; }
img { border: 0; vertical-align: top; -ms-interpolation-mode: bicubic; max-width:100%; }
button { background: transparent; border: none; appearance: none; cursor: pointer; outline: none; }
a { outline: none; transition: all 0.3s ease; }
a:link { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }
a:hover img { opacity: 0.8; transition: all 0.3s ease; }

p a,td a,
p a:visited,td a:visited,
p a,td a{
	color: #9999EE; text-decoration: underline;
}
/* --------------------------------------------------
	汎用クラス
-------------------------------------------------- */
.d-block { display: block; }
.d-flex { display: flex; }
.d-none { display: none; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.clearfix::after { content: ''; display: block; clear: both; }

/* --------------------------------------------------
	グローバルヘッダ
-------------------------------------------------- */

#globalHeader { width: 100%; background: rgba(17,17,17,0.95); position: fixed; z-index: 4; }
#globalHeader .inner { margin: 0 auto; width: 1200px; height: 100px; display: flex; align-items: center; justify-content: space-between; position: relative; }
#globalHeader h1 { font-size: 1rem; }
#globalHeader .logo {}
#globalNavi { font-size: 1.8rem; line-height: 1; display: flex; align-items: center; justify-content: space-between; }
#globalNavi ul { margin-right: 20px; list-style: none; display: flex; }
#globalNavi li { padding: 0 30px; position: relative; }
#globalNavi li::after { content: ''; width: 1px; height: 100%; background: #fff; position: absolute; right: 0; }
#globalNavi li:last-child::after { display: none; }
#globalNavi .store { padding: 8px 26px; background: #d6442e; border-radius: 4px; display: inline-block; }
#globalNavi .store span { padding-left: 26px; background: url(../img/common/iconCart.png) 0 center no-repeat; background-size: 20px; display: inline-block; }
#globalNavi a { color: #fff; }

@media screen and (max-width: 1024px) {
#globalHeader .inner { padding: 0 20px; width: 100%; height: 80px; }
#globalHeader .logo { width: 300px; height: auto; }
#globalNavi { display: none; }
}

@media screen and (max-width: 767px) {
#globalHeader .inner { padding: 0 15px; }
#globalHeader .logo { width: 280px; }
}

/* --------------------------------------------------
	メイン／セクション
-------------------------------------------------- */

main { display: block; }
section {}
section h2 { margin-bottom: 40px; font-size: 3.2rem; text-align: center; }

@media screen and (max-width: 1024px) {
section h2 { margin-bottom: 30px; font-size: 2.8rem; }
}

@media screen and (max-width: 767px) {
section h2 { margin-bottom: 20px; font-size: 2.4rem; }
}

/* --------------------------------------------------
	ボタン
-------------------------------------------------- */

.button {}
.button a { margin: 0 auto; width: 200px; height: 40px; border: solid 1px #fff; text-align: center; display: flex; align-items: center; justify-content: center; position: relative; }
.button a::after { content: ''; width: 6px; height: 6px; border: solid #fff; border-width: 2px 2px 0 0; position: absolute; right: 20px; transform: rotate(45deg); transition: all 0.3s; }
.button a:hover { text-decoration: none; }
.button a:hover::after { right: 15px; }

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

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

/* --------------------------------------------------
	グローバルフッタ
-------------------------------------------------- */

#globalFooter { background: #111; }
#globalFooter .inner { margin: 0 auto; padding: 40px 0 80px; width: 1200px; display: flex; align-items: start; justify-content: space-between; position:relative; }
#globalFooter address { font-style: normal; }
#globalFooter address img { margin-bottom: 12px; }
#globalFooter nav { display: flex; align-items: center; justify-content: space-between; }
#globalFooter nav ul { margin-right: 34px; list-style: none; display: flex; justify-content: space-between; }
#globalFooter nav li { padding: 0 24px; }
#globalFooter nav .store { padding: 6px 24px; background: #d6442e; border-radius: 3px; display: inline-block; }
#globalFooter nav .store span { padding-left: 24px; background: url(../img/common/iconCart.png) 0 center no-repeat; background-size: 18px; display: inline-block; }

#globalFooter .sns_box { position:absolute;right: 0;bottom: 16px; }
#globalFooter .sns_box ul li { 
    list-style: none;
    width: 80px;
    padding: 4px;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 16px;
}

#copyright { margin: 0 auto; padding: 20px 0; width: 1200px; font-size: 1.4rem; text-align: right; }

@media screen and (max-width: 1024px) {
#globalFooter .inner { padding: 40px 20px; width: 100%; display: block; }
#globalFooter address { text-align: center; }
#globalFooter address img { width: 280px; height: auto; }
#globalFooter nav { padding: 20px; width: 100%; text-align: center; display: block; position: fixed; top: 80px; left: 0; z-index: 4; opacity: 0; visibility: hidden; transition: all 0.3s; }
#globalFooter nav ul { margin: 0 0 20px; display: block; }
#globalFooter nav li { padding: 10px 0; }

#globalFooter .sns_box { position:relative; bottom: 0; margin-top:16px; }
#globalFooter .sns_box ul { display:flex;justify-content: center; }

#copyright { padding: 20px; width: 100%; text-align: center; }
}

@media screen and (max-width: 767px) {
#globalFooter .inner { padding: 30px 15px; }
#globalFooter address img { width: 240px; }
}

/* --------------------------------------------------
	スマートフォンメニュー
-------------------------------------------------- */

#sp { width: 40px; height: 40px; display: none; position: fixed; right: 20px; top: 20px; z-index: 4; }
#sp::before, #sp::after { content: ''; width: 36px; height: 2px; background: #fff; position: absolute; left: 2px; transition: all 0.3s; }
#sp::before { top: 6px; }
#sp::after { bottom: 6px; }
#sp span { width: 36px; height: 2px; background: #fff; position: absolute; left: 2px; top: 19px; }
#overlay { width: 100%; height: 0; background: rgba(0,0,0,0.9); position: fixed; top: 0; z-index:3; }

@media screen and (max-width: 1024px) {
#sp { display: block; }
.on { overflow: hidden; }
.on #sp::before { top: 19px; transform: rotate(45deg); }
.on #sp::after { bottom: 19px; transform: rotate(-45deg); }
.on #sp span { display: none; }
.on #globalFooter nav { opacity: 1; visibility: visible; }
.on #overlay { height: 100%; }
}

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