@charset "UTF-8";
/*==================================
==========基本設定=============
==================================*/
body {
  font-size: 16px;
}

a:hover {
  opacity: 0.9;
}

section {
  margin-top: 3em;
  margin-bottom: 3em;
}
section:first-child {
  margin-top: 0;
}
section:last-child {
  margin-bottom: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*デモ用*/
.demo {
  display: none;
}

.text-center {
  text-align: center;
}

/*==================================
==========モジュールインクルード=============
==================================*/
/* ====== 作家紹介 closeup_artist ====== */
.main-contents-closeup-artist {
  /* アイキャッチ */
  /* タイトル */
  /* コンセプト用テキストエリア */
  /* 関連商品  ※このほかはテンプレートのデフォルト設定*/
  /* 作家略歴 */
}
.main-contents-closeup-artist .closeup-img {
  line-height: 0;
}
.main-contents-closeup-artist .closeup-img img {
  width: 100%;
}
.main-contents-closeup-artist h3 {
  margin: 2em auto 1em;
  font-size: 28px;
  text-align: center;
}
.main-contents-closeup-artist h3 span {
  display: block;
  margin-bottom: 0.2em;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .main-contents-closeup-artist h3 {
    margin: 1em auto;
    font-size: 25px;
  }
  .main-contents-closeup-artist h3 span {
    margin-bottom: 0.5em;
    font-size: 16px;
  }
}
.main-contents-closeup-artist .closeup-concept {
  max-width: 720px;
  margin: 0 auto 5em;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .main-contents-closeup-artist .closeup-concept {
    margin: 0 auto 2em;
    font-size: 14px;
  }
}
.main-contents-closeup-artist .closeup-item {
  /* 見出し */
  /* 商品一覧 */
}
.main-contents-closeup-artist .closeup-item p {
  margin-bottom: 2em;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main-contents-closeup-artist .closeup-item p {
    margin-bottom: 1.2em;
    font-size: 16px;
  }
}
.main-contents-closeup-artist .closeup-item .closeup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-contents-closeup-artist .closeup-item .closeup-list li {
  width: calc(25% - 16px);
  margin: 0 8px 24px;
}
@media screen and (max-width: 640px) {
  .main-contents-closeup-artist .closeup-item .closeup-list li {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
  }
}
@media screen and (max-width: 640px) {
  .main-contents-closeup-artist .closeup-item .item-view-btn {
    margin-top: 10px;
  }
}
.main-contents-closeup-artist .closeup-artist {
  margin: 6em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .main-contents-closeup-artist .closeup-artist {
    margin: 4em auto;
    display: block;
  }
}
.main-contents-closeup-artist .closeup-artist .artist-img {
  width: 35%;
  text-align: center;
  line-height: 0;
}
.main-contents-closeup-artist .closeup-artist .artist-img img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .main-contents-closeup-artist .closeup-artist .artist-img {
    width: 70%;
    max-width: 250px;
    margin: auto;
  }
}
.main-contents-closeup-artist .closeup-artist .artist-info {
  width: 60%;
  margin-left: 2em;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .main-contents-closeup-artist .closeup-artist .artist-info {
    width: auto;
    margin-left: 0;
    margin-top: 1em;
  }
}
.main-contents-closeup-artist .closeup-artist .artist-info .artist-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.main-contents-closeup-artist .closeup-artist .artist-info .artist-name span {
  display: inline-block;
  margin-left: 1em;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .main-contents-closeup-artist .closeup-artist .artist-info .artist-name {
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
  }
  .main-contents-closeup-artist .closeup-artist .artist-info .artist-name span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

/*==================================
==========個別スタイル============
==================================*/
/* ====== PC/SP ====== */
.pc {
  display: block;
}

.sp {
  display: none;
}

/* ====== HEADER ====== */
header .navbar .navbar-list .navbar-list-main .navbar-list-main-link {
  padding: 30px 0 50px;
}
header .navbar .navbar-list .navbar-list-main .navbar-list-main-link:after {
  bottom: 30px;
}
header .navbar .navbar-list .navbar-list-main .navbar-list-main-link span:after {
  bottom: 30px;
}
header .navbar .navbar-sub-itemlist {
  position: absolute;
  top: 124px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
}
header .navbar .navbar-sub-itemlist .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin: auto;
}
header .navbar .navbar-sub-itemlist .title-menu-list,
header .navbar .navbar-sub-itemlist .data-list {
  max-width: 200px;
  width: 25%;
  text-align: center;
  margin: 0.5em 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .navbar .navbar-sub-itemlist .title-menu-list a,
header .navbar .navbar-sub-itemlist .data-list a {
  display: block;
  padding: 0.6em 0.5em;
  text-decoration: none;
  cursor: pointer;
}
header .navbar .navbar-sub-itemlist .title-menu {
  padding: 1em 0;
  background-color: #ebebeb;
}
header .navbar .navbar-sub-itemlist .title-menu .title-menu-list a {
  padding: 0.2em 0.5em;
}
header .navbar .navbar-sub-itemlist .title-menu .title-menu-list:hover, header .navbar .navbar-sub-itemlist .title-menu .title-menu-list.active {
  background-color: #fff;
}
header .navbar .navbar-sub-itemlist .data-area .data-wrap {
  display: none;
  background-color: #f4f4f4;
}
header .navbar .navbar-sub-itemlist .data-area .data-wrap .data-list:hover {
  background-color: #fff;
}
header .action {
  /* PC右アイコン */
}
header .action .action-button {
  margin-bottom: 10px;
}

/* ====== SIDENAVI and NAVIBOX ====== */
.navibox {
  padding: 2rem 1rem 2rem;
  background: #e6e7e8;
}
.navibox h3 {
  font-weight: 300;
  background: #fff;
  text-align: center;
  padding-top: 0.4em;
  padding-bottom: 0.2em;
  line-height: 1em;
}
.navibox h3 span {
  display: block;
  font-size: 0.7rem;
}
.navibox > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding-top: 2em;
}
.navibox .inc_sidenavi {
  width: 70%;
  max-width: 240px;
  min-width: 130px;
  margin-right: 1%;
}
.navibox .button {
  padding: 0.1rem 0;
  font-size: calc(0.4rem + 0.8vw);
  color: #fff;
  background: #555;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.navibox .column4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.navibox .column4 a {
  display: table;
  width: calc(25% - 20px);
  margin: 0 1% 2rem;
  text-decoration: none;
  max-width: 213px;
}
.navibox .column4 a img {
  max-width: 100%;
  display: table-caption;
}

