.text-body {
  font-family: 'Roboto','Noto Sans JP',sans-serif;
  font-style: normal;
  font-weight: 400;
}

body {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Roboto','Noto Sans JP',sans-serif;
  font-style: normal;
  font-weight: 100;
}

h4,
.h4 {
  font-family: 'Roboto','Noto Sans JP',sans-serif;
  font-style: normal;
}

.link,
.customer a {
  font-family: 'Roboto','Noto Sans JP',sans-serif;
}

.select__select {
  font-family: 'Roboto','Noto Sans JP',sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-area {
  font-family: 'Roboto','Noto Sans JP',sans-serif;
  font-style: normal;
  font-weight: 400;
}


.h0 {
  font-size: 20px;
}



@media only screen and (min-width: 750px) {
  .h0 {
    font-size: 35px;
  }
}

h1,
.h1 {
  font-size: 15px;
}




@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: 20px;
  }
}





@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: 24px);
  }
}

h3,
.h3 {
  font-size: 18px;
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}




/* ↓割引バッジ */
.discountrate {
    margin-bottom: 2px;
}
  
.discountrate span {
  padding: 3px 10px;
  border-radius: 6px;
}

/* shouhin-shousai-page add umeda */

.koushi{
    overflow: auto;
    width: 100%;
}
.koushi table{
    margin: 0;
    border-spacing: 0;
}

.koushi td{
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #FFF;
    padding-left: 1rem;
    padding-right: 1rem;
}
.koushi th{
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    position: sticky;
    top: 0;
    left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.koushi td{
    text-align:center;
}

.koushi tr:first-child{
    border-top: 1px solid #999;
}
.koushi th:first-child{
    border-left: 1px solid #999;
}
.koushi tr:first-child th:first-child{
    z-index: 1;
}

.label {
   color: #999;
   padding: 4px;
   border-bottom: #999 dotted 1px;

}

.spec_grid dt {
   width: 100%;
   box-sizing: border-box;
   margin: 0px;
   font-weight: bold;
   padding: 6px;
   background: #F0F0F0;
}

dt {
   display: block;
   padding: 6px;
}


.spec_grid dd{
   width:95%;
   box-sizing: border-box;
   margin: 0;
   padding: 6px;

}


dd {
   display: block;
   margin-inline-start: 40px;
  
}

table.staff_comment {
   border-collapse: collapse;
   border-spacing: 0;
   border: 1px solid #f0f0f0;
   line-height: 1.6;

}

table.staff_comment {
   margin: 0;
   padding: 0;
   background: transparent;
   border: 0;
   outline: 0;

}

th.c {
   border: 1px solid #eeeeee;
   padding: 8px;
   background: #F0F0F0;
   outline: 0;
   font-size: 100%;
   font-weight: bold;
   text-align: -internal-center;
   display: table-cell;
   vertical-align:inherit;
}

td.d {
   border: 1px solid #eeeeee;
   padding: 8px;
}

/* ↓グレースケール */

.grayscale{filter: grayscale(1);}

#cws-variants-tbl {
  overflow-x: visible!important;
  overflow-y: visible!important;
  display: block!important;
  max-height: none!important;
  max-width: 100!important;
}

#cws-variants-tbl table {
   box-sizing: border-box;
}

tr .cws_var_imgs {
    width: 35px!important;
}

#cws_var_table .btn.single_atc {
    padding: 8px!important;
    font-size: 1.1rem!important;
    min-width: 104px!important;
}

#cws_var_table #variants td {
  padding: 7px 5px!important;
}

@media only screen and (max-width: 767px)
#cws_var_table .btn.single_atc {
    padding: 8px!important;
    font-size: 12px!important;
    min-width: 110px!important;
}

.banner:after, .banner__media:after {
  z-index: -1!important;
}

@media screen and (max-width: 749px) {
  .mobile-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 750px) {
    .mobile-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}

.accordion__content table{
  display: table;
  width: 100%;
  border: none;
  box-sizing: border-box;
  text-indent: initial;
  box-shadow: none;
}

