@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #212121;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

input, button, select, textarea {
  font-family: "Noto Sans JP", sans-serif;
}
a {
  color: #212121;
}

a:hover {
  /*color: #212121;*/
  text-decoration: none;
  opacity: 0.8;
}

form {
  margin: 0;
}

/*
 * layout
 */

#wrapper {
  position: relative;
}

.container {
}

/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 1px;
  border-bottom: 1px solid #333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}
/* H2見出し：type1...下線あり、英字・日本語のセット */
h2.heading.-type1, h2.heading.-type2, h2.heading.-type3 {
  font-size: 1.6rem;
  color: #0F3192;
  margin: 8rem auto 3.7rem auto;
  border-bottom: none;
  text-align: center;
  padding-bottom: 15px;
}

h2.heading.-type1 {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
}
h2.heading.-type1::before {
  content: '';
  position: absolute;
  border: 1px solid #0F3192;
  width: 74px;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 0);
}
h2.heading.-type1 span.ja {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  h2.heading.-type1 {
    font-size: 1.5rem; /*1.2rem;*/
    margin: 5rem auto 1.8rem auto;
  }
  /*h2.heading.-type1 span.ja {
    font-size: 0.75rem;
  }*/
  h2.heading.-type1::before {
    bottom: 8px;
  }
  h2.heading.-type2, h2.heading.-type3 {
    font-size: 1.2rem;
    margin: 5rem auto 1.8rem auto;
  }
}

/* H2見出しのタイプ2 */
h2.heading.-type2 {
  color: #0F3192;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 8rem auto 2.5rem auto;
}
h2.heading.-type2:before, h2.heading.-type2:after {
  background-color: #0F3192;
  border-radius: 5px;
  content: '';
  flex-grow: 1;
  height: 2px;
  min-width: 1rem;
}
h2.heading.-type2:before { margin-right: 1rem; }
h2.heading.-type2:after { margin-left: 1rem; }
@media (max-width: 768px) {
  h2.heading.-type2 {
    font-size: 1.2rem;
    margin: 5rem auto 1.8rem auto;
  }
}

/* H2見出しのタイプ3 */
h2.heading.-type3 {
  font-weight: bold;
  position: relative;
}
h2.heading.-type3::before {
  content: '';
  background-color: #0F3192;
  width: 4.5rem;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  h2.heading.-type3 {
    font-size: 1.2rem;
    margin: 5rem auto 1.8rem auto;
  }
}

/* H3見出しのタイプ1, タイプ2 */
h3.heading.-type1, h3.heading.-type2 {
  font-size: 1.1rem;
  color: #0F3192;
  font-weight: bold;
  margin: 3.7rem auto 1rem auto !important;
  border-bottom: none;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
h3.heading.-type2 {
  padding: 12px 0 12px 1rem;
  border-left: 2px solid #0F3192;
}
@media (max-width: 768px) {
  h3.heading.-type1, h3.heading.-type2 {
    font-size: 0.9rem;
    margin: 1.9rem auto 0.9rem auto !important;
  }
  h3.heading.-type1 {
    text-align: center;
  }
}


.lists {
  margin: 0;
  /* border-bottom: 1px solid #333; */
  border-bottom: 1px solid #0F3192;
}

.list {
  /* border-top: 1px solid #ccc;*/
  border-top: 1px solid #0F3192;
  font-weight: normal;
}

.list:first-child {
  border-top: none;
}

.list_link {
  padding: 15px 0; /*20px 0;*/
}

.list_link_name {
  display: block;
  padding-right: 30px;
}

.list_link_img {
  margin-bottom: 5px;
}

.list_icon_arrow {
  float: right;
  margin-right: 10px;
}

.item_img {
  margin: 0 auto;
}
.item_img:hover {
  opacity: 0.8;
}
.item_name {
  padding-top: 5px;
  position: relative; /* and add */
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}

.item_soldout {
  color: #cf0400;
}
@media (max-width: 768px) {
  .item_soldout {
    width: 65px!important;
    font-size: 9px!important;
    height: 18px!important;
    padding: 4px!important;
  }
}

.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
}
.rank_box_color_1 {
  background-color: #dccc18;
}

.rank_box_color_2 {
  background-color: #bab9c1;
}

.rank_box_color_3 {
  background-color: #e18961;
}

.rank_number {
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}

.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}

/*
 * header
 */

#header {
  margin-bottom: 30px;
  /* height: 85px;*/
  height: 114px;
  position: relative;
  z-index: 500;
}
@media (max-width: 768px) {
  #header {
    height: 50px;
  }
}

.header_top {
  width: 100%;
  height: 67px;
  /* border-bottom: 1px solid #eee; */
  position: absolute;
  top: 0;
  /* background-color: #212121; */
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 768px) {
  .header_top {
    height: 50px;
  }
}

.header_top_cmspbar {
  position: fixed;
}
.header_top_inner {
  /*max-width: 980px;*/
  max-width: 1120px;
  margin: 0 auto;
}

.search_form {
  margin: 0;
  padding-top: 3px; /*10px;*/
  float: left;
}
@media (max-width: 768px) {
  .search_form {
    padding-top: 0;
  }
}

.search_select {
  width: 150px;
  border: 1px solid #101010;
  font-size: 12px;
}
@media (max-width: 980px) {
.search_select {
  width: 120px;
 }
}

.search_box {
  width: 220px;
  /* width: auto; */
}
@media (max-width: 980px) {
  .search_box {
    width: 150px;
    font-size: 12px;
  }
}

