@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;
}

.masterpiece_cont .common-loafer {
  text-align: center;
}

.masterpiece_cont .common-loafer h2 {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}

.masterpiece_cont .common-loafer .en {
  margin: 0 auto;
}

.masterpiece_cont .common-loafer .jp {
  display: block;
  margin: 37px auto 0;
}

/* 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;
}

.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: 50px auto 0;
}

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

.masterpiece_cont .plan-gallery .swiper-pagination-bullet {
  background: #FFF;
  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;
  }

  .page__masterpiece .gallery .modal_inner {
    width: 90%;
  }
}

/* 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 .swiper-wrapper {
  align-items: center;
}

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

.page__masterpiece .gallery .modal .img-thumb.vert {
  max-width: 80%;
  aspect-ratio: 8 / 11;
  width: auto;
  margin: 0 auto;
}

.page__masterpiece .gallery .modal .img-thumb img {
  position: initial;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.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: 100%;
  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: 0;
  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 {
    max-width: 994px;
  }

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

  .page__masterpiece .gallery .txt {
    grid-template-columns: 240px 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 {
    right: -50px;
  }

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

  .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 .ScaleIn {
  overflow: hidden;
}

.masterpiece_cont .ScaleIn img {
  opacity: 0;
}

.masterpiece_cont .ScaleIn.is-show img {
  transform: scale(1);
  animation: 1s ease 0.2s forwards ScaleIn;
}

/* @keyframes duration | easing-function | delay |
iteration-count | direction | fill-mode | play-state | name */
@keyframes ScaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

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

.masterpiece_cont .in02 {
  animation-delay: 0.6s !important;
}

.masterpiece_cont .in03 {
  animation-delay: 0.8s !important;
}

@media(max-width: 1023px) {
  .masterpiece_cont .seamlessly_ph-sub3 .in01 {
    animation-delay: 0.8s !important;
  }
}

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

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

.masterpiece_cont .hero .ttl_cont {
  margin: 34% 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: 20px 0 15px;
}

.masterpiece_cont .hero .ttl_cont p {
  font-size: 13px;
  line-height: 25px;
}

.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;
}


@media (min-width: 1024px) {

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

  .masterpiece_cont .hero .logo {
    left: auto;
    right: 16px;
  }

  .masterpiece_cont .hero .ttl_cont {
    margin: 15% 10% 0 auto;
    width: max-content;
    text-align: right;
  }

  .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 25px;
  }

  .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;
  }

}

/* ------------------------------------------------------------ */
/* about */
.masterpiece_cont .about {
  background: #000;
  color: #FFF;
  padding: 120px 0 105px;
}

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

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

.masterpiece_cont .about h2 {
  font-size: 49px;
  margin: 0 0 80px;
  letter-spacing: 1px;
}

.masterpiece_cont .about h2+p {
  letter-spacing: 0.5px;
}

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

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

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

.masterpiece_cont .about .works h4 {
  background: #FFF;
  color: #000;
  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;
}

.masterpiece_cont .about .dash {
  width: 18px;
  height: 1px;
  display: inline-block;
  background: #FFF;
  vertical-align: super;
}

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

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

  .masterpiece_cont .about h2 {
    width: 84px;
    margin-right: 17%;
    margin-bottom: 0;
  }

  .masterpiece_cont .about h2+p {
    letter-spacing: 1px;
  }

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

  .masterpiece_cont .about .works {
    margin-top: 75px;
  }

  .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;
  }
}

/* ------------------------------------------------------------ */
/* standard */
.masterpiece_cont .standard {
  background: #DDD;
  color: #000;
  padding: 100px 0 0;
}

.masterpiece_cont .standard .ttl_cont {
  padding-bottom: 88px;
}

.masterpiece_cont .standard .ttl_cont .en {
  max-width: 235px;
}

.masterpiece_cont .standard .standard_list .list_item {
  padding: 55px 5% 108px;
  color: #FFF;
}

.masterpiece_cont .standard .standard_list .list_item.no-1 .clip_bg {
  background: url(../images/sp_standard_img_2.webp) center / cover no-repeat #000;
}

.masterpiece_cont .standard .standard_list .list_item.no-2 .clip_bg {
  background: url(../images/sp_standard_img_3.webp) center / cover no-repeat #000;
}

