@charset "UTF-8";

/* ------------------------------------------------------------ */
/* common */
.page__masterpiece {
  min-width: 100% !important;
}

.page__masterpiece.is-modal-open {
  overflow: hidden;
}

.masterpiece_cont .sp-none {
  display: none !important;
}

.masterpiece_cont .pc-none {
  display: block !important;
}

@media (min-width: 1024px) {
  .masterpiece_cont .sp-none {
    display: block !important;
  }

  .masterpiece_cont .pc-none {
    display: none !important;
  }
}

.page__masterpiece .masterpiece_cont * {
  font-family: "Zen Old Mincho", serif;
}

.page__masterpiece .masterpiece_cont {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif !important;
  line-height: normal;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /* 約物も含めすべての文字間が詰まる */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* スマホで表示させた際、横向きにするとフォントサイズが拡大されてしまうのを防止 */
}

.page__masterpiece .masterpiece_cont p,
.page__masterpiece .masterpiece_cont ul,
.page__masterpiece .masterpiece_cont ol,
.page__masterpiece .masterpiece_cont dl,
.page__masterpiece .masterpiece_cont pre,
.page__masterpiece .masterpiece_cont address,
.page__masterpiece .masterpiece_cont fieldset,
.page__masterpiece .masterpiece_cont figure {
  margin: 0;
  padding: 0;
}

.masterpiece_cont .base {
  position: relative;
}

.masterpiece_cont .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.masterpiece_cont .flex_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.masterpiece_cont .grid_cont {
  display: grid;
}

.masterpiece_cont .vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /* 英字や数字も日本語のように正立 */
  -webkit-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  margin: 0;
  /*overflow: hidden;*/
}

.masterpiece_cont .ttl_cont h2 {
  max-width: max-content;
  margin: 0 auto;
}

/* btn */
.btn_ellipse {
  margin: 0 auto;
  display: block;
  width: max-content;
  padding: 23px 35px;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
}

.btn_ellipse.bk {
  border-color: #000;
  color: #000;
}

.btn_ellipse .arrow,
.btn_bdr .arrow {
  display: inline-block;
  background: url(../images/icon_arw_wh.svg)center / 100% no-repeat;
  width: 18px;
  height: 15px;
  margin-left: 10px;
  transition: all 0.3s;
}

.btn_ellipse.bk .arrow,
.btn_bdr.bk .arrow {
  background-image: url(../images/icon_arw_bk.svg);
}

.btn_ellipse:hover {
  background: #FFF;
  color: #000;
}

.btn_ellipse.bk:hover {
  background: #000;
  color: #FFF;
}

.btn_ellipse:hover .arrow {
  background-image: url(../images/icon_arw_bk.svg);
}

.btn_ellipse.bk:hover .arrow {
  background-image: url(../images/icon_arw_wh.svg);
}

.btn_bdr {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: max-content;
  width: 100%;
  padding-bottom: 7px;
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
  transition: all 0.3s;
}

.btn_bdr.bk {
  color: #000;
}

.btn_bdr::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  transition: all 0.3s;
}

.btn_bdr.bk::before {
  background: #000;
}

.btn_bdr:hover {
  width: 105%;
  color: #FFF;
}

.btn_bdr.bk:hover {
  color: #000;
}

.btn_bdr:hover::before {
  width: 105%;
}

.btn_bdr .arrow {
  position: relative;
  top: 2px;
  right: 0;
  margin-left: 30px;
  transition: all 0.3s;
}

.btn_bdr:hover .arrow {
  right: -5%;
}

@media (min-width: 1024px) {
  .btn_bdr {
    font-size: 14px;
  }

  .btn_bdr .arrow {
    margin-left: 48px;
  }
}

/* background */
.masterpiece_cont .clip_parallax {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}

.masterpiece_cont .clip_parallax .clip_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  /* background: url(../images/image.webp)center / cover no-repeat; */
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: -1;
}

/* ------------------------------------------------------------ */
/* slider */
/*ここから*/
/* 各スライド */
.masterpiece_cont .plan-gallery .swiper-slide {
  height: 100%;
  width: 100%;
  aspect-ratio: 131 / 90;
  overflow: hidden;
}

