@charset "euc-jp";
javascript:void(0)

/* FONTS */
@font-face {
  font-family: 'Aktiv Grotesk Corp';
  src: url('https://storage.holidaze.jp/fonts/AktivGroteskCorp-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aktiv Grotesk Corp';
  src: url('https://storage.holidaze.jp/fonts/AktivGroteskCorp-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'alternate';
  src: url('https://storage.holidaze.jp/fonts/alternate-gothic-no2-bt-webfont.woff2') format('woff2'),
       url('https://storage.holidaze.jp/fonts/alternate-gothic-no2-bt-webfont.woff') format('woff');
  -ms-font-feature-settings: "normal";
}
@font-face {
  font-family: 'TradeGothic';
  src: url('https://storage.holidaze.jp/fonts/tradegothicltstd-bdcn20.woff2') format('woff2'),
       url('https://storage.holidaze.jp/fonts/tradegothicltstd-bdcn20.woff') format('woff');
  font-style: normal;
  font-weight: 700;
  -ms-font-feature-settings: "normal";
}
@font-face {
  font-family: 'TradeGothic';
  src: url('https://storage.holidaze.jp/fonts/tradegothicltstd-cn18.woff2') format('woff2'),
       url('https://storage.holidaze.jp/fonts/tradegothicltstd-cn18.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  -ms-font-feature-settings: "normal";
}
@font-face {
  font-family: 'Nickainley-Normal';
  src: url('https://storage.holidaze.jp/fonts/Nickainley-Normal.woff2') format('woff2'),
       url('https://storage.holidaze.jp/fonts/Nickainley-Normal.woff') format('woff');
  font-weight: 400;
  font-style: itaric;
  font-stretch: normal;
  unicode-range: U+0020-2212;
  -ms-font-feature-settings: "normal";
}

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

.row { max-width: 1366px; }

/* INPUTS */
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 {
  border-color: #ad966a;
  background-color: rgba(255,255,255,.7);
  color: #443A2B;
}

/* TEXT */
.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; }

/* BUTTONS */
.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 #ad966a;
  background-color: #ad966a;
  color: #fff;
}
.btn-02 {
  border: 0;
  background-color: #ad966a;
  color: #fff;
  letter-spacing: 1px;
  transition: background-color .3s linear;
}
.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 0;
  background-color: #292929;
  color: #fff;
  transition: background-color .1s linear;
}
.btn-03 { /* SP Next Prev btn */
  border: 0;
  font-family: 'TradeGothic', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 3% 4.8%;
  background-color: #292929;
}
.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 0;
  color: #fff;
  background-color: #ad966a;
}
.btn-03.disabled,
.btn-03[disabled] { background-color: rgba(165,165,165,.5) !important; }
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner { padding: 0; border: 0; }
.btn-link,
.btn-link[disabled] {
  background: transparent 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-color: rgba(165,165,165,.15);
  background-image: none;
  cursor: default;
  opacity: .15 !important;
}
.btn-xlg {
  padding: 22px 26px !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  background-color: #ad966a;
  transition: background-color .3s linear;
}
.btn-xlg:hover,
.gecko .btn-xlg:hover {
  background-color: #292929;
  transition: background-color .1s linear;
}
.btn-xlg.disabled,
.btn-xlg[disabled] { background-color: #292929; }
.win .btn-xlg { font-family: "游ゴシック Medium", "Meiryo", sans-serif; }
.btn-mid:hover,
.info-btn a:hover,
.guide-gnavi a:hover,
.guide-gnavi li a:hover {
  color: #292929;
  background-color: #E6E6E6 !important;
  transition: background-color .1s linear;
}

/* PAGINATION */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span { background-color: #f5f5f5; }
.pagination ul > .active > a,
.pagination ul > .active > span { color: #999; cursor: default; }
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span { border-radius: 0 4px 4px 0; }

/* ALERT */
.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;
}

/* UTILITY */
.pdg-10-15 { padding: 10px 15px; }
.pdg-20-15 { padding: 20px 15px; }
.bg-gray { background: rgba(165,165,165,.1); }
.bg-blue { background: rgba(232,213,188,.75); }
.bg-yellow { background: rgba(236,233,41,.2); }
.radius { border-radius: 3px; }
.bold { font-weight: 700 !important; }
.f13px { font-size: 13px !important; }
.f12px { font-size: 12px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !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; }
.va-t { vertical-align: top !important; }
.f-left { float: left; }
.c-both { clear: both; }
.fadeIn {
  animation: fadeInAnime 1.3s forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media screen and (min-width: 768px) {
  .sp-br { display: none; }
}

/* PC */
html, body {
  overflow-x: hidden;
}
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;
  }
}

#main-wrapper.delivery { position: relative; top: 28px; }

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

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

#no-image { background-image: none; }
#hd-image { background: url("https://storage.holidaze.jp/img/tp24/cate_hd_nox.jpg"); }
#ot-image { background: url("https://storage.holidaze.jp/img/tp21_cate_ot.jpg"); }
#lr-image { background: url("https://storage.holidaze.jp/img/tp24/cate_lr_nox.jpg"); }
#cp-image { background: url("https://storage.holidaze.jp/img/tp24/cate_cp_nox.jpg"); }
#rv-image { background: url("https://storage.holidaze.jp/img/tp21_cate_rv.jpg"); }
#guide-image { background: url("https://img11.shop-pro.jp/PA01060/223/etc/tp21_cate_guide.jpg"); }
#aboutus-image { background: url("https://storage.holidaze.jp/img/tp22/tp22_aboutus1_nox.jpg"); }
#gift-image { background: url("https://img11.shop-pro.jp/PA01060/223/etc/tp20_gift.png"); }
#hd-image,
#ot-image,
#lr-image,
#cp-image,
#rv-image,
#guide-image,
#aboutus-image,
#gift-image {
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

a {
  color: #292929;
  transition: color 0.3s ease;
  outline: none;
}
a:hover,
a:focus {
  color: #ad966a;
  text-decoration: none !important;
  outline: none;
}

.rollover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
 .rollover:hover, .rollover.active {
   opacity: 0.7;
}

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

.ttl-h1,
.ttl-h2,
.ttl-jp-h3,
.ttl-side-jp,
.ttl-menu-jp,
.ttl-jp,
.item-title {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
}
.ttl-h1,
.ttl-h2 {
  margin: 0 0 1em;
  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: 142.9%;
  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: 11px;
  letter-spacing: 0;
}
.top-jp { padding: .5em 0 0; display: block; }
.ttl-side-jp {
  padding: 0 0 0 10px;
  color: #292929;
  font-weight: normal;
  font-size: 55%;
  letter-spacing: 0;
}
.ttl-menu-jp {
  padding: 0 0 0 10px;
  color: #929292;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0;
}
.webfont-ttl,
.prd-lst-ttl {
  margin: 0 0 1em;
  color: #292929;
  font-family: 'TradeGothic', sans-serif;
  font-size: 171.42%;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  word-break: normal;
}
.top-ttl { text-align: center; }
.ttl-cap {
  font-family: 'Nickainley-Normal', sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  text-transform: none;
  letter-spacing: 0;
  color: #292929;
  padding: 0 0 0 10px;
  margin: 0;
}
.ttl-toge {
  margin: 0 0 1em;
  color: #292929;
  font-family: 'TradeGothic', sans-serif;
  font-weight: 700;
  font-size: 164.3%;
}

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

/* TOP SLIDER */
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #ccc !important;
  opacity: .7 !important;
}
.swiper-pagination-bullet:hover {
  background: #ad966a !important;
  opacity: .5 !important;
}
.swiper-pagination-bullet-active {
  background: #292929 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active:hover {
  background: #292929 !important;
  opacity: 1 !important;
  cursor: default !important;
}
.slider-btn {
  display: inline-block;
  padding: 18px 55px;
  font-family: 'alternate', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #292929;
  letter-spacing: 3px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  margin-top: 1.5em;
}

