@charset "euc-jp";

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

/* HEADER */
.header-global-nav a.red {
  color: #d9384e;
}

/* IMAGE SECTION */
.product-image {
  padding: 0 7% 0 2%;
}

/* SLIDER */
.container-section.product-image {
  margin-bottom: 5em !important;
}
.zoom-section {
  clear:both;javascript:void(0)
  position: relative;
}
.swiper-slide {
  padding: 0;
}
.swiper-container.main {
  padding-bottom: 40px;
  box-sizing: content-box;
}
.product-slide .main {
  margin-bottom: 10px;
}
.product-slide .thumbnail .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  background-color: #929292;
}
.product-slide .thumbnail .swiper-slide:hover {
  opacity: 1;
}
.product-slide .thumbnail .swiper-slide-active {
  opacity: 1;
}
.product-slide .main img,
.swiper-zoom-container img {
  cursor: zoom-in;
}
.thumbnail {
  padding: 1px;
  border: 0;
  border-radius: 0;
}
.thumbnail img {
  opacity: 0.9;
}
.thumbnail .swiper-slide-active img {
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid  #ad966a;
}
.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
}

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

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

/* SPEC SECTION */
.brd-name {
  text-align: left;
  margin: 20px 0 3px 0;
  padding: 0 1%;
}
.prd-ttl-name h1 {
  font-size: 129%;
  font-weight: 400;
  margin: 3px 0 15px;
}

/* product icon */
.prd-icon:after {
  position: relative;
  top: 15px;
  margin-top: 10px;
}

/* select custom */
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select option {
  background-color: #fff;
  color: #292929;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
select:focus { 
  outline:none;
}
.select-wrap {
  position: relative;
  width: 100%;
  max-width: 220px;
}
.select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 0;
  content: "\e908";
  font-family: "icomoon";
  font-size: 19px;
  line-height: 30px;
  color: #292929;
  pointer-events: none;
}

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

.ml-4 {
  margin-left: 4px;
}
.spec_title {
  display: inline-block;
  width: 33.333%;
  text-indent: 10px;
}
.red-price {
  color: #d9384e;
}
.waribiki {
  font-family: 'Aktiv Grotesk Corp',sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #d9384e;
  padding: 3px 8px;
  position: relative;
  top: -5px;
  left: -3px;
}
.product_sales span.wotax {
  font-family: "Reddit Sans Condensed", sans-serif;
  font-size: 221.5%;
  font-weight: 600;
}
.product_sales span.wotax-s {
  font-size: 100%;
}
.product_sales span.intax {
  font-weight: 400;
}
.product_discount {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #d9384e;
  padding: 8px;
  margin-bottom: 1em;
}
/* color select */
.colorvari {
  margin: 5px 0 0 5px;
}
.colorvari a {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.prd-lst-color.main,
.prd-lst-color.main:hover {
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #292929;
}
.prd-lst-color:hover {
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #bbb;
}
p.color {
  margin: 1em 0 0;
}

/* OPTION LIST STYLE */

#option_tbl {
  background-color: rgba(165,165,165,.1);
  border-collapse: separate;
  padding:10px;
}
#option_tbl th,
#option_tbl td {
  border: 0;
}
tr.stock_head th.cell_1 {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
tr.stock_head th.cell_1 {
  font-family: 'Aktiv Grotesk Corp', sans-serif;
  padding: 10px 0;
}
th.cell_1 {
  font-family: 'TradeGothic','Arial',sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 3px;
}
td.cell_2 {
  text-align: center;
}
#option_tbl span.t_stock_num,
td.cell_2 br, 
td.cell_2 label {
  display: none;
}
.product-option-table {
  margin-bottom: 35px;
}
.product-option-table td div {
  margin-bottom: 0;
}
.product-option-table [type='radio'] {
  position: relative;
  z-index: 0;
  width: 12px;
  height: 12px;
  margin: 4px 0 0;
  cursor: pointer;
  -moz-appearance: none;
}
.product-option-table [type='radio']::before {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #f6f6f6, 0 0 1px 0 #696969 inset, 0 1px 1px 1px rgba(212, 212, 212, .7) inset;
  -webkit-box-shadow: 0 0 0 1px #f6f6f6, 0 0 1px 0 #696969 inset, 0 1px 1px 1px rgba(212, 212, 212, 0) inset;
  -moz-box-shadow: 0 0 0 1px #f6f6f6, 0 0 1px 0 #696969 inset, 0 1px 1px 1px rgba(212, 212, 212, 0) inset;
}
.product-option-table [type='radio']:checked::before {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  transition: .3s;
  border-radius: 50%;
  background: #ad966a;
  box-shadow: 0 0 0 2px #f6f6f6;
}
.product-option-table [type='radio']::after {
  position: absolute;
  z-index: 1;
  top:3px;
  left: 3px;
  display: block;
  width: 5px;
  height: 5px;
  content: '';
  transition: .2s;
  border-radius: 50%;
  background: transparent;
}
.product-option-table [type='radio']:hover::after {
  background: #E6E6E6;
}
.product-option-table [type='radio']:checked::after {
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
}
.stock_zero {
  color: #bbb;
}

/*LOG IN */
.login-btn {
  padding: 0;
  text-align: center;
}
.login-btn a {
  display: block !important;
}

/* POINT */
th.point,
td.point {
  padding: 6px 0 0 0 !important;
}
.point span.coin {
  display: inline-block;
  background-image: url('https://storage.holidaze.jp/img/tp23/tp23_icon_point.svg');
  background-size: 17px 17px;
  background-position: left;
  background-repeat: no-repeat;
  margin: 0 3px 0 0;
  text-indent: 24px;
}
.point span.get {
  font-size: 13px;
}
.t-point {
  display: inline-block;
  background-image: url('https://storage.holidaze.jp/img/tp22/tp22_icon_tpoint.png');
  background-size: 14px 14px;
  background-position: left;
  background-repeat: no-repeat;
  margin: 0;
  text-indent: 20px;
}
.pay-pay {
  display: inline-block;
  background-image: url('https://storage.holidaze.jp/img/tp23/tp23_icon_paypay.svg');
  background-size: 15px 15px;
  background-position: left;
  background-repeat: no-repeat;
  margin: 0;
  text-indent: 20px;
}

/* cart */
.product-cart-btn {
  margin-top: 1em;
}
.product-member-sale-msg {
  color: #292929;
}
.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
  text-align: center;
}

