<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

@font-face {
  font-family: 'alternate';
  src: url('https://storage.arch-hoop.com/fonts/alternate-gothic-no2-bt-webfont.eot');
  src: url('https://storage.arch-hoop.com/fonts/alternate-gothic-no2-bt-webfont.eot?#iefix') format('embedded-opentype'),
       url('https://storage.arch-hoop.com/fonts/alternate-gothic-no2-bt-webfont.woff') format('woff'),
       url('https://storage.arch-hoop.com/fonts/alternate-gothic-no2-bt-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'TradeGothic';
  src: url('https://storage.arch-hoop.com/fonts/tradegothicltstd-bdcn20.eot');
  src: url('https://storage.arch-hoop.com/fonts/tradegothicltstd-bdcn20.eot?#iefix') format('embedded-opentype'),
       url('https://storage.arch-hoop.com/fonts/tradegothicltstd-bdcn20.woff') format('woff'),
       url('https://storage.arch-hoop.com/fonts/tradegothicltstd-bdcn20.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}
javascript:void(0)
@font-face {
  font-family: 'TradeGothic';
  src: url('https://storage.arch-hoop.com/fonts/tradegothicltstd-cn18.eot');
  src: url('https://storage.arch-hoop.com/fonts/tradegothicltstd-cn18.eot?#iefix') format('embedded-opentype'),
       url('https://storage.arch-hoop.com/fonts/tradegothicltstd-cn18.woff') format('woff'),
       url('https://storage.arch-hoop.com/fonts/tradegothicltstd-cn18.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
    font-family: 'Nickainley-Normal';
    src: url('https://storage.arch-hoop.com/fonts/Nickainley-Normal.eot');
    src: url('https://storage.arch-hoop.com/fonts/Nickainley-Normal.eot?#iefix') format('embedded-opentype'),
         url('https://storage.arch-hoop.com/fonts/Nickainley-Normal.woff') format('woff'),
         url('https://storage.arch-hoop.com/fonts/Nickainley-Normal.ttf') format('truetype');
    font-weight: 400;
    font-style: itaric;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

img { -ms-interpolation-mode: HighQualityBicubic; }

.row {
  max-width: 1280px;
}

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 #292929;
  border-radius: 0;
  background-color: #FFF;
  color: #292929;
  -webkit-appearance:none;
}

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: #3ABACE;
  background-color: rgba(255,255,255,.7);
  color: #443A2B;
}

.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #292929;
  background-color: #292929;
  color: #FFF;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #67B2BC;
  background-color: #67B2BC;
  color: #fff;
}

.btn-02 {
  border: 0;
  background-color: #68B0B7;
  color: #fff;
  letter-spacing: 1px;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 0;
  background-color: #6ABFC6;
  color: #fff;
}

.btn-03 {
  border: 0;
  font-family: 'TradeGothic',sans-serif;
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 3px 12px;
  background-color: rgba(165,165,165,.3);
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 0;
  color: #292929;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

.btn.disabled,
.btn[disabled] {
  background-image: none;
  cursor: default;
  opacity: 0.50 !important;
}

.btn-xlg {
  padding: 17px 26px !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  background-color: #67B2BC;
  box-shadow: 0 2px 0 0 #448A9B !important;
}
.gecko .btn-xlg {
  padding: 15px 26px !important;
}
.win .btn-xlg {
  font-family: "游ゴシック Medium", "Meiryo", sans-serif;
}

.pagination ul &gt; li &gt; a:hover,
.pagination ul &gt; li &gt; a:focus,
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
  background-color: #f5f5f5;
}

.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
  color: #999;
  cursor: default;
}

.pagination ul &gt; .disabled &gt; span,
.pagination ul &gt; .disabled &gt; a,
.pagination ul &gt; .disabled &gt; a:hover,
.pagination ul &gt; .disabled &gt; a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul &gt; li:first-child &gt; a,
.pagination ul &gt; li:first-child &gt; span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul &gt; li:last-child &gt; a,
.pagination ul &gt; li:last-child &gt; span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  border-radius: 3px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

.box-shadow {
  box-shadow: 0 0 3px 0 rgba(64,29,9,.3);
}

.round-box {
  padding:20px 15px;
  border-radius: 3px;
  background: rgba(165,165,165,.1);
}

.blue-box {
  padding:10px 15px;
  border-radius: 3px;
  background: rgba(56,143,156,.4);
}

.bold {
  font-weight: 700 !important;
}
.f14px-13px {
  font-size: 93% !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-9em {
  margin-bottom: 9em !important;
}
.f-left {
  float: left;
}
.c-both {
  clear: both;
}

/* ======================
     for PC 
====================== */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
  color: #292929;
  background-color: #fff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
}
@media only screen and 
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
    body {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
}

#wrapper {
}

#main-wrapper {
}

.col-lg-78 {
  width: 78%;
}

.col-lg-22 {
  width: 22%;
}

.i-frame {
      padding: 5% 5%;
}

#no-image {
  background-image: none;
}
#cate_a{
  background: url("https://storage.arch-hoop.com/img/head_cate_a.jpg");
}
#cate_b {
  background: url("https://storage.arch-hoop.com/img/head_cate_b.jpg");
}
#cate_c {
  background: url("https://storage.arch-hoop.com/img/head_cate_c.jpg");
}
#cate_d {
  background: url("https://storage.arch-hoop.com/img/head_cate_d.jpg");
}
#cate_e {
  background: url("https://storage.arch-hoop.com/img/head_cate_e.jpg");
}
#cate_f {
  background: url("https://storage.arch-hoop.com/img/head_cate_f.jpg");
}
#cate_g {
  background: url("https://storage.arch-hoop.com/img/head_cate_g.jpg");
}
#guide-image {
  background: url("https://storage.arch-hoop.com/img/head_guide.jpg");
}
#aboutus-image {
  background: url("https://storage.arch-hoop.com/img/head_about.jpg");
}
#news-image {
  background: url("https://storage.arch-hoop.com/img/head_news.jpg");
}
#shoplist-image {
  background: url("https://storage.arch-hoop.com/img/head_shoplist.jpg");
}
/* 2021.07.20 リクルート追加*/
#recruit-image {
  background: url("https://storage.arch-hoop.com/img/head_recruit.jpg");
}
/*//2021.07.20 リクルート追加*/
#gift-image {
  background: url("https://storage.arch-hoop.com/img/head_gift.jpg");
}
#cate_a,
#cate_b,
#cate_c,
#cate_d,
#cate_e,
#cate_f,
#cate_g,
#guide-image,
#aboutus-image,
#news-image,
#shoplist-image,
/* 2021.07.20 リクルート追加*/
#recruit-image,
/*//2021.07.20 リクルート追加*/
#gift-image {
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

a {
  color: #292929;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  outline: none;
}
a:hover,
a:focus {
  color: #67B2BC;
  text-decoration: none !important;
  outline: none;
}

.text-block {
  line-height: 2;
}

.ttl-h1,
.ttl-h2,
.ttl-jp-h3,
.ttl-side-jp,
.ttl-menu-jp,
.ttl-jp {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
}

.ttl-h1,
.ttl-h2 {
  margin:0 0 1em 0;
  color: #292929;
  font-weight: 700;
  font-size: 143%;
  line-height: 1.5;
}