.accordion__content table th.a {
  text-align: left;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

/* .accordion__content table tbody th.a {
   padding-left: 0!important;
} */

.accordion__content table td.d {
   border: none;
}

.accordion__content table tr {
   border-bottom: 1px solid #ddd;
}

.accordion__content table:not([class]) td, .accordion__content table:not([class]) th {
  border: none;
}

.accordion__content table td:first-child{
  border-left: none;
}

.accordion__content table th:first-child{
  border-left: none;
}

/* HTMLアコーディオン */

.accordion__products summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 1.5rem 0;
}

.accordion__products .summary__title {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.accordion__products .summary__title + .icon-caret {
  height: calc(var(--font-heading-scale) * 0.6rem);
}


.accordion__products + .accordion__products {
  margin-top: 0;
  border-top: none;
}

.accordion__products summary::-webkit-details-marker {
    display: none;
}

.accordion__products {
  margin-top: 2.5rem;
  margin-bottom: 0;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.accordion__title {
  display: inline-block;
  max-width: calc(100% - 6rem);
  min-height: 1.6rem;
  margin: 0;
  word-break: break-word;
}

.accordion__products .summary__title::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 1px solid #333333b3;
    border-right: 1px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion__products[open] .summary__title::after {
    transform: rotate(225deg);
}

/* .accordion__products .icon-accordion {
  align-self: center;
  fill: rgb(var(--color-foreground));
  height: calc(var(--font-heading-scale) * 2rem);
  margin-right: calc(var(--font-heading-scale) * 1rem);
  width: calc(var(--font-heading-scale) * 2rem);
}

.accordion__products[open] > summary .icon-caret {
  transform: rotate(180deg);
} */

.accordion__content {
  margin-bottom: 1.5rem;
  word-break: break-word;
  overflow-x: auto;
  padding: 0 0.6rem;
}

.accordion__content img {
  max-width: 100%;
}

/* HTMLアコーディオンTable */

.accordion__products table{
  display: table;
  width: 100%;
  border: none;
  box-sizing: border-box;
  text-indent: initial;
  box-shadow: none;
}

.accordion__products table th.a {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1.2rem;
  font-size: 11px;
}

/* ..accordion__products table tbody th.a {
   padding-left: 0!important;
} */

.accordion__products table td.d {
   border: none;
}

.accordion__products table tr {
   border-bottom: 1px solid #ddd;
}

.accordion__products table:not([class]) td, .accordion__products table:not([class]) th {
  border: none;
}

.accordion__products table td:first-child{
  border-left: none;
}

.accordion__content table th:first-child{
  border-left: none;
}

.product-media-container {
  border: none;
}


.product-form__input input[type=radio]:disabled+label.background-line, .product-form__input input[type=radio].disabled+label.background-line {
  background: linear-gradient(-45deg,transparent 0%,transparent 49%,#dddddd 49%,#dddddd 51%,transparent 51%,transparent 100%);
}

.product-form__input input[type=radio].disabled:checked+label.background-line, .product-form__input input[type=radio]:disabled:checked+label.background-line {
    color: #12121299;
}

.rte img {
  border-style: none;
}

.global-media-settings {
  border: none;
}

.slider-buttons {
  margin-top: 5px;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.slideshow__controls {
  border: none !important;
}
.slideshow__autoplay {
  display: none!important;
}

slideshow-component .slideshow.banner {
  overflow-y: hidden;
}

@media screen and (min-width: 750px) {
  .pc-only {
    height: 80vh !important;
  }
  slideshow-component .slideshow.banner {
    height: 80vh !important;
  }
}
@media screen and (max-width: 749px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inline-block !important;
    background-color: #fff;
    height: 60vh !important;
  }

  slideshow-component .slideshow.banner {
    height: 60vh !important;
  }
  .sp-only img {
    height: auto;
  }
}

.slider-button--prev {
  display:none!important;
}

.slider-button--next {
  display:none!important;
}

.slider-counter__link--dots .dot {
    width: .7rem!important;
    height: .7rem!important;
}