/* ====== Firefox ====== */
@-moz-document url-prefix() {
  .navibox .column4 a img {
    display: block;
  }
}
/* ====== SIDENAVI ====== */
.sidenavi {
  padding: 1em;
  background: #fff;
}
.sidenavi .accordion a {
  color: inherit;
  text-decoration: none;
}
.sidenavi .accordion .tab {
  position: relative;
  padding: 0.5rem;
  border-bottom: solid 1px #000;
  cursor: pointer;
}
.sidenavi .accordion .tab:after {
  content: "";
  position: absolute;
  top: 25%;
  right: 2%;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sidenavi .accordion .tab.active:after {
  top: 45%;
  border-top: 0;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-right: 0;
}
.sidenavi .accordion ul {
  display: none;
  padding: 0.5rem 0.5rem 1rem;
}
.sidenavi .accordion li {
  padding: 0.1rem 0;
  list-style: none;
}
.sidenavi .search {
  position: relative;
  padding-bottom: 1em;
}
.sidenavi .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #000;
}
.sidenavi .search input[type=text] {
  padding: 0.3rem;
  border: none;
}
.sidenavi .search button {
  background: none;
  border: none;
}
.sidenavi .search input[type=text]:focus,
.sidenavi .search a:focus {
  outline: none;
}