.ttl-h3 {
  clear: both;
  margin:.5em 0;
  padding: 0;
  border-bottom: 2px solid #292929;
  color: #292929;
  font-family: 'TradeGothic', sans-serif;
  font-weight: 700;
  font-size: 164.3%;
  line-height: 1.2;
  letter-spacing: .038em;
  list-style: none;
}

.ttl-jp-h3 {
  margin-bottom: .5em;
  padding: 0;
  border-bottom: 2px solid #292929;
  color: #292929;
  font-weight: 700;
  font-size: 129%;
  line-height: 1.4;
}

.ttl-jp {
  padding: 0 0 0 10px;
  color: #292929;
  font-weight: normal;
  font-size: 46.15%;
  letter-spacing: 0;
}

.top-jp {
  padding: 0.5em 0 0 0;
  display: block;
}

.ttl-side-jp {
  padding: 0 0 0 10px;
  color: #292929;
  font-weight: normal;
  font-size: 50%;
  letter-spacing: 0;
}

.ttl-menu-jp {
  padding: 0 0 0 10px;
  color: #A1A1A1;
  font-weight: normal;
  font-size: 61.1%;
  letter-spacing: 0;
}

.webfont-ttl,
.prd-lst-ttl {
  margin:0 0 1em 0;
  color: #292929;
  font-family: 'TradeGothic', sans-serif;
  font-size: 185.7%;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.0;
  letter-spacing: .038em;
  word-break: normal;
}

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

.ttl-cap {
  font-family: 'Nickainley-Normal', sans-serif;
  font-weight: 400;
  font-size: 65.38%;
  text-transform: none;
  letter-spacing: 0;
  color: #292929;
  padding: 0 0 0 10px;
  margin: 0;
}

.ttl-toge {
  margin:0 0 1em 0;
  color: #292929;
  font-family: 'TradeGothic', sans-serif;
  font-weight: 700;
  font-size: 172%;
}

#container {
  position: relative;
  z-index: 101;
  padding-top: 40px;
}

#container-cate {
  position: relative;
  z-index: 101;
  padding-top: 21.5%;
}

/* TOP SLIDER */
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #261F1A !important;
  opacity: .2 !important;
}
.swiper-pagination-bullet-active {
  background: #6EB9C3 !important;
  opacity: 1 !important;
}

.slider-btn {
  display: inline-block;
  padding: 18px 55px;
  font-size: 19px;
  font-family: 'alternate', sans-serif;
  font-weight: 400;
  margin-top: 1.5em;
}

/* HEADER */
#header-wrapper {
}

#header {
  position: relative;
  z-index: 102;
  padding-top: 25px;
}

.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 41px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 8px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
  .header-headline-nav li a {
    padding-left: 25px;
    color: #292929;
    text-decoration: none;
    font-weight: normal;
  }

.btn-viewcart {
  border-radius: 3px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }
span.incount.head {
  position: relative;
  top: -2px;
  left: 0px;
  display: inline-block;
  background-color: #67B2BC;
  color: #fff;
}

.header-logo {
  float: left;
  width: 130px;
  height: 70px;
  padding: 0;
  position: absolute;
  top: 33px;
  left: 12px;
}
  .header-logo a {
    opacity: 1;
  }
  .header-logo a:hover {
    opacity: .8;
  }

.header-global-nav {
  z-index: 100;
  float: right;
  font-family: 'TradeGothic', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
  .header-global-nav ul {
    margin-top: 25px;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 18px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #292929;
    text-decoration: none;
    cursor: pointer;
  }
  .header-global-nav a:hover,
  .header-global-nav span:hover {
    color: #67B2BC;
 }

    .header-global-nav ul ul {
      position: absolute;
      top: 3px;
      left: -9px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      background-color: #292929;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(29,29,29,.8);
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul li:last-child {
        border-bottom: none;
      }
      .header-global-nav ul ul a {
        transition: background-color 0.3s linear;
        display: block;
        padding: 13px 16px;
        font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
        font-size: 13px;
        font-weight: normal;
        color: #BABABA;
      }
      .header-global-nav ul ul a:last-child {
        border-bottom: none;
      }

      .header-global-nav ul ul a:hover {
        color: #FFF;
        background-color: rgba(66,66,66,.5);
        transition: background-color 0.1s linear;
      }

  .menu-white.header-headline-nav li a,
  .menu-white.header-global-nav a,
  .menu-white.header-global-nav span {
    color: #FFF !important;
    text-shadow: 0 0 3px rgba(0,0,0,.2) !important;
  }
  .menu-white.header-global-nav ul ul a {
    color: #BABABA !important;
    text-shadow: none !important;
  }

.head-cart form,
#view-cart-btn form {
  margin: 0;
}

/* HEADER MENU for SP */
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 60px;
}
.header-nav-lst-phone {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -50%;
  width: 100%;
  border: 0;
  background-color: #292929;
}
.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid rgba(29,29,29,.8);
  text-align: center;
  height: 55px;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
}
.header-nav-lst-phone a {
  font-family: 'TradeGothic', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #A1A1A1;
  letter-spacing: .8px;
  text-transform: uppercase;
  transition: background-color 0.3s linear;
  display: block;
  padding: 20px 0;
}

.header-nav-lst-phone a:hover {
  background-color: rgba(66,66,66,.5);
  transition: background-color 0.1s linear;
  text-decoration: none;
}
.header-nav-lst-phone a.adjust {
  padding: 10px 0;
}

.header-nav-lst-phone li.col-md-6:nth-child(odd) {
  border-right: 1px solid rgba(29,29,29,.8);
}
.header-nav-lst-phone li.col-md-6:nth-child(13),
.header-nav-lst-phone li.col-md-6:nth-child(14) {
  border-bottom: 0;
}
.header-nav-lst-phone span.sm-menu {
  font-family: 'TradeGothic', sans-serif;
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  padding-top: 2px;
}
.header-nav-lst-phone span.sm-cap {
  font-size: 8px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
}
.chrome .header-nav-lst-phone span.sm-cap {
    -webkit-transform: scale(0.9);
}
.hd_logo {
  width: 100px;
}
.menu_logo_hd {
  width: 100px;
  margin: 2px 0;
}
.ot_logo {
  width: 110px;
}
.menu_logo_ot {
  width: 110px;
  margin: 5px 0;
}
.lr_logo {
  width: 75px;
}
.menu_logo_lr {
  width: 75px;
  margin: 1px 0;
}
.wc_logo {
  width: 70px;
}
.menu_logo_wc {
  width: 70px;
  margin: 0;
}
.menu_logo_hd,
.menu_logo_ot,
.menu_logo_lr,
.menu_logo_wc {
  display: inline-block;
}

