/* フォント読み込み */
@import url('https://fonts.googleapis.com/css?family=Raleway+Dots');

/* リセットCSS */
* {
  margin: 0px;
  padding: 0px;
}
input[type="submit"],
input[type="button"] {
-webkit-appearance: none;
border-radius: 0;
}
select {
max-width: 280px;
}

/* フォントサイズ */
html {
  font-size: 46.875%;  
  line-height: 2.0;
}
@media screen and (min-width: 600px){
  html {
    font-size: 54.68%;  
  }
}
@media screen and (min-width: 1600px){
  html {
    font-size: 62.5%;  
  }
}

/* body設定 */
body {
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
}

/* リンク */
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: underline;
  color: #3237de;
}

/* 画像 */
img {
  border: 0px;
  display: block;
}
img.img-100 {
  width: 100%;
  height: auto:
}

/* クリアフィックス */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* レイアウト */
.container {
  width: 94%;
  max-width: 1600px;
  margin: 5rem auto 0;
}
header {
  background: #fff;
}
main {
  width: 100%;
  margin: 0 auto;
}
aside {
  background: #fff;
  width: 100%;
  margin: 0 auto;
}
.template-top aside,
.template-product aside {
    display: none;
}
@media screen and (min-width: 960px){
  main {
    float: left;
    width: 70%;
  }
  aside {
    float: right;
    width: 25%;
  }
  .template-top main,
  .template-product main {
    float: none;
    width: 90%;
    margin: 0 5%;
  }
}
footer {
  background: #fff;
  padding-top: 5rem;
}

/* 共通：ヘッダー：ロゴ */
h1 {
  margin: 0 auto;
  padding: 0;
  width: 13%;
}
h1 img {
  width: 75%;
  height: auto;
  margin: 0 auto;
}

/* 共通：EC LABEL */
#ec-label {
  width: 100%;
  height: 5rem;
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  display: block;
  max-width: 1600px;
  z-index: 100;
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
}
#ec-label img {
height: 3rem;
width: auto;
padding: 1rem 0;
}

/* 共通：スマホメニューボタン */
#global-menu-button {
position: fixed;
top: 0.5rem;
right: 2rem;
z-index: 100;
cursor: pointer;
}
@media screen and (min-width:600px){
  #global-menu-button {
    display: none;
  }
}
#global-menu-button img {
  width: 4rem;
  height: auto;
}