.masterpiece_cont .standard .standard_list .list_item.no-3 .clip_bg {
  background: url(../images/sp_standard_img_4.webp) center / cover no-repeat #000;
}

.masterpiece_cont .standard .standard_list .list_item.no-4 .clip_bg {
  background: url(../images/sp_standard_img_5.webp) center / cover no-repeat #000;
}

.masterpiece_cont .standard .standard_list .list_item h3 {
  font-size: 40px;
  letter-spacing: 5px;
  margin-bottom: 187px;
  height: auto;
  min-height: max-content;
}

.masterpiece_cont .standard .standard_list .list_item.no-2 h3 {
  margin-bottom: 297px;
}

.masterpiece_cont .standard .standard_list .list_item.no-3 h3 {
  margin-bottom: 266px;
}

.masterpiece_cont .standard .standard_list .list_item.no-4 h3 {
  margin-bottom: 133px;
}

.masterpiece_cont .standard .standard_list .list_item h4 {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.masterpiece_cont .standard .standard_list .list_item p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
}

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

  .masterpiece_cont .common-loafer h2 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .masterpiece_cont .standard .ttl_cont {
    padding-bottom: 160px;
  }

  .masterpiece_cont .standard .ttl_cont .en {
    max-width: 453px;
  }

  .masterpiece_cont .common-loafer .jp {
    margin: 0 0 25px 55px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 2px;
  }

  .masterpiece_cont .standard .standard_list .list_item {
    padding: 197px 15% 143px;
  }

  .masterpiece_cont .standard .standard_list .list_item.no-2 .list_item_inner,
  .masterpiece_cont .standard .standard_list .list_item.no-3 .list_item_inner {
    margin: 0 0 0 auto;
  }

  .masterpiece_cont .standard .standard_list .list_item .list_item_inner {
    width: max-content;
  }

  .masterpiece_cont .standard .standard_list .list_item.no-1 .clip_bg {
    background: url(../images/standard_img_2.webp) center / cover no-repeat;
  }

  .masterpiece_cont .standard .standard_list .list_item.no-2 .clip_bg {
    background: url(../images/standard_img_3.webp) center / cover no-repeat;
  }

  .masterpiece_cont .standard .standard_list .list_item.no-3 .clip_bg {
    background: url(../images/standard_img_4.webp) center / cover no-repeat;
  }

  .masterpiece_cont .standard .standard_list .list_item.no-4 .clip_bg {
    background: url(../images/standard_img_5.webp) center / cover no-repeat;
  }

  .masterpiece_cont .standard .standard_list .list_item h3 {
    font-size: 70px;
    letter-spacing: 8px;
    margin-bottom: 134px;
  }

  .masterpiece_cont .standard .standard_list .list_item.no-2 h3 {
    margin: 0 0 272px auto;
  }

  .masterpiece_cont .standard .standard_list .list_item.no-3 h3 {
    margin: 0 0 254px auto;
  }

  .masterpiece_cont .standard .standard_list .list_item.no-4 h3 {
    margin-bottom: 223px;
  }

  .masterpiece_cont .standard .standard_list .list_item h4 {
    font-size: 20px;
    margin-bottom: 37px;
  }

  .masterpiece_cont .standard .standard_list .list_item p {
    font-size: 15px;
    line-height: 34px;
  }

  .masterpiece_cont .standard .standard_list .list_item.no-2 p {
    max-width: 380px;
  }

  .masterpiece_cont .standard .standard_list .list_item.no-3 p {
    max-width: 390px;
  }

  .masterpiece_cont .standard .standard_list .list_item.no-4 p {
    max-width: 438px;
  }
}

/* ------------------------------------------------------------ */
/* life */
.masterpiece_cont .life {
  background: #DDDDDD;
  color: #000;
  padding: 100px 0 90px;
}

.masterpiece_cont .life .inner {
  width: 100%;
}

.masterpiece_cont .life .ttl_cont {
  margin: 0 auto 45px;
}

.masterpiece_cont .life .ttl_cont .dash {
  width: 18px;
  height: 1px;
  display: inline-block;
  background: #000;
  vertical-align: super;
}

.masterpiece_cont .life .ttl_cont .en {
  max-width: 235px;
}