/* ----- SIDE MENU ----- */
.side-section {
  clear: both;
  margin-bottom: 60px;
}
.side-section li {
  margin: 10px 0;
}
  .side-section li a {
    color: #292929;
    text-decoration: none;
    font-family: 'alternate', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .038em;
    display: block;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
  .side-section li a:hover {
    text-decoration: none;
    color: #67B2BC;
  }

  .side-section dt {
    font-family: 'alternate', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #D9D9D9;
  }

  .side-section dt a {
    display: block;
    letter-spacing: .038em;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
  .side-section dd {
    font-family: 'alternate', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 5px 30px;
    border-bottom: 1px dotted rgba(68,58,43,.15);
  }
  .dd-end {
    margin-bottom: 15px !important;
  }
  .side-section dd a {
    display: block;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
  .side-section dd a:hover {
    text-decoration: none;
    color: #1FA1B5;
  }
  dl.styles {
    margin-bottom: 0;
  }
  .styles dt {
    margin: 0 0 10px;
  }
  .side-menu-lst {
   padding: 0;
  }

/* STYLES */
  ul.accordion-3 { width:100%; margin:0 auto 30px; padding:0; font-family:'alternate',sans-serif; font-size:18px; }
  ul.accordion-3 p { padding:0; margin:0; }
  ul.accordion-3 a { display:block; padding:0; text-decoration:none; }
  ul.accordion-3 ul { display:none; }
  ul.accordion-3 &gt; li { list-style: none; }
  ul.accordion-3 &gt; li &gt; p { padding: 0; border-bottom: 1px solid #D9D9D9; cursor:pointer; }
  ul.accordion-3 &gt; li &gt; p span.resp-arrow { margin: 5px 15px 0 0; }
  ul.accordion-3 &gt; li &gt; ul &gt; li { list-style: none; }

/* BRANDS */
  .brand-lst.side-section li a {
    border-bottom: 0;
  }
  .brand-lst {
    width: 100%;
  }
  .brand-lst img {
    width: 175px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 5px 0;
  }
  .brand-lst li {
    border: 1px solid #D9D9D9;
  }
  .brand-lst li a {
    transition: background-color 0.3s linear;
  }
  .brand-lst li a:hover {
    background-color: rgba(56,143,156,.5);
    transition: background-color 0.1s linear;
  }

/* COLORS */
  .side-colors {
    /* 2019.09.09 100pxから120pxに変更 */
    /* margin-bottom: 100px; */
    margin-bottom: 120px;
    /*// 2019.09.09 100pxから120pxに変更 */
  }
  .side-colors ul {
    margin: 0 0 0 7px;
  }
  .side-colors li {
    width: 19px;
    height: 19px;
    display: block;
    margin: 9px 9px;
    float: left;
    list-style: none;
  }
  .side-colors li img {
    width: 19px;
    height: 19px;
  }

/* RECENTRY */
  .history_list,
  .favorite_list {
    width: 100%;
    margin: 0;
   padding: 0;
  }
  .history_list li,
  .favorite_list li {
    float: left;
    width: 30%;
    list-style: none;
    margin: 1.6%;
    padding: 0;
  }
 .history_list li a,
 .favorite_list li a {
    border: 0 !important;
  }
  .history_list li img,
  .favorite_list li img {
    margin: 10% 0;
    padding: 0;
  }

  .free_deli_hide {
    display: none !important;
  }

  .incart-delivery {
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    padding: 3px;
    text-align: center;
    color: #FFF;
    background-color: #292929;
  }
  .incart-delivery ul {
    margin: 0;
  }
  .incart-delivery li {
    padding: 2px 0;
    margin: 0;
  }
  .incart-delivery li:first-child {
    border-top: none;
  }
  .search-select {
    margin-bottom: 10px;
  }
  .search-box {
    float: left;
    width: 70%;
    font-size: 12px;
    padding: 4px 10px;
    line-height: 12px;
    height: 20px;
  }
  .search-btn {
    float: right;
    padding: 6px 0 6px 6px;
    width: 17%;
    font-size: 16px;
    }
  .side-category-name,
  .side-group-name {
    display: block;
    margin-top: 10px;
  }

/* BREADCRUMBS LIST */
.topicpath-nav {
  margin-bottom: 20px;
  font-size: 84.615%;
}
.topicpath-nav ul {
 margin: 0 30px 3px 3px;
}
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath-nav li a {
    margin-left: .2em;
    color: #292929;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    color: #67B2BC;
  }

/* CONTAINER */
.container-section {
  margin-bottom: 3em !important;
  word-break: break-all;
}

.eyecatch-block,
.newarrivals-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 40px;
  padding: 0 1% 40px;
  border-bottom: 0.5px solid #D9D9D9;
  word-break: break-all;
}

.info-block {
  margin-bottom: 0;
  padding: 0 1% 40px;
}

.main-section {
}

/* TOP PAGE PRODUCT */
.top-lst {
  margin-bottom: 30px !important;
  padding: 0px 5px 0px 5px !important;
}

/* INSTAGRAM */
#sbi_load {
  display: none !important;
}
.insta-logo {
  padding: 0;
  text-align: center;
}
.insta-logo img {
  width: 160px;
  height: 32px;
  margin-bottom: 1.5em;
}
.insta-block {
  background-color: transparent;
  position: relative;
  padding: 0;
  margin-top: 53px;
}
.post-38 {
  display: none;
}
.insta-wrapper {
  position: relative;
  width: 100%;
  /* 2019.09.09 8枚を2行4列表示 */
  /* padding: calc(2 / 4 * 100%) 0 0;*/
  /* 2019.09.09 9枚を3行3列表示 */
  padding: calc(3 / 3 * 100%) 0 0;
  /*height: 128px;*/ /*2025.02.18 画像縦横比変更に伴い追加*/
  height: 160px; /*2025.03.04 画像縦横比変更に伴い追加*/
  }
.insta-frame {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  }

/* PRODUCT LIST PAGE */
.brand-story h2 {
  font-size: 93%;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.7;
}

.brand-story p {
  font-size: 93%;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.7;
}

.prd-lst-sort {
  margin: 20px 0;
}

.prd-lst-unit {
  position: relative;
  margin-bottom: 60px;
  padding: 0 1.45%;
}

.prd-lst-img {
  background: none;
}
  .prd-lst-img:hover {opacity: 0.8;}
  .iphone .prd-lst-img:hover,
  .ipad .prd-lst-img:hover,
  .android .prd-lst-img:hover,
  .mobile .prd-lst-img:hover {opacity: 1;}

.prd-lst-sold-img {
  opacity: 0.3;
}
  .prd-lst-sold-img:hover {
    opacity: 1.0;
  }
.prd-lst-span {
  display: block;
}
.prd-lst-name, .prd-lst-name-sold {
  margin: 4px 0 6px 0;
  padding: 0;
  font-family: 'alternate', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  word-break: keep-all;
}
.prd-lst-name-sold a {
  color: #D9D9D9;
}
.prd-lst-exp, .prd-lst-exp-sold {
  font-size: 12px;
  font-family: 'TradeGothic', sans-serif;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  margin: 10px 0 8px 0;
}
.prd-lst-exp {
  color: #A1A1A1;
}
.prd-lst-exp-sold {
  color: #D9D9D9;
}
.brands {
  text-transform: uppercase;
  margin: 8px 0 4px 0;
}
.brand-a:after {
  content:"brand A";
}
.brand-b:after {
  content:"brand B";
}
.brand-c:after {
  content:"brand C";
}
.prd-lst-description {
  font-size: 11px;
  display: inline-block;
  padding: 1em 2em;
  margin: 0;
}
.prd-lst-regular {
  font-size: 15px;
  line-height: 160%;
  text-decoration: line-through;
  text-align: center;
  margin: 0;
}
.prd-lst-price {
  color: #292929;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
}
.prd-lst-discount {
  font-family: 'alternate', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #DF0101;
  text-align: center;
  margin: 0 0 5px;
}


/* ICON */
.prd-lst-new:after,
.prd-lst-nos:after,
.prd-lst-hot:after,
/* 2021.10.26 セールアイコン追加 */
.prd-lst-sal:after,
/*// 2021.10.26 セールアイコン追加 */
/* 2021.11.30 キャンペーンアイコン追加 */
.prd-lst-cam:after,
/*// 2021.11.30 キャンペーンアイコン追加 */
/* 2020.08.11 入荷待ちアイコン追加 */
.prd-lst-cms:after,
/*// 2020.08.11 入荷待ちアイコン追加 */
.prd-lst-res:after,
.prd-lst-ren:after,
/* 2019.09.09 限定アイコン追加 */
.prd-lst-ltd:after,
/*// 2019.09.09 限定アイコン追加 */
.prd-lst-mbo:after {
    font-family: 'TradeGothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
    margin-top: -22px;
    top: 10px;
    padding: 4px 4px 3px;
    border-radius: 2px;
    z-index: 2;
}
.prd-lst-new:after {
    content:"NEW";
    /* 2019.11.05 アイコン色変更 */
    /*background-color: #67B2BC;*/
    background-color: #ffcc66;
    /*// 2019.11.05 アイコン色変更 */
}
.prd-lst-nos:after {
    content:"NOS";
    background-color: #292929;
    letter-spacing: 1px;
}
.prd-lst-hot:after {
    content:"HOT";
    /* 2019.11.05 アイコン色変更 */
    /*background-color: #EC8B2E;*/
    background-color: #ff7f50;
    /*// 2019.11.05 アイコン色変更 */
    letter-spacing: 1px;
}
/* 2021.10.26 セールアイコン追加 */
.prd-lst-sal:after {
    content:"SALE";
    background-color: #ff3d74;
}
/*// 2021.10.26 セールアイコン追加 */
/* 2021.11.30 キャンペーンアイコン追加 */
.prd-lst-cam:after {
    content:"CAMPAIGN";
    background-color: #C299FF;
}
/*// 2021.11.30 キャンペーンアイコン追加 */
/* 2020.08.11 入荷待ちアイコン追加 */
.prd-lst-cms:after {
    content:"COMING SOON";
    background-color: #383838;
}
/*// 2020.08.11 入荷待ちアイコン追加 */
.prd-lst-res:after {
    content:"RESTOCK";
    /* 2021.12.07 アイコン色変更 */
    /*background-color: #A1A1A1;*/
    background-color: #00BFFF;
    /* 2021.12.07 アイコン色変更 */
}
.prd-lst-ren:after {
    content:"RENEWAL";
    background-color: #A1A1A1;
}
.prd-lst-mbo:after {
    content:"MEMBERS ONLY";
    /* 2019.11.05 アイコン色変更 */
    /*background-color: #292929;*/
    background-color: #663300;
    /*// 2019.11.05 アイコン色変更 */
}
/* 2019.09.09 限定アイコン追加 */
.prd-lst-ltd:after {
    content:"LIMITED";
    background-color: #02CEBA;
}
/*// 2019.09.09 限定アイコン追加 */
/* 2024.11.19 ブラックフライデーアイコン追加 */
.prd-lst-bfs:after {
    font-family: 'TradeGothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #f9c433;
    line-height: 1;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
    margin-top: -22px;
    top: 10px;
    padding: 4px 4px 3px;
    border-radius: 2px;
    z-index: 2;
}
.prd-lst-bfs:after {
    content:"BLACK FRIDAY";
    background-color: #000000;
}
/*// 2024.11.19 ブラックフライデーアイコン追加 */

.prd-lst-soldout {
  color: rgba(47,50,73,.7);
  font-size: 28px;
  font-family: 'Special Elite', cursive;
  text-align: center;
  -webkit-transform: rotate(-15deg) translate(10px,-30px);
  -moz-transform: rotate(-15deg) translate(10px,-30px);
  transform: rotate(-15deg) translate(10px,-30px);
  margin-bottom: -17px;
}
.prd-lst-redtag [class^="icon-tag"]:before, [class*=" icon-tag"]:before {
  color: #DF0101;
  text-shadow: 0 1px 1px rgba(68,58,43,.2);
  margin: 0;
}
.tax {
  font-size: 11px;
  font-family: 'Special Elite', cursive;
  margin-left: 3px;
}
.more-prd {
  clear: both;
}

/* FAVO ICON*/
.favo-icon {
  position: absolute;
  right: 2.5%;
  top: -6px;
  z-index: 1;
}
.lst-favorite-button {
  display: block;
  border: 0;
  padding: 0;
  outline: none;
  background: transparent;
  font-size: 24px;
  color: #e4e4e4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.is-added {
  color: #ff7373 !important;
}

/* COLOR ICON */
.prd-lst-color-wrapp {
  display: block;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.prd-lst-color-wrapp [class^="icon-"]:before, [class*=" icon-"]:before,
.sns [class^="icon-"]:before, [class*=" icon-"]:before {
  margin-right: 0.1em !important;
  margin-left: 0.1em !important;
}
.prd-lst-color {
  display: inline-block;
}
.prd-lst-color:after {
  content:"■";
  overflow: hidden;
  text-indent: 100%;
  display: inline-block;
  height: 24px;
  width: 24px;
}
.c-000 {
  opacity: 0 !important;
}
.c-w,
.c-001 {
  background: #FFF;
  border: .5px solid #CCC;
}
.c-019 {
  background: #FCF9EA;
  border: .5px solid #CCC;
}
.c-bk,
.c-002 {
  background: #000;
  border: .5px solid #000;
}
.c-gy,
.c-006 {
  background: #95999C;
  background-size: 100%;
  border: .5px solid #95999C;
}
.c-165 {
  background: #2E2E2E;
  border: .5px solid #2E2E2E;
}
.c-bge,
.c-537 {
  background: #BBB692;
  border: .5px solid #BBB692;
}
.c-brn,
.c-052 {
  background: #492C18;
  border: .5px solid #492C18;
}
.c-488 {
  background: #AFE6F7;
  border: .5px solid #AFE6F7;
}
.c-ble,
.c-085 {
  background: #0A66CF;
  border: .5px solid #0A66CF;
}
.c-086 {
  background: #0F1345;
  border: .5px solid #0F1345;
}
.c-grn,
.c-029 {
  background: #016A0E;
  border: .5px solid #016A0E;
}
.c-035 {
  background: #646E28;
  border: .5px solid #646E28;
}
.c-497 {
  background: #1E4314;
  border: .5px solid #1E4314;
}
.c-red,
.c-069 {
  background: #D71717;
  border: .5px solid #D71717;
}
.c-072 {
  background: #701E1E;
  border: .5px solid #701E1E;
}
.c-org,
.c-064 {
  background: #FF6C00;
  border: .5px solid #FF6C00;
}
.c-yel,
.c-021 {
  background: #F8EE65;
  border: .5px solid #F8EE65;
}
.c-164 {
  background: #FFF5A0;
  border: .5px solid #FFF5A0;
}
.c-pnk,
.c-066 {
  background: #FBBEDD;
  border: .5px solid #FBBEDD;
}
.c-ppl,
.c-079 {
  background: #663366;
  border: .5px solid #663366;
}
.c-576 {
  background: #FFDEE7;
  border: .5px solid #FFDEE7;
}
.c-037 {
  background: #C1EAD0;
  border: .5px solid #C1EAD0;
}
.c-036 {
  background: #A5E669;
  border: .5px solid #A5E669;
}
.c-076 {
  background: #D7A7FA;
  border: .5px solid #D7A7FA;
}
/* 2019.09.09 マルチカラーを追加 */
.c-mlt,
.c-999 {
  background: conic-gradient(orange, yellow, green, cyan, blue, violet, orange);
  border: .5px solid conic-gradient(orange, yellow, green, cyan, blue, violet, orange);
}
/*// 2019.09.09 マルチカラーを追加 */


/* PAGER for PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
  .prd-lst-pager ul {
    position: relative;
    left: 50%;
    float: left;
    padding-top: 15px;
  }
  .prd-lst-pager li {
    position: relative;
    left: -50%;
    float: left;
    margin-right: 4px;
    text-align: center;
    line-height: 30px;
  }
  .prd-lst-pager li a,
  .prd-lst-pager li span {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    font-family: 'TradeGothic', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
  }
  .prd-lst-pager li a {
    color: #292929;
    border: 0;
    background-color: #EDEDED;
    transition: background-color 0.5s linear;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    color: #FFF;
    border: 0;
    text-decoration: none !important;
    background-color: #6CB9C3;
    transition: background-color 0.1s linear;
  }
  .prd-lst-pager li span {
    color: #FFF;
    border: 0;
    background-color: #292929;
  }

/* PAGER or PAD SP */
.prd-lst-pager-phone {
  text-align: center;
}
  .prd-lst-pager-phone li {
    display: inline;
    margin: 0 10px;
  }
  .prd-lst-pos {
    font-family: 'alternate', sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .prd-lst-pos b {
    font-weight: 700;
    font-size: 18px;
  }

/* FOOTER */
.notice-wrapper {
  margin-top: 0;
  padding: 40px 0;
  border-top: 1px solid #D9D9D9;
  background: #f9f9f9;
}
.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

/* FOOTER BG */
.footer-wrapper {
  padding: 40px 0 35px;
  background: #fbfbfb;
}
.footer-right {
  width: 25%;
  padding: 0;
}
.footer-left {
    width: 75%;
}

.footer-ttl-h3 {
  margin: 10px 0 20px !important;
  padding: 0;
  color: #292929;
  font-family: 'TradeGothic', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
}
h3.footer-ttl-h3 {
  margin-bottom: 16px !important;
}

.footer-lst {
  font-size: 86%;
  color: #292929;
  padding: 0 0 0 8%;
}
.win.gecko .footer-lst {
  padding: 0 0 0 7.6%;
}
  .footer-lst ul {
    margin: 0;
  }
  .footer-lst li {
    margin: 12px 0;
  }
  .footer-lst a,
  .footer-ttl-h3 a {
    color: #292929;
  }
  .footer-lst a:hover,
  .footer-lst a:focus,
  .footer-lst a:active,
  .footer-ttl-h3 a:hover,
  .footer-ttl-h3 a:focus,
  .footer-ttl-h3 a:active {
   color: #67B2BC;
  }
.footer-ttl-h3.icon-mail [class^="icon-mail"]:before, [class*=" icon-mail"]:before {
  margin-left: -2px !important;
}
.mailmag_text input[type="email"] {
  width: 124px;
  font-size: 12px;
  padding: 4px 0 4px 6px;
  margin: 0;
  border: 1px solid #EFEFEF;
  border-right: none;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  box-shadow: none;
  color: #A1A1A1;
 }
.mailmag_text input[type="email"]:focus {
  border-color: #70B6B9;
  background-color: #fff;
}
form.mailmag {
  margin: 24px 0 36px;
}
.btn-mag {
  font-size: 12px;
  text-align: center;
  width: 55px;
  padding: 4px 0;
  margin: 0 0 0 -4px;
  border: 1px solid #68B0B9;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #68B0B9;
  color: #FFF;
  transition: all 0.1s ease-in-out;
 }
.btn-mag:hover {
  background-color: #70B6B9;
  transition: all 0.1s ease-in-out;
 }

.icon-store-point,
.icon-store-point a {
  display: inline-block;
  background-image: url('https://storage.arch-hoop.com/img/icon-point.svg');
  background-size: 11px 11px;
  background-position: left;
  background-repeat: no-repeat;
  margin: 0;
  text-indent: 18px;
}
.icon-store-point:hover {
  background-image: url('https://storage.arch-hoop.com/img/icon-point-67b2bc.svg');
}

/* STORE INFO */
.manager-info {
  padding: 0px 0px 20px 25px;
  background: #fbfbfb;
  border: 0.5px solid #D9D9D9;
}

.manager-name {
  margin: 0 0 15px 0;
  font-family: 'Diplomata SC', cursive;
  font-size: 22px;
  letter-spacing: 1.5px;
  color: #292929;
  text-align: 1.0em;
  word-break: normal;
}

.manager-caption {
  padding: 0 0 0 70px;
  color: #292929;
  font-size: 86%;
}
.manager-caption h3 {
  font-family: 'Nickainley-Normal', cursive;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 14px;
}

.manage img {
  margin: 28px 0 0 20px;
  width: 192px;
  height: auto;
}

 /* SNS */
  .sns {
    font-size: 20px;
    line-height: 1.0;
    padding: 0 2% 0 0;
    text-align: right;
  }
  .sns a {
    color: #292929;
    padding: 0 15px;
  }
  .sns a:hover,
  .sns a:focus,
  .sns a:active {
    color: #68B0B9;
  }

/* BACK TO TOP */
#back-top,
#view-cart-btn {
  clear: both;
  position: fixed;
  bottom: 20px;
  right: 3.1%;
  z-index: 1000;
  border-radius: 3px;
  background-color: rgba(110,110,110,.15);
  transition: background-color 0.5s linear;
}
#back-top:hover,
#back-top:focus,
#back-top:active,
#back-top[disabled] ,
#view-cart-btn:hover,
#view-cart-btn:focus,
#view-cart-btn:active,
#view-cart-btn[disabled] {
  background-color: rgba(98,176,186,.9);
  text-decoration: none !important;
  transition: background-color 0.1s linear;
}
#back-top span,
#view-cart-btn span {
  color: #000;
  font-size: 22px;
  opacity: 0.8;
  display: block;
  padding: 10px 0 10px 11px;
}
#back-top span a,
#view-cart-btn span a {
  text-decoration: none;
}
#back-top span:hover,
#back-top span:focus,
#back-top span:active,
#back-top span[disabled],
#view-cart-btn span:hover,
#view-cart-btn span:focus,
#view-cart-btn span:active,
#view-cart-btn span[disabled] {
 color: #FFF;
  opacity: 1;
 text-decoration: none;
}
/* view cart btn */
#view-cart-btn {
  bottom: 80px;
}

