@charset "UTF-8";

/*========================================
ABOUTページ
========================================*/

.page-about {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  background: #fff;
  color: #1a1a1a;
}

.page-about p,
.page-about dd,
.page-about dt {
  margin: 0;
  letter-spacing: 0.08em;
}

/*========================================
共通：セクションタイトル
========================================*/
.about-section-title {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 900px) {
  .about-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 600px) {
  .about-section-title {
    margin-bottom: 36px;
  }
}

.about-section-title__en {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
}
@media (max-width: 600px) {
  .about-section-title__en {
    font-size: 56px;
  }
}

.about-section-title__accent {
  color: #E70012;
}

.about-section-title__ja {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #1a1a1a;
  margin-top: 16px;
}
@media (max-width: 600px) {
  .about-section-title__ja {
    font-size: 14px;
    margin-top: 12px;
  }
}

/*========================================
共通：ボタン
========================================*/
.about-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  height: 80px;
  margin: 0 auto;
  padding: 0 48px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}
@media (max-width: 600px) {
  .about-btn {
    max-width: 100%;
    height: 72px;
    padding: 0 40px;
  }
}
.about-btn:hover {
  opacity: 0.8;
}

.about-btn__text {
  text-align: center;
}

.about-btn__arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.about-btn__arrow img {
  width: auto;
  height: auto;
  display: block;
}

/*========================================
メッセージ
========================================*/
.about-message {
  padding: 80px 2vw 0;
}
@media (max-width: 1279px) {
  .about-message {
    padding: 72px 2vw 0;
  }
}
@media (max-width: 900px) {
  .about-message {
    padding: 64px 5vw 0;
  }
}
@media (max-width: 600px) {
  .about-message {
    padding: 48px 5vw 0;
  }
}

.about-message__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.about-message__vertical-wrap {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 80px;
  padding-right: 28px;
  padding-bottom: 28px;
}
@media (max-width: 600px) {
  .about-message__vertical-wrap {
    margin-bottom: 64px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}
.about-message__vertical-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #1C1C1C;
}
.about-message__vertical-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 28px);
  height: 1px;
  background: #1C1C1C;
}

.about-message__vertical {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 0.8em;
  width: 142px;
  min-height: 274px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .about-message__vertical {
    width: 142px;
    min-height: 274px;
  }
}

.about-message__vertical__line {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0;
}

.about-message__body {
  font-size: 18px;
  line-height: 2.2;
  text-align: center;
  color: #333;
  margin-bottom: 64px;
}

.about-message__block {
  display: block;
}

.about-message__block + .about-message__block {
  margin-top: 1em;
}
@media (max-width: 900px) {
  .about-message__body {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .about-message__body {
    font-size: 14px;
    line-height: 1.9;
  }
}

.about-message__br-pc {
  display: inline;
}
@media (max-width: 900px) {
  .about-message__br-pc {
    display: none;
  }
}

.about-message__divider {
  width: 1px;
  height: 140px;
  background: #1C1C1C;
  margin: 64px auto 64px;
}

/*========================================
OVERVIEW
========================================*/
.about-overview {
  padding: 0 2vw 120px;
}
@media (max-width: 900px) {
  .about-overview {
    padding: 0 5vw 80px;
  }
}
@media (max-width: 600px) {
  .about-overview {
    padding: 0 5vw 64px;
  }
}

.about-overview__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.about-overview__table-wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 64px;
  border: 1px solid #B5B5B5;
}
@media (max-width: 600px) {
  .about-overview__table-wrap {
    margin-bottom: 48px;
  }
}

.about-overview__table {
  margin: 0;
}

.about-overview__row {
  display: flex;
  border-bottom: 1px solid #B5B5B5;
}
@media (max-width: 767px) {
  .about-overview__row {
    flex-direction: column;
  }
}
.about-overview__row:last-child {
  border-bottom: none;
}

.about-overview__label {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  background: #EBEBEB;
}
@media (max-width: 1279px) {
  .about-overview__label {
    flex: 0 0 180px;
    padding: 20px 24px;
  }
}
@media (max-width: 767px) {
  .about-overview__label {
    flex: none;
    padding: 16px 20px;
    font-size: 14px;
  }
}

.about-overview__value {
  flex: 1;
  padding: 24px 32px;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  background: #ffffff;
  position: relative;
}
@media (max-width: 1279px) {
  .about-overview__value {
    padding: 20px 24px;
  }
}
@media (max-width: 767px) {
  .about-overview__value {
    padding: 16px 20px;
    font-size: 14px;
  }
}

.about-overview__br-wide,
.about-overview__br-sp,
.about-overview__br-sp-tail {
  display: none;
}

@media (min-width: 1280px) {
  .about-overview__br-wide {
    display: block;
  }
}

@media (max-width: 900px) {
  .about-overview__br-sp,
  .about-overview__br-sp-tail {
    display: block;
  }
}