/* 共通：ヘッダー：メニュー */
.header-menu {
  position: fixed;
  width: 94%;
  padding-top: 4rem;
  z-index: 10;
}
@media screen and (min-width:1600px){
  .header-menu {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.header-menu ul {
  display: none;
  width: 100%;
  margin: 0;
  padding: 5rem 0;
}
@media screen and (max-width:600px){
  .header-menu ul {
    position: absolute;
    top: 0;
    text-align: center;
    background: rgba(255,255,255,0.9);
  }
}
@media screen and (min-width:600px){
  .header-menu ul {
    display: block;
    padding: 0;
  }
}
.header-menu ul li {
  list-style-type: none;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 1rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 3rem;
}
@media screen and (min-width:600px){
.header-menu ul li {
  position: absolute;
  top: 47.5%;
  height: 3rem;
}
}
.header-menu ul li:nth-child(1) {
    width: 5.4%;
  background: url(https://img07.shop-pro.jp/PA01261/521/etc/header-menu-home.png?cmsp_timestamp=20170112120910) center center no-repeat;
  background-size: contain;
}
.header-menu ul li:nth-child(2) {
  width: 14.4%;
  background: url(https://img07.shop-pro.jp/PA01261/521/etc/header-menu-recommended.png?cmsp_timestamp=20170112121252) center center no-repeat;
  background-size: contain;
}
.header-menu ul li:nth-child(3) {
  width: 10.0%;
  background: url(https://img07.shop-pro.jp/PA01261/521/etc/header-menu-topsales.png) center center no-repeat;
  background-size: contain;
}
.header-menu ul li:nth-child(4) {
  width: 6.4%;
  background: url(https://img07.shop-pro.jp/PA01261/521/etc/header-menu-about.png?cmsp_timestamp=20170112133150) center center no-repeat;
  background-size: contain;
}
.header-menu ul li:nth-child(5) {
  width: 8.8%;
  background: url(https://img07.shop-pro.jp/PA01261/521/etc/header-menu-contact.png?cmsp_timestamp=20170112133416) center center no-repeat;
  background-size: contain;
}
.header-menu ul li:nth-child(6) {
  width: 13.7%;
  background: url(https://img07.shop-pro.jp/PA01261/521/etc/header-menu-officialsite.png) center center no-repeat;
  background-size: contain;
}
.header-menu ul li:nth-child(7) {
  width: 3rem;
  text-indent: 0;
  font-size: 3rem;
}
.header-menu ul li:nth-child(7) a {
  color: #000;
}
.header-menu ul li:nth-child(8) {
  width: 3rem;
  text-indent: 0;
  font-size: 3rem;
}
.header-menu ul li:nth-child(8) a {
  color: #000;
}
@media screen and (min-width:600px){
.header-menu ul li:nth-child(1) {
  left: 3.5%;
}
.header-menu ul li:nth-child(2) {
  left: 12.4%;
}
.header-menu ul li:nth-child(3) {
  left: 30.3%;
}
.header-menu ul li:nth-child(4) {
  right: 33%;
}
.header-menu ul li:nth-child(5) {
  right: 20.7%;
}
.header-menu ul li:nth-child(6) {
  right: 3.5%;
}
.header-menu ul li:nth-child(7) {
  right: 3rem;
  top: 3.5%;
}
.header-menu ul li:nth-child(8) {
  right: 8rem;
  top: 3.5%;
}
}
@media screen and (max-width:600px){
.header-menu ul li:nth-child(1),
.header-menu ul li:nth-child(2),
.header-menu ul li:nth-child(3),
.header-menu ul li:nth-child(4),
.header-menu ul li:nth-child(5),
.header-menu ul li:nth-child(6) {
  width: 100%;
  height: 2rem;
  margin: 3rem auto;
  }
.header-menu ul li:nth-child(7),
.header-menu ul li:nth-child(8) {
  width: 100%;
  height: 3rem;
  margin: 3rem auto;
}
}
.header-menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 共通：フッターメニュー */
footer ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
footer ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 1rem;
}

/* 共通：コピーライト */
small {
  display: block;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.6rem;
}

/* 共通：等分リストの設定 */
.appositive-list ul {
  margin: 0;
  padding: 0;
}
.appositive-list ul li {
  list-style-type: none;
  display: block;
  float: left;
  margin-bottom: 2.87%;
}

/* 共通：等分：スマホ */
@media screen and (max-width:600px){
.appositive-list ul.al-sp-1 li {
  width: 100%;
}
.appositive-list ul.al-sp-2 li {
  width: 48.56%;
  margin-right: 2.88%;
}
.appositive-list ul.al-sp-2 li:nth-child(2n) {
  margin-right: 0;
}
.appositive-list ul.al-sp-3 li {
  width: 31.42%;
  margin-right: 2.87%;
}
.appositive-list ul.al-sp-3 li:nth-child(3n) {
  margin-right: 0;
}
.appositive-list ul.al-sp-4 li {
  width: 22.84%;
  margin-right: 2.87%;
}
.appositive-list ul.al-sp-4 li:nth-child(4n) {
  margin-right: 0;
}
}
/* 共通：等分：タブレット */
@media screen and (min-width:600px) and (max-width:960px){
.appositive-list ul.al-tb-1 li {
  width: 100%;
}
.appositive-list ul.al-tb-2 li {
  width: 48.56%;
  margin-right: 2.88%;
}
.appositive-list ul.al-tb-2 li:nth-child(2n) {
  margin-right: 0;
}
.appositive-list ul.al-tb-3 li {
  width: 31.42%;
  margin-right: 2.87%;
}
.appositive-list ul.al-tb-3 li:nth-child(3n) {
  margin-right: 0;
}
.appositive-list ul.al-tb-4 li {
  width: 22.84%;
  margin-right: 2.87%;
}
.appositive-list ul.al-tb-4 li:nth-child(4n) {
  margin-right: 0;
}
}
/* 共通：等分：PC */
@media screen and (min-width:960px){
.appositive-list ul.al-pc-1 li {
  width: 100%;
}
.appositive-list ul.al-pc-2 li {
  width: 48.56%;
  margin-right: 2.88%;
}
.appositive-list ul.al-pc-2 li:nth-child(2n) {
  margin-right: 0;
}
.appositive-list ul.al-pc-3 li {
  width: 31.42%;
  margin-right: 2.87%;
}
.appositive-list ul.al-pc-3 li:nth-child(3n) {
  margin-right: 0;
}
.appositive-list ul.al-pc-4 li {
  width: 22.84%;
  margin-right: 2.87%;
}
.appositive-list ul.al-pc-4 li:nth-child(4n) {
  margin-right: 0;
}
}

/* 共通：パンくず */
#crumb {
  margin-bottom: 3rem;
}
#crumb ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
#crumb ul li {
  list-style-type: none;
  display: inline;
}
#crumb ul li:after {
  content: "　＞　";
  font-size: 1.6rem;
}
#crumb ul li:nth-last-child(1):after {
  content: "";
}
#crumb ul li:nth-last-child(1) {
font-weight: bold;
}

/* 一覧：ユニット商品写真 */
.item_unit {
  line-height: 1.5;
}

.iu_img {
  /* margin-bottom: 0.5rem; */
}

.iu_sold {
background: #eee;
  text-align: center;
  display: block;
}

/* 一覧：ユニット商品名 */
.unit-name {
  margin-bottom: 0.5rem;
}
.unit-name a {
background: #000;
  color: #fff;
  padding: 1rem;
  display: block;
}

.unit-price {
font-weight: bold;
}

/* 一覧：リスト並び替え */
#list_sort {
  background: #eee;
  margin-bottom: 1rem;
}

#list_sort ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
#list_sort ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 1rem;
}