span.incount {
  min-width: 18px;
  padding: 0 !important;
  color: #FFF !important;
  background-color: #6ABFC6;
  text-align: center;
  border-radius: 9px;
  font-size: 12px !important;
  line-height: 18px;
  position: absolute;
  top: -8px;
  left: 34px;
  opacity: 1 !important;
}

/* COPYRIGHT */
.copyright {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 1.5em 0;
  text-align: center;
  font-style: normal;
  background-color: #fff;
}
.powered {
  display: block;
  padding: 0 0 10px;
  line-height: 18px;
}
  .powered img {
    margin-bottom: 10px;
    width: 95px;
    height: auto;
  }
  .powered p {
    font-size: 12px;
    font-family: 'TradeGothic', sans-serif;
    color: #545454;
    letter-spacing: 0;
  }

/*  sk GENERAL LIST */
.def-lst-dt {
  padding-top: 1.3em;
  padding-bottom: 0.2em;
  font-weight: 700;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1.4em;
  border-bottom: 1px solid rgba(68,58,43,.15);
  font-size: 93%;
  line-height: 1.8;
}
  .def-lst-dd img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* POLICY etc  */
#info li {
  margin: 0.5em 0;
  font-size: 93%;
}
#policy p,
#faq p,
#info p,
#about {
  margin: 1em 0 5em;
  color:  #292929;
  font-size: 93%;
  line-height: 1.8;
}
#policy p a,
#faq p a,
#info p a,
#about p a,
.cartin-guide p a {
  color: #67B2BC;
}
#policy p a:hover,
#faq p a:hover,
#info p a:hover,
#about p a:hover,
.cartin-guide p a:hover {
  background-color: rgba(165,165,165,.2);
}