/* ====== CATEGORY LIST ====== */
.main-contents-categoryitems {
  /* 子カテゴリ一覧 */
  /* SP子カテゴリアコーディオン */
}
.main-contents-categoryitems .category-child-list {
  margin-bottom: 45px;
  padding: 1em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: solid 1px #ccc;
}
.main-contents-categoryitems .category-child-list li {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  margin: 0.8em 0.5em 0 0;
  max-width: 330px;
  width: calc(33% - 1.4em);
  text-align: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
}
.main-contents-categoryitems .category-child-list li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #d5d5d5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.main-contents-categoryitems .category-child-list li:first-child {
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  .main-contents-categoryitems .category-child-list li {
    width: 42.3%;
  }
}
.main-contents-categoryitems .category-child-list a:hover {
  text-decoration: none;
  opacity: 0.4;
}
.main-contents-categoryitems .ac-container {
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.main-contents-categoryitems .ac-container .content-box {
  max-height: 150px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-contents-categoryitems .ac-container .content-box .category-child-list {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
.main-contents-categoryitems .ac-container .button {
  display: none;
  position: absolute;
  bottom: 1.5em;
  text-align: center;
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  cursor: pointer;
}
.main-contents-categoryitems .ac-container .button::after {
  display: inline-block;
  border: solid 1px #ccc;
  background: #fff;
  margin-top: 30px;
  padding: 0.1em 1em;
  border-radius: 30px;
  content: "カテゴリ一覧を開く";
}
.main-contents-categoryitems .ac-container.ac-open {
  padding-bottom: 4.5em;
}
.main-contents-categoryitems .ac-container.ac-open .content-box {
  max-height: none;
}
.main-contents-categoryitems .ac-container.ac-open .button {
  background: none;
}
.main-contents-categoryitems .ac-container.ac-open .button::after {
  content: "カテゴリ一覧を閉じる";
}

/* ====== PRODUCT DETAIL ====== */
.breadcrumb {
  margin-top: 0 !important;
}

.subtitle {
  max-width: 1340px;
  margin: 3rem auto;
  padding: 0.5rem 0 0.5rem 1rem !important;
  font-weight: 300;
  text-align: center;
  color: #fff;
  line-height: 1em;
  background: #555;
}
.subtitle span {
  display: block;
  font-size: 0.7rem;
}

.col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1340px;
  margin: 0 auto;
}
.col-box .main-contents-detailitem {
  margin-top: 0;
}
.col-box .product-image {
  max-width: 540px;
  width: 100%;
  margin-bottom: 2rem;
}
.col-box .product-image .product-image-list {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.col-box .product-image .product-image-list img {
  max-width: 100%;
}
.col-box .product-image .product-image-large {
  position: relative;
  margin: 0 auto 1rem;
  padding-bottom: 100%;
}
.col-box .product-image .product-image-large .product-image-list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.col-box .product-image .product-image-large .product-image-list img {
  max-height: 100%;
  margin: auto;
}
.col-box .product-image .product-image-small {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, minmax(80px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(80px, 1fr));
}
.col-box .product-image .product-image-small .product-image-list {
  /*margin: 2px;*/
  padding: 2px;
  height: 172px;
  /* width: 100px;
  height: 100px; */
  overflow: hidden;
  border: solid 1px #eee;
}
.col-box .item-detail {
  width: 80%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 495px;
  font-size: 16px;
}
.col-box .item-detail .item-detail-title {
  font-size: 24px;
  margin: 2% 0;
}
.col-box .item-detail .item-price-text {
  font-size: 16px;
  margin: 2% 0;
}
.col-box .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5%;
}
.col-box .flexbox.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col-box .flexbox .title {
  min-width: 100px;
}
.col-box .flexbox .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col-box .flexbox .item-box .quantity {
  position: relative;
  border: 1px solid #555;
}
.col-box .flexbox .item-box .quantity :focus {
  outline: none;
}
.col-box .flexbox .item-box .quantity input {
  width: auto;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  border: none;
}
.col-box .flexbox .item-box .quantity input[type=number],
.col-box .flexbox .item-box .quantity input[type=number]::-webkit-outer-spin-button,
.col-box .flexbox .item-box .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
  text-align: center;
}
.col-box .flexbox .item-box .quantity input[type=button] {
  cursor: pointer;
}
.col-box .flexbox .item-box .quantity .spinner-btn {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  border: none;
  background-color: transparent;
}
.col-box .flexbox .item-box .quantity .spinner-btn.plus {
  top: 0;
  right: 0;
  padding: 3.5%;
}
.col-box .flexbox .item-box .quantity .spinner-btn.minus {
  top: 0;
  left: 0;
  padding: 3.5%;
}
.col-box .flexbox .sns-box {
  width: 100px;
  margin: 0 0 0 10px;
}
.col-box .flexbox .sns-box li {
  margin: 4% 0;
  line-height: 0;
}
.col-box .item-detail-addcart .item-detail-soldout {
  font-weight: normal;
  background-color: #fff;
  border: solid 1px #555;
  border-radius: 0;
  padding: 0.7rem 0;
}
.col-box .item-detail-addcart a {
  font-size: 24px;
  font-weight: normal;
  border: 1px solid #555;
  border-radius: 0;
  padding: 0.7rem 0;
  background: #fff;
  color: #555;
}
.col-box .item-detail-addcart .contact,
.col-box .item-detail-addcart .favorite {
  width: 50%;
}
.col-box .item-detail-addcart .contact {
  margin-right: 0.2rem;
}
.col-box .item-detail-addcart .contact a,
.col-box .item-detail-addcart .favorite a {
  display: inline-block;
  width: 100%;
  font-size: calc(0.1rem + 0.7vw);
  color: #fff;
  border: none;
  background: #c4c4c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col-box .spec li {
  padding: 2% 0;
  border-top: solid 1px #555;
}
.col-box .spec.soldout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.col-box .spec.soldout > div {
  width: 50%;
}
.col-box .spec .soldout-box {
  margin-left: 1rem;
  padding: 1rem;
  font-size: 12px;
  line-height: 1.4;
  background: #e6e7e8;
}
.col-box .spec .soldout-box .title {
  color: #f10000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.col-box .spec .soldout-box .title span {
  display: block;
  margin: 0.5rem 0;
  font-size: 14px;
  color: #555;
  text-align: left;
}
.col-box .spec .soldout-box .button {
  margin-top: 1rem;
}
.col-box .spec .soldout-box .button a {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: none;
  background: #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-detail-box {
  max-width: 1050px;
  margin: 0 auto 8rem;
  padding: 0 20px;
}
.product-detail-box .info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.product-detail-box .info .title {
  grid-column: 1/3;
  margin-bottom: 3%;
  font-size: 24px;
  text-align: center;
}
.product-detail-box .info .main-info {
  grid-column: 1/3;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px #555;
}

.item-group-box {
  margin-bottom: 4rem;
}
.item-group-box .subtitle {
  max-width: 100%;
  text-align: left;
}
.item-group-box .subtitle span {
  display: inline;
  margin-left: 10px;
}

@media all and (-ms-high-contrast: none) {
  .col-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col-box .col-inner {
    width: 100%;
  }
  .col-box .product-image .product-image-list {
    display: block;
    text-align: center;
  }
  .col-box .product-image .product-image-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .col-box .product-image .product-image-small .product-image-list {
    width: 30%;
  }
  .product-detail-box .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-detail-box .info .title {
    width: 100%;
  }
  .product-detail-box .info .main-info {
    width: 100%;
  }
  .product-detail-box .info .sub-info {
    width: 50%;
  }
}
@media screen and (max-width: 1040px) {
  .col-box .main-contents-detailitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col-box .product-image {
    max-width: 100%;
  }
  .col-box .item-detail {
    width: auto;
    padding-left: 0;
    max-width: unset;
  }
  .col-box .item-detail .flexbox {
    margin-top: 2%;
  }
  .col-box .item-detail .flexbox .title {
    min-width: 120px;
  }
  .col-box .item-detail-addcart {
    margin-top: 5%;
  }
  .col-box .item-detail-addcart .contact a,
.col-box .item-detail-addcart .favorite a {
    font-size: calc(0.37rem + 1vw);
  }
}
@media (max-width: 1040px) and (-ms-high-contrast: none) {
  .col-box .product-image .product-image-large {
    padding-bottom: 90%;
  }
  .col-box .item-detail {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  /* ====== PC/SP ====== */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* ====== HEADING ====== */
  h3 {
    margin: 0 auto 2rem;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  h3 span {
    font-size: 0.7rem;
  }
  /* ====== HEADER ====== */
  header .action .button-menu {
    width: 60%;
    /* ハンバーガーメニュー */
  }
  header .action .button-menu .humberger .icon-bar {
    background: #333 !important;
  }
  header .action .button-menu.button-menu-opened .humberger .icon-bar {
    background: #fff !important;
  }
  header .action .button-menu .drawernav .drawernav-list-category {
    /* 親カテゴリブロック */
  }
  header .action .button-menu .drawernav .drawernav-list-category dl.drawernav-sub-list {
    margin: 5px 0;
    /* 子カテゴリあり */
    /* アコーディオン内 */
  }
  header .action .button-menu .drawernav .drawernav-list-category dl.drawernav-sub-list dt.drawernav-sub-list-title.accordion {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .action .button-menu .drawernav .drawernav-list-category dl.drawernav-sub-list dt.drawernav-sub-list-title.accordion a {
    width: 100%;
    padding: 8px 0 8px 15px;
  }
  header .action .button-menu .drawernav .drawernav-list-category dl.drawernav-sub-list dt.drawernav-sub-list-title.accordion .trigger {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0 8px 5px 0;
  }
  header .action .button-menu .drawernav .drawernav-list-category dl.drawernav-sub-list dt.drawernav-sub-list-title.accordion .trigger:after {
    content: "+";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    padding-bottom: 2px;
    font-size: 25px;
  }
  header .action .button-menu .drawernav .drawernav-list-category dl.drawernav-sub-list dt.drawernav-sub-list-title.accordion .trigger.opened:after {
    content: "-";
  }
  header .action .button-menu .drawernav .drawernav-list-category dl.drawernav-sub-list .accordion-wrap {
    height: 0;
    margin: 0 15px;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  header .action .button-menu .drawernav .drawernav-list-category dl.drawernav-sub-list .accordion-wrap.opened {
    height: auto;
    overflow: visible;
    padding: 10px 0;
  }
  header .action .button-menu .drawernav .drawernav-list-category dl.drawernav-sub-list .accordion-wrap dd.drawernav-sub-list-data {
    padding: 0;
  }
  /* ====== SIDENAVI and NAVIBOX ====== */
  .navibox {
    padding: 3rem 1rem 1rem;
  }
  .navibox > section {
    display: block;
  }
  .navibox .button {
    font-size: 0.9rem;
  }
  .navibox .column4 a {
    width: 48%;
  }
  .navibox .column4 a img {
    display: table-caption;
  }
  /* ====== Firefox ====== */
  @-moz-document url-prefix() {
    .navibox .column4 a img {
      display: block;
    }
  }
  /* ====== PRODUCT DETAIL ====== */
  .subtitle {
    max-width: unset;
    margin: 3rem 1rem 1rem;
  }
  .col-box {
    display: block;
    max-width: unset;
  }
  .col-box .product-image {
    max-width: 100%;
  }
  .col-box .product-image .product-image-small .product-image-list {
    height: 29vw;
  }
  .col-box .item-detail {
    width: auto;
    padding-left: 0;
    max-width: 100%;
  }
  .col-box .item-detail .item-detail-title {
    font-size: 20px;
  }
  .col-box .item-detail .item-box {
    display: block;
    width: 100%;
  }
  .col-box .item-detail .item-box .title {
    min-width: unset;
  }
  .col-box .item-detail .item-box .quantity {
    position: relative;
    text-align: center;
    border: 1px solid #555;
  }
  .col-box .item-detail .item-box .quantity :focus {
    outline: none;
  }
  .col-box .item-detail .item-box .quantity input {
    width: auto;
  }
  .col-box .item-detail .item-box .quantity input[type=number],
.col-box .item-detail .item-box .quantity input[type=number]::-webkit-outer-spin-button,
.col-box .item-detail .item-box .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
  }
  .col-box .item-detail .item-box .quantity input[type=button] {
    cursor: pointer;
  }
  .col-box .item-detail .item-box .quantity .spinner-btn {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    border: none;
    background-color: transparent;
  }
  .col-box .item-detail .item-box .quantity .spinner-btn.plus {
    right: 0;
    padding: 1.5%;
  }
  .col-box .item-detail .item-box .quantity .spinner-btn.minus {
    left: 0;
    padding: 1.5%;
  }
  .col-box .item-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-box .item-share li {
    margin: 8% 2% 0 0;
  }
  .col-box .item-detail-addcart a {
    margin-bottom: 0.6rem;
    font-size: 20px;
  }
  .col-box .item-detail-addcart .contact,
.col-box .item-detail-addcart .favorite {
    display: table;
  }
  .col-box .item-detail-addcart .contact {
    margin-right: 0.2rem;
  }
  .col-box .item-detail-addcart .contact a,
.col-box .item-detail-addcart .favorite a {
    display: table-cell;
    height: 60px;
    padding: 0;
    font-size: calc(0.8rem + 0.5vw);
    vertical-align: middle;
  }
  .col-box .spec li {
    padding: 2% 0;
    border-top: solid 1px #555;
  }
  .col-box .spec.soldout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .col-box .spec.soldout > div {
    width: 100%;
    max-width: -webkit-fill-available;
  }
  .col-box .spec .soldout-box {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .col-box .spec .soldout-box .title {
    font-size: 20px;
  }
  .col-box .spec .soldout-box .button {
    display: table;
    width: 100%;
    margin-top: 1rem;
  }
  .col-box .spec .soldout-box .button a {
    display: table-cell;
    height: 60px;
    padding: 0;
    font-size: 16px;
    vertical-align: middle;
  }
  .product-detail-box {
    max-width: 90%;
    margin: 0 auto 4rem;
    padding: 0;
  }
  .product-detail-box .info {
    display: block;
  }
  .product-detail-box .info .title {
    font-size: 20px;
  }
  .product-detail-box .info .main-info {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .product-detail-box .info .sub-info {
    margin-bottom: 1rem;
  }
  .product-detail-box .info .sub-info.artist-about {
    padding-bottom: 1rem;
    border-bottom: solid 1px #555;
  }
  .item-group-box {
    margin-bottom: 2rem;
  }
  .item-group-box .subtitle {
    width: auto !important;
    margin: 0 0 1rem !important;
    text-align: center;
  }
  .item-group-box .subtitle span {
    display: block;
    margin: 0.1rem 0 0 0;
  }
}
@media (max-width: 640px) and (-ms-high-contrast: none) {
  .product-detail-box .info .sub-info {
    width: 100%;
  }
}
/*==================================
==========モジュールインクルード=============
==================================*//*# sourceMappingURL=add_style.css.map */