/* 一覧：ページャー */
.pager {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

/* 一覧：商品リスト */
.productlist {
  font-size: 1.6rem;
}

/* トップページお知らせ */
.top-information ul {
  margin: 0;
  padding: 0;
}
.top-information ul li {
  list-style-type: none;
  line-height: 1.5;
}
.top-information ul li:before {
  content: "＞　";
}
.top-information ul li + li {
  margin-top: 1rem;
}

/* 商品詳細：左右分割 */
@media screen and (min-width: 640px){
#product-left {
  float: left;
  width: 50%;
}
#product-right {
  float: right;
  width: 45%;
}
}

#product-img {
  margin-bottom: 3rem;
}

#product-right form section:nth-child(1) p {
  font-size: 2.4rem;
  font-weight: bold;
}

/* 表す */
.show {
  display: block;
}
/* 隠す */
.hide {
  display: none;
}

/* 強調 */
.highlight {
  font-weight: bold;
}

/* 商品詳細：商品説明 */
.product-explain {
  font-size: 1.6rem;
  padding: 2rem;
  background: rgba(1,1,1,0.02);
}
.product-explain table {
  font-size: 1.4rem;
}

/* 商品詳細：商品名 */
.product-name {
  font-size: 3.2rem;
  line-height: 1.5;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.product-model {
  font-size: 1.6rem;
}

/* 商品詳細：商品価格 */
.product-price {
  font-size: 2.2rem;
}

/* 商品詳細：商品注意 */
.product-note ul {
  font-size: 1.4rem;
}

/* 商品詳細：商品アクション */
.product-action ul {
  font-size: 1.4rem;
}

/* 商品詳細：買い物かごに入れる */
.disable_cartin {
  margin-top: 1rem;
}
.disable_cartin input {
  width: 100%;
  font-size: 1.6rem;
  padding: 1rem;
  background: #000;
  color: #fff;
  border: none;
}

/* 商品詳細：購入数量 */
#product_num {
  width: 3rem;
}

/* 商品詳細：オプション */
.product-option-name {
  font-size: 1.6rem;
}
.product-option-num {
  font-size: 1.6rem;
}   

/* 商品詳細：SNS */
.product-sns ul li {
  float: left;
  list-style-type: none;
  margin-right: 1rem;
}


/* 共通：セクション */
section {
  margin-bottom: 3rem;
}

/* 共通：段落 */
p {
  font-size: 1.6rem;
  text-align: justify;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* 共通：表 */
table {
  font-size: 1.6rem;
}
th,td {
  padding: 1rem;
}
th {
  border: solid 1px #ccc;
  background: #eee;
}
td {
  border: solid 1px #ccc;
}

/* 共通：定義リスト */
dl {
  font-size: 1.6rem;
}
dt {
  font-weight: bold;
}
dd + dt {
  margin-top: 1rem;
}

/* 共通：番号なしリスト */
ul {
  font-size: 1.6rem;
  margin-left: 2rem;
}

/* 共通：番号ありリスト */
ol {
  font-size: 1.6rem;
}

/* 共通：見出し */
h2 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
}
h2 img {
  width: 100%;
  max-width: 440px;
}
aside h2 img {
  margin: 0 auto;
}
h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
h3 i {
  margin-right: 0.5rem;
}
p + h3 {
  margin-top: 3rem;
}
h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
p + h4 {
  margin-top: 2rem;
}

/* 共通：テキスト位置 */
.ta-center {
 text-align: center;
}
.ta-right {
 text-align: right;
}
.ta-left {
 text-align: left;
}

/* 共通：サイドバー */
aside ul {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
}
aside ul li {
  list-style-type: none;
  margin-bottom: 1rem;
  font-family: 'Raleway Dots', cursive;
  font-weight: bold;
}

/* 共通：余白 */
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}

/* 商品詳細：ご注意 */
.notification {
  font-size: 1.2rem;
}
.notification::before {
content:'※';
}
p + .notification {
margin-top: 3rem;
}
.notification + .notification {
margin-top: 0rem;
}

/* トップページプッシュ */
.top-push img {
	width: 100%;
}

/* トップページイベント */
.top-event img {
	width: 100%;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 0 auto;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.side_cal_memo {
text-align: center;
margin-bottom: 1rem;
}