.caution {
  color: #9F9D91;
  font-weight: normal;
  font-size: 93%;
}

/* FREE PAGE */
.freepage {
  word-break: break-all;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* 2021.07.20 FREE PAGEボタン追加*/
.freepage-btn-outlinebox {
  width: 100%;
  max-width: 200px;
  padding: 10px 10px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  color: #0D0116;
  border: 1px solid #0D0116;
}
/*// 2021.07.20 FREE PAGEボタン追加*/

/* 2020.04.28 FREE PAGEレイアウト追加*/
/* 文字左寄せ＆ブロック中央寄せ */
.freepage-centering-block {
 text-align: center;
}
.freepage-centering-block .freepage-centering-block-inner {
 text-align: left;
 display: inline-block;
}
/*// 2020.04.28 FREE PAGEレイアウト追加*/


/* PRODUCT PAGE */

.product_discount {
  font-weight: 700;
  color: #DF0101;
}

.dtl-list {
  margin-bottom: 40px;
  font-size: 93%;
}

dl.dtl-list dt {
  font-family:  'TradeGothic', 'Arial', sans-serif;
  font-size: 115%;
  clear: left;
  float: left;
  margin: 0;
  width: 7em;
  letter-spacing: 1px;
}

dl.dtl-list dd {
  line-height: 1.7;
  margin-bottom: 0.8em;
  margin-left: 8.5em;
}

.brand-info {
  margin-bottom: 40px;
  font-size: 93%;
}

dl.brand-info dt {
  clear: left;
  float: left;
  margin: 0;
}

dl.brand-info dd {
  line-height: 1.7;
  margin-bottom: 0.8em;
  margin-left: 16em;
}

.rv-dtl {
  font-size: 12px;
}

/* ======================
     for PC Retina
====================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}

/* ======================
     for TABLET
====================== */
@media only screen and (max-width: 980px) {
  body {
 /* 2024.06.18 タブレット画面での右クリック・コピペ禁止を解除 */
 /*   -webkit-touch-callout: none;
    -webkit-user-select: none;*/
 /*//2024.06.18 タブレット画面での右クリック・コピペ禁止を解除 */
  }
  
  #cate_a,
  #cate_b,
  #cate_c,
  #cate_d,
  #cate_e,
  #cate_f,
  #cate_g,
  #guide-image,
  #aboutus-image,
  #news-image,
  #shoplist-image,
  /* 2021.07.20 リクルート追加*/
  #recruit-image,
  /*//2021.07.20 リクルート追加*/
  #gift-image {
   background-position: center 105px;
  }

  #sliderbutton {
    left: 3%;
    font-size: 16px;
  }

  /* HEADER */
  #header {
    padding-top: 0;
    padding-left: 1%;
    padding-right: 1%;
  }
  .header-logo {
    max-width: 120px;
    height: 65px;
    top: 20px;
  }
  .header-nav-phone {
    height: auto;
    margin-right: 0;
    padding-top: 28px;
  }
  .nav-btn-phone {
    display: block;
    padding-top: 20px;
    margin-bottom: 19px;
  }
  
 /* HAMBURGER */
  .menu-trigger,
  .menu-trigger span {
	display: inline-block;
	transition: all, 0s;
	box-sizing: border-box;
  }
  .menu-trigger {
	position: relative;
	width: 50px;
	height: 30px;
    margin-bottom: 30px;
  }
  .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #292929;
	border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
	top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
	top: 13px;
  }
  .menu-trigger span:nth-of-type(3) {
	bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
  }
  .top-btn span {
    background-color: #fff;
  }
  
  #container-cate {
   padding-top: 29%;
  }
  
  .search-box {
    width: 66%;
  }
  .ttl-h3 {
    margin: 1em 0 0;
  }
  .item-ttl {
    margin-bottom: 10px;
  }
  .ttl-menu-jp {
    padding: 0;
    display: block;
    width: 70%;
  }

  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 5px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }

  ul.accordion-3 &gt; li &gt; p {
    padding: 5px 0;
  }

  ul.accordion-3 &gt; li &gt; p span.resp-arrow {
    margin: 9px 15px 0 0;
  }

  .brand-lst li {
    margin: 10px 0 !important;
  }
  .brand-lst img {
    padding: 0;
  }
  .side-colors h3 {
    margin-bottom: .6em;
  }
  .side-colors ul {
    margin: 0 0 0 10px;
  }
  .prd-lst-soldout {
    font-size: 24px;
    margin-bottom: -11px;
  }
  .new-icon {
   margin-right: 6px;
  }
  .incart-count {
    margin-left: 5px;
    display: block;
    position: absolute;
    top: 7px;
    right: 2px;
    height: 16px;
    min-width: 16px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    background-color: #6ABFC6;
    text-align: center;
    padding: 0;
   }
  
 .side-section .history_list li,
 .side-section .favorite_list li {
    margin: 1.6%;
  }

