@charset "UTF-8";
/* font
---------------------------------------- */
/* color
---------------------------------------- */
/* --------------------------------------------------------------------------------
  共通要素要CSS
-------------------------------------------------------------------------------- */
/* ver6.0のテンプレに関する部分
----------------------------------------*/
.accessibilityNav {
  zoom: 1;
}
.accessibilityNav:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

#accessibilityNav {
  display: none;
}

/* 下層メインビジュアル（全ページ共通）
----------------------------------------*/
.keyVisual {
  position: relative;
  /* 下端のグラデーション帯。高さはタイトルのpaddingで決まる */
}
.keyVisual__inner {
  align-items: center;
  background-image: linear-gradient(180deg, rgba(33, 42, 35, 0) 0%, #212a23 100%);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .keyVisual__inner {
    padding: 120px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .keyVisual__inner {
    padding: calc(120 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.keyVisual__bg .photo__image {
  width: 100%;
}
.keyVisual__bg {
  /* キャプションはグラデーションより前面 */
}
.keyVisual__bg .cap {
  z-index: 2;
}
.keyVisual .pageTtl {
  color: #ffffff;
  padding-top: 0;
}

/* 下層ページタイトル
----------------------------------------*/
.pageTtl {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pageTtl {
    gap: 16px;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .pageTtl {
    gap: calc(32 / 750 * 100vw);
    padding-top: calc(96 / 750 * 100vw);
  }
}
.pageTtl .en {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .pageTtl .en {
    font-size: 50px;
    letter-spacing: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .pageTtl .en {
    font-size: calc(34 / 375 * 100vw);
    letter-spacing: 0.2em;
  }
}
.pageTtl .jp {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .pageTtl .jp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .pageTtl .jp {
    font-size: calc(12 / 375 * 100vw);
  }
}

/* コンテンツ幅定義スタイル
---------------------------------------- */
.wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 1000px;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
    box-sizing: border-box;
  }
}

/* caption付きphotoに必要なスタイル
---------------------------------------- */
.photo {
  position: relative;
}
.photo__pic {
  display: block;
}

/* キャプション
---------------------------------------- */
.cap {
  color: #999999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.cap a {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .cap {
    line-height: 1.45;
  }
}
.photo .cap {
  font-size: 12px;
  position: absolute;
}
.photo .cap--halfInRight {
  right: calc(50% + 8px);
  bottom: 5px;
}
.photo .cap--halfInRight[data-color=label] {
  bottom: 0;
}
.photo .cap--halfOutRight {
  right: 50%;
  top: 100%;
  padding-top: 7px;
}
.photo .cap--inRight {
  right: 8px;
  bottom: 5px;
}
.photo .cap--inRight[data-color=label] {
  right: 0;
  bottom: 0;
  text-align: right;
}
.photo .cap--outRight {
  right: 0px;
  top: 100%;
  padding-top: 7px;
}
@media only screen and (max-width: 767px) {
  .photo .cap--outRight {
    right: 8px;
  }
  .wrap .photo .cap--outRight {
    right: 0;
  }
}
.photo .cap--inLeft {
  left: 8px;
  bottom: 5px;
}
.photo .cap--inLeft[data-color=label] {
  left: 0;
  bottom: 0;
  text-align: right;
}
.photo .cap--outLeft {
  left: 0px;
  top: 100%;
  padding-top: 7px;
}
@media only screen and (max-width: 767px) {
  .photo .cap--outLeft {
    left: 8px;
  }
}

/* 見出しパーツ
---------------------------------------- */
.headingLv1 {
  line-height: calc(1.5);
}
.headingLv1:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.headingLv1:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.headingLv1 {
  color: #000000; /* 文字色変更不可 */
  font-family: "Cinzel", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .headingLv1 {
    font-size: calc(24 / 375 * 100vw);
  }
}
.headingLv1 .jp {
  line-height: calc(1.5);
}
.headingLv1 .jp:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.headingLv1 .jp:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.headingLv1 .jp {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .headingLv1 .jp {
    font-size: calc(12 / 375 * 100vw);
    padding-top: calc(40 / 750 * 100vw);
  }
}
.headingLv1 + .headingLv2 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .headingLv1 + .headingLv2 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.headingLv1 + .txt {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .headingLv1 + .txt {
    margin-top: calc(50 / 750 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .headingLv1 sup {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .headingLv1 sup {
    font-size: calc(12 / 375 * 100vw);
  }
}

.headingLv2 {
  font-size: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .headingLv2 {
    line-height: 2;
  }
}
.headingLv2 + .txt {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .headingLv2 + .txt {
    margin-top: calc(50 / 750 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .headingLv2 sup {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .headingLv2 sup {
    font-size: calc(12 / 375 * 100vw);
  }
}

.headingLv3 {
  /* 見出し小 初期段階ではスタイルを充てていない */
}

/* 下層セクションの見出し（全ページ共通。色のみ各セクションで指定する）
---------------------------------------- */
.heading {
  line-height: calc(1.6);
}
.heading:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.heading:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.heading {
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .heading {
    font-size: calc(22 / 375 * 100vw);
  }
}
.heading {
  /* 数字などを大きく見せたい箇所に使用 */
}
@media only screen and (min-width: 768px) {
  .heading .large {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .heading .large {
    font-size: calc(46 / 375 * 100vw);
  }
}
.heading {
  /* .large と本文サイズの中間 */
}
@media only screen and (min-width: 768px) {
  .heading .mid {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .heading .mid {
    font-size: calc(36 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .heading sup {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .heading sup {
    font-size: calc(12 / 375 * 100vw);
  }
}

/* 見出しの上に置く英字ラベル（下に縦罫が入る）
---------------------------------------- */
.enTtl {
  color: #ab8b5a;
  font-family: "Cinzel", serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .enTtl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .enTtl {
    font-size: calc(24 / 375 * 100vw);
  }
}
.enTtl:after {
  background-color: #ab8b5a;
  content: "";
  display: block;
  height: 30px;
  margin: 16px auto 0;
  opacity: 0.5;
  width: 1px;
}

/* 連番バッジ付きの小見出し
---------------------------------------- */
.numTtl {
  align-items: flex-start;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .numTtl {
    gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .numTtl {
    gap: calc(16 / 750 * 100vw);
  }
}
.numTtl .no {
  align-items: center;
  background-color: #ab8b5a;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .numTtl .no {
    font-size: 15px;
    height: 24px;
    padding: 0 4px;
  }
}
@media only screen and (max-width: 767px) {
  .numTtl .no {
    font-size: calc(15 / 375 * 100vw);
    height: calc(48 / 750 * 100vw);
    padding: 0 calc(8 / 750 * 100vw);
  }
}
.numTtl .name {
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .numTtl .name {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .numTtl .name {
    font-size: calc(15 / 375 * 100vw);
  }
}

/* 見出し＋本文のまとまり
   .heading と .txt はこのdivで囲う。前後のマージンは全ページ共通
---------------------------------------- */
.headingUnit {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .headingUnit .enTtl + .heading {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .headingUnit .enTtl + .heading {
    margin-top: calc(80 / 750 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .headingUnit .heading + .txt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .headingUnit .heading + .txt {
    margin-top: calc(80 / 750 * 100vw);
    text-align: left;
  }
}
.headingUnit {
  /* 後続ブロックとの間隔 */
}
@media only screen and (min-width: 768px) {
  .headingUnit + * {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .headingUnit + * {
    margin-top: calc(120 / 750 * 100vw);
  }
}

/* テキスト
---------------------------------------- */
.txt {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .txt {
    font-size: calc(26 / 750 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .txt sup {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .txt sup {
    font-size: calc(12 / 375 * 100vw);
  }
}

/* 共通ボタン
---------------------------------------- */
.generalBtn {
  background-color: #393939;
  border: 1px solid #393939;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .generalBtn:hover {
    background-color: #ffffff;
    color: #393939;
  }
}
@media only screen and (max-width: 767px) {
  .generalBtn {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0;
  }
}

/* フッター コンタクトエリアのスタイリングはここで上書き
----------------------------------------*/
.contactArea {
  background: linear-gradient(297deg, #434F63 -0.73%, #565656 100%);
  color: #fff;
  padding: 120px 0 100px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contactArea {
    padding: calc(120 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  }
}

/* 本物件の詳細エリア（下層誘導リンク）のスタイリングはここで上書き
---------------------------------------- */
.contentNav {
  background-color: #f2f2f2;
  padding: 180px 0 130px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .contentNav {
    padding: calc(120 / 750 * 100vw) calc(40 / 750 * 100vw) calc(100 / 750 * 100vw);
  }
}

/*  
contentNavに表示されるコンテンツメニューは下記スタイルで背景画像を変更できます。
画像は必ず変更が必要、文字色やサイズは変更不可です（タイトルが長く崩れるなどどうしようもない場合のみfont-sizeの調整等可能）。
----------------------------------------*/
.msn-contentnav__background:after {
  bottom: 5px;
  color: #ffffff;
  font-size: 12px;
  left: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7);
  white-space: pre;
}

.content-menu-design {
  background-image: url("../img/img-content-nav-item-01.jpg?v=1789107262");
}
.content-menu-design:after {
  content: "image photo";
}

.content-menu-location {
  background-image: url("../img/img-content-nav-item-02.jpg?v=1789107263");
}
.content-menu-location:after {
  content: "image photo";
}

.content-menu-access {
  background-image: url("../img/img-content-nav-item-03.jpg?v=1789107262");
}
.content-menu-access:after {
  content: "image photo";
}

.content-menu-plan {
  background-image: url("../img/img-content-nav-item-04.jpg?v=1789107262");
}
.content-menu-plan:after {
  content: "image photo";
}

.content-menu-equipment {
  background-image: url("../img/img-content-nav-item-05.jpg?v=1789107262");
}
.content-menu-equipment:after {
  content: "image photo";
}

.content-menu-map {
  background-image: url("../img/img-content-nav-item-06.jpg?v=1789107265");
}
.content-menu-map:after {
  content: "錦糸町駅前歩道橋\a（約810m／徒歩11分）";
}

.content-menu-outline {
  background-image: url("../img/img-content-nav-item-07.jpg?v=1789107265");
}
.content-menu-outline:after {
  content: "image photo";
}

.content-menu-orderSystem {
  background-image: url("../img/img-content-nav-item-08.jpg?v=1789107265");
}
.content-menu-orderSystem:after {
  content: "image photo";
}

.content-menu-sustainability {
  background-image: url("../img/img-content-nav-item-09.jpg?v=1789107265");
}
.content-menu-sustainability:after {
  content: "image photo";
}

/* フッター ナビゲーション（暫定残し。不要なタイミングで削除）
---------------------------------------- */
.btmSnav {
  border-bottom: 1px solid #d4d4d4;
  padding: 23px 0 22px;
}
@media only screen and (max-width: 767px) {
  .btmSnav {
    display: none;
  }
}
.btmSnav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btmSnav__item {
  border-right: 1px solid #666;
  line-height: 1;
  padding: 0 14px;
}
.btmSnav__item:last-child {
  border-right: none;
}
.btmSnav__link {
  color: #333;
  font-size: 14px;
  line-height: 1;
}
.btmSnav__link.is-off {
  opacity: 0.5;
  pointer-events: none;
}

/* 予告広告
---------------------------------------- */
.noticeTtl {
  border: 1px solid #c1c1c1;
  color: #999999;
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 12px;
  padding: 5px;
}

/* お詫びと訂正
---------------------------------------- */
.apologizeCont {
  background-color: #f2f2f2; /* 背景色変更不可 */
  color: #000000; /* 文字色変更不可 */
  font-size: 12px;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .apologizeCont {
    text-align: left;
    padding: calc(40 / 750 * 100vw);
  }
}
.apologizeCont__ttl {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .apologizeCont__ttl {
    font-size: calc(32 / 750 * 100vw);
  }
}
.apologizeCont__ttl + .apologizeCont__txt {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .apologizeCont__ttl + .apologizeCont__txt {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.apologizeCont__detail {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .apologizeCont__detail {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.apologizeCont + .noticeAd {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .apologizeCont + .noticeAd {
    margin-top: calc(25 / 750 * 100vw);
  }
}

/* flexbBox
---------------------------------------- */
/*.wrapで囲われている条件でのフレックスボックスのスタイルを定義できる。 */
.layoutCol {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* ・2カラム */
}
.layoutCol--two > .layoutCol__item {
  width: 464px;
}
.layoutCol--two > .layoutCol__item:nth-child(n+3) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .layoutCol--two > .layoutCol__item {
    width: 100%;
  }
  .layoutCol--two > .layoutCol__item:not(:first-child) {
    margin-top: 40px;
  }
}
.layoutCol {
  /* ・2カラムで右側のボックスが大きい場合 */
}
@media only screen and (min-width: 768px) {
  .layoutCol--twoRightLarge > .layoutCol__item:nth-child(odd) {
    width: 300px;
  }
  .layoutCol--twoRightLarge > .layoutCol__item:nth-child(even) {
    width: 630px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--twoRightLarge > .layoutCol__item {
    width: 100%;
  }
  .layoutCol--twoRightLarge > .layoutCol__item:not(:first-child) {
    margin-top: 40px;
  }
}
.layoutCol {
  /* ・2カラムで左側のボックスが大きい場合 */
}
@media only screen and (min-width: 768px) {
  .layoutCol--twoLeftLarge > .layoutCol__item:nth-child(odd) {
    width: 630px;
  }
  .layoutCol--twoLeftLarge > .layoutCol__item:nth-child(even) {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--twoLeftLarge > .layoutCol__item {
    width: 100%;
  }
  .layoutCol--twoLeftLarge > .layoutCol__item:not(:first-child) {
    margin-top: 40px;
  }
}
.layoutCol {
  /* ・3カラム(SP時1カラム) */
}
@media only screen and (max-width: 767px) {
  .layoutCol--oneThird {
    flex-direction: column;
  }
}
.layoutCol--oneThird > .layoutCol__item {
  width: 300px;
}
@media only screen and (min-width: 768px) {
  .layoutCol--oneThird > .layoutCol__item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--oneThird > .layoutCol__item {
    width: 100%;
  }
  .layoutCol--oneThird > .layoutCol__item:not(:first-child) {
    margin-top: 40px;
  }
}
.layoutCol {
  /* ・3カラム(SP時2カラム) */
}
.layoutCol--twoThird > .layoutCol__item {
  width: 300px;
}
@media only screen and (min-width: 768px) {
  .layoutCol--twoThird > .layoutCol__item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--twoThird > .layoutCol__item {
    width: 48.5%;
  }
  .layoutCol--twoThird > .layoutCol__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
.layoutCol {
  /* ・4カラム */
}
.layoutCol--four > .layoutCol__item {
  width: 224px;
}
@media only screen and (min-width: 768px) {
  .layoutCol--four > .layoutCol__item:nth-child(n+5) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--four > .layoutCol__item {
    width: 48.5%;
  }
  .layoutCol--four > .layoutCol__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
.layoutCol {
  /* ・5カラム */
}
.layoutCol--five > .layoutCol__item {
  width: 175px;
}
@media only screen and (min-width: 768px) {
  .layoutCol--five > .layoutCol__item:nth-child(n+6) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--five > .layoutCol__item {
    width: 48.5%;
  }
  .layoutCol--five > .layoutCol__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .layoutCol--rev {
    flex-direction: row-reverse !important;
  }
}
@media only screen and (min-width: 768px) {
  .layoutCol--cen {
    align-items: center;
  }
}

/* CVパーツ
---------------------------------------- */
.smallCvLink {
  position: relative;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 20px 0 20px;
  font-size: 16px;
  transition: 0.3s;
  background-color: #999999;
  border: 1px solid #999999;
}
@media only screen and (min-width: 768px) {
  .smallCvLink:hover {
    background-color: #ffffff;
    color: #999999;
  }
}
@media only screen and (max-width: 767px) {
  .smallCvLink {
    padding: calc(36 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

/* zoomFigure（ピンチ・ズーム図版）
---------------------------------------- */
.zoomFigure {
  margin: 0 auto;
  position: relative;
}
.zoomFigure + .cap {
  margin-top: 5px;
  text-align: right;
}
.zoomFigure__controller {
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  position: absolute;
  right: 0;
  z-index: 9;
}
.zoomFigure__btn {
  background-color: rgba(11, 43, 56, 0.8);
  cursor: pointer;
  display: block;
  height: 32px;
  position: relative;
  width: 32px;
  /* ＋／－の棒。縦棒は .line--vertical を追加する */
}
.zoomFigure__btn .line {
  background-color: #ffffff;
  border-radius: 10px;
  height: 1.6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}
.zoomFigure__btn .line--vertical {
  transform: translate(-50%, -50%) rotate(90deg);
}
.zoomFigure__inner .photo__image {
  width: 100%;
}
.zoomFigure {
  /* コントローラーを右上に置く場合 */
}
.zoomFigure--ctrlTop .zoomFigure__controller {
  bottom: auto;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .zoomFigure[data-mode=sp] {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .zoomFigure[data-mode=sp] .zoomFigure__controller {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .zoomFigure[data-mode=pc] {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .zoomFigure[data-mode=pc] .zoomFigure__controller {
    display: none;
  }
}

/* swipeFigure（横スワイプ図版）
---------------------------------------- */
.swipeFigure {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .swipeFigure {
    margin: 0 calc(-16 / 375 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .swipeFigure__inner {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipeFigure__inner::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .swipeFigure__pic, .swipeFigure__image {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .swipeFigure__pic, .swipeFigure__image {
    display: block;
    height: auto;
    max-width: initial;
    width: 960px;
  }
}
.swipeFigure__note {
  padding-top: 10px;
  text-align: right;
}
.swipeFigure__note--inRight {
  bottom: 5px;
  position: absolute;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  .swipeFigure__plot {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .swipeFigure__plot {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(34, 39, 38, 0.1);
    display: flex;
    justify-content: center;
    left: calc(15 / 375 * 100vw);
    position: absolute;
    top: 0;
    width: calc(36 / 375 * 100vw);
  }
}
.swipeFigure__plot .arrow {
  aspect-ratio: 72/56;
  width: calc(20 / 375 * 100vw);
}

/* --------------------------------------------------------------------------------
utility
-------------------------------------------------------------------------------- */
/* pc / sp表示
---------------------------------------- */
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
/* data-color
---------------------------------------- */
[data-color=shadow] {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7);
}

[data-color=white] {
  color: #fff;
}

[data-color=black] {
  color: #000;
}

[data-color=dark] {
  color: #333;
}

[data-color=label] {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 2px 5px;
}

/* text-align
---------------------------------------- */
[data-align=center] {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  [data-align=pc-center] {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  [data-align=pc-center] {
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  [data-align=sp-center] {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  [data-align=sp-center] {
    text-align: center;
  }
}
[data-align=right] {
  text-align: right;
}

/*  helper margin top
---------------------------------------- */
@media only screen and (max-width: 767px) {
  .spMt5 {
    margin-top: 5px;
    margin-top: calc(5 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt10 {
    margin-top: 10px;
    margin-top: calc(10 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt15 {
    margin-top: 15px;
    margin-top: calc(15 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt20 {
    margin-top: 20px;
    margin-top: calc(20 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt25 {
    margin-top: 25px;
    margin-top: calc(25 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt30 {
    margin-top: 30px;
    margin-top: calc(30 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt35 {
    margin-top: 35px;
    margin-top: calc(35 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt40 {
    margin-top: 40px;
    margin-top: calc(40 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt45 {
    margin-top: 45px;
    margin-top: calc(45 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt50 {
    margin-top: 50px;
    margin-top: calc(50 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt55 {
    margin-top: 55px;
    margin-top: calc(55 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt60 {
    margin-top: 60px;
    margin-top: calc(60 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt65 {
    margin-top: 65px;
    margin-top: calc(65 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt70 {
    margin-top: 70px;
    margin-top: calc(70 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt75 {
    margin-top: 75px;
    margin-top: calc(75 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt80 {
    margin-top: 80px;
    margin-top: calc(80 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt85 {
    margin-top: 85px;
    margin-top: calc(85 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt90 {
    margin-top: 90px;
    margin-top: calc(90 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt95 {
    margin-top: 95px;
    margin-top: calc(95 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt100 {
    margin-top: 100px;
    margin-top: calc(100 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt105 {
    margin-top: 105px;
    margin-top: calc(105 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt110 {
    margin-top: 110px;
    margin-top: calc(110 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt115 {
    margin-top: 115px;
    margin-top: calc(115 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt120 {
    margin-top: 120px;
    margin-top: calc(120 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt125 {
    margin-top: 125px;
    margin-top: calc(125 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt130 {
    margin-top: 130px;
    margin-top: calc(130 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt135 {
    margin-top: 135px;
    margin-top: calc(135 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt140 {
    margin-top: 140px;
    margin-top: calc(140 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt145 {
    margin-top: 145px;
    margin-top: calc(145 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt150 {
    margin-top: 150px;
    margin-top: calc(150 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt155 {
    margin-top: 155px;
    margin-top: calc(155 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt160 {
    margin-top: 160px;
    margin-top: calc(160 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt165 {
    margin-top: 165px;
    margin-top: calc(165 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt170 {
    margin-top: 170px;
    margin-top: calc(170 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt175 {
    margin-top: 175px;
    margin-top: calc(175 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt180 {
    margin-top: 180px;
    margin-top: calc(180 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt185 {
    margin-top: 185px;
    margin-top: calc(185 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt190 {
    margin-top: 190px;
    margin-top: calc(190 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt195 {
    margin-top: 195px;
    margin-top: calc(195 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt200 {
    margin-top: 200px;
    margin-top: calc(200 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .pcMt5 {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt10 {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt15 {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt20 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt25 {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt30 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt35 {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt40 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt45 {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt50 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt55 {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt60 {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt65 {
    margin-top: 65px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt70 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt75 {
    margin-top: 75px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt80 {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt85 {
    margin-top: 85px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt90 {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt95 {
    margin-top: 95px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt100 {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt105 {
    margin-top: 105px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt110 {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt115 {
    margin-top: 115px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt120 {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt125 {
    margin-top: 125px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt130 {
    margin-top: 130px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt135 {
    margin-top: 135px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt140 {
    margin-top: 140px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt145 {
    margin-top: 145px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt150 {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt155 {
    margin-top: 155px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt160 {
    margin-top: 160px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt165 {
    margin-top: 165px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt170 {
    margin-top: 170px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt175 {
    margin-top: 175px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt180 {
    margin-top: 180px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt185 {
    margin-top: 185px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt190 {
    margin-top: 190px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt195 {
    margin-top: 195px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt200 {
    margin-top: 200px;
  }
}/*# sourceMappingURL=parts.css.map */