/* FAVORITE */
th.favo-btn,
td.favo-btn {
  text-align: right;
  padding: 0 !important;
}
.favorite-button {
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
  left: calc(100% - 38px);
  top: -38px;
  margin-bottom: -38px;
}
.large-btn {
  font-size: 34px;
  color: #e4e4e4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}

/* info-block */
.product_info_block {
  padding: 0 2% 0 0;
  position: relative;
}
.btn-l,
.btn-r a {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: 0;
  padding: 2.5% 0;
  border-radius: 0;
  display: inline-block;
  width: 49%;
  background-color: rgba(165,165,165,.1);
  transition: background-color 0.3s linear;
}
.btn-l {
  float:left;
}
.btn-r a {
  float: right;
}
.btn-l.btn:hover,
.btn-r a:hover {
  color: #292929;
  background-color: #E6E6E6;
  transition: background-color 0.1s linear;
}
.fav-btn:after {
  content: "дк╡дд╦╞■дъд╦─╔▓├";
}
.fav-btn.is-added:after {
  content: "дк╡дд╦╞■дъ";
}

/* info-list */
.product-info-lst {
  margin: 0 1px;
}
.product-info-lst li,
.product-info-lst dt {
  margin: 10px 0;
  padding-bottom: 10px;
  /* border-bottom: 1px dotted #D9D9D9; */
  font-size: 92.86%;
  font-weight: 400;
  text-align: center;
}
.product-info-lst a {
  color: #292929;
  text-decoration: none;
}
.product-info-lst a:hover {
  color: #ad966a;
  text-decoration: none;
}
.product-info-lst [class^="icon-heart"]:before,
.product-info-lst [class*=" icon-heart"]:before {
  margin-left: 0.1em !important;
  margin-right: 0.4em !important;
}
.product-review {
  margin-bottom: 30px;
}
.product-review a {
  font-weight: bold;
}
.table_price {
  display: none;
}
.pr-alert {
  text-align: center;
  color: #292929;
}
iframe.stk-lst {
  margin-bottom: 2.4em;
}
.keppin-btn {
  display: inline-block;
  font-size: 13px;
  padding: 10px;
  margin: 5px;
  background-color: rgba(165,165,165,.1);
  width: 45%;
}
.keppin-btn:hover { 
  color: #292929;
  background-color: rgba(165,165,165,.3);
}
.keppin .keppin-btn {
  width: calc(100% - 30px);
}
.modal-btn,
.info-btn a {
  font-size: 100% !important;
  padding: 2.5% 0;
  border-radius: 0 !important;
  background-color: rgba(236,233,41,.2) !important;
  margin-bottom: 1em;
}
.modal-btn,
.keppin-btn,
.info-btn a {
  transition: background-color 0.3s linear;
  cursor: pointer;
  clear: both;
}
.modal-btn:hover,
.info-btn a:hover, 
.info-btn a:focus {
  color: #292929;
}
.modal-btn,
.info-btn,
.free-ship {
  border-bottom: 0 !important;
}
.gray-btn a {
  background-color: rgba(165,165,165,.1) !important;
}
.xxl {
  display: flex;
  text-align: center;
  padding: 10px;
  position: relative;
  top: -35px;
  background-color: rgba(165,165,165,.1) !important;
}
.keppin {
  text-align: center;
  padding: 10px;
  position: relative;
  top: -35px;
  background-color: rgba(165,165,165,.1) !important;
}
.free-ship {
  margin-bottom: 2em !important;
}
.free-ship img {
  max-width: 354px !important;
  width: 100% !important;
  max-height: 39px;
  background-image: url('https://storage.holidaze.jp/img/tp24/tp24_dtl_freeship4.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5){
  .free-ship img {
    background-image:url('https://storage.holidaze.jp/img/tp24/tp24_dtl_freeship4.svg');
  }
}

/* SNS button */
.social-share {
  position:relative;
  margin-top: 0 !important;
}
.social-share dt {
  cursor:pointer
}
.social-share dd {
  position:relative;
  margin: 23px 0 5px 3px;
}
.social-share dd img {
  vertical-align: top;
}
.win .gecko .social-share dd {
  position:relative;
  margin: 20px 0 5px 3px;
}
.social-share iframe.twitter-share-button {
  width: 90px !important;
}
.social-share dt.share-icon,
.social-share dt.share-icon a {
  font-style: normal;
  border-bottom: 0 !important;
}
.sns-twitter-circle,
.sns-facebook-circle,
.sns-pinterest-circle {
  font-size: 25px;
  margin-left: 30px;
}
span.icon-x-circle {
  content: url(https://storage.holidaze.jp/img/tp25/sns-x-circle.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 1px;
  left: 0px;
}
span.icon-x-circle:hover {
  content: url(https://storage.holidaze.jp/img/tp25/sns-x-circle-hover.svg);
}
span.icon-line-circle {
  content: url(https://storage.holidaze.jp/img/tp23/sns-line-circle.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 1px;
  left: 30px;
  margin-right: 30px;
}
span.icon-line-circle:hover {
  content: url(https://storage.holidaze.jp/img/tp23/sns-line-circle-hover.svg);
}

.together-block {
  clear: both;
}

/* TAB SECTION */
.product-exp {
  clear: both;
  margin: 0 1%;
  padding: 0 0 20px;
  border-top: 0;
  border-bottom: 0;
  line-height: 1.6;
}
.resp-tabs-list li:hover {
  background-color: #E6E6E6 !important;
}
ul.resp-tabs-list {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
.prd-dispription .resp-tab-active,
.prd-dispription .resp-tab-active span {
  color: #292929 !important;
}
.dtl-prd-ttl {
  font-family: 'Reddit Sans Condensed';
  font-weight: 600;
  font-size: 236%;
  letter-spacing: 0.01em;
  line-height: 1.0;
  padding-top: 10px;
  margin: 0 0 10px;
}
.dtl-prd-ttl span {
  font-family: 'Nickainley-Normal', sans-serif;
  font-weight: 400;
  font-size: 48.48%;
  line-height: 1.0;
  letter-spacing: 0;
  padding-left: 0.5em;
}
.dtl-read {
  font-size: 115%;
  font-weight: 700;
  line-height: 1.5;
}
.dtl-cap {
  font-size: 100%;
  font-weight: 400;
  margin-bottom: 0px;
}
.jp-list {
  font-family: inherit;
  font-size: 11px;
  font-weight: 300;
  margin-left: 1em;
  color: #292929;
}
table.size-chart {
  float: left;
  max-width: 485px;
  width: 100%;
  border: 0;
  margin: 20px 5% 20px 0;
}
.size-chart th {
  color: #fff;
  font-weight: normal;
  font-size: 85%;
  text-align: center;
  padding:0.3em 1em;
  background-color: #5f5f5f;
}
.size-chart th.body-style {
  letter-spacing: 2px;
  background-color: #292929;
}
.size-chart tr:nth-child(odd) { 
  background-color: rgba(180,180,180,.25);
}
.size-chart tr:nth-child(even) { 
  background-color: rgba(180,180,180,.05);
}
.size-chart td {
  text-align: center;
  font-size: 85%;
  padding:0.3em 1em;
}
.attention {
  font-size: 79%;
}
.info {
  display: inline-block !important;
}

/* tab-bland logo */
img.w-149 {
  width: 149px;
  height: auto;
  margin-bottom: 10px;
}
img.w-117 {
  width: 117px;
  height: auto;
  margin-bottom: 10px;
}
img.w-100 {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.sale-attention {
  display: table;
  padding: 10px 15px;
  margin: 20px 0 10px;
}
.sale-attention p {
  color: #FFF;
  font-weight: bold;
  margin: 0;
}
.red-box {
  background: #d9384e;
  padding: 5px 15px;
}
.gld-box {
  background: #AD966A;
  padding: 5px 15px;
}
.sm-10 {
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px 2px 0;
}

/* rating */
.rating {
  color: #FFBF00;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
  margin-right: 1em;
}
.p-map {
  font-family: "Hiragino Kaku Gothic ProN", "▐те┤е╖е├еп Medium", meiryo, sans-serif;
}
.scale5, .scale4, .scale3, .scale2, .scale1 { font-size:12px; color: #999; }
.scale5:before {
  content: "изибилибилибилиб";
}
.scale4:before {
  content: "изибилибилиб";
}
.scale4:after {
  content: "ибий";
}
.scale3:before {
  content: "изибилиб";
}
.scale3:after {
  content: "ибилибий";
}
.scale2:before {
  content: "изиб";
}
.scale2:after {
  content: "ибилибилибий";
}
.scale1:after {
  content: "ибилибилибилибий";
}
.maru:after {
  content: "б№";
  color: #ad966a;
}

/* RECENTRY VIEWED */
.product_history_list {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.product_history_list li {
  float: left;
  width: 10.2%;
  list-style: none;
  margin: 0px;
  padding: 0.4%;
}
.product_history_list li a {
  border: 0 !important;
}
.product_history_list li img {
  margin: 10px 0;
  padding: 0px;
}
.topicpath-nav {
  clear: both;
}

/*youtube*/
.youtube {position: relative;width: 100%;padding-top: 56.25%; margin-bottom: 2em;}
.youtube iframe {position: absolute;top: 0;right: 0;width: 100% !important;height: 100% !important;}

/*  quick cart in  */
.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
  -webkit-backdrop-filter: blur(10px);
  z-index: 20000;
  display: flex;
  overflow: auto;
}
@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

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

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 20px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 20px;
}
@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px 0 0;
  align-items: center;
  flex-direction: column;
}

.cart_in_modal__name {
  font-size: 14px;
  flex: 1;
  text-align: center;
  margin: 10px 0 0 ;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 16px;
  }
}

.cart_in_modal__image-wrap {
  padding: 0;
  width: 180px;
  height: auto;
  background: none;
  position: relative;
  border: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    width: 220px;
    height: auto;
    flex-basis: auto;
  }
}javascript:void(0)

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

.cart_in_modal__text-link {
  color: #292929;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 35px 0 0;
  padding: 0 0 0 16px;
  line-height: 1.0;
}

.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #292929;
  border-right: 2px solid #292929;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__text-link:hover {
  color: #ad966a;
}
.cart_in_modal__text-link:hover::before {
  border-top: 2px solid #ad966a;
  border-right: 2px solid #ad966a;
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 10px auto 30px;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}

.cart_in_modal__button {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  width: 100%;
  padding: 20px 0 !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__close-icon{
  position:absolute;
  display:inline-block;
  top:10px;
  right:10px;
  width:32px;
  height:32px;
  border:0;
  background-color:#292929;
  border-radius:32px;
  margin:0;
  padding:0;
  transform:scale(0.7);
  cursor:pointer;
}
.cart_in_modal__close-icon:before{
  content:"";
  position:absolute;
  display:inline-block;
  top:7px;
  left:15px;
  width:2px;
  height:18px;
  border:0;
  margin:0;
  padding:0;
  background-color:#FFF;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.cart_in_modal__close-icon:after{
  content:"";
  position:absolute;
  display:inline-block;
  top:7px;
  left:15px;
  width:2px;
  height:18px;
  border:0;
  margin:0;
  padding:0;
  background-color:#FFF;
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.cart_in_modal__close-icon:hover{
  background-color: #ad966a;
}

span.casher:before {
  content: url(https://storage.holidaze.jp/img/icon-casher.svg);
  display: inline-block;
  width: 18px;
  height: auto;
  position: relative;
  top: 1px;
  left: -5px;
}

.cart_in_error__close.cart_in_modal__button.cart_in_modal__button--solid {
  color: #292929;
  background-color:#f5f5f5;
}
  

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #ad966a;
  animation: spinner 0.5s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0;
  padding: 1.5em;
  min-width: 120px;
  max-width: 100%;
  background: #f5f5f5;
  border-radius: 10px;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f5f5f5;
}
.balloon p {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 980px) {
  .container-section.product-image {
    margin-bottom: 2.6em !important;
  }
  .thumbnail {
    display: none;
  }
  .product-slide .main {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  table.size-chart {
    max-width: 400px;
  }
  .product-image,
  .product_info_block {
    padding: 0;
  }
  .jp-list {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
  }
  .product_info_block,
  .resp-tabs-container,
  .together-block,
  .side-block {
    padding-left: calc(1% + 8px);
    padding-right: calc(1% + 8px);
  }
  .product-exp {
    margin: 0 calc(1% + 8px);
    border-top: .5px solid #D9D9D9;
  }
  table#option_tbl td.cell_2 {
    padding: 10px 8px;
  }
  table.size-chart {
    float: none;
    max-width: 680px;
    margin: 1px 0 0 0;
  }
  .brd-name {
    margin: 0 0 3px 0;
  }
  .prd-ttl-name h1 {
    font-size: 108%;
    margin: 0 0 15px;
  }
  .product-spec-table th {
     padding-top: 1em;
     padding-bottom: 1em;
  }
  .product-image {
    padding: 0;
  }
  .dtl-prd-ttl {
    font-size: 150%;
  }
  .dtl-prd-ttl span {
    font-size: 59.09%;
  }
  .dtl-read {
    font-size: 92.86%;
    font-weight: bold;
  }
  .dtl-cap {
    font-size: 92.86%;
    margin-bottom: 30px;
  }
  .jp-list,
  .prd-dispription .resp-tab-active span {
    color: #929292 !important;
    letter-spacing: 0
  }
  .stock_error {
    font-size: 100%;
  }
  .social-share {
    margin-bottom: 35px;
  }
  .sale-attention {
    font-size: 92.86%;
    position: relative;
    top: -15px;
  }
  .prd-dispription .resp-tab-active {
    color: #292929 !important;
  }
  .prd-icon:after {
    top: -5px;
    margin-top: -15px;
  }
  button.btn-l,
  .btn-r a {
   font-size: 92.86%;
  }
 .t-point {
  font-size:12px;
  }
  .sale-attention p {
    font-size: 10px;
  }
  .colorvari span.prd-lst-color,
  .colorvari span.prd-lst-color:after {
    height: 24px;
    width: 24px;
  }
  .topicpath-nav.bg-gray.pdg-10-15.hidden-desktop {
    display: inline-block !important;
  }
  .keppin {
    font-size: 12px;
  }
  .colorvari a {
  margin: 0 15px 15px 0;
  }
  
  /* OPTION LIST STYLE */
  .product-option-table [type='radio']::before {
    top: -5px;
    left: -5px;
    width: 23px;
    height: 23px;
  }
  .product-option-table [type='radio']:checked::before {
    top: -5px;
    left: -5px;
    width: 23px;
    height: 23px;
    transition: none;
  }
  .product-option-table [type='radio']::after {
    top:2px;
    left: 2px;
    width: 9px;
    height: 9px;
    transition: none;
  }
  .sp-incart {
    position: initial;
  }
  .stock_zero {
  font-size: 19px;
  }
}

@media only screen and (max-width: 414px) {
  .prd-ttl-name h1 {
    margin: 0 0 8px;
  }
}

@media only screen and (max-width: 320px) {
  #option_tbl .stock_head th {
    -webkit-font-feature-settings: "hwid"1;
    -moz-font-feature-settings: "hwid"1;
    font-feature-settings: "hwid"1;
  }
}