/* ======================
     for TABLET Retina
====================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .footer-wrapper,
    .footer-lst,
    .header-nav-lst-phone {
      -webkit-background-size: 200px 200px;
      background-size: 200px 200px;
    }
  }
}

/* ======================
     for SP
====================== */
@media only screen and (max-width: 768px) {
  /* HEADER */
  #header-wrapper {
    display: block;
    z-index: 999;
    position: fixed !important;
    width: 100%;
　　/*2019.09.09 表示修正*/
    height: 50px;
    /*height: 70px;*/
    background-color: rgba(255,255,255,.9);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 0.5px solid  #D9D9D9;
  }
  .header-nav-phone {
    float: left;
    padding-top: 17px;
  }
  .header-logo-outer {
    /* 2019.09.09 表示修正 */
    margin-top: 7px;
    /*margin-top: 0px;*/
    padding: 0;
    text-align: center;
  }
  h1.sp-header-logo {
    margin: 0;
    padding: 0 21px 0 0;
  }
  .sp-header-logo a {
    font-size: 10px;
    width: 49px;
    height: 0;
    display: block;
    padding-top: 38px;
    overflow: hidden;
    background: url("https://storage.arch-hoop.com/img/shop_logo_head.png")no-repeat;
    background-size: 49px auto;
    margin: 0 auto;
  }
 .hidden-tablet.hidden-desktop form {
    margin: 0;
  }
  .icon-basket.sp-header-cart {
    color: #292929;
  }
  .sp-header-cart {
    float: right !important;
    margin: 0 0 -30px 0;
    padding: 0;
    font-size: 20px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -30px;
    left: -5px;
  }
  span.incount {
    min-width: 16px;
    border-radius: 8px;
    line-height: 16px;
  }
  span.incount.sp {
    position: relative;
    top: -27px;
    left: 12px;
    display: inline-block;
  }
  span.incart-count {
    position: relative;
    top: -27px;
    left: 7px;
    display: inline-block;
  }
  
  /* HAMBURGER */
  .menu-trigger {
	width: 20px;
	height: 20px;
    margin-bottom: 13px;
  }
  .menu-trigger span {
	height: 2px;
	background-color: #292929;
	border-radius: 1px;
  }
  .menu-trigger span:nth-of-type(2) {
	top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
	bottom: 4px;
  }
  .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
  }
  .top-btn span {
    background-color: #292929;
  }