.masterpiece_cont .life .stages {
  width: 84%;
  margin: 0 auto 60px;
  text-align: center;
}

.masterpiece_cont .life .stages .ph {
  width: 63%;
  margin-bottom: 60px;
}

.masterpiece_cont .life .stages .txt_cont {
  text-align: left;
}

.masterpiece_cont .life .stages .txt_cont h3 {
  font-size: 15px;
  list-style: 30px;
  margin-bottom: 30px;
}

.masterpiece_cont .life .stages .txt_cont p {
  text-align: left;
  font-size: 14px;
  line-height: 28px;
}

.masterpiece_cont .life_item {
  margin-bottom: 90px;
}

.masterpiece_cont .life_item .ph {
  margin: 0;
}

.masterpiece_cont .life_item .ph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masterpiece_cont .life_item .heading {
  width: 84%;
  margin: 0 auto 30px;
}

.masterpiece_cont .life_item .icon {
  width: 100px;
  height: 98px;
  margin-bottom: 30px;
}

.masterpiece_cont .life_item .ttl-en {
  margin-bottom: 18px;
  font-size: 34px;
  letter-spacing: 2px;
  color: #3D4341;
  max-width: max-content;
}

.masterpiece_cont .life_item .ttl-ja {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.26px;
}

.masterpiece_cont .life_item .lead {
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.7px;
}