.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #101010;
  background: #fff;
}

.btn_search i {
  vertical-align: -35%;
}

.header_nav_headline {
  text-align: right;
  font-size: 0.9rem;
  /* margin-top: 14px; */
  margin-top: 18px;
  letter-spacing: 0; /*0.1em;*/
  float: right;
  box-sizing: border-box;
}
@media (max-width: 890px) {
  .header_nav_headline {
    font-size: 0.65rem;
  }
}

.header_nav_headline li a i {
  vertical-align: -40%;
}

.header_nav_headline li a {
  /* color: #fff; */
  color: #212121;
  margin-right: 5px;
}

.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
}

.header_nav_headline .headline_viewcart {
  /* padding-left: 15px; */
  /* border-left: 1px solid #000; */
  padding-left: 0;
  padding-right: 0;
}

.header_mid {
  width: 100%;
  /* height: 50px; */
  height: 47px;
  /* border-bottom: 1px solid #333; */
  border-bottom: 1px solid #fff;
  /* box-shadow: 0 3px 9px #ddd; */
  position: absolute;
  /* top: 51px;*/
  top: 66px;
  background-color: #fff;
  z-index: 9;
}

.header_mid_cmspbar {
  position: fixed;
}

.header_mid_inner {
  /* max-width: 980px; */
  max-width: 1120px;
  margin: 0 auto;
  /* position: relative;*/
  height: 100%;
}

.header_nav_global {
  font-size: 12px;
  /* margin-top: 14px; */
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

ul.header_nav_global > li {
  padding: 0 5px 0 0;
}

.header_nav_global li a i {
  vertical-align: -40%;
}

.header_nav_global li a {
}

.header_nav_global li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  /* background-color: #212121;*/
  background-color: rgba(0,0,0,0.7); /*#fff;*/
  border-left: 1px solid #ccc;
  /* border-bottom: 1px solid #ccc; */
  border-right: 1px solid #ccc;
  position: absolute;
  /* top: 47px; */
  top: 37px;
  left: -1px;
  padding: 0;
  /*position: fixed;
  top: 110px;
  overflow: scroll;
  height: calc(100vh - 110px);*/
}
.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_detail {
  background: #fff;
  padding: 30px 20px 20px;
  /* padding: 40px 30px 30px 30px; */
}

.header_nav_global_left {
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1120px;
}

.header_nav_global_left li {
  /* padding-bottom: 15px; */
  /*padding-bottom: 10px; */
}

.header_nav_global_right {
  display: flex;
}

.header_nav_global_social {
  padding-left: 5px;
  display: flex;
}

ul.header_nav_global_social > li {
  padding: 0;
}

.header_nav_global_social li a i {
  vertical-align: -40%;
}

