/* shop single 23.02 */
#wrapper.page.shop-single-wrap {
  max-width: 100%;
  margin-top: 40px;
  padding: 0;
}

.shopSingle {
  overflow: hidden;
}
.shopSingle__ttl {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.5;
  padding-top: 1em;
  letter-spacing: 0.12em;
  word-break: keep-all;
}
@media (max-width: 800px) {
  .shopSingle__ttl {
    text-align: center;
    font-size: 3.2rem;
  }
}

.shopSingleSlider {
  width: 100vw;
  margin: 0 calc((100% - 100vw) * 0.5);
}
.shopSingleSlider .bx-wrapper {
  border: 0;
  max-width: unset !important;
  margin: 0 0 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shopSingleSlider .bx-wrapper img {
  display: block;
  width: 100vw;
  max-height: min(80vh, 700px);
  -o-object-fit: cover;
     object-fit: cover;
}
.shopSingleSlider .custom-thumb {
  gap: 0.75rem;
}
.shopSingleSlider .custom-thumb a {
  width: calc((100% - 6.75rem ) * 0.1);
}
.shopSingleSlider .custom-thumb a img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .shopSingleSlider .custom-thumb {
    gap: 0.2rem 0.1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shopSingleSlider .custom-thumb a {
    width: calc((100% - 0.4rem ) * 0.2);
  }
}
@media (max-width: 800px) {
  .shopSingleSlider .inner {
    padding: 0;
  }
}

.shopSingleMain {
  width: calc(100% - 2rem);
  max-width: 1070px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .shopSingleMain {
    width: calc(100% - 4rem);
  }
}
.shopSingleMain #goto_shoplist {
  margin-top: 5rem;
}