.about-overview__row--with-img .about-overview__value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  .about-overview__row--with-img .about-overview__value {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

.about-overview__locations {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-overview__location {
  margin-bottom: 16px;
  line-height: 1.5;
}
.about-overview__location:last-child {
  margin-bottom: 0;
}

.about-overview__location__name {
  display: block;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 2px;
}
.about-overview__location__addr {
  display: block;
  color: #555;
  font-size: 15px;
  padding-left: 1em;
}
@media (max-width: 600px) {
  .about-overview__location__addr {
    font-size: 13px;
  }
}

.about-overview__shop-img {
  position: relative;
  flex-shrink: 0;
  width: 190px;
}
@media (max-width: 767px) {
  .about-overview__shop-img {
    width: 190px;
    max-width: 100%;
    align-self: center;
  }
}

.about-overview__shop-img picture {
  display: block;
  width: 100%;
}
.about-overview__shop-img img {
  width: 190px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.about-overview__btn {
  text-align: center;
}

/*========================================
MAP
========================================*/
.about-map {
  padding: 0 2vw 120px;
}
@media (max-width: 900px) {
  .about-map {
    padding: 0 5vw 80px;
  }
}
@media (max-width: 600px) {
  .about-map {
    padding: 0 5vw 64px;
  }
}

.about-map__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  scroll-margin-top: 128px;
}
@media (max-width: 900px) {
  .about-map__inner {
    scroll-margin-top: 96px;
  }
}

.about-map__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media (max-width: 600px) {
  .about-map__list {
    gap: 36px;
  }
}

.about-map__item {
  width: 100%;
  max-width: 927px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-map__item__title {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  padding-bottom: 12px;
  border-bottom: 1px solid #1C1C1C;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .about-map__item__title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.about-map__item__embed {
  position: relative;
  width: 927px;
  max-width: 100%;
  height: 294px;
  margin: 0 auto;
  overflow: hidden;
  background: #eee;
}
@media (max-width: 767px) {
  .about-map__item__embed {
    width: 100%;
    height: 294px;
  }
}
.about-map__item__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*========================================
MOVIE
========================================*/
.about-movie {
  padding: 0 2vw 160px;
}
@media (max-width: 900px) {
  .about-movie {
    padding: 0 5vw 120px;
  }
}
@media (max-width: 600px) {
  .about-movie {
    padding: 0 5vw 80px;
  }
}

.about-movie__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.about-movie__video {
  position: relative;
  width: 677px;
  max-width: 100%;
  height: 380px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media (max-width: 767px) {
  .about-movie__video {
    width: 100%;
    height: auto;
    aspect-ratio: 677 / 380;
  }
}

.about-movie__iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.about-movie__youtube {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .about-movie__youtube {
    margin-top: 24px;
    margin-bottom: 20px;
  }
}

.about-movie__youtube__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: #E70012;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: opacity 0.3s ease;
}
@media (max-width: 600px) {
  .about-movie__youtube__link {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.about-movie__youtube__link:hover {
  opacity: 0.85;
}

.about-movie__youtube__icon {
  font-size: 12px;
}

.about-movie__desc {
  font-size: 14px;
  line-height: 2;
  color: #5C5C5C;
  text-align: center;
}
@media (max-width: 600px) {
  .about-movie__desc {
    font-size: 13px;
    text-align: left;
  }
}

/*========================================
提携加盟店
========================================*/
.about-affiliate {
  padding: 0 2vw 120px;
}
@media (max-width: 900px) {
  .about-affiliate {
    padding: 0 5vw 80px;
  }
}
@media (max-width: 600px) {
  .about-affiliate {
    padding: 0 5vw 64px;
  }
}

.about-affiliate__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.about-affiliate__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .about-affiliate__title {
    font-size: 20px;
    margin-bottom: 28px;
  }
}

.about-affiliate__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 900px) {
  .about-affiliate__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .about-affiliate__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.about-affiliate__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 16px 20px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media (max-width: 600px) {
  .about-affiliate__link {
    min-height: 56px;
    font-size: 13px;
    padding: 14px 16px;
  }
}

.about-affiliate__link:hover {
  opacity: 0.8;
}

/*========================================
SP用 CTA
========================================*/
.about-cta {
  display: none;
  padding: 0 5vw 64px;
}
@media (max-width: 767px) {
  .about-cta {
    display: block;
  }
}

.about-cta__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background: #1a1a1a;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 600px) {
  .about-cta__inner {
    padding: 24px 20px;
  }
}

.about-cta__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 420px) {
  .about-cta__tel {
    font-size: 13px;
    flex-direction: column;
    gap: 8px;
  }
}

.about-cta__tel__icon {
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1);
}

.about-cta__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background: #fff;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 999px;
  transition: opacity 0.3s ease;
}
@media (max-width: 600px) {
  .about-cta__mail {
    font-size: 13px;
    padding: 12px 20px;
  }
}

.about-cta__mail:hover {
  opacity: 0.85;
}