.header_btm {
  /* max-width: 980px; */
  max-width: 1120px;
  /* padding-top: 101px; */
  padding-top: 114px;
  margin: 0 auto;
  position: fixed;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.header_logo {
  margin: 0 auto;
  padding-top: 30px;
  float: left;
}

.header_lead {
  padding-top: 40px;
  font-size: 18px;
  color: #aaa;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_phone {
  z-index: 99;
  float: right;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.nav_btn_phone i {
  vertical-align: -40%;
}

/*
 * main
 */

.main {
  /* max-width: 980px; */
  max-width: 1120px;
}

/*
 * contents
 */

.contents {
  padding: 0;
  float: right;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 10px;
  padding: 0;
  margin: 0;
  width: 100%;
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_list {
}

/* info */
.info {
  margin-bottom: 60px;
}

.info_heading {
}

.info_detail {
  margin: 20px 0 0;
  font-size: 13px;
}

.info_detail_lists {
}

.info_detail_list_dt {
  padding: 20px 0 5px;
}

.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.info_detail_list_dd {
  margin: 0;
}

/* ranking（seller） */
.seller {
  margin-bottom: 20px;
}

.seller_heading {
}

.seller_lists {
  margin-top: 20px;
  font-size: 12px;
}

.seller_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* recommend, new-item */
.recommend, .new-item {
  margin-bottom: 20px;
}

.recommend_heading, .new-item_heading {
}

.recommend_lists, .new-item_lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 12px;
}

.recommend_list, .new-item_list {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}

.recommend_list a {
  display: block; /* and add */
}
/* free_space */
.free_space {
}

/*
 * side
 */

.side {
  padding: 0;
  width: 250px; /*and add*/
  max-width: 25%;
}

.side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

.side_banner {
  margin: 0 0 40px;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 19px;
}
.side_banner_list:first-child {
  margin-top: 0;
}

.side_category {
  margin: 0;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}

.side_group {
  margin-top: 60px;
}
.side_group_heading {
}
.side_group_lists {
}
.side_group_list {
}

.side_freepage {
  margin-top: 60px;
}
.side_freepage_heading {
  margin-bottom: 20px;
}
.side_freepage_lists {
}
.side_freepage_list {
  padding-top: 0;
  border: none;
}
.side_freepage_list a {
  padding: 0 0 20px 0;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 40px;
}

.side h3 {
  color:  #fff;
  background: linear-gradient(0deg, #060016 0%, #0A1A37 50%, #0F3192 100%);
  padding: 1rem 0;
  text-align: center;
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-size: 1rem;
}

/*
 * footer
 */

.footer {
  width: 100%;
  margin-top: 40px;
}

.footer_inner {
  /* max-width: 980px; */
   max-width: 1120px;
  margin: 0 auto;
}

.footer_heading {
}
.footer_lists {
  margin-top: 20px;
}
.footer_list {
  padding: 0 10px;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}

.footer_seller,
.footer_recommend,
.footer_new-item,
.footer_checked {
  margin-bottom: 40px;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_new-item_lists,
.footer_checked_lists {
  font-size: 10px;
}

.footer_seller_list,
.footer_recommend_list,
.footer_new-item_list,
.footer_checked_list{
  margin-bottom: 10px;
}

.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer_pagetop {
  text-align: center;
  background-color: #0F3192;
  width: 40px;
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
}
.page.prd_detail .footer_pagetop {
  bottom: 50px;
}

.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: #ccc;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}
.footer_notice_cal_table {
}
.footer_notice_cal_memo {
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  padding: 60px 0 0 0;
  /*background-color: #212121;*/
  background: linear-gradient(180deg, #212121 1%, #000000 100%);
}

.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}

.footer_nav_lists {
}
.footer_nav_list {
  color: #fff;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}

/* コピーライト部分 */
.footer_copyright {
  font-size: 12px;
  color: #fff;
  padding: 20px 0; /*6rem 0 20px 0;*/
  max-width: unset;
  text-align: center;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
.footer_powered a {
  color: #a1a19f;
  text-decoration: none;
  font-size: 11px;
}
.footer_powered img {
  margin-bottom: 10px;
  margin-left: 4px;
  width: 200px;
  height: 18px;
}
/* 許可証など */
.footer_license {
  line-height: 2.2;
  color: #fff;
  padding: 40px 0 10px 0;
  max-width: unset;
  text-align: center;
}
.f_l { font-size: 1.5rem; }
.f_s { font-size: 0.75rem; }

/*
 * Slider
 */

.slider {
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0 3px 9px #bbb;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: #000\9;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

/* and add start */
.slider-wrapper {
  margin-top: -30px;
}
@media (max-width: 768px) {
  .slider-wrapper {
    margin-top: 60px;
  }
}
/* メインビジュアルの次へ前へ */

.slider-wrapper .slide-arrow.prev-arrow, .slider-wrapper .slide-arrow.next-arrow {
  position: absolute;
  left: 3%;
  right: unset;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
}
/*.slider-wrapper .slick-next.slick-arrow {*/
.slider-wrapper .slide-arrow.next-arrow {
  position: absolute;
  left: unset;
  right: 3%;
  z-index: 3;
}
@media (max-width: 768px) {
  .slider-wrapper .slide-arrow.prev-arrow { left: 1%; }
  .slider-wrapper .slide-arrow.next-arrow { right: 1%; }
}
.slider-wrapper .slick-prev::before,
.slider-wrapper .slick-next::before {
    color: #0F3192;
}
@media (max-width: 500px) {
  .slide-arrow { width: 10px; }
}

/* and add end */

/*
 * sk privacy
 */

.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}

.skpr_detail_lists {
}

.skpr_detail_list_dt {
  padding: 20px 0 5px;
}

.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.skpr_detail_list_dd {
  margin: 0;
}

/*
 * temp
 */

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #101010;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/*
 * icons
 */
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }
.icon-b.icon-instagram { background-position: -112px -192px; }
.icon-w.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-lg-w.icon-instagram { background-position: -168px -288px; }
.icon-b.icon-youtube { background-position: -128px -160px; }
.icon-w.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }
.icon-lg-w.icon-youtube { background-position: -191px -240px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}

/*
 * Media Queries
 */
@media (min-width: 769px) {
  /* 商品詳細ページ以外 */
  .contents:not(.contents_detail) {
    width: 825px;
    max-width: 75%;
  }
}
@media (min-width: 980px) {
  .contents {
    width: 720px;
    max-width: 100%;
  }

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 250px; /*270px;*/
  }
}

@media (min-width: 769px) {
  .footer_list {
    /* width: 10%; */
    width: 20%;
  }
  .footer_list.-prddetail {
    width: 16.6%;
  }
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }

  .header_nav_phone {
    margin-right: 10px;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .nav_btn_phone {
    display: inline-block;
    height: 30px;
    /*padding-top: 15px;*/
  }
}

@media (max-width: 768px) {
  .contents {
    width: 845px; /*670px;*/
    max-width: 100%;
  }

  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }

  .productlist_lists {
    padding: 0 10px 20px;
  }

  .header_btm {
    padding-top: 56px;
    text-align: center;
    /*box-shadow: 0 3px 9px #ddd;*/
  }
  .page.prd_detail.-offline .header_btm {
    box-shadow: none;
  }

  .header_logo {
    float: none;
  }

  .header_lead {
    padding-top: 10px;
    font-size: 12px;
    float: none;
  }

  .header_nav_global_social {
    padding-left: 0;
  }

  .search_form {
    float: none;
  }

  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }

  .search_box {
    width: 75%;
    float: left;
  }

  .btn_search {
    width: 15%;
    float: right;
  }

  .slider {
    margin-bottom: 20px;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0 10px 20px;
  }

  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }


  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
    margin-bottom: 40px;
    text-align: center;
    display: none !important; /* and add */
  }

  .side_banner_list {
    margin-top: 0;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }

  .heading {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 20px;
  }

  .side_category {
    margin-top: 0;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }


  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_new-item_heading,
  .footer_checked_heading{
    background-color: #212121;
    color: #fff;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

  .footer_lists {
    padding: 0 10px 20px;
  }

  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }

  .footer_checked {
    /*border-bottom: 1px solid #333;*/
  }

  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }


  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_new-item_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list,
  .footer_new-item_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }

  .footer_notice {
    padding: 0;
  }

  .visible-phone .footer_notice_heading {
    padding: 10px;
    font-weight: normal;
  }

  .visible-phone .footer_notice_cal_table {
    padding: 0 10px 20px;
  }

  .visible-phone .tbl_calendar {
    max-width: 100%;
  }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    padding-left: 0;
  }
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }

  .footer_nav_menu_right {
    padding: 0;
    border-top: 1px solid #777;
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #777;
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px solid #777;
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #212121;
    color: #fff;
  }

  .footer_nav_list {
    padding-top: 5px;
  }

  .footer_copyright {
    font-size: 10px;
    padding: 20px 0;
  }

  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }

  .skpr_box {
    padding-top: 70px;
    margin-top: -10px
  }

  .skpr_box:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
}