/* HEADER */
.belt.container,
.belt.container.wht {
  max-width: 96%;
  z-index: 102;
  padding: 15px 2%;
  position: fixed;
}
.belt.container {
  background: rgba(255,255,255,0);
  backdrop-filter: blur(0px);
  transition: background .5s, box-shadow .5s;
}
.belt.container.wht {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(15px);
  box-shadow: 0 0 5px rgba(0,0,0,.4);
  transition: background 1s, box-shadow 1s;
}
.belt.container.wht .header-headline-nav {
  position: relative;
  margin-top: -66px;
  transition: margin-top .3s;
}
.safari .belt.container { background: rgba(255,255,255,0); }
.safari .belt.container.wht { background: rgba(255,255,255,.87); }

#header {
  position: relative;
  z-index: 103;
  padding-top: 0;
}

.header-headline-nav {
  font-size: 13px;
  padding: 7px 0 20px;
}
.header-headline-nav .icon:before { margin-left: -20px; }
.header-headline-nav ul { margin: 0; position: relative; }
.header-headline-nav li {
  display: inline;
  margin: 0 0 0 10px;
  padding: 0;
  vertical-align: middle;
  font-size: 13px;
}
.header-headline-nav li a {
  padding: 0;
  color: #292929;
  text-decoration: none;
  font-weight: normal;
}
span.incount.head {
  position: relative;
  top: -2px;
  left: 0;
  display: inline-block;
  background-color: #ad966a;
  color: #fff;
}
.customer { margin: 0 10px 0 0; }
.icon-heart.is-added.hl {
  color: #292929 !important;
  font-size: 14px;
}
.menu-white .icon-heart.is-added.hl {
  color: #fff !important;
  font-size: 14px;
}
.icon-heart.is-added.hl:hover { color: #ad966a !important; }

.header-logo,
.header-logo.wht {
  float: left;
  width: 111px;
  height: 60px;
  padding: 0;
  position: absolute;
  top: 7px;
  left: 10px;
}
@media all and (-ms-high-contrast:none) {
  .header-logo,
  .header-logo.wht { top: -40px; }
}
.header-logo #hb-logo { fill: #292929; }
.header-logo.wht #hb-logo { fill: #FFF; }
.header-logo.bk #hb-logo,
.header-logo.wht.bk #hb-logo {
  fill: #292929;
  width: 55%;
  height: auto;
  margin-top: -10px;
  transition: all .15s;
}
@media all and (-ms-high-contrast:none) {
  .header-logo.bk #hb-logo,
  .header-logo.wht.bk #hb-logo { margin-top: -22px; }
}
.header-logo a { opacity: 1; }
.header-logo a:hover { opacity: .8; }
.header-logo p { margin: 0; }