/* HEADER MENU for SP */
 .header-nav-lst-phone {
   left: 50%;
   margin-left: -53%;
   width: 106%;
   background-color: #262626;
   box-shadow: none;
 }
 .header-nav-lst-phone li {
   border-bottom: 1px solid rgba(29,29,29,.8);
 }
.header-nav-lst-phone a {
  color: #A1A1A1;
}
 .header-nav-lst-phone a:hover {
   background-color: rgba(66, 66, 66, 0.5);
 }
 .header-nav-lst-phone a.adjust {
    padding: 10px 0;
 }
 .header-nav-lst-phone li.col-md-6:nth-child(1),
 .header-nav-lst-phone li.col-md-6:nth-child(2) {
   border-top: 1px solid rgba(29,29,29,.8);
 }
 .header-nav-lst-phone li.col-md-6:nth-child(odd) {
   border-right: 1px solid rgba(29,29,29,.8);
 }

  .col-lg-78,
  .col-lg-22 {
    width: 100%;
  }
  
  .i-frame {
    padding: 10% 3.5%;
  }
  
  .container {
    width: auto;
    padding: 0px 8px;
  }
  
  #container-cate {
    padding: 40% 7px 0;
  }
  
  #cate_a,
  #cate_b,
  #cate_c,
  #cate_d,
  #cate_e,
  #cate_f,
  #cate_g,
  #guide-image,
  #aboutus-image,
  #news-image,
  #shoplist-image,
  /* 2021.07.20 リクルート追加*/
  #recruit-image,
  /*//2021.07.20 リクルート追加*/
  #gift-image {
    background-position: center 50px;
  }
  
  .phone-home {
    padding-top: 58px !important;
  }
  
  .eyecatch-block,
  .newarrivals-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 20px;
    padding: 0;
  }
  
  .info-block {
   padding: 0 0 40px;
  }
  
  .prd_lst_block {
    padding-right: 0;
    padding-left: 0;
  }
  
  .sp-pd0 {
    padding: 0;
  }
  .sp-pd0 h3.ft_banner {
    margin: 0 0 2.3%;
  }
  
  .ttl-h1,
  .ttl-h2 {
   font-size: 108%;
   text-align: left;
  }

  .ttl-jp-h3 {
    font-size: 122%;
  }

  .webfont-ttl {
    font-size: 171.4%;
    margin: 0 0 .5em;
  }

  .prd-lst-ttl {
    font-size: 171.4%;
    line-height: 1em;
  }

  .ttl-cap {
    letter-spacing: 0;
    padding: 0;
    display: block;
  }

  .ttl-menu-jp {
    padding: 0 0 0 10px;
    display: inline;
    vertical-align: middle;
  }

  /* SLIDER */
  .bx-prev,
  .bx-next {
    display: none;
  }
  .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
  .slider-btn {
    padding: 8px 22px;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  /* PULL DOWN MENU */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }

  /* MAIN */
  .main-section {
    padding-left: 0;
    padding-right: 0;
  }

 .sp-incart {
    display: inline-block !important;
    width: 100%;
    margin: 10px 0 20px;
  }

  /* SIDE MENU */
  .lst-mark {
   float: right;
   margin-top: -34px;
   font-size: 14px;
  }
  .side-search {
    width: 195px;
  }
  .search-box {
    width: 72%;
  }
  .search-btn {
    width: 20%;
  }
  .side-colors ul {
    margin: 0 0 0 15px;
  }
  .side-colors li {
    width: 21px;
    height: 21px;
    margin: 11px 12px;
  }
  .side-colors li img {
    width: 22px;
    height: 22px;
  }

  .side-section ul li a {
    display: block;
    padding: 8px 0 7px;
    font-size: 20px;
  }

  .side-section dl {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .side-section dt {
    font-size: 20px;
    margin: 0 0 8px 0;
  }

  .side-section dt .lst-mark {
   float: right;
   margin-top: -30px;
   font-size: 14px;
  }

  .side-section dd {
    font-size: 20px;
    margin: 0 0 5px 30px;
  }

  .dd-end {
    margin-bottom: 15px !important;
  }

  .side-section dt a {
    display: block;
    padding: 6px 0 10px 0;
  }

  .side-section dd a {
    display: block;
    padding: 8px 0;
  }

  .side-icon li,
  .side-icon dt {
    clear: both;
  }

  .side-menu-lst {
    padding: 0 0 0 20px;
  }

  ul.accordion-3 &gt; li &gt; p { padding: 8px 0; margin: 0; font-size: 20px; }
  ul.accordion-3 &gt; li &gt; p span.resp-arrow { margin: 9px 3px 0 0; }

  .brand-lst .ttl-h3 {
    margin-bottom: 15px;
  }

  .brand-lst {
    padding-left: 0;
    padding-right: 0;
  }
  .brand-lst li {
    border: 0;
    padding: 0;
    margin: 0 !important;
    border-bottom: 0.5px solid #D9D9D9;
  }
  .brand-lst li:nth-child(2n) {
    border-right: 0.5px solid #D9D9D9;
  }
  .brand-lst li:nth-child(2n+1) {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
  }
  .brand-lst li:nth-child(1),
  .brand-lst li:nth-child(2) {
    border-top: 0.5px solid #D9D9D9;
  }
  .brand-lst img {
    width: 146px;
    padding: 3px 0;
  }

  .item-ttl {
    margin-bottom: 0;
  }
  
.side-section .history_list li img,
.side-section .favorite_list li img {
    margin: 0 5% 0 0;
  }
  
  /* INSTAGRAM */
  .insta-logo img {
    width: 123px;
    height: 29px;
  }
  .insta-wrapper {
  /* 2019.09.09 8枚を2行4列表示 */
  /*padding: calc(4 / 2 * 100%) 0 0;*/
  /* 2019.09.09 9枚を3行3列表示 */
  padding: calc(3 / 3 * 100%) 0 0;
  }
  
  /* PRODUCT */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 5px;
  }
  .prd-lst-sort {
    text-align: center;
  }

  .prd-lst-name,
  .prd-lst-name-sold {
    font-size: 16px;
  }
  
  .prd-lst-name-sold a {
    color: rgba(144,125,98,.35);
  }

  .prd-lst-exp {
    font-size: 11px;
    letter-spacing: -0.3px;
  }

  .prd-lst-description {
    font-size: 9px;
    padding: 1em .5em 0;
  }

  .prd-lst-exp-sold {
    color: rgba(144,125,98,.35);
    font-size: 9px;
  }

  .prd-lst-regular {
    font-size: 13px;
    text-decoration: line-through;
  }

  .prd-lst-price {
    font-size: 13px;
  }

  .prd-lst-soldout {
    font-size: 20px;
    margin-bottom: -10px;
  }
  