/* and add start */
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%,-50%);
  background-image: url(https://img07.shop-pro.jp/PA01460/241/etc_base64/bW9kZV9sb2FkaW5n.gif?cmsp_timestamp=20240926071613);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: 50px 50px;
}
.por { position: relative; }
br.sp { display: none; }
@media (max-width: 768px) {
  br.sp { display: block; }
}
.plr0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pb0 { padding-bottom: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mt_minus_30 { margin-top: -30px !important; }
.mt0 { margin-top: 0 !important; }
.mt1rem { margin-top: 1rem!important; }
.mb1rem { margin-bottom: 1rem!important; }
.mt1_2rem { margin-top: 1.2rem!important; }
.mb1_2rem { margin-bottom: 1.2rem!important; }
.mt2rem { margin-top: 2rem!important; }
.mt3rem { margin-top: 3rem!important; }
.mb3rem { margin-bottom: 3rem!important; }
.mt4rem { margin-top: 4rem!important; }
.mb4rem { margin-top: 3rem!important; }
.fwr { font-weight: normal!important; }
.fwb { font-weight: bold!important; }
.flno { float: none !important; }
.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}
.ft-cinzel {
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.sans { 
  font-family: "Noto Sans JP", sans-serif !important;
}

.t-left { text-align: left; }
.t-center { text-align: center; }
.t-right { text-align: right; }
.t-center-pc { text-align: center; }
@media (max-width: 768px) {
  .t-center-pc { text-align: left; }
}
/* マージン */
.mr50 { margin-right: 50px; }
/* 幅100% */
.w100p { width: 100% !important; }
/* 文字色が白 */
.txt-w { color: #fff !important; }
/* 文字色が黒 */
.txt-b { color: #212121 !important; }
/* 文字色がネイビー */
.txt-nv { color: #0F3192 !important; }
/* 背景色が白 */
.bg-w { background: #fff !important; }
/* 背景色が黒 */
.bg-b { background: #212121 !important; }
/* 改行させない */
.nowrp { white-space: nowrap; }
/* リンクホバー時 */
a:hover, a:focus {
  /*color: inherit;*/
  text-decoration: none;
}
a:hover, a img:hover { opacity: 0.8; }

/* ヘッダーバーの右側のログインなどのボタン */
@media (max-width: 875px) {
  ul.header_nav_headline.inline li:first-of-type { width: 75px; }
  ul.header_nav_headline.inline li:nth-of-type(2) { width: 80px; padding-left:0; padding-right:0; vertical-align:top; }
  ul.header_nav_headline.inline li:last-of-type { width: 93px; vertical-align:top; }
}
/* SP時のヘッダーバー */
@media (max-width: 768px) {
  .header_top .container {
    padding: 0;
  }
}
.btn-cart-layout {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 45px;
  height: 50px;
  margin-right: 45px;
}
.btn-cart-layout i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* SP時のロゴ */
.logo_s {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  /*height: 35px;*/
  height: 47px;
  margin-top: 3px;
}
.logo_s img {
  height: 100%;
}

/* ヘッダーのグロナビの変更 */
@media (max-width: 875px) {
  .header_nav_global {
     font-size: 10px;
  }
}
.header_nav_global_right.inline {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ロゴ */
.logo {
  width: 105px; /*95px;*/
  margin-right: 10px;
  display: inline-block;
}
/* SP時の検索ボックス */
.header_btm .search_form {
  margin-bottom: 10px;
}
.header_btm .search_box {
  float: none;
  width: 85%;
  max-width: 400px;
  height: 40px;
  box-sizing: border-box;
}
.header_btm .btn_search.btn {
  float: none;
  position: absolute;
  z-index: 2;
  width: 35px;
  height: 38px;
  margin-top: 1px;
  margin-left: -35px;
  border: none;
  background: transparent;
}
/* 商品詳細ページで、商品画像があるメインエリアの最大幅980pxを解除 */
.page.prd_detail .main {
  max-width: none;
}
/* 商品詳細ページで、ヘッダーバー・ヘッダーメニュー部分のマージンや背景色など調整 */
.page.prd_detail .header_top, .page.prd_detail .header_mid {
  border-bottom: none;
  background: #fff;
}
.page.prd_detail.-offline .header_mid {
  box-shadow: none;
}
.page.prd_detail.-offline .header_top, .page.prd_detail.-offline .header_mid, .page.prd_detail.-offline #header, .page.prd_detail.-offline .header_btm {
  background: linear-gradient(90deg, #000, #333);
}
@media screen and (max-width: 768px) {  
  .page.prd_detail.-offline .header_top, .page.prd_detail.-offline .header_mid, .page.prd_detail.-offline #header, .page.prd_detail.-offline .header_btm {
    background: #000;
  }
}
/* 商品詳細ページで、パンくずの下のマージン */
/*.page.prd_detail .pankuzu_lists:last-of-type {
  margin-bottom: 45px;
}*/

/* ヘッダーのグロナビの調整 */
.header_nav_global_left.inline li {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 0.8px solid #212121;
  height: 80%;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.3;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header_nav_global_left.inline > li li {
  border-right: none;
}
@media (max-width: 910px) {
  .header_nav_global_left.inline li:nth-of-type(5), .header_nav_global_left.inline li:nth-of-type(6)
  , .header_nav_global_left.inline li:nth-of-type(8) {
    font-size: 0.7rem;
    line-height: 1.7;
  }
}
.header_nav_global_left.inline li:first-of-type {
  border-left: 0.8px solid #212121;
}
.header_nav_global_left.inline > li li:first-of-type {
  border-left: none;
}
.page.prd_detail.-offline .header_nav_global_left.inline > li {
  border-right: 0.8px solid #fff;
}
.page.prd_detail.-offline .header_nav_global_left.inline > li:first-of-type {
  border-left: 0.8px solid #fff;
}
.page.prd_detail.-offline .header_nav_global_box {
  background-color: linear-gradient(90deg, #000, #333);
}

/*グロナビでサブメニューがある時の先頭のアイコン*/
.header_nav_global li a.has-submenu {
  position: relative;
}

/* サブメニューがある場合の矢印アイコン */
.header_nav_global li a.has-submenu:before{
  content: '';
  width: 24px; 
  height: 24px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png);
  background-size: 552px 480px;
  background-position: -528px -192px;
  background-repeat:no-repeat;
  position:absolute;
  top:50%;
  left:-17px;
  transform: translate(0, -50%);
}
.page.prd_detail.-offline .header_nav_global li a.has-submenu:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png);
}
/* サブメニュー */
.page.prd_detail.-offline .header_nav_global_box_detail {
  background: linear-gradient(90deg, #000, #333);
}
.page.prd_detail.-online .header_nav_global_box_detail {
  /* box-shadow: 0px 8px 8px #eee; */
  box-shadow: none;
}
/* ヘッダーナビのサブメニュー */
.header_nav_global_left.inline li ul.header_nav_global_box_lists { 
  flex-wrap: wrap; 
  justify-content: flex-start;
  max-width: 1120px;
  margin: auto;
}
.header_nav_global_left.inline li li { 
  width: 30%;
  margin: 10px 1%; 
  border-bottom: 1px solid #ccc;
}
.header_nav_global_left.inline li li a {
  position: relative;
  width: 100%;
  height: 100%;
}
.header_nav_global_left.inline li li a.btn-arr::after {
  right: 3px;
  color: #ccc;
}

/* スクロール */

/* フレックス */
.flex-center {
  display: flex;
  justify-content: center;
}
/* 検索ボタン */
.page.prd_detail.-offline .btn_search {
  background: #fff;
}
.btn_search.btn:hover {
  /*background: #212121;*/
  opacity: 0.8;  
}
/*.page.prd_detail.-offline .btn_search.btn:hover {
  background: #fff;
}*/

/* ハンバーガーメニューここから */
.btn_hamburger_sp {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.span-container, .chk_menubtn_sp {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chk_menubtn_sp {
  opacity: 0;
  z-index: 100;
}

.span-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  z-index: 90;
}

.span-container span {
  width: 100%;
  height: 2px;
  background: #333;
  transition: all 250ms ease-out;
  transform-origin: 0 0;
}

.chk_menubtn_sp:checked ~ .span-container span:nth-last-child(1) {
    transform: rotate(-45deg) translate(-1px, 0px);
    background: #fff!important;
}

.chk_menubtn_sp:checked ~ .span-container span:nth-last-child(2) {
    transform: rotate(0deg) scale(0.2, 0.2);
    opacity: 0;
}

.chk_menubtn_sp:checked ~ .span-container span:nth-last-child(3) {
    transform: rotate(45deg) translate(0px, -1px);
    background: #fff!important;
}

.nav-container{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  z-index: 50;
  background: #444;
  transition: all 250ms ease-out;
  transform: translateX(-100%);
}
.nav-container a {
  text-decoration: none;
  color: white;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  margin: 1rem auto;
}
.nav-container a:hover {
  color: salmon;
}
.chk_menubtn_sp:checked ~ .nav-container {
  transform: translateX(0%);
}
@media screen and (min-width: 1000px) {  
  .chk_menubtn_sp, .span-container {
    display: none;
  }  
  .nav-container{
    position: relative;
    left: none;
    top: none;
    width: auto;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    z-index: 50;
    background: transparent;
    transition: none;
    transform: none;
  }
  .nav-container a {
    margin-right: 1.5rem;
  }
}
/* ハンバーガーメニューここまで */
/* グループ絞り込み結果一覧のCSSをここへ移動（一覧の内容をAjaxで他ページへ表示する時用） */
.productlist_lists {
  margin-top: 20px;
  font-size: 12px;
}
.productlist_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
/* --- 自由エリアで使用前提のCSS ここから --- */
/* 3カラム */
.parts-3col { display:flex; flex-wrap:wrap; }
.parts-3col > * {
  margin: 0 1.4% 1.4% 0;
  width: 32.4%;
}
.parts-3col > *:nth-of-type(3n) { margin: 0 0 1.4% 0; }
.parts-3col figcaption { text-align: center; }

@media (max-width: 768px) {
  .parts-3col > * {
    margin: 0 4% 4% 0;
    width: 48%;
  }
  .parts-3col > *:nth-of-type(3n) { margin: 0 4% 4% 0; }
  .parts-3col > *:nth-of-type(2n) { margin: 0 0 4% 0; }
}
/* 2カラム */
/* 2カラム */
.parts-2col { display:flex; flex-wrap:wrap; }
.parts-2col { 
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
}
.parts-2col:nth-of-type(odd) { background:#EEF2FF; }
.parts-2col:nth-of-type(even) { flex-direction:row-reverse; }
.parts-2col-text { 
  width: 58%;
  padding-left:0;
  padding-right:1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.parts-2col:nth-of-type(even) .parts-2col-text { padding-left:1rem; padding-right:0; }
.parts-2col-img { width:42%; display:flex; align-items:center; justify-content:center; }
.parts-2col-img img { width:auto; }
.parts-2col-text h3 { margin-top: 0!important; }
.parts-2col-text h3.heading.-type1, .parts-2col-text h3.heading.-type2 {
    margin-top: 0!important;
}
@media (max-width: 768px) {
  .parts-2col-text { width: 100%; padding-left:0!important; padding-right:0!important; padding-bottom:1rem; }
  .parts-2col-img { width: 100%; }
}
/* テーブル表 */
.parts-tbl { width: 100%; border-collapse: collapse; }
.parts-tbl th { 
  color:#fff;
  font-weight:500;
  background:linear-gradient(180deg, #3C3C3D 1%, #565656 100%);
  padding: 1.5rem 0.5rem;
  box-sizing: border-box;
  border-left: 2px solid #fff; 
  border-right: 2px solid #fff;
  width: 25%;
}
.parts-tbl td { padding: 1.5rem 0.5rem; box-sizing: border-box; text-align:center; }
.parts-tbl tr:nth-of-type(odd) td { background:#F4F4F4; }
@media (max-width: 768px) {
  .parts-tbl th, .parts-tbl td { font-size:0.75rem; padding: 0.8rem 0.5rem; }
}

/* 記事へのリンク */
.parts-postlink { 
  display:flex;
  flex-wrap:wrap;
  background:#EEF2FF;
  max-width: 950px;
  margin: 8rem auto;
  padding: 1.5rem;
  box-sizing: border-box;
}
.parts-postlink-img { width:40%; padding-right:1rem; display:flex; align-items:center; justify-content:center; box-sizing: border-box; }
.parts-postlink-text { 
  width:60%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align: center;
}
.parts-postlink-img img { width:auto; }
.parts-postlink-text h3 {
  font-weight: 500 !important;
  padding: 0 0 5px 0 !important;
  border-bottom: 2px solid #0F3192 !important;
}
.parts-postlink-text h3.-type1, .parts-postlink-text h3.-type2 {
  margin-top: 0!important;  
}

@media (max-width: 768px) {
  .parts-postlink { display:block; margin:5rem auto; }
  .parts-postlink-img { padding:0; width:100%; }
  .parts-postlink-text { width:100%; margin-top:1rem; }
}

.btn-small {  
  width: 280px;
  max-width: 100%;
  margin: auto;
  background: linear-gradient(0deg, #000A16 0%, #0A1A37 50%, #0F3192 100%);
  color: #fff;
  padding: 0.75rem;
  box-sizing: border-box;
  display: block;
  position: relative;
}
a.btn-small:hover { color:#fff; }

/* リンクボタン */
/*#wparea-contents .-btnlink {
  width: auto;
  max-width: 100%;
  display: inline-block;
  padding: 11px 40px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  background: linear-gradient(0deg, #000A16 0%, #0A1A37 50%, #0F3192 100%);
  color: #fff;
}*/

/* 自由エリアで使用前提のCSS ここまで */

/* ランキングの順位 */
/*.img-rank {
  position: absolute;
  top: -5px; 
  z-index: 1;
}
.img-rank.-crown {
  width: 55px;
  height: auto;
}
.img-rank.-numbox {
  width: 35px;
  height: 35px;
  background: linear-gradient(360deg, #000A16 0%, #0A1A37 50%, #0F3192 100%);
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .img-rank.-crown { width:42px; }
  .img-rank.-numbox { width:28px; height:28px; font-size:14px; }
}*/

/* フッター */
.footer_nav_list_link { font-size: 14px; }
@media (max-width: 768px) {
  .footer_nav_list_link { font-size: 12px; }
}

/* Newラベル */
img.new_mark_img1 { display: none!important; }
.label-base {
  height: 26px;
  border: 1px solid #212121;
  font-size: 14px;
  padding: 1px 7px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: -26px;
  z-index: 2;
}
@media (max-width: 768px) {
  .label-base {
    font-size: 12px;
    height: 23px;
    padding: 1px 5px;
    top: -23px;
  }
}
.label-base.-limited {
  background:#7E683D; 
  color:#fff;
  border: 1px solid #7E683D;
  z-index: 1;
}
.label-base.-rare {
    background: #84858C;
    color: #fff;
    border: 1px solid #84858C;
    z-index: 1;
}
/* 商品詳細ページの場合 */
.product_img_main .label-base.-new,
.product_img_main .label-base.-limited,
.product_img_main .label-base.-rare {
  left: 0;
}
/* 新作ラベルと限定ラベルが両方ある場合 */
.product_longnm_part:has(.label-base.-new) ~ .label-base.-limited,
.product_longnm_part:has(.label-base.-new) ~ .label-base.-rare { left: 50px; }
.label-base.-new ~ .label-base.-limited,
.label-base.-new ~ .label-base.-rare,
.label-base.-limited .label-base.-rare { left: 50px; }
@media (max-width: 768px) {
  .product_longnm_part:has(.label-base.-new) ~ .label-base.-limited,
  .product_longnm_part:has(.label-base.-new) ~ .label-base.-rare { left: 40px; }
  .label-base.-new ~ .label-base.-limited,
  .label-base.-new ~ .label-base.-rare,
  .label-base.-limited ~ .label-base.-rare{ left: 40px; }
}

/* SOLD OUT */
.item_soldout.show {
  background: #212121;
  color: #fff;
  padding: 6px 9px;
  box-sizing: border-box;
  width: 90px;
  height: 25px;
  margin: 5px auto 0 auto;
  line-height: 1;
}
/* ボタン */
.btn-block.-base {
  position: relative;
  border: none;
  margin-top: 1rem;
  padding: 11px 0;
  background-color: #333;
  color: #fff;
  letter-spacing: 0.1em;
}
.btn-block.-base span, .btn-block span {
  font-size: 1rem;
  font-weight: 500;
  color: inherit;
  vertical-align: middle;
}
.btn-block.-base i { vertical-align: middle; }
.btn-arr::after {
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  font-size: 0.7rem;
}
/* ボタン：銀色 */
.btn-block.-base.-silver {
  background: linear-gradient(180deg, #FFFFFF 1%, #939393 100%);
  color: #212121;
}
/* ボタン：濃い青 */
.btn-block.-base.-darkblue {
  background: linear-gradient(0deg, #000A16 0%, #0A1A37 50%, #0F3192 100%);
  color: #fff;
}

/* 歴史についてバナー */
.bnr_history {
  display: block;
  position: relative;
  margin-top: 8rem;
}
.bnr_history span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 38px;
  white-space: nowrap;
  text-align: center;
}
.bnr_history .btn-arr::after {
  color: #fff;  
  right: -3rem;
}
@media (max-width: 768px) {
  .bnr_history { margin-top: 5rem }
  .bnr_history span { font-size:24px; }
}
a.bnr_history:hover, a.bnr_history img:hover {
  opacity: 1;
}
a.bnr_history:hover span {
  opacity: 0.8;
}

/* 紺のリンクボタン */
.btn-navy {
  width: auto;
  max-width: 92%;
  display: inline-block;
  padding: 11px 40px;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  background: linear-gradient(0deg, #000A16 0%, #0A1A37 50%, #0F3192 100%);
  color: #fff;
}
.btn-navy:hover {
  color: #fff;
}

/* 紺のもっと見るボタン */
.btn-more.btn-navy {
  max-width: 200px;
  left: unset;
  transform: none;
  text-align: center;
}

.sec-area {
  padding: 0 10px;
}

.col3-list {
  display: flex;
  flex-wrap: wrap;
}

.col3-list li {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .col3-list li { 
    width: 50%; /*calc(50% - 30px)*/; 
    margin-left: 0; /*15px*/;
    margin-right: 0; /*15px*/;
  }
}

/* おすすめブログ一覧(Wordpress) */
.watchbloglist-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
}
.watchbloglist-2col > * {
  width: 49%;
}
.watchbloglist-2col > * > img {
  width: 100%;
}
.watchbloglist-img {
  padding-top: 67%;
}
.watchbloglist-ttl {
  margin: 10px 0 30px 0;
}

/* 新着ブログ(Wordpress) */
.latest_wpblog_list {
  padding: 0 10px;
}


/* 商品一覧系ページの見出し */
.heading.productlist_heading {
  font-size: 1.6rem;
  color: #0F3192;
  font-weight: normal;
  border-bottom: none;
  text-align: center;
  margin: 20px 0 20px; /*30px 0 20px;*/
}

/*ブランドグループの商品一覧ページ*/
#group_productlist {
  padding-top: 8rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  #group_productlist {
    padding-top: 5rem;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  #wrapper:not(.top, .product) #contents {
    margin-top: 26px;/*49px;*/
  }
}
.grp_contents {
  padding-left: 10px;
  padding-right: 10px;
}
.grp_contents .heading.productlist_heading {
  margin-bottom: 20px; /*30px;*/
  padding-bottom: 0;
}
.grp_contents_top p {
  margin: 30px 0 45px 0;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .grp_contents .heading.productlist_heading {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .grp_contents_top p {
    margin: 15px 0 35px 0;
    text-align: left;
  }
}

/*商品名の文字サイズ*/
.productlist_lists {
  margin-top: 20px;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}

/* よく見られている時計ランキング */
ul.recommend_lists li:nth-of-type(n+4):nth-of-type(-n+6) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .recommend_list {
    width: 50%;
  }
  ul.recommend_lists li:nth-of-type(n+4):nth-of-type(-n+6) {
    margin-bottom: 60px;
  }
  ul.recommend_lists li:nth-of-type(n+5):nth-of-type(-n+6) {
    margin-bottom: 0;
  }
}

/*ブランドTOPのフリーページ*/
/* 2カラム */
.parts-2col-brand { 
  display:flex; 
  flex-wrap:wrap; 
  margin-bottom: 3rem;
}
.parts-2col-brand-text { 
  width: 50%;
  padding-left: 1rem;
  padding-right:0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  text-align: center;
}
.parts-2col-brand-img { width:50%; display:flex; align-items:flex-start; justify-content:center; }
.parts-2col-brand-img img { width:auto; }
.parts-2col-brand-text h3 { 
  border-bottom: none;
  font-size: 23px;
  font-weight: normal;
  color: #0F3092;
  border-bottom: 1px solid #0F3092;
  text-align: center;
  padding-bottom: 15px;
  margin-top: 0; 
  margin-bottom: 30px;
}
.parts-2col-brand-text p { line-height: 1.5; }
.btn-navy.-collection{ margin-bottom: 8rem; }
@media (max-width: 768px) {
  .parts-2col-brand-text h3 { font-size: 1.2rem; }
  .parts-2col-brand-text { width: 100%; padding-left:0!important; padding-right:0!important; padding-bottom:1rem; margin-top:1rem; }
  .parts-2col-brand-img { width: 100%; }
  .btn-navy.-collection{ margin-bottom: 5rem; }
}
/* グランドセイコー・オメガTOP（フリーページ） */
.recom_list_setmargin .recommend_lists li { margin-bottom: 0; }
@media (max-width: 768px) {
  .recom_list_setmargin .recommend_lists li { margin-bottom: 60px; }
  .recom_list_setmargin .recommend_lists li:last-of-type, .recom_list_setmargin .recommend_lists li:nth-last-of-type(2) { 
    margin-bottom: 0 !important; 
  }
}
.wpblog_brand { margin-bottom: 6rem; }
@media (max-width: 768px) { .wpblog_brand { margin-bottom: 4rem; } }

/* オメガ大カテページ：中カテブランド一覧 */
.brandlist-2col, .brandlist-3col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
}
.brandlist-2col > *, .brandlist-3col > * {
  width: 48%;
  margin-bottom: 4%;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.brandlist-3col > * { width: 32%; padding:10px; }

.brandlist-2col > * > img, .brandlist-3col > * > img {
  width: 100%;
}
.brandlist-img {
  padding-top: 75%;
}
.brandlist-ttl {
  margin: 10px 0 0 0;
  font-size: 23px;
  text-align: center;
  color: #0F3192;
}
.brandlist-3col .brandlist-ttl {
  font-size: 18px;
}
.brandlist-ttl.-fs {
  font-size: 18px;
}
@media (max-width: 768px) {
  .brandlist-2col > *, .brandlist-3col > * { width: 100%; }
  .brandlist-ttl { font-size: 18px; }
}

/* 3位までに王冠がつくランキング一覧 */
.rankinglist > li { position:relative; }
.rankinglist > li::before {
  content: '4';
  width: 35px;
  height: 35px;
  background: linear-gradient(360deg, #000A16 0%, #0A1A37 50%, #0F3192 100%);
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  top:0;
  left:0;
  z-index: 1;
}
.rankinglist > li:first-of-type::before {
  content: '';
  width: 58px;
  height: 40px;
  background-image: url(https://img07.shop-pro.jp/PA01460/241/etc_base64/bW9kZV9pY29uX3Jhbmsx.png?cmsp_timestamp=20240911123640);
  background-size: cover;
  background-repeat: no-repeat;
}
.rankinglist > li:nth-of-type(2)::before {
  content: '';
  width: 58px;
  height: 40px;
  background-image: url(https://img07.shop-pro.jp/PA01460/241/etc_base64/bW9kZV9pY29uX3Jhbmsy.png?cmsp_timestamp=20240911123640);
  background-size: cover;
  background-repeat: no-repeat;
}
.rankinglist > li:nth-of-type(3)::before {
  content: '';
  width: 58px;
  height: 40px;
  background-image: url(https://img07.shop-pro.jp/PA01460/241/etc_base64/bW9kZV9pY29uX3Jhbmsz.png?cmsp_timestamp=20240911123640);
  background-size: cover;
  background-repeat: no-repeat;
}
.rankinglist > li:nth-of-type(4)::before { content: '4'; }
.rankinglist > li:nth-of-type(5)::before { content: '5'; }
.rankinglist > li:nth-of-type(6)::before { content: '6'; }
.rankinglist > li:nth-of-type(7)::before { content: '7'; }
.rankinglist > li:nth-of-type(8)::before { content: '8'; }
.rankinglist > li:nth-of-type(9)::before { content: '9'; }
.rankinglist > li:nth-of-type(10)::before { content: '10'; }
@media (max-width: 768px) {
  .rankinglist > li:nth-of-type(n+4):nth-of-type(-n+6)::before { width:32px!important; height:32px!important; }
  .rankinglist > li:nth-of-type(-n+3)::before { width:47px!important; height:32px!important; }
}

/* SNSアイコン */
.footer_snsarea > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.icon-x { width:29px; height:auto; margin-right:1.2rem }
.icon-ins { width:30px; height:auto; margin-right:1.2rem }
.icon-fb { width:30px; height:auto; margin-right:1.2rem }
.icon-yt { width:30px; height:auto; margin-right:1.2rem }

.caution {
  font-size: 0.8rem;
  margin: 5px 0;
}
/* and add end */