.header-global-nav {
  z-index: 103;
  float: right;
  font-family: 'TradeGothic', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .03em;
}
.header-global-nav ul { margin: 0; }
.header-global-nav li {
  position: relative;
  display: inline;
  padding: 0 10px 0 40px;
  vertical-align: top;
}
.header-global-nav a,
.header-global-nav span {
  color: #292929;
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: color .3s linear;
}
.header-global-nav .gn-ttl a:before,
.header-global-nav span.drop-down:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #292929;
  transform: scale(0,1);
  transition: .2s;
}
.header-global-nav a:hover:before,
.header-global-nav span:hover:before { transform: scale(1); }
.header-headline-nav li a:hover,
.header-headline-nav li#nav:hover { color: #ad966a; }
.header-global-nav a:hover,
.header-global-nav span:hover { color: #292929; }
.header-global-nav.wht .red { color: #FFF; }
.header-global-nav .red:hover { color: #d9384e !important; }
.header-global-nav .red:before { background: #d9384e !important; }
.header-global-nav li.bk a,
.header-global-nav li#nav.bk span { color: #292929; }
.header-global-nav li#nav.bk span.red { color: #d9384e; }
.header-global-nav li.bk a:hover,
.header-global-nav li#nav.bk span:hover { color: #292929; }
.header-global-nav li.bk a:hover:before,
.header-global-nav li#nav.bk span:hover:before { background-color: #292929; }

.header-global-nav ul ul {
  position: absolute;
  top: 39px;
  left: 39px;
  display: none;
  vertical-align: baseline;
  width: 200px;
  background-color: #292929;
}
.h-line-nav ul ul {
  position: absolute;
  top: 44px;
  left: -50px;
  vertical-align: baseline;
  width: 145px;
  background-color: #292929;
  z-index: 2;
  display: none;
}
.header-global-nav ul ul li,
.h-line-nav ul ul li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(29,29,29,.8);
  word-break: break-all;
}
.header-global-nav ul ul li:last-child,
.h-line-nav ul ul li:last-child { border-bottom: none; }
.header-global-nav ul ul a,
.h-line-nav ul ul a {
  transition: background-color .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 !important;
}
.header-global-nav ul ul a:hover,
.h-line-nav ul ul a:hover {
  color: #FFF !important;
  background-color: rgba(66,66,66,.5);
  transition: background-color .1s linear;
}
.menu-white.header-headline-nav li,
.menu-white.header-headline-nav li a,
.menu-white.header-global-nav a,
.menu-white.header-global-nav span,
.menu-white a.icon-basket { color: #fff; }
.menu-white.header-headline-nav li a:hover,
.menu-white a.icon-basket:hover { color: #ad966a; }
.menu-white.header-global-nav a:hover,
.menu-white.header-global-nav span:hover { color: #fff; }
.menu-white.header-global-nav .gn-ttl a:before,
.menu-white.header-global-nav span.drop-down:before { background: #fff; }
.menu-white.header-global-nav ul ul a { color: #BABABA !important; }
.menu-white.header-global-nav ul ul a:hover { color: #FFF !important; }
.head-cart.pull-right { margin: 1px 10px 0 14px; }
.head-cart form,
#view-cart-btn form { margin: 0; }
span.arrow:before {
  content: "";
  border: 4px solid transparent;
  border-top: 7px solid;
  position: relative;
  top: 14px;
  left: 0;
}

/* HEADER MENU 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.red a,
.header-global-nav ul ul li.red a { color: #D73030; }
.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 .3s linear;
  display: block;
  padding: 20px 0;
}
.header-nav-lst-phone a:hover {
  background-color: rgba(66,66,66,.5);
  transition: background-color .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.kakomi {
  font-family: 'TradeGothic', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: .8px;
  border: 2px solid #A1A1A1;
  padding: 4px 10px;
}
.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; }
.cp_logo { width: 115px; }
.menu_logo_cp { width: 115px; margin: 5px 0; }
.menu_logo_hd,
.menu_logo_ot,
.menu_logo_lr,
.menu_logo_cp { 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: 'TradeGothic', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .7px;
  display: block;
  border-bottom: 1px solid #D9D9D9;
  transition: color .1s linear;
}
.side-section li a:hover,
h2.resp-accordion:hover {
  text-decoration: none;
  color: #ad966a;
}
.side-section dt {
  font-family: 'TradeGothic', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #D9D9D9;
}
.side-section dt a {
  display: block;
  letter-spacing: .7px;
  transition: color .1s linear;
}
.side-section dd {
  font-family: 'TradeGothic', sans-serif;
  font-weight: 700;
  font-size: 16px;
  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;
  transition: color .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; }
.side-menu-lst li a {padding: 0 0 10px;}

/* 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 > li { list-style: none; }
ul.accordion-3 > li > p {
  padding: 0;
  border-bottom: 1px solid #D9D9D9;
  cursor: pointer;
}
ul.accordion-3 > li > p span.resp-arrow { margin: 5px 15px 0 0; }
ul.accordion-3 > li > ul > li { list-style: none; }

/* BRANDS */
.brand-lst.side-section li a { border-bottom: 0; }
.brand-lst { width: 100%; }
.brand-lst img.hd { width: 130px; }
.brand-lst img.ot { width: 130px; }
.brand-lst img.lr { width: 85px; }
.brand-lst img.cp { width: 140px; }
.brand-lst img {
  height: 60px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
}
.brand-lst li { border: 1px solid #D9D9D9; }
.brand-lst li a { transition: background-color .3s linear; }
.brand-lst li a:hover {
  background-color: #E6E6E6;
  transition: background-color .1s linear;
}

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

/* RECENTLY */
.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: 0; padding: 0; }

.free_deli_hide { display: none !important; }

/* TICKER */
.ticker {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border: 0;
  padding: 5px 0;
  position: fixed;
  overflow: hidden;
  background-color: #292929;
  z-index: 1000;
  display: block;
  height: 18px;
}
.ticker ul { width: 100%; position: relative; }
.ticker ul li { width: 100%; display: none; }

/* SEARCH */
.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;
  border-radius: 0;
}
.side-category-name,
.side-group-name { display: block; margin-top: 10px; }

/* SIDE BANNER */
.banner img { opacity: 1; cursor: pointer; }
.banner img:hover { opacity: .8; }
.banner-block_m0 { border: 0; padding: 0; margin: 3.3% 0; }
.banner-block_m0 img { max-width: 100%; height: auto; }

/* BREADCRUMBS */
.topicpath-nav { margin-bottom: 20px; font-size: 79%; }
.topicpath-nav ul { margin: 0 15px 3px 3px; float: left; }
.topicpath-nav ul:after { content: "　|"; }
.topicpath-nav ul:last-child { margin: 0 0 3px 3px; float: left; }
.topicpath-nav ul:last-child:after { content: none; }
.topicpath-nav li { display: inline; margin-right: .3em; }
.topicpath-nav li a { color: #292929; text-decoration: none; }
.topicpath-nav li a:hover { color: #ad966a; }

/* 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: .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: 0 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%; padding: calc(2 / 4 * 100%) 0 0; }
.insta-frame { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; }

/* PRODUCT LIST */
.brand-story h2,
.brand-story p {
  font-size: 93%;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.7;
}
.brand-story p { margin-top: 0; }
.prd-lst-sort { margin: 20px 0; }
.prd-lst-unit,
.toge-lst-unit { position: relative; margin-bottom: 60px; padding: 0 1.34%; }
.img-container { position: relative; width: 100%;}
.prd-lst-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.toge-lst-img, 
.other-lst-img { background: none; transition: opacity 0.3s linear; }
.toge-lst-img:hover, 
.other-lst-img:hover { opacity: .8; transition: opacity 0.1s linear; }
.text-container { position: relative; width: 100%; }
.prd-lst-unit:after { content: ''; display: block; clear: both; }
.prd-lst-span { display: block; }
.prd-lst-name,
.prd-lst-name-sold {
  font-family: 'TradeGothic', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .7px;
  word-break: normal;
  margin: .3em 0 0;
  padding: 0;
}
.prd-lst-name-sold a { color: #D9D9D9; }
.prd-lst-exp,
.prd-lst-exp-sold {
  font-family: 'TradeGothic', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #929292;
  text-align: center;
  letter-spacing: .7px;
  margin: .3em 0 0;
}
.prd-lst-exp-sold { opacity: .5; }
.brands {
  font-family: 'Nickainley-Normal', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #a58953;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0;
  padding: .8em 0 0;
}
.ot:after,
.mh:after { content: "overtakers"; }
.hd:after { content: "holidaze"; }
.cp:after { content: "camphora"; }
.lr:after { content: "loiter"; }
.wc:after { content: "wilco."; }
.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,
.prd-lst-soldout {
  font-family: 'Reddit Sans Condensed', sans-serif;
  font-size: 15px;
  color: #292929;
  text-align: center;
  margin: .5em 0;
}
.prd-lst-discount {
  font-family: 'Aktiv Grotesk Corp', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: .9;
  background: #d9384e;
  display: inline-block;
  position: absolute;
  top: 3%;
  z-index: 2;
  margin: 0;
  padding: 6px 8px;
}

/* PAGER 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: 6px;
  text-align: center;
  line-height: 40px;
}
.prd-lst-pager li a,
.prd-lst-pager li span {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  font-family: 'TradeGothic', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
}
.prd-lst-pager li a {
  color: #292929;
  border: 0;
  background-color: transparent;
  transition: background-color .5s linear;
  text-decoration: none;
}
.prd-lst-pager li a:hover {
  color: #292929;
  border: 0;
  text-decoration: none !important;
  background-color: #E6E6E6;
  transition: background-color .1s linear;
}
.prd-lst-pager li span {
  color: #FFF;
  border: 0;
  background-color: #292929;
}

/* PAGER PAD SP */
.prd-lst-pager-phone {
  text-align: center;
  margin-bottom: 40px;
}
.prd-lst-pager-phone li { display: inline; margin: 0 1.6%; }
.prd-lst-pos {
  font-family: 'TradeGothic', sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}
.next::after {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 9px solid #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 8px;
}
.prev::before {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 9px solid #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 8px;
}

/* ICON */
.prd-lst-new:after,
.prd-lst-nos:after,
.prd-lst-hot:after,
.prd-lst-res:after,
.prd-lst-ren:after,
.prd-lst-mbo:after,
.prd-lst-ltd:after,
.prd-lst-sal:after,
.prd-lst-out:after {
  font-family: 'Aktiv Grotesk Corp', sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  line-height: .9;
  letter-spacing: .5px;
  display: inline-block;
  position: absolute;
  top: 2.3%;
  padding: 6px 8px;
  z-index: 2;
}
.prd-lst-new:after { content: "NEW IN"; background-color: #292929; }
.prd-lst-nos:after { content: "NOS"; background-color: #292929; letter-spacing: 1px; }
.prd-lst-hot:after { content: "BEST SELLER"; background-color: #ad966a; }
.prd-lst-res:after { content: "RESTOCK"; background-color: #292929; }
.prd-lst-ren:after { content: "RENEWAL"; background-color: #292929; }
.prd-lst-mbo:after { content: "MEMBERS ONLY"; background-color: #292929; }
.prd-lst-ltd:after { content: "LIMITED"; background-color: #ad966a; }
.prd-lst-sal:after { content: "SALE"; background-color: #d9384e; letter-spacing: 1px; }
.prd-lst-out:after { content: "OUTLET"; background-color: #d9384e; }
.tax { font-size: 12px; margin-left: 3px; }
.more-prd { clear: both; }

/* FAVO ICON */
.favo-icon { position: absolute; right: 6%; top: 2.3%; 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;
}
.sold.prd-lst-color-wrapp { opacity: .2; }
.prd-lst-color-wrapp [class^="icon-"]:before,
.prd-lst-color-wrapp [class*=" icon-"]:before,
.sns [class^="icon-"]:before,
.sns [class*=" icon-"]:before { margin: 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 #BBB; }
.c-019 { background: #FBF5E0; border: .5px solid #BBB; }
.c-005 { background: url("https://storage.holidaze.jp/img/color_005.jpg") no-repeat 100%; border: .5px solid #E3E3E3; background-size: cover; }
.c-009 { background: url("https://storage.holidaze.jp/img/color_009.jpg") no-repeat 100%; border: .5px solid #D8D4CB; background-size: cover; }
.c-bk, .c-002 { background: #111; border: .5px solid #111; }
.c-gy, .c-006 { background: url("https://storage.holidaze.jp/img/color_714.jpg") no-repeat 100%; border: .5px solid #95999C; background-size: cover; }
.c-175 { background: #545454; border: .5px solid #545454; }
.c-007 { background: #6B6360; border: .5px solid #6B6360; }
.c-165 { background: #4B4B4B; border: .5px solid #4B4B4B; }
.c-bge, .c-537 { background: #CDBC8B; border: .5px solid #CDBC8B; }
.c-725 { background: url("https://storage.holidaze.jp/img/color_725.jpg") no-repeat 100%; border: .5px solid #2F2D2B; background-size: cover; }
.c-brn, .c-052 { background: #492C18; border: .5px solid #492C18; }
.c-247 { background: #AAC6D1; border: .5px solid #AAC6D1; }
.c-743 { background: #A38257; border: .5px solid #A38257; }
.c-ble, .c-085 { background: #0A66CF; border: .5px solid #0A66CF; }
.c-086 { background: #0F1345; border: .5px solid #0F1345; }
.c-087 { background: #163065; border: .5px solid #163065; }
.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-369 { background: #FFE380; border: .5px solid #FFE380; }
.c-164 { background: #FFF5A0; border: .5px solid #FFF5A0; }
.c-022 { background: #FAAD13; border: .5px solid #FAAD13; }
.c-pnk, .c-066 { background: #FBBEDD; border: .5px solid #FBBEDD; }
.c-574 { background: #FFDAC7; border: .5px solid #FFDAC7; }
.c-ppl, .c-079 { background: #663366; border: .5px solid #663366; }
.c-191 { background: #FFFEF8; border: .5px solid #BBB; }
.c-587, .c-210 { background: #4F7193; border: .5px solid #4F7193; }
.c-088 { background: #1F3E51; border: .5px solid #1F3E51; }
.c-053 { background: #E9DFC7; border: .5px solid #E9DFC7; }
.c-576 { background: #FFDEE7; border: .5px solid #FFDEE7; }
.c-037 { background: #C1EAD0; border: .5px solid #C1EAD0; }
.c-187 { background: #ABABAB; border: .5px solid #ABABAB; }
.c-744 { background: #E3BA9D; border: .5px solid #E3BA9D; }
.c-269 { background: #A8C6C1; border: .5px solid #A8C6C1; }
.c-010 { background: #C1C1C1; border: .5px solid #C1C1C1; }
.c-193 { background: #CEDABD; border: .5px solid #CEDABD; }
.c-209 { background: #ddc5bc; border: .5px solid #ddc5bc; }
.c-937 { background: #dbb156; border: .5px solid #dbb156; }
p.prd-lst-color-wrapp { padding: 0 0 10px; }
.fancybox-slide { padding: 5% 20% !important; }

/* 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%; }

/* FOOTER BG */
.footer-wrapper { padding: 35px 0; background: #fbfbfb; }
.footer-right { width: 51%; padding: 0; }
.footer-left { width: 49%; }
.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: .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: #ad966a; }
.footer-ttl-h3.icon-mail [class^="icon-mail"]:before,
.footer-ttl-h3.icon-mail [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: .5px solid #292929;
  border-right: none;
  border-radius: 2px 0 0 2px;
  background-color: #fff;
  box-shadow: none;
  color: #A1A1A1;
}
.mailmag_text input[type="email"]:focus {
  border-color: #ad966a;
  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: .5px solid #292929;
  border-radius: 0 2px 2px 0;
  background-color: #292929;
  color: #fff;
  transition: all .1s ease-in-out;
}
.btn-mag:hover {
  border: .5px solid #ad966a;
  background-color: #ad966a;
  color: #fff;
  transition: all .1s ease-in-out;
}

/* STORE INFO */
.manager-info {
  padding: 0 0 20px 25px;
  background: #fbfbfb url("https://storage.holidaze.jp/img/tp23/tp23_foot_bg_pc.jpg") no-repeat left center / cover;
  background-color: rgba(255, 255, 255, .4);
  background-blend-mode: lighten;
  border: .5px solid #D9D9D9;
  margin: 5px 0 0;
}
.manager-name {
  margin: 0 0 15px;
  font-family: 'Diplomata SC', cursive;
  font-size: 22px;
  letter-spacing: 1.5px;
  color: #292929;
  text-align: 1em;
  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; }

/* PAY */
.paylogo { max-width: 300px; margin-left: auto; display: block; }

/* 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 .3s 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(0,0,0,.8);
  text-decoration: none !important;
  transition: background-color .1s linear;
}
#back-top span,
#view-cart-btn span {
  color: #000;
  font-size: 22px;
  opacity: .8;
  display: block;
  padding: 10px 0 10px 11px;
  transition: color .3s linear;
}
#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;
  transition: color .1s linear;
}
#view-cart-btn { bottom: 80px; }
span.incount {
  min-width: 18px;
  padding: 0 !important;
  color: #FFF !important;
  background-color: #ad966a;
  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: 80px; height: auto; }
.powered p {
  font-size: 11px;
  font-family: 'TradeGothic', sans-serif;
  color: #545454;
  letter-spacing: 0;
}

/* GENERAL LIST */
.def-lst-dt {
  padding: 1.3em 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: .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: #ad966a; }
#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%;
}

/* PRODUCT PAGE */
.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: .038em;
}
dl.dtl-list dd {
  line-height: 1.7;
  margin-bottom: .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: .8em;
  margin-left: 16em;
}
.rv-dtl { font-size: 12px; }

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

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

@media screen and (min-width: 1382px) {
  .col-lg-78 { width: 80%; }
  .col-lg-22 { width: 20%; }
}

/* TABLET */
@media only screen and (max-width: 980px) {
  body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }
  #hd-image,
  #ot-image,
  #lr-image,
  #cp-image,
  #rv-image,
  #guide-image,
  #aboutus-image,
  #gift-image { background-position: center 60px; }
  #sliderbutton { left: 3%; font-size: 16px; }

  /* HEADER */
  .belt.container,
  .belt.container.wht { width: 96%; }
  #header { padding: 0 1%; margin: 0; }
  .header-logo,
  .header-logo.wht,
  .header-logo.bk #hb-logo,
  .header-logo.wht.bk #hb-logo { width: 80px; height: 43.23px; margin-top: 0; }
  .header-nav-phone { height: auto; margin-right: 0; padding-top: 15px; }
  .nav-btn-phone { display: block; padding-top: 20px; margin-bottom: 19px; }
  .belt.container,
  .belt.container.wht { padding: 0 2%; }
  .wht img { width: 100%; margin-top: 0; }
  .header-logo.wht #hb-logo { fill: #292929; }

  /* HAMBURGER */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 40px;
    height: 30px;
    margin-bottom: 15px;
  }
  .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) { transform: translateY(13px) rotate(-45deg); }
  .menu-trigger.active span:nth-of-type(2) { opacity: 0; }
  .menu-trigger.active span:nth-of-type(3) { transform: translateY(-13px) rotate(45deg); }
  .top-btn span { background-color: #fff; }
  .top-btn.bk span { background-color: #292929; }

  #container-cate { padding-top: 38%; }
  .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 a { display: block; padding: 11px 0; }
  .side-section ul li a:hover { text-decoration: none; }
  ul.accordion-3 > li > p { padding: 5px 0; }
  ul.accordion-3 > li > p span.resp-arrow { margin: 9px 15px 0 0; }
  .brand-lst li { margin: 10px 0 !important; }
  .side-colors h3 { margin-bottom: .6em; }
  .side-colors ul { margin: 0 0 0 10px; }
  .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: #ad966a;
    text-align: center;
    padding: 0;
  }
  .side-section .history_list li,
  .side-section .favorite_list li { margin: 1.6%; }
  
　/* TABLET RETINA */
　@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  　.footer-wrapper,
  　.footer-lst,
 　 .header-nav-lst-phone { background-size: 200px 200px; }
　}
}

/* SP */
@media only screen and (max-width: 768px) {
  #main-wrapper.delivery { top: 27px; }

  /* HEADER */
  #header-wrapper {
    display: block;
    z-index: 999;
    position: fixed !important;
    width: 100%;
    height: 50px;
  }
  #header { margin: 0 auto; }
  .belt.container,
  .belt.container.wht {
    position: relative;
    width: auto;
    max-width: 100%;
    padding: 0 8px;
  }
  .belt.container.wht {
    background: rgba(255,255,255,.90);
    box-shadow: none; /* bugfix */
    border-bottom: .5px solid rgba(128,128,128,.3); /* bugfix */
  }
  .header-nav-phone { float: left; padding-top: 17px; }
  .header-logo-outer { margin-top: 7px; padding: 0; text-align: center; }
  h1.sp-header-logo { margin: 0; padding: 0 21px 0 0; }
  .sp-header-logo a {
    font-size: 10px;
    width: 66px;
    height: 0;
    display: block;
    padding-top: 38px;
    overflow: hidden;
    background: url("https://storage.holidaze.jp/img/logo_hb_292929.svg") no-repeat;
    background-size: 66px 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;
    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; }
  .sp-favo {
    display: inline-block;
    float: right;
    position: absolute;
    top: 15px;
    right: 50px;
  }
  .icon-heart.is-added.hl { font-size: 20px; }

  /* 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) { transform: translateY(7px) rotate(-45deg); }
  .menu-trigger.active span:nth-of-type(3) { transform: translateY(-7px) rotate(45deg); }
  .top-btn span { background-color: #292929; }

  /* HEADER MENU 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,.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); }

  .ticker { font-size: 10px; padding: 7px 0 20px; }
  .col-lg-78,
  .col-lg-22 { width: 100%; }
  .i-frame { padding: 10% 3.5%; }
  .container { width: auto; padding: 0 8px; }
  .prd.container { width: auto; padding: 50px 0 0 !important; }
  #container-cate { padding: 40% 8px 0; }
  #hd-image,
  #ot-image,
  #lr-image,
  #cp-image,
  #rv-image,
  #guide-image,
  #aboutus-image,
  #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: 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: 157.15%; margin: 0 0 .5em; }
  .prd-lst-ttl { font-size: 142.86%; 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; }
  .ttl-jp { font-size: 10px; }
  .f12px { font-size: 10px !important; }

  /* SLIDER */
  .bx-prev,
  .bx-next { display: none; }
  .swiper-pagination-bullet { width: 6px !important; height: 6px !important; }
  .slider-btn { padding: 9px 23px; 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,
  .menu-btn-phone.icon-up:before { float: right; margin-left: 0; }

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

  /* SIDE MENU */
  .lst-mark { float: right; margin-top: -31px; font-size: 11px; }
  .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 li {margin: 0;}
  .side-section dl { margin-top: 7px; }
  .side-section dt { padding: 0; margin: 0 0 8px; }
  .side-section dt .lst-mark { float: right; margin-top: -28px; font-size: 11px; }
  .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 11px; }
  .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 > li > p { padding: 8px 0; margin: 0; font-size: 20px; }
  ul.accordion-3 > li > p span.resp-arrow { margin: 9px 3px 0 0; }
  .brand-lst .ttl-h3,
  .recent-list .ttl-h3 { margin-bottom: 15px; }
  .brand-lst { padding: 0; }
  .brand-lst li {
    box-sizing: border-box;
    border: .5px solid #D9D9D9;
    padding: 0;
    margin: 0 !important;
  }
  .brand-lst li:nth-child(2n) { border-left: 0 }
  .brand-lst li:nth-child(2n+1) {  }
  .brand-lst li:nth-child(1),
  .brand-lst li:nth-child(2) {  }
  .item-ttl { margin-bottom: 0; }
  .side-section .favorite_list li a,
  .side-section .history_list li a { padding: 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 { padding: calc(4 / 2 * 100%) 0 0; }

  /* PRODUCT */
  .prd-lst-unit,
  .toge-lst-unit { margin-bottom: 30px; padding: 0 5px; }
  .prd-lst-sort { text-align: center; }
  .prd-lst-name,
  .prd-lst-name-sold { font-size: 14px; }
  .prd-lst-exp,
  .prd-lst-exp-sold { font-size: 10px; }
  .brands { font-size: 13px; }
  .prd-lst-description { font-size: 9px; padding: 1em .5em 0; }
  .prd-lst-regular { font-size: 13px; text-decoration: line-through; }
  .prd-lst-price,
  .prd-lst-soldout { font-size: 14px; }
  .prd-lst-discount { font-size: 10px; padding: 5px 8px; }

  /* ICON */
  .prd-lst-new:after,
  .prd-lst-nos:after,
  .prd-lst-res:after,
  .prd-lst-hot:after,
  .prd-lst-ren:after,
  .prd-lst-mbo:after,
  .prd-lst-ltd:after,
  .prd-lst-sal:after,
  .prd-lst-out:after {
    font-size: 10px;
    transform: scale(.9);
    transform-origin: 0 0;
    text-indent: 1px;
    top: 3%;
  }
  .prd-lst-res:after,
  .prd-lst-ren:after,
  .prd-lst-mbo:after { letter-spacing: 0; }
  .prd-lst-color,
  .prd-lst-color:after { height: 18px; width: 18px; }
  .favo-icon { right: 5%; top: 2.8%; }
  .lst-favorite-button { font-size: 20px; }
  .toge_lst { margin: 0; }
  .fancybox-slide { padding: 44px !important; }
  .fancybox-slide--image { padding: 0 !important; }
  .ttl-toge { font-size: 142.9%; }

  /* FOOTER */
  .footer-wrapper { margin-top: 0; padding: 0; }
  .sm-pd0 { padding: 0; }
  .manager-info {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    width: auto;
    background: url("https://storage.holidaze.jp/img/tp23/tp23_foot_bg_sp.jpg") no-repeat center / cover;
    background-color: rgba(255, 255, 255, .5);
  }
  .manager-caption { padding: 25px 12px; font-weight: bold; }
  .manage img { max-width: 210px; width: 60%; height: auto; margin: 28px 0 0; opacity: 1; }
  .foot-txt span {
    text-shadow: 2px -2px 4px #FFF, 2px 2px 4px #FFF, -2px -2px 4px #FFF, -2px 2px 4px #FFF;
  }
  .sp-mailmag { padding: 15px 10px 20px; }
  .sp-mailmag h3 { margin: 0 !important; letter-spacing: .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: 29px; }
  .footer-lst {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #f5f5f5;
    border: .5px solid #D9D9D9;
    border-left: none;
    border-right: none;
  }
  .footer-lst li { margin: 0; padding: 0; border-bottom: .5px solid #D9D9D9; }
  .footer-lst li:nth-child(odd) { border-right: .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; }

  /* PAY */
  .paylogo { margin-left: auto; display: inline; margin: 0 0 30px; }

  .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: 10px 0 10px 10px; }
  span.incount { left: 29px; }
  #nav-btn {
    position: relative;
    bottom: 70px;
    left: 3.1%;
    float: left;
    margin: 0 0 -40px;
    border-radius: 3px;
    background-color: rgba(110,110,110,.15);
    width: 40px;
  }
  #nav-btn a.menu-trigger { margin: 12px 10px 8px; }

  /* PRODUCT DETAIL */
  .dtl-list { margin: 0; }
  dl.dtl-list dt { clear: none; float: none; margin: 0; width: 8em; }
  dl.dtl-list dd { line-height: 1.6; margin-bottom: .5em; margin-left: 0; }
  .brand-info { margin-bottom: 1em; }
  dl.brand-info dt { clear: none; float: none; margin-bottom: .5em; width: 16em; }
  dl.brand-info dd { line-height: 1.6; margin-bottom: .5em; margin-left: 0; }
  .rv-dtl { font-size: 10px; margin-bottom: 0; line-height: 1.3; }

  .mt-mb-20 { margin: 20px 0; }
  .mb-9em { margin-bottom: 4em !important; }

  /* NOT HOVER */
  .side-section li a:hover,
  h2.resp-accordion:hover { color: #292929; }
}

/* SP 414px */
@media only screen and (max-width: 414px) {
}

/* SP 320px */
@media only screen and (max-width: 320px) {
  .mailmag_text input[type="email"] { font-size: 65%; }
}

/* SP RETINA */
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .footer-wrapper,
  .footer-lst,
  .header-nav-lst-phone,
  .header-global-nav ul ul { background-size: 200px 200px; }
  .btn-xlg { font-weight: 700 !important; }
  .side-section li a,
  .side-section dt { border-bottom: .5px solid #D9D9D9; }
}