/* ICON */
  .prd-lst-new:after,
  .prd-lst-nos:after,
  .prd-lst-hot:after,
  /* 2021.10.26 セールアイコン追加 */
  .prd-lst-sal:after,
  /*// 2021.10.26 セールアイコン追加 */
  /* 2021.11.30 キャンペーンアイコン追加 */
  .prd-lst-cam:after,
  /*// 2021.11.30 キャンペーンアイコン追加 */  
  /* 2024.11.19 ブラックフライデーアイコン追加 */
  .prd-lst-bfs:after,
  /*// 2024.11.19 ブラックフライデーアイコン追加 */
  /* 2020.08.11 入荷待ちアイコン追加 */
  .prd-lst-cms:after,
  /*// 2020.08.11 入荷待ちアイコン追加 */
  .prd-lst-res:after,
  .prd-lst-ren:after,
  /* 2019.09.09 限定アイコン追加 */
  .prd-lst-ltd:after,
  /*// 2019.09.09 限定アイコン追加 */
  .prd-lst-mbo:after {
    font-size: 12px;
    text-indent: 1px;
    padding: 3px 3px 2.5px;
    margin-top: -19px;
  }
  /* 2021.10.26 セールアイコン追加 */
  .prd-lst-sal:after,
  /*// 2021.10.26 セールアイコン追加 */
  /* 2021.11.30 キャンペーンアイコン追加 */
  .prd-lst-cam:after,
  /*// 2021.11.30 キャンペーンアイコン追加 */
  /* 2024.11.19 ブラックフライデーアイコン追加 */
  .prd-lst-bfs:after,
  /*// 2024.11.19 ブラックフライデーアイコン追加 */
  /* 2020.08.11 入荷待ちアイコン追加 */
  .prd-lst-cms:after,
  /*// 2020.08.11 入荷待ちアイコン追加 */
  .prd-lst-res:after,
  .prd-lst-ren:after,
  /* 2019.0909 限定アイコン追加 */
  .prd-lst-ltd:after,
  /*// 2019.0909 限定アイコン追加 */
  .prd-lst-mbo:after {
    letter-spacing: 0;
  }
  .prd-lst-color,
  .prd-lst-color:after {
  height: 18px;
  width: 18px;
  }
  .favo-icon {
    top: -10px;
  }
  .lst-favorite-button {
    font-size: 22px;
  }
  
  .toge_lst {
    margin: 0;
  }

  /* FOOTER */
  .footer-wrapper {
    margin-top: 0;
    padding: 0 0 0 0;
  }
  .sm-pd0 {
    padding: 0;
  }
  .manager-info {
    margin: 0;
    padding: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    box-shadow: none;
    width: auto;
  }
  .manager-caption {
    padding: 25px 12px;
    font-weight: bold;
  }
  .manage img {
    max-width: 210px;
    width: 60%;
    height: auto;
    margin: 28px 0 0 0;
    opacity: 1;
  }
  .sp-mailmag {
    padding: 15px 10px 20px;
  }
  .sp-mailmag h3 {
    margin: 0px !important;
    letter-spacing: 0.6px;
  }
  .sp-mailmag p {
    font-size: 11px;
  }
  form.mailmag {
  margin: 20px 0 0;
}
.mailmag_text input[type="email"] {
    padding: 2px 6px;
    width: 72%;
    height: 24px;
    font-size: 11px;
  }
  .btn-mag {
    padding: 0;
    height: 30px;
  }
  .footer-lst {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #f5f5f5;
    border-top: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
      border-bottom: 0.5px solid #D9D9D9;
    }
    .footer-lst li:nth-child(odd) {
      border-right: 0.5px solid #D9D9D9;
    }
    .footer-lst li:nth-last-child(-n+2) {
      border-bottom: 0;
    }
    .footer-lst a {
      display: block;
      padding: 12px 15px;
      text-decoration: none;
      font-size: 11px;
    }

  /* SNS */
  .sns {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  .sns a {
    margin: 0 3px;
  }
  .copyright {
    padding: 2em 0 0;
  }
  .powered img {
    margin-bottom: 5px;
    width: 66px;
  }
  .powered p {
    font-size: 10px;
    letter-spacing: 0;
  }
  #back-top span,
  #view-cart-btn span {
    font-size: 20px;
    padding: 9px 0 10px 10px;
  }
  span.incount {
  left: 29px;
}

  /* PRODUCT DETAIL */
  .dtl-list {
    margin-bottom: 2em;
  }

  dl.dtl-list dt {
    clear: none;
    float: none;
    margin: 0;
    width: 8em;
  }
  dl.dtl-list dd {
    line-height: 1.6;
    margin-bottom: 0.5em;
    margin-left: 0em;
  }
  .brand-info {
    margin-bottom: 2em;
  }
  dl.brand-info dt {
    clear: none;
    float: none;
    margin-bottom: 0.5em;
    width: 16em;
  }
  dl.brand-info dd {
    line-height: 1.6;
    margin-bottom: 0.5em;
    margin-left: 0em;
  }
  .rv-dtl {
    font-size: 10px;
    margin-bottom: 0px;
    line-height: 1.3;
  }
  .mt-mb-20 {
    margin: 20px 0px;
  }
  .mb-9em {
    margin-bottom: 4em !important;
  }
  .topicpath-nav ul {
    padding: 0px;
    margin: 0px;
  }
}

@media only screen and (max-width: 320px) {
  .mailmag_text input[type="email"] {
    font-size: 65%;
  }
  .header-nav-lst-phone span.sm-menu {
  font-size: 17px;
  }
}
  /* ======================
     for SP Retina
  ====================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .footer-wrapper,
      .footer-lst,
      .header-nav-lst-phone,
      .header-global-nav ul ul {
        -webkit-background-size: 200px 200px;
        background-size: 200px 200px;
      }

      .btn-xlg {
      font-weight: 700  !important;
      }
      .side-section li a,
      .side-section dt {
      border-bottom: 0.5px solid #D9D9D9;
      }
  }

/* IE */
.ie_wrapper .container {
  width: 1170px;
}
</pre></body></html>