@charset "euc-jp";

.prd-opt-src {
  display: none !important;
}

/* IMAGE SECTION */

.product-image {
  padding-right: 5%;
}

/* Cloud Zoom. */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#FFF;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#FFF;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #FFF;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}

.zoom-small-image {
  float: left;
  margin-top: 0;
  width: 100%;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 9999;
}

.cloud-zoom {
  margin-bottom: 0;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
  margin-bottom: 30px;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 4.7% 1.63% 0;
  padding: 0 1%;
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.zoom-tiny-image {
  padding: 0;
  width: 100%;
  height: auto;
  border: 1px solid rgba(125,125,125,.4);
  background: #FFF;
}
.zoom-tiny-image.selected,
.zoom-tiny-image:hover {
  border: 1px solid rgba(81,185,206,0.6);
  background: #FFF;
}

a.gallery_last{
  margin-right: 0;
}

/* image-brand logo */
.zoom-small-image {
  position:relative;
  width:100%;
  height: auto;
}
  .zoom-small-image span {
    position: absolute;
    bottom: 4%;
    left: 3%;
    width: 15.2%;
    height: auto;
    z-index: 1000;
   }
    .zoom-small-image span img {
      width: 100%;
      height: auto;
    }

/* SPEC SECTION */
.brd-name {
  font-size: 92.86%;
  margin: 20px 0 0 0;
}
.prd-ttl-name h1 {
  font-size: 129%;
  margin: 3px 0 15px;
}

/* NEW icon */
.new-icon:after {
  content:"NEW";
  font-family: "TradeGothic",sans-serif;
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: -2px;
  line-height: 1;
  font-weight: 700;
  padding: 0.5% 0.8% 0.2% 0.8%;
  color: #FFF;
  background-color: #67B2BC;
  border-radius: 2px;
  margin-right: 6px;
}
/* 2024.11.19 ブラックフライデーアイコン追加 ここから*/
/* black friday icon */
.bfs-icon:after {
  content:"BLACK FRIDAY";
  font-family: "TradeGothic",sans-serif;
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: -2px;
  line-height: 1;
  font-weight: 700;
  padding: 0.5% 0.8% 0.2% 0.8%;
  color: #f9c433;
  background-color: #000000;
  border-radius: 2px;
  margin-right: 6px;
}
/* 2024.11.19 ブラックフライデーアイコン追加 ここまで*/

/* select custom */
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select option {
  background-color: #fff;
  color: #292929;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

.select-wrap {
    position: relative;
    width: 100%;
    max-width: 220px;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 0;
    content: "\e908";
    font-family: "icomoon";
    font-size: 19px;
    line-height: 30px;
    color: #292929;
    pointer-events: none;
}

/* spec-block */
.product-spec-block {
  clear: both;
  margin-bottom: 2.4em;
}
  .product-spec-block table {
    width: 100%;
  }
    .product-spec-table {
      color: #292929;
      margin-bottom: 20px;
      border-top: 0;
    }
    .product-spec-table th {
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: .9em;
      border-right: 0;
      border-bottom: 0;
      border-top: 0;
      line-height: 17px;
      font-weight: normal;
    }
    .product-spec-table td {
      overflow: hidden;
      padding-top: 6px;
      padding-right: 6px;
      padding-bottom: 6px;
      padding-left: 0;
      border-bottom: 0;
      border-top: 0;
      line-height: 17px;
    }
      .product-spec-table th {
        width: 33.333%;
      }
      .product-spec-table td {
        width: 66.666%;
      }
        .product-spec-table select {
          border: 1px solid #292929;
          border-radius: 0;
          color: #292929;
          height: 28px;
          line-height: 20px;
          font-size: 13px;
          padding: 4px 6px;
        }
        .product-order-form input {
          float: left;
          margin-right: .3em;
          padding: .3em;
          width: 3em;
          text-align: right;
          height: 16px;
          border: 1px solid #292929;
          border-radius: 0;
          background-color: #FFF;
          box-shadow: none;
          color: #292929;
        }
        .product-unit {
          float: left;
          padding: .3em;
        }
        .product-init {
          display: none;
        }
        .product-option-table td div {
          margin-bottom: .5em;
        }
.product_sales {
  font-weight: 700;
}
.product_sales span.wotax {
  font-size: 214.285%;
  font-weight: 300;
}
.product_sales span.intax {
  font-weight: 400;
}

/*LOG IN */
.login-btn {
  padding: 0;
}
.login-btn a {
  display: block !important;
  margin-bottom: 1.0em;
}

/* POINT */
th.point,
td.point {
  padding: 6px 0 0 0 !important;
}
.point span.coin {
  display: inline-block;
  background-image: url('https://storage.arch-hoop.com/img/icon-point.svg');
  background-size: 17px 17px;
  background-position: left;
  background-repeat: no-repeat;
  margin: 0 3px 0 0;
  text-indent: 22px;
}
.point span.get {
  font-size: 92.86%;
}

/* FAVORITE */
th.favo-btn,
td.favo-btn {
  text-align: right;
  padding: 0 !important;
}
.favorite-button {
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
.large-btn {
  font-size: 34px;
  color: #e4e4e4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}
.product_info_block {
  position: relative;
  top: -5px;
}
.btn-l,
.btn-r a {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  padding: 2.5% 0;
  border-radius: 3px;
  display: inline-block;
  width: 49%;
  background-color: rgba(165,165,165,.1);
  transition: background-color 0.3s linear;
}
.btn-l {
  float:left;
}
.btn-r a {
  float: right;
  /*2020.07.21「ギフトラピングはこちら」の文字色を青に変更*/
  color: #0000ff;
}
.btn-l.btn:hover,
.btn-r a:hover {
  color: #292929;
  background-color: rgba(56,143,156,.4);
  transition: background-color 0.1s linear;
}

.product-info-lst {
  margin: 0 1px;
}
  .product-info-lst li,
  .product-info-lst dt {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #D9D9D9; 
    font-size: 92.86%;
    font-weight: 400;
    text-align: center;
  }
  .product-info-lst a {
    color: #292929;
    text-decoration: none;
  }
  .product-info-lst a:hover {
    color: #67B2BC;
    text-decoration: none;
  }
  .product-info-lst [class^="icon-heart"]:before,
  .product-info-lst [class*=" icon-heart"]:before {
    margin-left: 0.1em !important;
    margin-right: 0.4em !important;
  }
  .product-review {
    margin-bottom: 30px;
  }
  .product-review a {
    font-weight: bold;
  }

.table_price {
  display: none;
}

.pr-alert {
  text-align: center;
  color: #DF0101;
}

iframe.stk-lst {
  margin-bottom: 2.4em;
}

.info-btn.login-btn.btn-mid a {
  font-size: 100%;
  background-color: rgba(236,233,41,.2);
  padding: 2.5% 0;
}
.info-btn.login-btn.btn-mid a:hover {
  background-color: rgba(56,143,156,.4);
}

/*INFO-BANNER*/
.info-btn,
.info-banner {
  border-bottom: 0 !important;
}
.info-banner {
  margin-bottom: 2em !important;
}
.info-banner img {
  max-width: 360px !important;
  width: 100% !important;
  max-height: 90px;
  background-image: url('https://storage.arch-hoop.com/img/info_banner.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.social-share {
  position:relative;
  margin-top: 0 !important;
}
  .social-share dt {
   cursor:pointer
  }
  .social-share dd {
    position:relative;
    margin: 23px 0 5px 3px;
  }
  .social-share dd img {
    vertical-align: top;
  }
  .win .gecko .social-share dd {
    position:relative;
    margin: 20px 0 5px 3px;
  }
  .social-share iframe.twitter-share-button {
    width: 90px !important;
  }
  .social-share dt.share-icon,
  .social-share dt.share-icon a {
    font-style: normal;
    border-bottom: 0 !important;
  }
  .sns-twitter-circle,
  .sns-facebook-circle,
  .sns-pinterest-circle {
    font-size: 28px;
    margin-left: 11px;
  }

.product-cart-btn {
  margin-top: 1em;
}
.product-member-sale-msg {
  color: #292929;
}
.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
  text-align: center;
}
#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
  .trackback-url {
    padding: .5em;
  }

.together-block {
  clear: both;
}

/* PRODUCT DESCRIPTION */
.product-exp {
  clear: both;
  margin: 0 1%;
  padding: 0 0 20px;
  border-top: 0;
  border-bottom: 0;
  line-height: 1.6;
}
.dtl-prd-ttl {
  font-family: 'TradeGothic','Arial',sans-serif;
  font-weight: 700;
  font-size: 236%;
  letter-spacing: 0.01em;
  line-height: 1.0;
  padding-top: 10px;
  margin: 0 0 10px;
}
.dtl-read {
  font-size: 115%;
  font-weight: 700;
  line-height: 1.5;
}
.dtl-cap {
  font-size: 100%;
  font-weight: 400;
  margin-bottom: 0px;
}
.jp-list {
  font-size: 12px;
  font-weight: 400;
  margin-left: 1em;
  color: #292929;
}
table.size-chart {
  /* 2019.09.09 テンプレート修正 */
  /*float: left;*/
  /*margin: 20px 5% 20px 0px;*/
  margin: 20px 5% 30px 5px;
  /*// 2019.09.09 テンプレート修正 */
  max-width: 485px;
  width: 100%;
  border: 0;
}
.size-chart th {
  color: #fff;
  font-weight: normal;
  font-size: 85%;
  text-align: center;
  padding:0.3em 1em;
  background-color: #444;
}
.size-chart th.body-style {
  letter-spacing: 2px;
  background-color: #292929;
}
.size-chart td {
  text-align: center;
  font-size: 85%;
  padding:0.3em 1em;
}

/* 2019.09.09 テンプレートに追加 */
.product-exp h3{
  font-weight: bold;
  margin-bottom: 0px;
}
.product-exp p{
  margin-left: 5px;
  margin-bottom: 15px;
}
.product-exp img{
  margin-top: 5px;
  margin-left: 5px;
}
.size-char tr:nth-child(odd),
.bg1 { 
  background-color: rgba(180,180,180,.2);
}
.size-chart tr:nth-child(even),
.bg2 {
  background-color: rgba(180,180,180,.05);
}
/*// 2019.09.09 テンプレートに追加 */

.attention {
  font-size: 79%;
}

.info {
  display: inline-block;
}
  
/* RECENTRY VIEWED */
  .product_history_list {
    width: 100%;
    margin: 0px;
   padding: 0px;
  }
  .product_history_list li {
    float: left;
    width: 11%;
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
 .product_history_list li a {
    border: 0 !important;
  }
  .product_history_list li img {
    margin: 10px 0;
    padding: 0px;
  }

.topicpath-nav {clear: both;}

/*  クイックカートイン  */
.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}
/* クイックカートイン ここまで */

@media only screen and (max-width: 980px) {
  .thumb-list {
   width: 25%;
   *width: 23%;
  }
  table.size-chart {
    float: left;
    max-width: 300px;
    width: 100%;
    border: 0;
    margin: 20px 10px 20px 0;
  }
  .product-image {
   padding-right: 1%;
  }
}

@media only screen and (max-width: 768px) {
  a.cloud-zoom-gallery {
  margin: 2.3% 1.63% 0;
  }
 #option_tbl .stock_head th {
    -webkit-font-feature-settings: "hwid"1;
    -moz-font-feature-settings: "hwid"1;
    font-feature-settings: "hwid"1;
  }
  .product-exp {
  border-top: .5px solid #D9D9D9;
  }
  table.size-chart {
    float: none;
    max-width: 680px;
    width: 100%;
    border: 0;
    margin: -1px 0 0 0;
  }
  .brd-name {
    font-size: 85.7%;
    margin: 0;
  }
  .prd-ttl-name h1 {
    font-size: 108%;
    margin: 0px 0 15px;
  }
  .product-spec-table th {
     padding-top: 1em;
     padding-bottom: 1em;
  }
  .product-image {
    padding: 0;
  }
  .dtl-prd-ttl {
    font-size: 157.14%;
    margin: 20px 0px 10px;
  }
  .dtl-read {
    font-size: 92.86%;
    font-weight: bold;
  }
  .dtl-cap {
    font-size: 92.86%;
    margin-bottom: 30px;
  }
  .jp-list,
  .prd-dispription .resp-tab-active span {
    color: #A1A1A1 !important;
    letter-spacing: 0
  }
  .stock_error {
    font-size: 100%;
  }
  .social-share {
    margin-bottom: 35px;
  }
  .sale-attention {
    margin: 0 0 30px;
    font-size: 92.86%;
  }
  .prd-dispription .resp-tab-active {
    color: #292929 !important;
  }
  .new-icon:after {
    top: -1px;
    padding: 0.35% 0.8% 0.35% 0.8%;
    margin: 0;
  }
  .iphone .new-icon:after {
    top: -1px;
    padding: 0.5% 0.8% 0.35% 0.8%;
    margin: 0;
  }
  button.btn-l,
  .btn-r a {
   font-size: 92.86%;
  }
}
@media only screen and (max-width: 414px) {
  .container-section.product-image {
    margin-bottom: 2.5em !important;
  }
  .zoom-desc {
    margin-bottom: 0px;
  }
}
  
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
 .zoom-tiny-image {
   border: 0.5px solid rgba(125,125,125,.4);
  }
}