.shopSingleDescription {
  margin-top: 8rem;
  margin-bottom: 8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 800px) {
  .shopSingleDescription {
    width: 100vw;
    margin: 4rem calc((100% - 100vw) * 0.5) 6rem;
  }
}
.shopSingleDescription::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  will-change: opacity;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.shopSingleDescription:not(.is-open) {
  height: 40rem;
}
.shopSingleDescription.is-open {
  margin-bottom: 16rem;
}
@media (max-width: 800px) {
  .shopSingleDescription.is-open {
    margin-bottom: 12rem;
  }
}
.shopSingleDescription.is-open::after {
  opacity: 0;
  pointer-events: none;
}
.shopSingleDescription .descSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shopSingleDescription .descSection:not(:last-child) {
  margin-bottom: 8rem;
}
@media (max-width: 800px) {
  .shopSingleDescription .descSection:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (min-width: 801px) {
  .shopSingleDescription .descSection:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .shopSingleDescription .descSection:nth-child(even) .descSection__fig {
    padding-right: 5%;
  }
  .shopSingleDescription .descSection:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .shopSingleDescription .descSection:nth-child(odd) .descSection__fig {
    padding-left: 5%;
  }
}
@media (max-width: 800px) {
  .shopSingleDescription .descSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
.shopSingleDescription .descSection__fig {
  width: 50%;
  padding: 0;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 800px) {
  .shopSingleDescription .descSection__fig {
    width: 100vw;
    margin: 2rem calc((100% - 100vw) * 0.5) 0;
  }
}
.shopSingleDescription .descSection__fig img {
  display: block;
  max-width: 100%;
}
.shopSingleDescription .descSection__fig iframe {
  max-width: 100%;
}
.shopSingleDescription .descSection__txt {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 1 1;
          flex: 100% 1 1;
  font-size: 1.2rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.shopSingleDescription .descSection__txt br {
  display: none;
}
.shopSingleDescription .descSection__txt p:first-child:first-letter {
  font-size: 2.33em;
  line-height: 1;
  letter-spacing: 0.1em;
}

.shopSingleDescriptionToggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100vmax;
  height: 3rem;
  width: 20rem;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: #fff;
  color: #000;
  border-color: #000;
  position: relative;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
  cursor: pointer;
  z-index: 11;
  -webkit-transform: translateY(-12rem);
          transform: translateY(-12rem);
  margin: 0 auto -3rem;
}
.shopSingleDescriptionToggle .icon {
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.5em;
  position: relative;
}
.shopSingleDescriptionToggle .icon::before, .shopSingleDescriptionToggle .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #000;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
.shopSingleDescriptionToggle .icon::before {
  -webkit-transform: translateY(-45%) rotate(45deg);
          transform: translateY(-45%) rotate(45deg);
}
.shopSingleDescriptionToggle .icon::after {
  -webkit-transform: translateY(-10%) rotate(45deg);
          transform: translateY(-10%) rotate(45deg);
}
@media (max-width: 800px) {
  .shopSingleDescriptionToggle {
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
}
.shopSingleDescriptionToggle[aria-expanded=true] {
  -webkit-transform: translateY(-11rem);
          transform: translateY(-11rem);
}
@media (max-width: 800px) {
  .shopSingleDescriptionToggle[aria-expanded=true] {
    -webkit-transform: translateY(-9rem);
            transform: translateY(-9rem);
  }
}
.shopSingleDescriptionToggle[aria-expanded=true] .icon::before {
  -webkit-transform: scaleY(-1) translateY(-45%) rotate(45deg);
          transform: scaleY(-1) translateY(-45%) rotate(45deg);
}
.shopSingleDescriptionToggle[aria-expanded=true] .icon::after {
  -webkit-transform: scaleY(-1) translateY(-10%) rotate(45deg);
          transform: scaleY(-1) translateY(-10%) rotate(45deg);
}

.shopSingleNews__ttl {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media (max-width: 800px) {
  .shopSingleNews__ttl {
    text-align: center;
  }
}
.shopSingleNews__content {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #b71f1f;
}
@media (max-width: 800px) {
  .shopSingleNews__content {
    text-align: center;
  }
}

.shopSingleData__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid;
  word-break: keep-all;
}
.shopSingleData__ttl::after {
  content: "SHOP DATA";
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .shopSingleData__ttl {
    font-size: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 4rem;
  }
}
.shopSingleData__table th, .shopSingleData__table td {
  font-size: 1.2rem;
  line-height: 1.8;
  vertical-align: top;
  padding-bottom: 1em;
}
.shopSingleData__table th {
  font-weight: normal;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
  padding-right: 3em;
}

.shopSingleDataArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 801px) {
  .shopSingleDataArea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .shopSingleDataArea__col {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .shopSingleDataArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .shopSingleDataArea__col {
    width: 100%;
  }
}

.shopSingleBannerAreaPc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
}
.shopSingleBannerAreaPc a {
  display: block;
  max-width: 100%;
}
.shopSingleBannerAreaPc a img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .shopSingleBannerAreaPc {
    display: none !important;
  }
}
.shopSingleBannerAreaSp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 0 0 6rem;
}
.shopSingleBannerAreaSp a {
  display: block;
  max-width: 100%;
}
.shopSingleBannerAreaSp a img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 801px) {
  .shopSingleBannerAreaSp {
    display: none !important;
  }
}

@media (min-width: 801px) {
  .shopSingleMap {
    padding-top: 3.5rem;
    padding-left: 6rem;
  }
}
.shopSingleMap .googlemap iframe {
  height: 30rem;
  width: 100%;
}
.shopSingleMap .googlemap__anchor {
  padding-top: 2rem;
}
.shopSingleMap .googlemap__anchor a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100vmax;
  height: 3rem;
  width: 20rem;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: #fff;
  color: #000;
  border-color: #000;
  position: relative;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
  cursor: pointer;
  margin: 0 0 0 auto;
}
.shopSingleMap .googlemap__anchor a .icon {
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.5em;
  position: relative;
}
.shopSingleMap .googlemap__anchor a .icon::before, .shopSingleMap .googlemap__anchor a .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #000;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
.shopSingleMap .googlemap__anchor a .icon::before {
  -webkit-transform: translateY(-45%) rotate(45deg);
          transform: translateY(-45%) rotate(45deg);
}
.shopSingleMap .googlemap__anchor a .icon::after {
  -webkit-transform: translateY(-10%) rotate(45deg);
          transform: translateY(-10%) rotate(45deg);
}
@media (max-width: 800px) {
  .shopSingleMap .googlemap__anchor a {
    margin: 0 auto;
  }
}