/* 画像 */
.masterpiece_cont .plan-gallery .swiper-slide img,
.masterpiece_cont .plan-gallery .swiper-slide a {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/*ここまで*/

.masterpiece_cont .plan-gallery {
  overflow: hidden;
  padding-bottom: 107px;
}

.masterpiece_cont .img-thumb {
  overflow: hidden;
}

.masterpiece_cont .img-thumb img {
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.masterpiece_cont .img-thumb:hover img {
  transform: scale(1.1);
}

.masterpiece_cont .plan-gallery a {
  display: block;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .masterpiece_cont .plan-gallery a:hover {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .masterpiece_cont .plan-gallery .gall-hori {
    width: 29.167%;
  }

  .masterpiece_cont .plan-gallery .gall-hori .img-thumb {
    position: relative;
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .masterpiece_cont .plan-gallery .gall-hori {
    width: 300px;
  }

  .masterpiece_cont .plan-gallery .gall-hori .img-thumb {
    position: relative;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 374px) {
  .masterpiece_cont .plan-gallery .gall-hori {
    width: 260px;
  }
}

@media (min-width: 768px) {
  .masterpiece_cont .plan-gallery .gall-vert {
    width: 18.584%;
  }

  .masterpiece_cont .plan-gallery .gall-vert .img-thumb {
    position: relative;
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .masterpiece_cont .plan-gallery .gall-vert {
    width: 200px;
  }

  .masterpiece_cont .plan-gallery .gall-vert .img-thumb {
    position: relative;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 374px) {
  .masterpiece_cont .plan-gallery .gall-vert {
    width: 160px;
  }
}

.masterpiece_cont .plan-gallery .swiper-wrapper {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.masterpiece_cont .plan-gallery .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 113px auto 0;
}

@media (max-width: 767px) {
  .masterpiece_cont .plan-gallery .swiper-pagination {
    margin-top: 42px;
  }
}

.masterpiece_cont .plan-gallery .swiper-pagination-bullet {
  background: #959595;
  width: 55px;
  height: 1.2px;
  border-radius: 0;
  margin: 0 !important;
  opacity: 1;
}

.masterpiece_cont .plan-gallery .swiper-pagination-bullet-active {
  background: #000;
}

.masterpiece_cont .plan-gallery .swiper-slide-active .img-thumb:after {
  opacity: 0;
}

@media (min-width: 768px) {

  .masterpiece_cont .plan-gallery .swiper-slide-prev .img-thumb:after,
  .masterpiece_cont .plan-gallery .swiper-slide-next .img-thumb:after {
    opacity: 0;
  }
}

/* modal */
.page__masterpiece .gallery .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.8);
}

.page__masterpiece .gallery .modal .img-thumb {
  aspect-ratio: 497 / 341;
  height: 100%;
  width: 100%;
}

.page__masterpiece .gallery .modal .img-thumb img {
  position: initial;
  object-fit: contain;
}

.page__masterpiece .gallery .modal .img-thumb:hover img {
  transform: scale(1);
}

/* モーダルがactiveの時 */
.page__masterpiece .gallery .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.page__masterpiece .gallery .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.page__masterpiece .gallery .modal__content {
  position: relative;
  width: 100%;
  color: #FFF;
}

.page__masterpiece .gallery .modal_inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* 閉じるボタン */
.page__masterpiece .gallery .modal_close-btn {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9999;
}

.page__masterpiece .gallery .modal_close-btn:hover {
  opacity: 0.8;
}

/* 閉じるボタンのX */
.page__masterpiece .gallery .lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: relative;
  transform: rotate(45deg);
}

.page__masterpiece .gallery .lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.page__masterpiece .gallery .modal .swiper-button-next,
.page__masterpiece .gallery .modal .swiper-button-prev {
  background: url(../images/icon_page.svg)center / cover no-repeat;
  color: transparent;
  top: -110px;
  bottom: 0;
  margin: auto;
}

.page__masterpiece .gallery .modal .swiper-button-next {
  transform: scale(-1, 1);
}

.page__masterpiece .gallery .txt {
  grid-template-columns: 1fr;
  text-align: left;
  margin: 36px auto 0;
  max-width: 754px;
  width: 90%;
}

.page__masterpiece .gallery .txt h3 {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}

.page__masterpiece .gallery .txt p {
  font-size: 14px;
  line-height: 28px;
}

@media (min-width: 1024px) {
  .page__masterpiece .gallery .modal__content {
    height: 788px;
  }

  .page__masterpiece .gallery .swiper-pointer-events {
    height: 100%;
  }

  .page__masterpiece .gallery .txt {
    grid-template-columns: 190px 1fr;
  }

  .page__masterpiece .gallery .txt h3 {
    grid-column: 1 / 2;
    margin-right: 5%;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 0;
  }

  .page__masterpiece .gallery .txt p {
    grid-column: 2 / 3;
    font-size: 17px;
    line-height: 35px;
  }

  .page__masterpiece .gallery .modal .swiper-button-next,
  .page__masterpiece .gallery .modal .swiper-button-prev {
    top: -60px;
  }

  .page__masterpiece .gallery .modal .swiper-button-next {
    right: 39px;
  }

  .page__masterpiece .gallery .modal .swiper-button-prev {
    left: 39px;
  }

  .page__masterpiece .gallery .modal .img-thumb {
    max-height: 682px;
  }

  /* 閉じるボタン */
  .page__masterpiece .gallery .modal_close-btn {
    top: 20px;
  }
}

/* ------------------------------------------------------------ */
/* animation */
/* フェードイン */
.masterpiece_cont .FadeIn {
  opacity: 0;
  transition: all 1s;
}

.masterpiece_cont .FadeIn.is-show {
  opacity: 1;
}

/* 上へ */
.masterpiece_cont .InUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.masterpiece_cont .InUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* 左へ */
.masterpiece_cont .InLft {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.masterpiece_cont .InLft.is-show {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* 右へ */
.masterpiece_cont .InRgt {
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.masterpiece_cont .InRgt.is-show {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* シール横 */
.masterpiece_cont .StickerX {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}

.masterpiece_cont .StickerX.is-show {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

/* シール縦 */
.masterpiece_cont .StickerY {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}

.masterpiece_cont .StickerY.is-show {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

/* フォーカス */
.masterpiece_cont .FocusIn {
  opacity: 0;
}

.masterpiece_cont .FocusIn.is-show {
  -webkit-animation: FocusIn 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s both;
  animation: FocusIn 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s both;
}

@-webkit-keyframes FocusIn {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes FocusIn {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/* 表示までの時間 */
.masterpiece_cont .in01 {
  animation-delay: 3s !important;
  transition-delay: 3s !important;
}

/* ------------------------------------------------------------ */
/* hero */
.masterpiece_cont .hero {
  color: #000;
  width: 100%;
  height: 100vh;
  aspect-ratio: 40 / 71;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.masterpiece_cont .hero .logo {
  position: absolute;
  bottom: 20px;
  right: 16px;
  width: 60px;
}

.masterpiece_cont .hero .ttl_cont {
  margin: -50% 0 0 10%;
  width: max-content;
  animation-delay: 1s;
}

.masterpiece_cont .hero .ttl_cont h1 span {
  display: block;
}

.masterpiece_cont .hero .ttl_cont h1 .category {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
}

.masterpiece_cont .hero .ttl_cont h1 .name {
  font-size: 80px;
  line-height: 70px;
  letter-spacing: 3px;
  margin: 10px 0 5px;
}

.masterpiece_cont .hero .ttl_cont p {
  font-size: 11px;
  line-height: 17px;
}

.masterpiece_cont .hero.clip_parallax .clip_bg {
  height: auto;
  background: url(../images/sp_hero_img_1.webp) center bottom / cover no-repeat;
  top: 45px;
  aspect-ratio: 40 / 71;
  height: 100vh;
}

.masterpiece_cont .works {
  max-width: max-content;
  margin: 56px auto 0;
  text-align: center;
}

.masterpiece_cont .about .works h3 {
  font-size: 32px;
  letter-spacing: 4px;
}

.masterpiece_cont .about .works h4 {
  background: #000;
  color: #FFF;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 3px 20px;
  border-radius: 9999px;
  margin: 3px 0 5px;
}

.masterpiece_cont .about .works h4 span {
  vertical-align: middle;
}

.masterpiece_cont .about .works h4 .num {
  font-size: 36px;
  margin: 0 5px;
  letter-spacing: 2px;
}

.masterpiece_cont .about .works p {
  font-size: 18px;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {

  .masterpiece_cont .hero,
  .masterpiece_cont .hero.clip_parallax .clip_bg {
    aspect-ratio: 45 / 32;
  }

  .masterpiece_cont .hero .ttl_cont {
    margin: -280px 0 0 15%;
    width: max-content;
  }

  .masterpiece_cont .hero .ttl_cont h1 span {
    display: block;
  }

  .masterpiece_cont .hero .ttl_cont h1 .category {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }

  .masterpiece_cont .hero .ttl_cont h1 .name {
    font-size: 120px;
    line-height: 115px;
    letter-spacing: 8px;
    margin: 20px 0 5px;
  }

  .masterpiece_cont .hero .ttl_cont p {
    font-size: 17px;
    line-height: 30px;
  }

  .masterpiece_cont .hero.clip_parallax .clip_bg {
    background: url(../images/hero_img_1.webp) center / cover no-repeat;
  }

  .masterpiece_cont .works {
    margin-top: 95px;
  }

  .masterpiece_cont .about .works h3 {
    font-size: 40px;
    letter-spacing: 5px;
  }

  .masterpiece_cont .about .works h4 {
    font-size: 15px;
    padding: 3px 25px;
    margin: 5px auto;
  }

  .masterpiece_cont .about .works h4 .num {
    font-size: 43px;
    margin: 0 10px;
    letter-spacing: 3px;
  }

  .masterpiece_cont .about .works p {
    font-size: 21px;
  }
}

/* ------------------------------------------------------------ */
/* about */
.masterpiece_cont .about {
  background: #fff;
  color: #000;
  padding: 91px 0 76px;
}

.masterpiece_cont .about .inner {
  width: 84%;
  margin: 0 auto;
}

.masterpiece_cont .about h2 {
  width: 238px;
  margin-bottom: 34px;
}

.masterpiece_cont .about p {
  font-size: 14px;
  line-height: 30px;
  width: 100%;
}

@media (min-width: 1024px) {
  .masterpiece_cont .about {
    padding: 216px 0;
  }

  .masterpiece_cont .about .inner {
    width: min(692px, 68%);
    margin: 0 auto;
    justify-content: center;
  }

  .masterpiece_cont .about h2 {
    width: 101px;
    margin-right: 17%;
  }

  .masterpiece_cont .about p {
    font-size: 17px;
    line-height: 43px;
    flex: 1;
  }
}

/* ------------------------------------------------------------ */
/* point */
.masterpiece_cont .point {
  background: #cdcdc1;
  color: #000;
  padding: 65px 0 93px;
}

.masterpiece_cont .point .ttl_cont {
  text-align: center;
  padding-bottom: 40px;
}

.masterpiece_cont .point .ttl_cont h2 {
  font-size: 17px;
  letter-spacing: 1px;
}

.masterpiece_cont .point .main_ph {
  width: 100%;
  margin-bottom: 55px;
}

.masterpiece_cont .point .point_list .list_item h3 {
  margin: 0 auto 25px;
  width: 84%;
}

.masterpiece_cont .point .point_list .list_item h3 span {
  display: block;
  font-weight: 400;
}

.masterpiece_cont .point .point_list .list_item h3 .num {
  font-size: 30px;
}

.masterpiece_cont .point .point_list .list_item h3 .jp {
  font-size: 17px;
  line-height: 28px;
  margin: 5px 0 10px;
}

.masterpiece_cont .point .point_list .list_item h3 .en {
  font-size: 13px;
}

.masterpiece_cont .point .point_list .list_item p {
  width: 84%;
  margin: 0 auto 55px;
  font-size: 14px;
  line-height: 28px;
}

.masterpiece_cont .point .point_list .list_item .ph2 {
  margin: 0 0 25px auto;
  width: 50%;
  float: right;
}

.masterpiece_cont .point .point_list .list_item .rgt_cont {
  width: 100%;
}

.masterpiece_cont .point .point_list .list_item .ph3 {
  margin: 36px 0 10px;
  width: 46%;
  float: right;
}

.masterpiece_cont .point .point_list .list_item .ph4 {
  width: 90%;
  margin-bottom: 51px;
}

.masterpiece_cont .point .point_list .list_item .ph5 {
  width: 91%;
  float: right;
  aspect-ratio: 28 / 25;
  position: relative;
}

.masterpiece_cont .point .point_list .list_item .ph5 .ph:first-of-type {
  width: 75%;
}

.masterpiece_cont .point .point_list .list_item .ph5 .ph:last-of-type {
  width: 42%;
  float: right;
  margin-top: -11%;
}

.masterpiece_cont .point .point_list .list_item .ph6 {
  width: 91%;
  float: right;
}

.masterpiece_cont .point .point_list .list_item .ph7 {
  width: 100%;
  margin-top: 71px;
  position: relative;
}

.masterpiece_cont .point .point_list .list_item .ph7 .ph:first-of-type {
  width: 51%;
}

.masterpiece_cont .point .point_list .list_item .ph7 .ph:last-of-type {
  width: 59%;
  float: right;
  margin-top: -14%;
}

@media (min-width: 1024px) {
  .masterpiece_cont .point {
    padding: 185px 0 436px;
  }

  .masterpiece_cont .point .inner {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
  }

  .masterpiece_cont .point .ttl_cont {
    padding-bottom: 83px;
  }

  .masterpiece_cont .point .ttl_cont h2 {
    font-size: 35px;
    letter-spacing: 2px;
  }

  .masterpiece_cont .point .main_ph {
    margin-bottom: 175px;
  }

  .masterpiece_cont .point .point_list .list_item h3 {
    grid-template-columns: auto 1fr;
    gap: 0 39px;
    margin: 0 0 43px;
  }

  .masterpiece_cont .point .point_list .list_item h3 .num {
    grid-column: 1 / 2;
    grid-row: 1 / span 2;
    align-self: center;
    font-size: 48px;
  }

  .masterpiece_cont .point .point_list .list_item h3 .jp {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1px;
  }

  .masterpiece_cont .point .point_list .list_item h3 .en {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    font-size: 17px;
    font-weight: 300;
  }

  .masterpiece_cont .point .point_list .list_item p {
    width: 355px;
    margin: 0;
  }

  .masterpiece_cont .point .point_list .list_item.no-1 {
    max-width: 1314px;
    margin: 0 0 0 auto;
  }

  .masterpiece_cont .point .point_list .list_item.no-1 .item_cont {
    grid-template-columns: 355px 1fr;
    gap: 0 9%;
  }

  .masterpiece_cont .point .point_list .list_item.no-1 .lft_cont h3 {
    grid-row: 1 / 2;
    width: 100%;
    margin-top: 118px;
  }

  .masterpiece_cont .point .point_list .list_item.no-1 .lft_cont p {
    grid-row: 2 / 3;
  }

  .masterpiece_cont .point .point_list .list_item.no-1 .rgt_cont {
    margin: 0;
    grid-column: 2 / 3;
  }

  .masterpiece_cont .point .point_list .list_item .ph2 {
    grid-row: 3 / 4;
    margin: 150px auto 0;
    width: 100%;
  }

  .masterpiece_cont .point .point_list .list_item.no-2 {
    max-width: 1243px;
    margin: 0 auto;
  }

  .masterpiece_cont .point .point_list .list_item.no-2 .item_cont {
    grid-template-columns: 1fr auto;
    gap: 0 9%;
  }

  .masterpiece_cont .point .point_list .list_item.no-2 .lft_cont {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .masterpiece_cont .point .point_list .list_item.no-2 .rgt_cont {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .masterpiece_cont .point .point_list .list_item.no-2 .rgt_cont h3 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: 100%;
    margin-top: 12%;
  }

  .masterpiece_cont .point .point_list .list_item.no-2 .rgt_cont p {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .masterpiece_cont .point .point_list .list_item .ph3 {
    width: 23%;
    margin: 0;
    position: relative;
    right: -8.5%;
  }

  .masterpiece_cont .point .point_list .list_item .ph4 {
    grid-column: 1 / 2;
    grid-row: 1 / span 2;
    width: 100%;
  }

  .masterpiece_cont .point .point_list .list_item .ph5 {
    position: absolute;
    right: -8.5%;
    bottom: -9%;
    width: 42%;
  }

  .masterpiece_cont .point .point_list .list_item .ph5 .ph:last-of-type {
    width: 50%;
  }

  .masterpiece_cont .point .point_list .list_item .ph7 .ph:first-of-type {
    width: 63%;
  }

  .masterpiece_cont .point .point_list .list_item .ph7 .ph:last-of-type {
    width: 48%;
    margin-top: -11%;
  }

  .masterpiece_cont .point .point_list .list_item.no-3 {
    max-width: 1440px;
    margin: 0 auto;
  }

  .masterpiece_cont .point .point_list .list_item.no-3 .item_cont {
    grid-template-columns: 355px 1fr;
    gap: 0 15%;
    max-width: 1278px;
    margin: 351px 0 0 auto;
  }

  .masterpiece_cont .point .point_list .list_item.no-3 .lft_cont h3 {
    grid-row: 1 / 2;
    width: 100%;
    margin-top: 11%;
  }

  .masterpiece_cont .point .point_list .list_item.no-3 .lft_cont p {
    grid-row: 2 / 3;
  }

  .masterpiece_cont .point .point_list .list_item.no-3 .rgt_cont {
    margin: 0;
    grid-column: 2 / 3;
  }

  .masterpiece_cont .point .point_list .list_item .ph6 {
    width: 100%;
    float: none;
  }

  .masterpiece_cont .point .point_list .list_item .ph7 {
    width: 50%;
    margin: -10% 0 0 -6%;
  }
}

@media (min-width: 1200px) {
  .masterpiece_cont .point .point_list .list_item.no-2 .rgt_cont h3 {
    margin-top: 45%;
  }
}

/* ------------------------------------------------------------ */
/* update */
.masterpiece_cont .update {
  color: #fff;
  text-align: center;
  padding: 98px 0 138px;
}

.masterpiece_cont .update .inner {
  width: 84%;
  margin: 0 auto;
}

.masterpiece_cont .update.clip_parallax .clip_bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.masterpiece_cont .update.clip_parallax .update-gallery {
  height: 100%;
}

.masterpiece_cont .update .ttl_cont h2 span,
.masterpiece_cont .update .update_list h3 span {
  display: block;
  letter-spacing: 1px;
}

.masterpiece_cont .update .ttl_cont h2 .en {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 17px;
}

.masterpiece_cont .update .ttl_cont h2 .jp {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 21px;
}

.masterpiece_cont .update .ttl_cont p {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.masterpiece_cont .update .update_list {
  max-width: 285px;
  margin: 72px auto 0;
  justify-content: center;
}

.masterpiece_cont .update .update_list::before,
.masterpiece_cont .update .update_list::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.masterpiece_cont .update .update_list::before {
  height: 1px;
  width: 27px;
}

.masterpiece_cont .update .update_list::after {
  height: 27px;
  width: 1px;
}

.masterpiece_cont .update .update_list .list_item {
  border: 1px solid #fff;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  width: 285px;
  height: 285px;
  align-content: center;
  justify-content: center;
}

.masterpiece_cont .update .update_list .list_item:not(:last-child) {
  margin-bottom: 109px;
}

.masterpiece_cont .update .update_list * {
  width: 100%;
}

.masterpiece_cont .update .update_list h3 .en {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 7px;
}

.masterpiece_cont .update .update_list h3 .jp {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 6px;
}

.masterpiece_cont .update .update_list p {
  font-size: 13px;
  line-height: 25px;
  width: min(195px, 68%);
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 1024px) {
  .masterpiece_cont .update {
    padding: 206px 0 280px;
  }

  .masterpiece_cont .update .inner {
    max-width: 1050px;
    width: 90%;
  }

  .masterpiece_cont .update .ttl_cont h2 span,
  .masterpiece_cont .update .update_list h3 span {
    letter-spacing: 2px;
  }

  .masterpiece_cont .update .ttl_cont h2 .en {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 35px;
  }

  .masterpiece_cont .update .ttl_cont h2 .jp {
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 31px;
  }

  .masterpiece_cont .update .ttl_cont p {
    font-size: 16px;
    line-height: 37px;
    text-align: center;
  }

  .masterpiece_cont .update .update_list {
    max-width: 100%;
    margin-top: 110px;
    justify-content: space-between;
  }

  .masterpiece_cont .update .update_list::before {
    width: 44px;
  }

  .masterpiece_cont .update .update_list::after {
    height: 44px;
  }

  .masterpiece_cont .update .update_list .list_item {
    width: 422px;
    height: 422px;
  }

  .masterpiece_cont .update .update_list .list_item:not(:last-child) {
    margin-bottom: 0;
  }

  .masterpiece_cont .update .update_list h3 .en {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 13px;
  }

  .masterpiece_cont .update .update_list h3 .jp {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 18px;
  }

  .masterpiece_cont .update .update_list p {
    font-size: 15px;
    line-height: 33px;
    width: min(235px, 56%);
  }
}

/* ------------------------------------------------------------ */
/* plan */
.masterpiece_cont .plan {
  background: #fff;
  color: #000;
  padding: 94px 0 0;
}

.masterpiece_cont .plan .ttl_cont {
  text-align: center;
  padding-bottom: 41px;
}

.masterpiece_cont .plan .ttl_cont h2 {
  font-size: 20px;
  letter-spacing: 2px;
}

/* タブ切り替え */
.masterpiece_cont .tab-area {
  display: flex;
  cursor: pointer;
  width: 100%;
  color: #3b4936;
  position: sticky;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  z-index: 9998;
}

.masterpiece_cont .tab {
  align-items: center;
  width: calc(100% / 4);
  padding: 5px 1%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  border: 1px solid #b5b5b6;
  border-left: none;
  margin: 0 -0.5px;
  justify-content: center;
}

.masterpiece_cont .tab:first-of-type {
  border-left: 1px solid #b5b5b6;
}

.masterpiece_cont .tab.active {
  border-color: #3b4936;
  background-color: #3b4936;
  color: #fff;
}

.masterpiece_cont .tab span {
  display: none;
}

.masterpiece_cont .tab.i-living .icon {
  background: url(../images/plan_i-living_icon_gr.webp) center / cover no-repeat;
}

.masterpiece_cont .tab.i-living.active .icon {
  background: url(../images/plan_i-living_icon_wh.webp) center / cover no-repeat;
}

.masterpiece_cont .tab.l-living .icon {
  background: url(../images/plan_l-living_icon_gr.webp) center / cover no-repeat;
}

.masterpiece_cont .tab.l-living.active .icon {
  background: url(../images/plan_l-living_icon_wh.webp) center / cover no-repeat;
}

.masterpiece_cont .tab.t-living .icon {
  background: url(../images/plan_t-living_icon_gr.webp) center / cover no-repeat;
}

.masterpiece_cont .tab.t-living.active .icon {
  background: url(../images/plan_t-living_icon_wh.webp) center / cover no-repeat;
}

.masterpiece_cont .tab.s-living .icon {
  background: url(../images/plan_s-living_icon_gr.webp) center / cover no-repeat;
}

.masterpiece_cont .tab.s-living.active .icon {
  background: url(../images/plan_s-living_icon_wh.webp) center / cover no-repeat;
}

.masterpiece_cont .tab .symbols::before,
.masterpiece_cont .tab .symbols::after {
  content: "";
  background: #3b4936;
  display: block;
  transition: 0.3s all;
}

.masterpiece_cont .tab.active .symbols::before,
.masterpiece_cont .tab.active .symbols::after {
  background: #fff;
}

.masterpiece_cont .tab .symbols::before {
  width: 17px;
  height: 1.5px;
}

.masterpiece_cont .tab .symbols::after {
  content: "";
  width: 1.5px;
  height: 17px;
  position: absolute;
  transform-origin: center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s all;
}

.masterpiece_cont .tab.active .symbols::after {
  opacity: 0;
}

.masterpiece_cont .panel {
  display: none;
  text-align: center;
}

.masterpiece_cont .panel.active {
  display: block;
}

.masterpiece_cont .panel .intro_cont {
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.masterpiece_cont .panel.i-living .intro_cont {
  background-image: url(../images/i-living_img_1.webp);
}

.masterpiece_cont .panel.l-living .intro_cont {
  background-image: url(../images/l-living_img_1.webp);
}

.masterpiece_cont .panel.t-living .intro_cont {
  background-image: url(../images/t-living_img_1.webp);
}

.masterpiece_cont .panel.s-living .intro_cont {
  background-image: url(../images/s-living_img_1.webp);
}

.masterpiece_cont .panel .intro_cont .ttl {
  max-width: max-content;
  margin: 0 auto;
}

.masterpiece_cont .panel .intro_cont h2 {
  font-size: 20px;
  width: 100%;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

.masterpiece_cont .panel .intro_cont p {
  font-size: 15px;
  line-height: 30px;
  width: 100%;
  letter-spacing: 2px;
}

.masterpiece_cont .panel .common-plan {
  padding: 60px 0 80px;
}

.masterpiece_cont .panel .common-plan .inner {
  text-align: left;
  width: 84%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}

.masterpiece_cont .panel .common-plan .ttl span {
  display: block;
}

.masterpiece_cont .panel .common-plan .ttl h3 .en {
  font-size: 25px;
  letter-spacing: 1px;
  margin: 0 0 12px 2px;
}

.masterpiece_cont .panel .common-plan .ttl h3 .en .large {
  font-size: 42px;
}

.masterpiece_cont .panel .common-plan .ttl h3 .jp {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 9px;
  font-weight: 400;
}

.masterpiece_cont .panel .common-plan .ttl p {
  font-size: 14px;
  line-height: 28px;
  margin: 32px 0 29px;
}

.masterpiece_cont .panel .base-plan .ph {
  width: max(207px, 76%);
}

.masterpiece_cont .panel .arrange-plan .ph {
  width: max(568px, 56%);
}

.masterpiece_cont .panel .common-plan .data {
  margin-top: 47px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}

.masterpiece_cont .panel .common-plan .data h4 {
  font-size: 25px;
  margin-bottom: 12px;
}

.masterpiece_cont .panel .common-plan .data .bdr {
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #000;
  margin-bottom: 13px;
  font-size: 14px;
}

.masterpiece_cont .panel .common-plan .data dl {
  grid-template-columns: auto 1fr;
  gap: 0 24px;
  margin-bottom: 10px;
}

.masterpiece_cont .panel .common-plan .data dt {
  white-space: nowrap;
  font-weight: 400;
}

.masterpiece_cont .panel .common-plan .data dd {
  margin: 0;
}

.masterpiece_cont .panel .common-plan .data p {
  font-size: 14px;
}

.masterpiece_cont .panel .arrange-plan {
  background: #EBEBEB;
}

.masterpiece_cont .gallery {
  background: #EBEBEB;
}

.masterpiece_cont .panel .tab-area {
  display: none;
}

@media (max-width: 1023px) {
  .masterpiece_cont .panel .common-plan .inner {
    grid-template-areas:
      "ttl"
      "ph"
      "ttl-p"
      "data";
  }

  /* 親の .ttl を「中身だけ」グリッドに参加させる */
  .masterpiece_cont .panel .common-plan .ttl {
    display: contents;
  }

  .masterpiece_cont .panel .common-plan .ttl h3 {
    grid-area: ttl;
  }

  .masterpiece_cont .panel .common-plan .ttl p {
    grid-area: ttl-p;
  }

  .masterpiece_cont .panel .base-plan .ph {
    grid-area: ph;
  }

  .masterpiece_cont .panel .common-plan .data {
    grid-area: data;
  }
}

@media (min-width: 1024px) {
  .masterpiece_cont .plan {
    color: #000;
    padding: 206px 0 0;
  }

  .masterpiece_cont .plan .ttl_cont {
    text-align: center;
    padding-bottom: 124px;
  }

  .masterpiece_cont .plan .ttl_cont h2 {
    letter-spacing: 2px;
  }

  /* タブ切り替え */
  .masterpiece_cont .tab-area {
    position: initial;
    display: flex;
    cursor: pointer;
    width: min(1080px, 75%);
    margin: 0 auto !important;
    color: #3b4936;
  }

  .masterpiece_cont .tab {
    align-items: center;
    width: calc(100% / 3);
    padding: 35px 3%;
    text-align: center;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 33px;
    border: 1px solid #b5b5b6;
    margin: 0 -0.5px;
    justify-content: space-between;
  }

  .masterpiece_cont .tab.active {
    border-color: #3b4936;
    background-color: #3b4936;
    color: #fff;
  }

  .masterpiece_cont .tab span {
    display: block;
  }

  .masterpiece_cont .tab .icon {
    width: min(54px, 24%);
    height: 100%;
    aspect-ratio: 27 / 25;
  }

  .masterpiece_cont .tab.i-living .icon {
    background: url(../images/plan_i-living_icon_gr.webp) center / cover no-repeat;
  }

  .masterpiece_cont .tab.i-living.active .icon {
    background: url(../images/plan_i-living_icon_wh.webp) center / cover no-repeat;
  }

  .masterpiece_cont .tab.l-living .icon {
    background: url(../images/plan_l-living_icon_gr.webp) center / cover no-repeat;
  }

  .masterpiece_cont .tab.l-living.active .icon {
    background: url(../images/plan_l-living_icon_wh.webp) center / cover no-repeat;
  }

  .masterpiece_cont .tab.t-living .icon {
    background: url(../images/plan_t-living_icon_gr.webp) center / cover no-repeat;
  }

  .masterpiece_cont .tab.t-living.active .icon {
    background: url(../images/plan_t-living_icon_wh.webp) center / cover no-repeat;
  }

  .masterpiece_cont .tab.s-living .icon {
    background: url(../images/plan_s-living_icon_gr.webp) center / cover no-repeat;
  }

  .masterpiece_cont .tab.s-living.active .icon {
    background: url(../images/plan_s-living_icon_wh.webp) center / cover no-repeat;
  }

  .masterpiece_cont .tab .symbols::before,
  .masterpiece_cont .tab .symbols::after {
    content: "";
    background: #3b4936;
    display: block;
    transition: 0.3s all;
  }

  .masterpiece_cont .tab.active .symbols::before,
  .masterpiece_cont .tab.active .symbols::after {
    background: #fff;
  }

  .masterpiece_cont .tab .symbols::before {
    width: 17px;
    height: 1.5px;
  }

  .masterpiece_cont .tab .symbols::after {
    content: "";
    width: 1.5px;
    height: 17px;
    position: absolute;
    transform-origin: center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s all;
  }

  .masterpiece_cont .tab.active .symbols::after {
    opacity: 0;
  }

  .masterpiece_cont .panel {
    display: none;
    text-align: center;
  }

  .masterpiece_cont .panel.active {
    display: block;
  }

  .masterpiece_cont .panel .intro_cont {
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 286px 0 318px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .masterpiece_cont .panel.i-living .intro_cont {
    background-image: url(../images/i-living_img_1.webp);
  }

  .masterpiece_cont .panel.l-living .intro_cont {
    background-image: url(../images/l-living_img_1.webp);
  }

  .masterpiece_cont .panel.t-living .intro_cont {
    background-image: url(../images/t-living_img_1.webp);
  }

  .masterpiece_cont .panel.s-living .intro_cont {
    background-image: url(../images/s-living_img_1.webp);
  }

  .masterpiece_cont .panel .intro_cont .ttl {
    max-width: max-content;
    margin: 0 auto;
  }

  .masterpiece_cont .panel .intro_cont h2 {
    font-size: 40px;
    width: 100%;
    margin-bottom: 24px;
    letter-spacing: 3px;
  }

  .masterpiece_cont .panel .intro_cont p {
    font-size: 26px;
    line-height: 50px;
    width: 100%;
  }

  .masterpiece_cont .panel .common-plan {
    padding: 158px 0 195px;
  }

  .masterpiece_cont .panel .common-plan .inner {
    grid-template-columns: 1fr 1.2fr;
    column-gap: 60px;
    align-items: start;
  }

  .masterpiece_cont .panel .base-plan .inner {
    max-width: 894px;
  }

  .masterpiece_cont .panel .arrange-plan .inner {
    max-width: 1009px;
  }

  .masterpiece_cont .panel .common-plan .ttl {
    grid-column: 1;
    grid-row: 1;
    align-self: flex-end;
    max-width: 270px;
  }

  .masterpiece_cont .panel .common-plan .ttl h3 {
    margin-bottom: 20px;
  }

  .masterpiece_cont .panel .common-plan .ttl h3 .en {
    font-size: 27px;
    letter-spacing: 2px;
  }

  .masterpiece_cont .panel .common-plan .data {
    grid-column: 1;
    grid-row: 2;
    align-self: flex-start;
  }

  .masterpiece_cont .panel .common-plan .ph {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .masterpiece_cont .panel .base-plan .ph {
    width: 100%;
  }

  .masterpiece_cont .panel .arrange-plan .ph {
    width: 100%;
  }

  .masterpiece_cont .panel .common-plan .data .bdr {
    font-size: 14px;
    line-height: 30px;
  }

  .masterpiece_cont .panel .common-plan .ttl h3 .en {
    font-size: 33px;
  }

  .masterpiece_cont .panel .common-plan .ttl h3 .en .large {
    font-size: 48px;
  }

  .masterpiece_cont .panel .common-plan .ttl h3 .jp {
    font-size: 20px;
    line-height: 35px;
  }

  .masterpiece_cont .panel .common-plan .ttl p {
    font-size: 15px;
    line-height: 33px;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .masterpiece_cont .panel .common-plan .data {
    margin-top: 80px;
  }

  .masterpiece_cont .panel .common-plan .data h4 {
    margin-bottom: 18px;
  }

  .masterpiece_cont .panel .common-plan .data dl {
    font-size: 15px;
    line-height: 25px;
  }

  .masterpiece_cont .panel .common-plan .data p {
    font-size: 13px;
  }

  .masterpiece_cont .panel .tab-area {
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    position: sticky;
    top: 100px;
    left: auto;
    height: 0;
    margin: 0 0 0 auto !important;
    max-width: 428px;
    background: transparent;
    z-index: 9996;
    align-items: flex-start;
    visibility: visible;
    pointer-events: auto;
    transition-duration: 0.2s;
  }

  /* 表示状態 */
  .masterpiece_cont .panel .tab-area.is-show {
    opacity: 1;
  }

  .masterpiece_cont .panel .tab-area .tab {
    padding: 25px 2%;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    border-color: #000;
    color: #000;
    background: #FFF;
  }

  .masterpiece_cont .panel .tab.active {
    color: #FFF;
    background: #3b4936;
  }

  .masterpiece_cont .panel .tab.i-living {
    border-radius: 9999px 0 0 9999px;
  }

}

/* ------------------------------------------------------------ */
/* journal */
.masterpiece_cont .journal {
  padding: 65px 0;
  color: #FFF;
  background: #3B4936;
}

.masterpiece_cont .journal .inner {
  width: 78%;
  margin: 0 auto;
}

.masterpiece_cont .common_ttl {
  text-align: center;
  margin-bottom: 22px;
}

.masterpiece_cont .common_ttl h2 span {
  display: block;
}

.masterpiece_cont .common_ttl h2 .en {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.masterpiece_cont .common_ttl h2 .jp {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
}

.masterpiece_cont .journal .person .img {
  background: #D9D9D9;
  aspect-ratio: 699 / 473;
  width: 100%;
  margin-bottom: 18px;
}

.masterpiece_cont .journal .person .txt {
  margin-bottom: 27px;
}

.masterpiece_cont .journal .person .txt .mane {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.masterpiece_cont .journal .person .txt .mane .small {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}

.masterpiece_cont .journal .person .txt p {
  font-size: 13px;
  line-height: 28px;
}

@media (min-width: 1024px) {
  .masterpiece_cont .journal {
    padding: 238px 0 206px;
  }

  .masterpiece_cont .journal .inner {
    display: grid;
    max-width: 1038px;
    grid-template-columns: 1fr 67%;
  }

  .masterpiece_cont .journal .ttl {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    align-self: flex-end;
    justify-self: flex-start;
    margin-bottom: 43px;
    text-align: left;
  }

  .masterpiece_cont .journal .person {
    grid-column: 2 / 3;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .masterpiece_cont .journal .btn_ellipse {
    align-self: flex-start;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    margin: 0;
  }

  .masterpiece_cont .journal .common_ttl h2 .en {
    font-size: 44px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }

  .masterpiece_cont .journal .common_ttl h2 .jp {
    line-height: 33px;
    letter-spacing: 6px;
  }

  .masterpiece_cont .journal .person .txt {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 6%;
    margin-bottom: 0;
  }

  .masterpiece_cont .journal .person .txt .mane {
    font-size: 17px;
  }

  .masterpiece_cont .journal .person .txt .mane .small {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  .masterpiece_cont .journal .person .txt p {
    align-self: center;
  }
}

/* ------------------------------------------------------------ */
/* Masterpiece */
.masterpiece_cont .masterpiece {
  background: #000;
  color: #FFF;
}

.masterpiece_cont .masterpiece .lft_cont {
  background: url(../images/masterpiece_img_1.webp)center / cover no-repeat;
  width: 100%;
  height: 100%;
  aspect-ratio: 160 / 227;
}

.masterpiece_cont .masterpiece .lft_cont h2 {
  width: 52px;
  position: absolute;
  right: 9%;
  bottom: 48px;
}

.masterpiece_cont .masterpiece .rgt_cont {
  padding: 69px 0 114px;
}

.masterpiece_cont .masterpiece .rgt_cont .inner {
  max-width: max-content;
  width: 90%;
  margin: 0 auto;
}

.masterpiece_cont .masterpiece .rgt_cont p {
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 1px;
}

.masterpiece_cont .masterpiece .rgt_cont .btn_bdr {
  vertical-align: middle;
  margin-top: 50px;
}

.masterpiece_cont .masterpiece .rgt_cont .btn_bdr img {
  width: 108px;
  margin-right: 8px;
}

@media (min-width: 1024px) {
  .masterpiece_cont .masterpiece {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .masterpiece_cont .masterpiece .lft_cont h2 {
    width: 75px;
    right: auto;
    bottom: auto;
    top: 113px;
    left: 15%;
  }

  .masterpiece_cont .masterpiece .rgt_cont {
    padding: 90px 0 0;
    align-items: center;
  }

  .masterpiece_cont .masterpiece .rgt_cont p {
    font-size: 19px;
    line-height: 55px;
  }

  .masterpiece_cont .masterpiece .rgt_cont .btn_bdr {
    margin-top: 210px;
  }

  .masterpiece_cont .masterpiece .rgt_cont .btn_bdr img {
    width: 145px;
  }
}

/* ------------------------------------------------------------ */
/* catalog */
.masterpiece_cont .catalog {
  padding: 78px 0 87px;
}

.masterpiece_cont .catalog .clip_bg {
  background: url(../images/sp_catalog_img_1.webp) center / cover no-repeat;
}

.masterpiece_cont .catalog .inner {
  width: 84%;
  margin: 0 auto;
  grid-template-columns: 1fr;
  gap: 0;
}

.masterpiece_cont .catalog .common_ttl {
  margin-bottom: 73px;
}

.masterpiece_cont .catalog .common_ttl .en {
  margin-bottom: 20px;
}

.masterpiece_cont .catalog .fuki {
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 2px;
  width: max-content;
}

.masterpiece_cont .catalog .fuki::before,
.masterpiece_cont .catalog .fuki::after {
  content: "";
  position: absolute;
  top: 0;
  background: #000;
  height: 20px;
  width: 1px;
}

.masterpiece_cont .catalog .fuki::before {
  right: -20px;
  transform: rotate(28deg);
}

.masterpiece_cont .catalog .fuki::after {
  left: -25px;
  transform: rotate(-28deg);
}

.masterpiece_cont .catalog .ph {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 39px;
}

@media (min-width: 1024px) {
  .masterpiece_cont .catalog .clip_bg {
    background-image: url(../images/catalog_img_1.webp);
  }

  .masterpiece_cont .catalog .inner {
    max-width: 1087px;
    width: 75%;
    grid-template-columns: 1fr 290px;
    align-items: center;
    gap: 43px 64px;
  }

  /* 並び順をPC用に */
  .masterpiece_cont .catalog .ttl {
    grid-column: 2;
    text-align: left;
    align-self: flex-end;
  }

  .masterpiece_cont .catalog .media {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .masterpiece_cont .catalog h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .masterpiece_cont .catalog p {
    font-size: 15px;
  }

  .masterpiece_cont .catalog .ph {
    margin-bottom: 0;
  }

  .masterpiece_cont .catalog .btn_ellipse {
    grid-column: 2;
    justify-self: flex-start;
    align-self: start;
    margin: 0;
    padding: 24px 35px;
  }

  .masterpiece_cont .catalog .common_ttl {
    margin-bottom: 0;
  }

  .masterpiece_cont .catalog .common_ttl h2 .en {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 27px;
  }

  .masterpiece_cont .catalog .common_ttl h2 .jp {
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 2px;
  }

  .masterpiece_cont .catalog .fuki {
    right: auto;
    top: -50px;
    left: -55px;
    font-size: 20px;
    transform: rotate(-26deg);
  }

  .masterpiece_cont .catalog .fuki::before,
  .masterpiece_cont .catalog .fuki::after {
    height: 50px;
  }

  .masterpiece_cont .catalog .fuki::before {
    right: -35px;
  }

  .masterpiece_cont .catalog .fuki::after {
    left: -35px;
  }
}

@media (min-width: 1024px) {
  .masterpiece_cont .catalog {
    padding: 264px 0 245px;
  }
}

/* ------------------------------------------------------------ */
/* masterpiece logo */
@media (min-width: 1024px) {
  .fixed_logo_masterpiece {
    display: block;
    position: fixed;
    bottom: px;
    right: 3%;
    z-index: 9997;
    bottom: 25px;
    right: 1.4%;
    width: 93px;
  }

  .fixed_logo_masterpiece.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
}