@media (min-width: 1024px) {
  .masterpiece_cont .life {
    padding: 181px 0 198px;
  }

  .masterpiece_cont .life .ttl_cont {
    max-width: 994px;
    margin-bottom: 30px;
  }

  .masterpiece_cont .life .ttl_cont .en {
    max-width: 485px;
  }

  .masterpiece_cont .life .ttl_cont h2 {
    margin: 0;
  }

  .masterpiece_cont .life .stages {
    max-width: 994px;
    margin: 0 auto 182px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    align-items: flex-end;
  }

  .masterpiece_cont .life .stages .txt_cont {
    width: max(447px, 45%);
    grid-column: 1 / 2;
    grid-row: 1;
    padding-bottom: 30px;
  }

  .masterpiece_cont .life .stages .txt_cont h3 {
    font-size: 20px;
  }

  .masterpiece_cont .life .stages .txt_cont p {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0.75px;
  }

  .masterpiece_cont .life .stages .ph {
    width: max(389px, 39%);
    grid-column: 2 / 3;
    grid-row: 1;
    margin-bottom: 0;
  }

  .masterpiece_cont .life .inner {
    max-width: 1440px;
    margin: 0 auto;
  }

  .masterpiece_cont .life_item {
    display: grid;
  }

  .masterpiece_cont .life_item .lead {
    font-size: 16px;
    line-height: 2.3;
  }

  .masterpiece_cont .life_item .heading {
    grid-area: heading;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .masterpiece_cont .life_item .icon {
    margin-bottom: 40px;
  }

  .masterpiece_cont .life_item .ttl-en {
    margin-bottom: 60px;
    font-size: 60px;
  }

  .masterpiece_cont .life_item .ttl-ja {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 35px;
  }

  .masterpiece_cont .life_item .lead {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0.75px;
  }
}

/* life_item ： hide-out */
.masterpiece_cont .hide-out_ph-main {
  margin-bottom: 12px !important;
}

.masterpiece_cont .hide-out_subphs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (min-width: 1024px) {
  .masterpiece_cont .hide-out {
    max-width: 1203px;
    grid-template-columns: 62% 32%;
    grid-template-rows: 1fr auto;
    grid-template-areas:
      "main rightTop"
      "leftBottom heading";
    column-gap: 6%;
    row-gap: 16px;
    align-items: flex-end;
    margin-bottom: 273px;
  }

  .masterpiece_cont .hide-out_ph-main {
    margin-bottom: 0 !important;
  }

  .masterpiece_cont .hide-out .heading {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
  }

  .masterpiece_cont .hide-out_subphs {
    gap: 16px;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }

  .masterpiece_cont .hide-out_subphs .hide-out_ph-sub1 {
    grid-column: 2;
  }

  .masterpiece_cont .hide-out_subphs .hide-out_ph-sub2 {
    grid-column: 3;
  }
}

/* life_item ： reset */
.masterpiece_cont .reset_ph-main {
  display: grid;
  grid-template-columns: 34% 63%;
  gap: 12px;
}

@media (min-width: 1024px) {
  .masterpiece_cont .reset {
    max-width: 1314px;
    grid-template-columns: 28% 65%;
    grid-template-rows: 1fr;
    column-gap: 16px;
    row-gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 273px auto;
  }

  .masterpiece_cont .reset .heading {
    grid-column: 1 / 2;
    grid-row: 1;
  }

  .masterpiece_cont .reset .reset_ph-main {
    grid-column: 2 / 3;
    grid-row: 1;
    justify-content: flex-end;
  }
}

/* life_item ： seamlessly */
.masterpiece_cont .seamlessly_ph-main {
  margin-bottom: 12px !important;
}

.masterpiece_cont .seamlessly_subphs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.masterpiece_cont .seamlessly_ph-sub img {
  aspect-ratio: 3 / 4;
}

@media (min-width: 1024px) {
  .masterpiece_cont .seamlessly {
    max-width: 1203px;
    grid-template-columns: 44% 36% 20%;
    grid-template-rows: 314px 314px 107px 1fr;
    grid-template-areas:
      "main rightTop"
      "leftBottom heading";
    column-gap: 16px;
    row-gap: 16px;
    align-items: start;
    margin-bottom: 263px;
  }

  .masterpiece_cont .seamlessly .heading {
    grid-row: 4 / 5;
  }

  .masterpiece_cont .seamlessly_ph-main {
    grid-area: main;
    margin-bottom: 0 !important;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    height: 100%;
  }

  .masterpiece_cont .seamlessly_ph-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .masterpiece_cont .seamlessly_subphs {
    display: contents;
  }

  .masterpiece_cont .seamlessly_ph-sub2,
  .masterpiece_cont .seamlessly_ph-sub3 {
    height: 100%;
    object-fit: cover;
  }

  .masterpiece_cont .seamlessly_ph-sub1 {
    grid-area: leftBottom;
    max-width: 354px;
    justify-self: center;
    grid-row: 4 / 5;
    margin: auto 0 !important;
  }

  .masterpiece_cont .seamlessly_ph-sub2 {
    grid-area: rightTop;
    margin-bottom: 24px;
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .masterpiece_cont .seamlessly_ph-sub3 {
    grid-area: rightTop;
    margin-top: calc(100% + 24px);
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }

  .masterpiece_cont .seamlessly_ph-sub2,
  .masterpiece_cont .seamlessly_ph-sub3 {
    width: 100%;
    max-width: 100%;
  }
}

/* life_item ： flexibility */
.masterpiece_cont .flexibility_ph-main {
  margin-bottom: 12px !important;
}

.masterpiece_cont .flexibility_subphs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.masterpiece_cont .flexibility_ph-sub img {
  aspect-ratio: 3 / 4;
}

@media (min-width: 1024px) {
  .masterpiece_cont .flexibility {
    max-width: 1041px;
    grid-template-columns: 29% 65%;
    grid-template-rows: 1fr auto;
    grid-template-areas:
      "main rightTop"
      "leftBottom heading";
    column-gap: 4%;
    row-gap: 16px;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
    left: 5%;
  }

  .masterpiece_cont .flexibility_ph-main {
    margin-bottom: 0 !important;
  }

  .masterpiece_cont .flexibility .heading {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }

  .masterpiece_cont .flexibility_subphs {
    gap: 16px;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }

  .masterpiece_cont .flexibility_subphs .flexibility_ph-sub1 {
    grid-column: 1 / 2;
  }

  .masterpiece_cont .flexibility_subphs .flexibility_ph-sub2 {
    grid-column: 2 / 3;
  }
}

@media (max-width: 1245px) and (min-width: 768px) {
  .masterpiece_cont .life_item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* gallery */
.masterpiece_cont .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  font-size: 14px;
  color: #999;
}

.masterpiece_cont .swiper-pagination-bullet-active {
  color: #000;
  font-weight: bold;
}

/* ------------------------------------------------------------ */
/* features */
.masterpiece_cont .features {
  background: #FFF;
  padding: 100px 0 102px;
}

.masterpiece_cont .features .inner,
.masterpiece_cont .features .ttl_cont,
.masterpiece_cont .features .merit .txt_cont {
  width: 88%;
  margin: 0 auto;
}

.masterpiece_cont .features .ttl_cont h2 {
  max-width: 265px;
  margin-bottom: 25px;
}

.masterpiece_cont .features .merit .ph {
  display: block;
  margin-bottom: 25px;
}

.masterpiece_cont .features .merit .txt_cont h3 {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 25px;
}

.masterpiece_cont .features .merit .txt_cont p {
  font-size: 14px;
  line-height: 28px;
}

.masterpiece_cont .features .features_item {
  margin-top: 60px;
}

.masterpiece_cont .features .features_item h4 {
  margin-bottom: 15px;
}

.masterpiece_cont .features .features_item h4 span {
  display: block;
}

.masterpiece_cont .features .features_item h4 .en {
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.masterpiece_cont .features .features_item h4 .jp {
  font-size: 15px;
  line-height: 26px;
}

.masterpiece_cont .features .features_item p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
}

.masterpiece_cont .features .bonus {
  margin-top: 100px;
  overflow: hidden;
}

.masterpiece_cont .features .bonus .ttl_cont h2 {
  margin-bottom: 40px;
}

.masterpiece_cont .features .bonus .ttl_cont h3 {
  margin-bottom: 45px;
  letter-spacing: 1px;
}

.masterpiece_cont .features .bonus .swiper-slide p {
  padding-top: 15px;
}

.masterpiece_cont .features .bonus .swiper-slide img {
  width: 100%;
}

.masterpiece_cont .features .bonus .swiper-pagination {
  position: initial !important;
  margin-top: 30px;
}

.masterpiece_cont .features .bonus .swiper-pagination-bullet {
  font-size: 20px;
  letter-spacing: 1px;
  width: 50%;
  margin: 0 auto 10px;
  text-align: left;
}

.masterpiece_cont .features .bonus .swiper-button-prev,
.masterpiece_cont .features .bonus .swiper-button-next {
  top: 29%;
  background: url(../images/icon_page.svg)center / cover no-repeat;
  color: transparent;
}

.masterpiece_cont .features .bonus .swiper-button-next {
  transform: scale(-1, 1);
}

@media (min-width: 1024px) {
  .masterpiece_cont .features {
    padding: 203px 0 172px;
  }

  .masterpiece_cont .features .ttl_cont {
    max-width: 1227px;
    margin: 0 auto;
  }

  .masterpiece_cont .features .ttl_cont h2 {
    max-width: 535px;
    margin: 0 0 -55px 0;
  }

  .masterpiece_cont .features .merit {
    display: grid;
    grid-template-columns: 371px 1fr;
    grid-template-rows: 1fr;
    max-width: 1227px;
    margin: 0 auto;
    align-items: center;
    column-gap: 3%;
    position: relative;
    left: 6%;
  }

  .masterpiece_cont .features .merit .ph {
    grid-column: 2 / 3;
    grid-row: 1;
    margin: 0;
  }

  .masterpiece_cont .features .merit .txt_cont {
    width: 100%;
    grid-column: 1 / 2;
    grid-row: 1;
  }

  .masterpiece_cont .features .merit .txt_cont h3 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 3px;
  }

  .masterpiece_cont .features .merit .txt_cont p {
    font-size: 15px;
    line-height: 34px;
  }

  .masterpiece_cont .features .inner {
    max-width: 1033px;
  }

  .masterpiece_cont .features .features_item {
    display: grid;
    grid-template-columns: 369px 1fr;
    column-gap: 8%;
    margin-top: 100px;
  }

  .masterpiece_cont .features .features_item * {
    grid-row: 1;
  }

  .masterpiece_cont .features .features_item:nth-of-type(even) {
    grid-template-columns: 1fr 369px;
  }

  .masterpiece_cont .features .features_item:nth-of-type(even) .txt_cont {
    grid-column: 2;
  }

  .masterpiece_cont .features .features_item:nth-of-type(even) .ph {
    grid-column: 1;
  }

  .masterpiece_cont .features .features_item h4 {
    margin-bottom: 30px;
  }

  .masterpiece_cont .features .features_item h4 .en {
    font-size: 44px;
    letter-spacing: 2.2px;
    margin-bottom: 15px;
  }

  .masterpiece_cont .features .features_item h4 .jp {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.85px;
  }

  .masterpiece_cont .features .features_item p {
    font-size: 15px;
    line-height: 34px;
    margin: 0;
  }

  .masterpiece_cont .features .bonus {
    margin-top: 200px;
  }

  .masterpiece_cont .features .bonus .ttl_cont {
    max-width: 1033px;
    margin: 0;
  }

  .masterpiece_cont .features .bonus .ttl_cont h2 {
    max-width: 535px;
    margin: 0;
  }

  .masterpiece_cont .features .bonus .ttl_cont h3 {
    font-size: 20px;
    line-height: 44px;
    margin: 120px 0 -70px;
    letter-spacing: 2px;
  }

  .masterpiece_cont .features .bonus .swiper-button-prev,
  .masterpiece_cont .features .bonus .swiper-button-next {
    background: url(../images/icon_page-bk.svg)center / cover no-repeat;
  }

  .masterpiece_cont .features .bonus .swiper-button-prev,
  .masterpiece_cont .features .bonus .swiper-button-next {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  .gallery_arw_pdg {
    width: 100%;
    padding: 0 27px 0 50%;
    overflow: hidden;
    position: relative;
  }

  .masterpiece_cont .features .bonus .swiper-pagination {
    position: absolute !important;
    width: max(418px, 40%);
    display: block;
    margin: 0;
  }

  .masterpiece_cont .features .bonus .swiper-pagination-bullet {
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
  }

  .masterpiece_cont .features .bonus .bonus-stages-gallery {
    overflow: hidden;
    position: initial !important;
  }

  .masterpiece_cont .features .bonus .bonus-stages-gallery .swiper-slide img {
    width: 100%;
  }

  .masterpiece_cont .features .bonus .gallery_arw_pdg .swiper-button-next {
    right: 0;
    top: -5%;
  }

  .masterpiece_cont .features .bonus .gallery_arw_pdg .swiper-button-prev {
    left: auto;
    right: 50%;
    top: -5%;
    bottom: 0;
  }
}

/* ------------------------------------------------------------ */
/* 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(275px, 66%);
  }
}

/* ------------------------------------------------------------ */
/* 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: #3D4341;
  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% / 3 + 1px);
  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: #3D4341;
  background-color: #3D4341;
  color: #fff;
}

.masterpiece_cont .tab span {
  display: none;
}

.masterpiece_cont .tab .symbols::before,
.masterpiece_cont .tab .symbols::after {
  content: "";
  background: #3D4341;
  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 .common-plan {
  padding: 60px 0 100px;
  background: #DDD;
}

.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 25px 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;
  font-weight: 400;
}

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

.masterpiece_cont .panel .common-plan .ph {
  margin: 40px auto 0;
  width: max(231px, 72%);
}

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

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

.masterpiece_cont .panel .common-plan .data h4 .jp {
  font-size: 13px;

}

.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-stages: 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: #FFF;
}

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

@media (max-width: 1023px) {
  .masterpiece_cont .panel .common-plan .inner {
    grid-template-areas:
      "ttl"
      "ttl-p"
      "ttl-cat"
      "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 .common-plan .ttl .category {
    grid-area: ttl-cat;
    width: 184px;
    margin: 0;
  }

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

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

@media (max-width: 767px) {
  .masterpiece_cont .panel .arrange-plan {
    padding-top: 80px;
  }

  .masterpiece_cont .panel .common-plan .ph {
    position: relative;
    left: -4%;
  }
}

@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 {
    font-size: 36px;
    letter-spacing: 3px;
  }

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

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

  .masterpiece_cont .tab.active {
    border-color: #3D4341;
    background-color: #3D4341;
    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 .symbols::before,
  .masterpiece_cont .tab .symbols::after {
    content: "";
    background: #3D4341;
    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 .common-plan {
    padding: 158px 0 195px;
  }

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

  .masterpiece_cont .panel .arrange-plan .img-ph {
    grid-column: 1;
    grid-row: 1;
    max-width: 332px;
    margin: 0;
  }

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

  .masterpiece_cont .panel .base-plan .ttl {
    max-width: 400px;
  }

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

  .masterpiece_cont .panel .common-plan .ph {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: flex-start;
    margin-top: 0;
  }

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

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

  .masterpiece_cont .panel .arrange-plan .ttl h3 {
    margin-bottom: 30px;
  }

  .masterpiece_cont .panel .common-plan .ttl h3 .en {
    font-size: 33px;
    margin-bottom: 50px;
    letter-spacing: 2.5px;
  }

  .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: 40px;
    max-width: 320px;
  }

  .masterpiece_cont .panel .base-plan .ttl p {
    max-width: 320px;
  }

  .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: #3D4341;
  }

  .masterpiece_cont .panel .tab.tsubo-32 {
    border-radius: 9999px 0 0 9999px;
  }
}

/* ------------------------------------------------------------ */
/* gallery */
.masterpiece_cont .gallery {
  color: #FFF;
  padding: 80px 0 165px;
  z-index: auto;
  clip-path: initial;
  background: url(../images/gallery_img_13.webp) center / cover no-repeat;
}

.masterpiece_cont .gallery .ttl_cont {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 67px;
}

.masterpiece_cont .gallery .plan-gallery {
  position: relative;
}

@media (min-width: 1024px) {
  .masterpiece_cont .gallery {
    padding: 124px 0 109px;
    background-attachment: fixed;
  }

  .masterpiece_cont .gallery .ttl_cont {
    font-size: 37px;
    letter-spacing: 1.8px;
    margin-bottom: 85px;
  }

  .masterpiece_cont .gallery .gallery_arw_pdg {
    padding: 0 100px;
    max-width: 1361px;
    width: 80%;
    margin: 0 auto;
  }

  .masterpiece_cont .gallery .gallery_arw_pdg .swiper-button-next,
  .masterpiece_cont .gallery .gallery_arw_pdg .swiper-button-prev {
    background: url(../images/icon_page.svg)center / cover no-repeat;
    color: transparent;
  }

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

  .masterpiece_cont .gallery .gallery_arw_pdg .swiper-button-next {
    right: 0;
    top: -50px;
    bottom: 0;
    margin: auto 0;
  }

  .masterpiece_cont .gallery .gallery_arw_pdg .swiper-button-prev {
    left: 0;
    top: -50px;
    bottom: 0;
    margin: auto 0;
  }
}

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

.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: 48px;
  position: absolute;
  left: 9%;
  top: 40px;
}

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

.masterpiece_cont .masterpiece .rgt_cont .inner {
  max-width: 75%;
  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;
}

.masterpiece_cont .masterpiece .btn_banner {
  overflow: hidden;
  aspect-ratio: 340 / 107;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 57px;
}

.masterpiece_cont .masterpiece .btn_banner .txt {
  width: 100%;
  padding: 0 18px;
  text-align: center;
}

.masterpiece_cont .masterpiece .btn_banner .txt span {
  display: block;
}

.masterpiece_cont .masterpiece .btn_banner .txt .en {
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.masterpiece_cont .masterpiece .btn_banner .txt .jp {
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 25px;
}

.masterpiece_cont .masterpiece .btn_banner:hover .txt {
  color: #3E3E3E;
}

.masterpiece_cont .masterpiece .btn_banner .bg {
  content: "";
  background-color: #3E3E3E;
  border: 1px solid #FFF;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.masterpiece_cont .masterpiece .btn_banner:hover .bg {
  background-color: #FFF;
}

.masterpiece_cont .masterpiece .btn_banner .arrow {
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.masterpiece_cont .masterpiece .btn_banner:hover .arrow {
  margin-right: -5px;
  background: url(../images/icon_arw_bk.svg)center / 100% no-repeat;
  width: 18px;
  height: 15px;
}

@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: 70px;
    left: 15%;
  }

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

  .masterpiece_cont .masterpiece .rgt_cont .inner {
    max-width: 340px;
  }

  .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;
  }

  .masterpiece_cont .masterpiece .btn_banner .txt {
    padding: 0 37px;
  }

  .masterpiece_cont .masterpiece .btn_banner .txt .en {
    font-size: 25px;
    letter-spacing: 2px;
  }

  .masterpiece_cont .masterpiece .btn_banner .txt .jp {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .masterpiece_cont .masterpiece .btn_banner {
    margin-top: 123px;
    min-width: 432px;
    min-width: 60%;
  }
}

/* ------------------------------------------------------------ */
/* 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;
  }
}