@charset "UTF-8";
html {
  font-size: 62.5%;
}

.wrapper {
  background: #f9f3e9;
  color: #2a1106;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  /* .wrapper {
    overflow: hidden;
  } */
}

img {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .stack {
    position: sticky !important;
    top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-sp {
    display: none;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-blur {
  backdrop-filter: blur(20px);
}
.fade-blur.is-visible {
  animation: blur-in 0.8s 0.3s forwards;
}

@keyframes blur-in {
  from {
    backdrop-filter: blur(20px);
  }
  to {
    backdrop-filter: blur(0);
  }
}

.btn {
  font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #2a1106;
  display: block;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
}
.btn--sm {
  padding: 3px;
  font-size: 0.9rem;
}
.btn--sm.comingsoon {
  background: none;
  border: 1px solid #2a1106;
  color: #2a1106;
}
.btn--md {
  padding: 5px;
  font-size: 11px;
}
.btn--lg {
  padding: 15px;
  font-size: 16px;
}
.btn--white {
  color: #2a1106;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .btn:hover {
    opacity: 0.7;
  }
}
.coordinate__item a[href=""],
.coordinate__item a:not([href]) {
  pointer-events: none;
  cursor: default;
  /* opacity: 0.6; */
  .coordinate__text > span {
    background-image: none;
  }
}

.loading {
  width: 100vw;
  height: 100lvh;
  background: #f9f3e9;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  /* display: flex; */
  display: none; /* 初期は非表示 */
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 1s ease;
}
.loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.loading__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading__text {
  font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}
.loading__image {
  width: 200px;
  height: auto;
  position: relative;
}
.loading__image img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.kv {
  width: 100%;
  aspect-ratio: 1280 / 620;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kv {
    width: 100%;
    aspect-ratio: auto;
  }
}
.kv__heading {
  width: 795px;
  padding-top: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kv__heading {
    width: 419px;
    padding-top: 0;
    padding-bottom: 10.133vw;
  }
}
.kv__heading > img {
  width: 100%;
}
.kv__text-image {
  position: absolute;
  top: 0;
  left: 0;
}
.kv__image-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .kv__image-wrap {
    flex-direction: column;
  }
}
.kv__image {
  width: 70%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kv__image {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 484;
  }
}
.kv__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-wrap {
  width: 30%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .slider-wrap {
    width: 100vw;
    height: 48.8vw;
  }
}
.kv-slider {
  overflow: hidden;
  position: relative;
  background: #2a1106;
}
.kv-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.kv-slider--pc {
  width: 100%;
  height: 100%;
  padding: 0 6px !important;
}
.kv-slider--pc .kv-slider__item {
  width: 100%;
  height: auto;
}
.kv-slider--pc .kv-slider__item img {
  width: 100%;
  height: auto;
  display: block;
}
.kv-slider--sp {
  width: 100%;
  height: 100%;
  padding: 4px 0 !important;
}
.kv-slider--sp .kv-slider__item {
  width: 41.333vw;
  height: 100%;
}
.kv-slider--sp .kv-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero {
  padding-top: 91px;
  font-size: 12px;
  line-height: 2.219;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero {
    padding-top: 70px;
  }
}

.nav {
  margin-top: 91px;
}
@media screen and (max-width: 767px) {
  .nav {
    margin-top: 70px;
  }
}
.nav__list {
  display: flex;
  gap: 5px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .nav__list {
    padding: 0 18px;
    flex-wrap: wrap;
  }
}
.nav__item {
  width: 135px;
}
@media screen and (max-width: 767px) {
  .nav__item {
    width: 109px;
  }
}
.nav__anchor {
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .nav__anchor:hover {
    opacity: 0.7;
  }
}
.nav__text {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2a1106;
  transform: rotate(90deg);
  transform-origin: top left;
  position: absolute;
  top: 12px;
  left: 32px;
}
@media screen and (max-width: 767px) {
  .nav__text {
    top: 6px;
    left: 28px;
  }
}

.contents {
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contents {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    flex-direction: column;
  }
}
.contents__main {
  width: 46.875vw;
  position: sticky;
  top: 0;
  align-self: flex-start;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contents__main {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents__main {
    position: static;
    width: 100%;
  }
}
.contents__side {
  width: calc(100% - 46.875vw);
  padding-left: 6vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contents__side {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents__side {
    width: 100%;
    padding-left: 0;
  }
}
.contents--relax {
  margin-top: 70px;
}
.contents--work {
  position: relative;
}
.contents--work .work-before {
  padding-right: 50%;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .contents--work .work-before {
    padding: 0;
    width: 100%;
    height: 100lvh;
    display: flex;
    align-items: center;
  }
  .contents--work .work-before > div {
    width: 100%;
  }
}
.contents--work .items-list {
  padding-top: 644px;
}
@media screen and (max-width: 767px) {
  .contents--work .items-list {
    padding-top: 0;
  }
}
.contents--dinner {
  position: relative;
  z-index: 1;
}
.contents--trip {
  background: #f9f3e9;
}
.contents--trip .items-list {
  padding-top: 71px;
}
@media screen and (max-width: 767px) {
  .contents--trip .items-list {
    padding-top: 0;
  }
}
.contents--work,
.contents--dinner {
  background: #2a1106;
  color: #fff;
}
.contents--work .btn,
.contents--dinner .btn {
  background: #fff;
  color: #2a1106;
}
.contents--work .coordinate__list,
.contents--dinner .coordinate__list {
  border-color: #fff;
}
.contents--work .coordinate__text,
.contents--dinner .coordinate__text {
  color: #fff;
}
.contents--work .coordinate__text > span,
.contents--dinner .coordinate__text > span {
  background-image: linear-gradient(transparent 96%, #fff 0%);
}
.contents--work .items-list__anchor,
.contents--dinner .items-list__anchor {
  color: #fff;
}
.contents--work .items-list__brand,
.contents--work .items-list__name,
.contents--work .items-list__price,
.contents--work .items-list__label,
.contents--dinner .items-list__brand,
.contents--dinner .items-list__name,
.contents--dinner .items-list__price,
.contents--dinner .items-list__label {
  border-color: #fff;
}
.contents--work .other-items,
.contents--dinner .other-items {
  background: rgba(255, 255, 255, 0.15);
}
.contents--work .swiper-scrollbar,
.contents--dinner .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.1);
}
.contents--work .swiper-scrollbar .swiper-scrollbar-drag,
.contents--dinner .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}
.contents--shopping .other-items__heading,
.contents--trip .other-items__heading {
  height: 27px;
}
.contents--shopping .other-items__heading > img,
.contents--trip .other-items__heading > img {
  height: 27px;
}

.coordinate {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .coordinate {
    padding-bottom: 50px;
  }
}
.coordinate__heading-wrap {
  position: absolute;
  z-index: 2;
}
.coordinate__catch {
  position: absolute;
  font-size: 12.5px;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .coordinate__catch {
    font-size: 12px;
    letter-spacing: 0.12em;
  }
}
.coordinate__list {
  width: 290px;
  padding: 57px 0 6px 20px;
  border-left: 1px solid #2a1106;
  display: flex;
  gap: 9px 0;
  flex-direction: column;
  position: relative;
  z-index: +1;
}
@media screen and (max-width: 767px) {
  .coordinate__list {
    margin-top: -20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
  }
}
.coordinate__item--private .coordinate__text {
  text-decoration: none;
}
.coordinate__anchor {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  color: #2a1106;
}
@media screen and (min-width: 1025px) {
  .coordinate__anchor:hover .coordinate__text > span {
    background-image: none;
  }
  .coordinate__anchor:hover .coordinate__btn {
    opacity: 0.7;
  }
}
.coordinate__text {
  font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  color: #2a1106;
  font-size: 12px;
  line-height: 1.25;
  padding-right: 4px;
  position: relative;
}
.coordinate__text > span {
  background-image: linear-gradient(transparent 96%, #2a1106 0%);
}
.coordinate__text-old,
.creditAjax__saleOn .creditAjax_price_proper {
  display: inline-block;
  text-decoration: line-through;
}
.coordinate__text-current,
.creditAjax_price_sale {
  color: #f00;
  display: inline-block;
  padding-left: 0.5em;
}
.coordinate--relax {
  padding-top: 86px;
}
.coordinate--relax .coordinate__heading-wrap {
  top: 28px;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .coordinate--relax .coordinate__heading-wrap {
    top: 0;
    left: 16px;
  }
}
.coordinate--relax .coordinate__heading {
  width: 61.12px;
}
.coordinate--relax .coordinate__catch {
  top: 38px;
  left: 139px;
}
@media screen and (max-width: 767px) {
  .coordinate--relax .coordinate__catch {
    left: 95px;
  }
}
.coordinate--relax .coordinate__list-wrap {
  display: flex;
}
.coordinate--relax .coordinate__list {
  margin-top: -31px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .coordinate--work {
    padding-top: 0;
  }
}
.contents--work .coordinate__heading-wrap {
  top: 0;
  left: calc(46.875vw - 85px);
  height: 100%;
}
.contents--work .coordinate__heading--inner {
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 94px;
}
@media screen and (max-width: 767px) {
  .contents--work .coordinate__heading-wrap {
    top: 0;
    left: auto;
    right: 0;
    height: 200lvh;
  }
  .contents--work .coordinate__heading--inner {
    position: sticky;
    top: 0;
    left: 0;
    height: calc(100lvh + 42vw);
    padding-top: 32px;
  }
}
.contents--work .coordinate__heading {
  width: 61.12px;
}
.contents--work .coordinate__catch {
  transform: rotate(90deg);
  transform-origin: top left;
  width: max-content;
  left: 40px;
  padding-left: 22px;
}
.coordinate--work .coordinate__list-wrap {
  display: flex;
}
.coordinate--work .coordinate__list {
  margin-top: -31px;
  margin-left: 24px;
}
.contents--shopping {
  background: #f9f3e9;
}
.coordinate--shopping .coordinate__heading-wrap {
  top: 38px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .coordinate--shopping .coordinate__heading-wrap {
    top: 30px;
  }
}
.coordinate--shopping .coordinate__heading {
  width: 61.12px;
}
.coordinate--shopping .coordinate__catch {
  width: max-content;
  text-align: right;
  top: 82px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .coordinate--shopping .coordinate__catch {
    top: calc(100lvh + 54px);
    right: 20px;
    z-index: 2;
  }
}
.coordinate--shopping .coordinate__list-wrap {
  display: flex;
}
.coordinate--shopping .coordinate__list {
  margin-top: -31px;
  margin-left: 24px;
}
.coordinate--dinner .coordinate__heading-wrap {
  top: 43px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .contents--dinner .coordinate__heading-wrap {
    top: 0;
    left: auto;
    right: 18px;
    height: calc(100lvh + 108vw);
  }
  .contents--dinner .coordinate__heading--inner {
    /* position: sticky; */
    top: 0;
    right: 0;
    height: calc(100lvh);
    padding-top: 55px;
  }
}
.coordinate--dinner .coordinate__heading {
  width: 57px;
}
.coordinate--dinner .coordinate__catch {
  transform: rotate(90deg);
  transform-origin: top left;
  width: max-content;
  left: 40px;
  padding-left: 32px;
}
.coordinate--dinner .coordinate__list-wrap {
  display: flex;
}
.coordinate--dinner .coordinate__list {
  margin-top: 45px;
  margin-left: 24px;
}
.coordinate--trip {
  padding-top: 71px;
}
@media screen and (max-width: 767px) {
  .coordinate--trip {
    padding-top: 0;
  }
}
.coordinate--trip .coordinate__heading-wrap {
  top: 193px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .coordinate--trip .coordinate__heading-wrap {
    top: 52.8vw;
    left: 7.466vw;
  }
}
.coordinate--trip .coordinate__heading {
  width: 77px;
}
.coordinate--trip .coordinate__catch {
  transform: rotate(90deg);
  transform-origin: top left;
  width: max-content;
  left: 52px;
  padding-left: 32px;
}
.coordinate--trip .coordinate__list-wrap {
  display: flex;
}
.coordinate--trip .coordinate__list {
  margin-top: 15px;
  margin-left: 100px;
}

.work-image__image-01 {
  width: 210px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .work-image__image-01 {
    width: 56vw;
    margin-bottom: 0;
  }
}
.work-image__image-02 {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .work-image__image-02 {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .shopping-image {
    padding-bottom: 107.2vw;
  }
}
.shopping-image__image {
  position: relative;
}
.shopping-image__image-01 {
  width: 29.296vw;
}
@media screen and (max-width: 767px) {
  .shopping-image__image-01 {
    width: 100vw;
    height: 100lvh;
  }
  .shopping-image__image-01 img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.shopping-image__image-02,
.shopping-image__image-03 {
  position: absolute;
}
.shopping-image__image-02 {
  width: 14.062vw;
  top: 14.765vw;
  left: 30.468vw;
}
@media screen and (max-width: 767px) {
  .shopping-image__image-02 {
    width: 54.666vw;
    top: calc(100lvh + 10px);
    left: 0;
  }
}
.shopping-image__image-03 {
  width: 11.718vw;
  top: 38.984vw;
  left: 35.156vw;
}
@media screen and (max-width: 767px) {
  .shopping-image__image-03 {
    width: 42.666vw;
    left: auto;
    right: 0;
    top: calc(100lvh + 140px);
  }
}

@media screen and (max-width: 767px) {
  .dinner-image {
    padding-bottom: 86.666vw;
  }
}
.dinner-image__image {
  position: relative;
}
.dinner-image__image-01 {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .dinner-image__image-01 {
    width: 100vw;
    height: 100lvh;
    position: relative;
  }
  .dinner-image__image-01 img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.dinner-image__image-01 .c-left,
.dinner-image__image-01 .c-right {
  display: none;
}
@media screen and (max-width: 767px) {
  .dinner-image__image-01 .c-left,
  .dinner-image__image-01 .c-right {
    display: block;
    width: 76px;
    height: 100lvh;
    position: absolute;
    top: 0;
    background: #2a1106;
    z-index: 2;
  }
  .dinner-image__image-01 .c-left {
    left: 0;
  }
  .dinner-image__image-01 .c-right {
    right: 0;
  }
}
.dinner-image__image-02,
.dinner-image__image-03 {
  position: absolute;
}
.dinner-image__image-02 {
  width: 15.625vw;
  top: 31.874vw;
  left: 21.015vw;
}
@media screen and (max-width: 767px) {
  .dinner-image__image-02 {
    width: 53.333vw;
    top: calc(100lvh + 15px);
    left: 5.866vw;
  }
}
.dinner-image__image-03 {
  width: 15.625vw;
  top: 45.078vw;
  left: 30vw;
}
@media screen and (max-width: 767px) {
  .dinner-image__image-03 {
    width: 53.333vw;
    left: auto;
    right: 5.333vw;
    top: calc(100lvh + 42.667vw + 25px);
  }
}
.contents--trip {
  z-index: 2;
}
.trip-image__wrap {
  display: flex;
  margin-left: 95px;
  gap: 5px;
  background: #2a1106;
}
@media screen and (max-width: 767px) {
  .trip-image__wrap {
    width: 61.333vw;
    flex-direction: column;
    margin-left: 38.666vw;
  }
}
.trip-image__wrap > .js-slider,
.trip-image__wrap > .trip-image__image-02 {
  width: calc(50% - 2.5px);
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .trip-image__wrap > .js-slider,
  .trip-image__wrap > .trip-image__image-02 {
    width: 100%;
    aspect-ratio: auto;
  }
}
.trip-image__image {
  position: relative;
}
.trip-image__image-01,
.trip-image__image-02 {
  width: 100%;
  height: 100%;
}
.trip-image__image-01 img,
.trip-image__image-02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.trip-image .swiper,
.trip-image .swiper-wrapper,
.trip-image .swiper-slide {
  width: 100%;
  height: 100%;
}

.items-list {
  padding: 86px 6vw 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 46px 15px;
}
@media screen and (max-width: 767px) {
  .items-list {
    padding: 0 20px;
  }
}
.items-list__item {
  width: calc(33% - 9px);
}
.items-list__item.items-list__item--comingsoon a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .items-list__item {
    width: calc(50% - 8px);
  }
}
.items-list__anchor {
  color: #2a1106;
}
@media screen and (min-width: 1025px) {
  .items-list__anchor:hover {
    opacity: 0.7;
  }
}
.items-list__image {
  margin-bottom: 14px;
}
.items-list__tag {
  padding: 1px 9px;
  margin-bottom: 6px;
  background: #3ba0d4;
  color: #fff;
  font-size: 0.8rem;
  display: inline-block;
}
.items-list__brand,
.items-list__name,
.items-list__price {
  padding: 0 2px;
}
.items-list__brand {
  font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #2a1106;
  font-size: 11px;
}
.items-list__name,
.items-list__price {
  margin-top: 8px;
  border-bottom: 1px dashed #2a1106;
}
.items-list__name {
  font-size: 10px;
}
.items-list__price {
  font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.items-list__price-old {
  position: relative;
}
.items-list__price-old:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #2a1106;
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.items-list__price-current {
  color: #f00;
}
.items-list__label {
  width: 103px;
  margin: 17px auto 0;
  padding: 5px;
  font-size: 0.9rem;
  border: 1px solid #2a1106;
  text-align: center;
  line-height: 1;
}
.items-list__label--comingsoon {
  font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  padding: 4px;
  font-size: 11px;
}
.items-list__btn {
  width: 103px;
  margin: 17px auto 0;
}

.other-items {
  padding: 70px 40px 70px;
  margin-top: 85px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
@media screen and (max-width: 767px) {
  .other-items {
    padding: 70px 20px 100px;
  }
}
.other-items__heading {
  height: 21px;
  text-align: left;
  position: absolute;
  top: -13px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .other-items__heading {
    width: calc(100% - 40px);
    text-align: center;
    left: 20px;
  }
}
.other-items__heading > img {
  width: auto;
  height: 21px;
}
.other-items__btn {
  width: 250px;
  margin: 50px auto 0;
}

.other-items-list {
  /* padding-bottom: 20px; */
  padding-bottom: 40px;
}
.other-items-list li {
  width: 9.375vw !important;
}
@media screen and (max-width: 767px) {
  .other-items-list li {
    width: 32vw !important;
  }
}
.other-items-list a {
  display: block;
  color: #2a1106;
  line-height: 1.4;
}
.other-items-list p {
  font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
}
@media screen and (min-width: 1025px) {
  .other-items-list a:hover {
    opacity: 0.7;
  }
}
.other-items--work .other-items-list a,
.other-items--dinner .other-items-list a {
  color: #fff;
  line-height: 1.4;
}
.other-items-list img {
  position: relative;
}
.other-items-list img + span {
  /* padding: 0 9px; */
  padding: 2px 4px;
  background: #3ba0d4;
  color: #fff;
  font-size: 0.8rem;
  display: inline-block;
  position: absolute;
  left: 0;
  /* bottom: 0; */
  bottom: -2em;
  line-height: 1;
}
.other-items-list .ico_box + p {
  margin-top: 4px;
  font-weight: 400;
  font-size: 10px;
}
.other-items-list__name {
  font-size: 0.9rem;
}
.other-items-list .tt01,
.other-items-list .tt02 {
  font-weight: 400;
  font-size: 10px;
}
.other-items-list .salecolor,
.other-items-list .salecolor + .price {
  color: #f00;
}
.other-items-list .ico_box {
  display: none;
}
.other-items-list .label,
.other-items-list .textOverflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 3行で省略 */
  overflow: hidden;
}

.credit {
  height: 500px;
  background: url(../images/bg_credit_pc.jpg);
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.credit__blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .credit {
    /* height: 164vw; */
    height: 192vw;
    background: url(../images/bg_credit_sp.jpg);
    background-size: cover;
  }
}
.credit__inner {
  padding: 50px 140px;
}
@media screen and (max-width: 767px) {
  .credit__inner {
    padding: 36px 30px;
  }
}
.credit__text {
  font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  color: #fff;
}
.pc_pal_foot {
  position: relative;
  z-index: 2;
}
.swiper-scrollbar {
  width: 64.4% !important;
  height: 3px !important;
  margin: 0 auto;
  background: rgba(42, 17, 6, 0.1);
  border-radius: 2px;
  position: relative;
  position: relative !important;
  bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .swiper-scrollbar {
    width: 100% !important;
  }
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #2a1106;
  border-radius: 2px;
}

.creditAjax_price_proper:before,
.creditAjax_price_sale:before {
  content: "¥";
}

.zetaAjax_proper {
  text-decoration: line-through underline;
}

.zetaAjax_sale,
.zetaAjax_off {
  color: #f00;
  text-decoration: line-through underline;
}

.zetaAjax_img__360 {
  width: 100%;
  display: block;
}
