@font-face {
  font-family: Futura-Bold;
  src: url(../font/FuturaBold.otf) format("opentype");
}
@font-face {
  font-family: Futura-Medium;
  src: url(../font/FuturaMedium.otf) format("opentype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

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

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

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

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: 100%;
  padding: 35rem 40rem;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: right;
  z-index: 10;
}
header nav {
  width: 8m;
  height: auto;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
header nav .nav__menu {
  padding: 60rem 30rem 20rem;
}
header nav .nav__menu li {
  padding: 10rem 0;
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 41.4rem;
  text-align: left;
  color: #211815;
}
header nav .nav__menu li a {
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 41.4rem;
  text-align: left;
  color: #211815;
  transition: 0.3s;
  position: relative;
}
header nav .nav__menu li a:hover:after {
  width: 100%;
}
header nav .nav__menu li a:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 1rem solid #211815;
  position: absolute;
  left: 0;
  bottom: 0rem;
  transition: 0.3s;
}
header.sub .logo {
  opacity: 1;
  visibility: visible;
}
header.sub .sp-menu {
  cursor: pointer;
}
header.sub .sp-menu .sp-pan span {
  border-color: black;
}
header.sub .sp-menu .lbl {
  color: black;
}
header .logo {
  width: 190rem;
  display: flex;
  position: absolute;
  left: 50%;
  top: 30rem;
  transform: translate(-50%);
  opacity: 0;
  visibility: hidden;
}
header .sp-menu {
  width: 60rem;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
header .sp-menu.open .sp-pan span {
  border-color: black;
}
header .sp-menu.open .sp-pan span:nth-child(1) {
  top: 7rem;
  transform: rotate(25deg);
}
header .sp-menu.open .sp-pan span:nth-child(2) {
  width: 0;
}
header .sp-menu.open .sp-pan span:nth-child(3) {
  top: 7rem;
  transform: rotate(-25deg);
}
header .sp-menu .sp-pan {
  width: 100%;
  height: 18rem;
  position: relative;
}
header .sp-menu .sp-pan span {
  width: 100%;
  height: 0;
  border-top: 2rem solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
header .sp-menu .sp-pan span + span {
  top: 7rem;
}
header .sp-menu .sp-pan span + span + span {
  top: 15rem;
}
header .sp-menu .lbl {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.1em;
  line-height: 18rem;
  margin-top: 7rem;
  text-align: center;
  color: #fff;
}

.frontviews {
  position: relative;
  height: auto;
}

.front__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.front__logo .logo {
  width: 221rem;
  display: flex;
}
.front__logo .lbl {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 18rem;
  margin-top: 10rem;
  text-align: center;
  color: #fff;
}

.catch__text {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.catch__text .t__lbl {
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.1em;
  line-height: 62rem;
  text-align: center;
  color: #fff;
  text-shadow: 0rem 0rem 0rem #000;
}
.catch__text .j__txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  margin-top: 50rem;
  text-align: center;
  color: #fff;
  text-shadow: 0rem 0rem 0rem #000;
}
.catch__text .e__txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 24rem;
  margin-top: 70rem;
  text-align: center;
  color: #fff;
  text-shadow: 0rem 0rem 0rem #000;
}
.catch__text .e__txt span {
  font-size: 12rem;
}

.gap__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 18rem;
  text-align: right;
  color: #fff;
  position: absolute;
  right: 20rem;
  bottom: 20rem;
}

.title__part {
  display: inline-flex;
  flex-direction: column;
  align-items: baseline;
  position: absolute;
  left: 120rem;
  top: 50%;
  transform: translateY(-50%);
}
.title__part .link__btn {
  margin-top: 100rem;
  padding-bottom: 10rem;
  display: inline-flex;
  align-items: center;
  border-bottom: 1rem solid #fff;
  transition: 0.3s;
}
.title__part .link__btn:hover {
  opacity: 0.7;
}
.title__part .link__btn .lbl {
  font-weight: 500;
  font-size: 21rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: left;
  color: #fff;
}
.title__part .link__btn .icon {
  width: 32rem;
  display: flex;
  margin-left: 14rem;
}

.p__title.--center .en__txt {
  font-size: 60rem;
  line-height: 1.4;
  text-align: center;
  color: #1a1a1a;
}
.p__title.--center .j__txt {
  font-size: 18rem;
  line-height: 32rem;
  text-align: center;
  color: #1a1a1a;
}
.p__title.--title {
  position: relative;
  display: inline-block;
}
.p__title.--title .bg {
  width: 221rem;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p__title .en__txt {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 100rem;
  letter-spacing: -0.05em;
  line-height: 137.71rem;
  text-align: left;
  color: #fff;
}
.p__title .j__txt {
  font-weight: 500;
  font-size: 21rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  margin-top: 5rem;
  text-align: left;
  color: #fff;
}

.modal__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  display: none;
}
.modal__image .m__overlay {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
.modal__image .m__image {
  width: 600rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.modal__image .m__image .main {
  width: 100%;
  display: flex;
}
.modal__image .m__image .m-close {
  width: 46rem;
  display: flex;
  position: absolute;
  right: -64rem;
  top: 0;
  cursor: pointer;
}
.modal__image .m__image .close__lbl {
  font-size: 18rem;
  color: white;
  font-weight: 500;
  position: absolute;
  left: 50%;
  bottom: -64rem;
  transform: translate(-50%);
  cursor: pointer;
}

.section-gallery {
  padding: 130rem 0;
}
.section-gallery .gallery__items {
  max-width: 1200rem;
  width: 95%;
  margin: auto;
  margin-top: 140rem;
  display: flex;
  flex-wrap: wrap;
}
.section-gallery .gallery__items.mo .g__item .g__item {
  height: auto;
}
.section-gallery .gallery__items.mo .g__item:after {
  content: unset !important;
}
.section-gallery .gallery__items .g__item {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.section-gallery .gallery__items .g__item .g__item {
  height: 239rem;
}
.section-gallery .gallery__items .g__item.image:hover:after {
  opacity: 0.8;
}
.section-gallery .gallery__items .g__item.image:hover div {
  opacity: 1;
}
.section-gallery .gallery__items .g__item.image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #065580;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  mix-blend-mode: multiply;
}
.section-gallery .gallery__items .g__item div {
  width: 100%;
  font-size: 18rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.3s;
  opacity: 0;
  text-align: center;
  color: white;
}
.section-gallery .gallery__items .g__item div .c02 {
  display: none;
}

footer {
  padding: 10rem 0 60rem;
}
footer .f__menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .f__menu li {
  padding: 0 25rem;
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 41.4rem;
  text-align: left;
  color: #211815;
}
footer .f__menu li a {
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 41.4rem;
  text-align: center;
  color: #211815;
  transition: 0.3s;
  position: relative;
}
footer .f__menu li a:hover:after {
  width: 100%;
}
footer .f__menu li a:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 1rem solid #211815;
  position: absolute;
  left: 0;
  bottom: 0rem;
  transition: 0.3s;
}
footer .f__menu li a span {
  font-size: 14rem;
}
footer .footer__logo {
  margin-top: 150rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .footer__logo .f__logo {
  width: 221rem;
  display: flex;
}
footer .footer__logo .lbl {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 18rem;
  margin-top: 20rem;
  display: block;
  text-align: center;
  color: #000;
}
footer .sns__item {
  margin-top: 90rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .sns__item .icon {
  width: 30rem;
  margin: 0 8rem;
  display: flex;
}
footer .copyright {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.1em;
  line-height: 24rem;
  margin-top: 80rem;
  text-align: center;
  color: #000;
}

.profile__wrapper {
  margin-top: 300rem;
  text-align: center;
}
.profile__wrapper .profile__content {
  padding: 110rem 0 120rem;
  background: rgba(237, 237, 238, 0.5);
  position: relative;
}
.profile__wrapper .profile__content .p__title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.profile__wrapper .profile__content .main__image {
  width: 630rem;
  margin: auto;
  z-index: 1;
  position: relative;
}
.profile__wrapper .profile__content .main__image .image__inner {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.profile__wrapper .profile__content .main__image .image__inner .logo__mark {
  color: white;
}
.profile__wrapper .profile__content .main__image .logo__mark {
  width: 100%;
  font-weight: bold;
  font-size: 110rem;
  letter-spacing: 0.1em;
  line-height: 120rem;
  text-align: center;
  color: #000;
  position: absolute;
  left: 50%;
  bottom: -54rem;
  transform: translate(-50%);
}
.profile__wrapper .profile__content .ceo__info {
  margin-top: 80rem;
}
.profile__wrapper .profile__content .ceo__info .c__name {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.1em;
  line-height: 18rem;
  text-align: center;
  color: #000;
}
.profile__wrapper .profile__content .ceo__info .c__year {
  font-weight: 500;
  font-size: 14rem;
  margin-top: 9rem;
  letter-spacing: 0.05em;
  line-height: 18rem;
  text-align: center;
  color: #1a1a1a;
}
.profile__wrapper .biography__content {
  margin-top: 190rem;
}
.profile__wrapper .biography__content table {
  max-width: 820rem;
  width: 95%;
  margin: auto;
  margin-top: 200rem;
  border-collapse: separate;
  border-spacing: 25rem;
}
.profile__wrapper .biography__content table tr:last-child td {
  border-bottom: 1rem solid #b3b3b3;
}
.profile__wrapper .biography__content table tr td {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  padding: 20rem 0;
  text-align: left;
  color: #1a1a1a;
  border-top: 1rem solid #b3b3b3;
}
.profile__wrapper .biography__content table tr td:first-child {
  width: 95rem;
  vertical-align: top;
}
.profile__wrapper .portrait__content {
  max-width: 1070rem;
  width: 95%;
  margin: 120rem auto 150rem;
  text-align: center;
}
.profile__wrapper .portrait__content .ceo__content {
  margin-top: 230rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.profile__wrapper .portrait__content .ceo__content .content__text {
  width: 475rem;
}
.profile__wrapper .portrait__content .ceo__content .content__text .c__txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: justify;
  color: #1a1a1a;
}
.profile__wrapper .portrait__content .ceo__content .content__text .ceo__info {
  width: 100%;
  margin-top: 80rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.profile__wrapper .portrait__content .ceo__content .content__text .ceo__info .ceo {
  width: 130rem;
  display: flex;
}
.profile__wrapper .portrait__content .ceo__content .content__text .ceo__info .info .txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: right;
  color: #1a1a1a;
}
.profile__wrapper .portrait__content .ceo__content .content__text .ceo__info .info .name {
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  margin-top: 5rem;
  text-align: right;
  color: #1a1a1a;
}
.profile__wrapper .portrait__content .ceo__content .content__text .detail__btn {
  width: 100%;
  height: 101.35rem;
  margin-top: 85rem;
  border: 1rem solid #000;
  background: url(../img/title_bg.webp);
  background-repeat: repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.profile__wrapper .portrait__content .ceo__content .content__text .detail__btn .lbl {
  font-weight: 500;
  font-size: 21rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: left;
  color: #000;
}
.profile__wrapper .portrait__content .ceo__content .content__text .detail__btn .icon {
  width: 32rem;
  margin-left: 30rem;
  display: flex;
}
.profile__wrapper .portrait__content .ceo__content .ceo__p {
  width: 500rem;
  position: relative;
}
.profile__wrapper .portrait__content .ceo__content .ceo__p .name {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: left;
  color: #1a1a1a;
  position: absolute;
  right: 0;
  bottom: -25rem;
}

.gallery__wrapper {
  margin: 320rem 0 150rem;
}
.gallery__wrapper .gallery__content {
  padding: 110rem 0 120rem;
  background: rgba(237, 237, 238, 0.5);
  position: relative;
}
.gallery__wrapper .gallery__content .p__title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.gallery__wrapper .gallery__content .gallery__image {
  width: 700rem;
  display: flex;
  margin: auto;
  margin-top: 120rem;
}
.gallery__wrapper .gallery__content .g__name {
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.1em;
  line-height: 62rem;
  margin-top: 45rem;
  text-align: center;
  color: #1a1a1a;
}
.gallery__wrapper .gallery__content .g__year {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  margin-top: 10rem;
  text-align: center;
  color: #1a1a1a;
}
.gallery__wrapper .gallery__content .work__list {
  width: 330rem;
  height: 100.35rem;
  margin: auto;
  margin-top: 40rem;
  background: #fff;
  border: 1rem solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gallery__wrapper .gallery__content .work__list .lbl {
  font-weight: 500;
  font-size: 21rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: center;
  color: #000;
}
.gallery__wrapper .gallery__content .work__list .icon {
  width: 32rem;
  display: flex;
  position: absolute;
  right: 35rem;
  top: 50%;
  transform: translateY(-50%);
}

.modal__wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 12;
}
.modal__wrapper .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal__wrapper .modal__text {
  max-width: 600rem;
  width: 90%;
  height: 80vh;
  background: white;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal__wrapper .modal__text .close__btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20rem;
  right: -20rem;
  width: 40rem;
  height: 40rem;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
.modal__wrapper .modal__text .content__text {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal__wrapper .modal__text .content__text .c__txt {
  font-size: 16rem;
  line-height: 1.7;
  margin-bottom: 15rem;
}
.modal__wrapper .modal__text .content__text .ceo__info {
  width: 100%;
  margin-top: 30rem;
  margin-bottom: 20rem;
  display: flex;
  align-items: flex-start;
  justify-content: right;
}
.modal__wrapper .modal__text .content__text .ceo__info .ceo {
  width: 130rem;
  margin-right: 60rem;
  display: flex;
}
.modal__wrapper .modal__text .content__text .ceo__info .info .txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: right;
  color: #1a1a1a;
}
.modal__wrapper .modal__text .content__text .ceo__info .info .name {
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  margin-top: 5rem;
  text-align: right;
  color: #1a1a1a;
}

.note__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 18rem;
  margin-top: 90rem;
  text-align: center;
  color: #1a1a1a;
}
.note__txt.c01 {
  margin-top: 0;
}

@media screen and (max-width: 1080px) {
  .profile__wrapper .portrait__content .ceo__content .content__text {
    width: 45%;
  }
  .profile__wrapper .portrait__content .ceo__content .ceo__p {
    width: 50%;
  }
  .section-gallery .gallery__items .g__item .g__item {
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2631vw;
  }
  .frontview {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .frontview > img {
    width: 101%;
  }
  .front__logo .logo {
    width: 132rem;
  }
  .front__logo .lbl {
    font-size: 7.5rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 6rem;
  }
  .frontview .gap__txt {
    display: none;
  }
  .p__title .en__txt {
    font-size: 50rem;
    line-height: 1.5;
  }
  .title__part {
    position: absolute;
    left: 26rem;
    top: 0;
    transform: unset;
  }
  .title__part .link__btn {
    margin-top: 69rem;
  }
  .p__title.--center .en__txt {
    font-size: 40rem;
  }
  .p__title.--center .j__txt {
    font-size: 18rem;
    line-height: 32rem;
    margin-top: 10rem;
  }
  .section-gallery .gallery__items {
    width: 330rem;
    margin: auto;
    margin-top: 100rem;
  }
  .section-gallery .gallery__items .g__item {
    width: 100%;
  }
  .section-gallery .gallery__items .g__item .g__item {
    width: 50%;
  }
  footer .f__menu {
    display: none;
  }
  footer .footer__logo {
    margin-top: 0;
  }
  footer .footer__logo .f__logo {
    width: 138rem;
  }
  footer .footer__logo .lbl {
    font-size: 8rem;
    letter-spacing: 0.05em;
    line-height: 18rem;
    margin-top: 10rem;
  }
  header .sp-menu {
    width: 50rem;
  }
  header {
    padding: 16rem 13rem;
  }
  header .sp-menu .sp-pan {
    width: 100%;
    height: 17rem;
  }
  footer {
    padding: 10rem 0 20rem;
  }
  header.sub .sp-menu .lbl {
    display: none;
  }
  header .logo {
    width: 120rem;
    top: 20rem;
  }
  .p__title.--title .bg {
    width: 140rem;
  }
  .gallery__wrapper {
    margin: 220rem 0 100rem;
  }
  .gallery__wrapper .gallery__content {
    padding: 69rem 0 80rem;
  }
  .gallery__wrapper .gallery__content .gallery__image {
    width: 330rem;
    display: flex;
    margin: auto;
    margin-top: 50rem;
  }
  .gallery__wrapper .gallery__content .g__name {
    font-size: 28rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-top: 30rem;
  }
  .note__txt {
    font-size: 12rem;
    line-height: 18rem;
    margin-top: 50rem;
  }
  .gallery__wrapper .gallery__content .work__list .lbl {
    font-size: 16rem;
  }
  .gallery__wrapper .gallery__content .work__list .icon {
    width: 28rem;
    right: 30rem;
  }
  .gallery__wrapper .gallery__content .work__list {
    width: 300rem;
    height: 80.35rem;
  }
  .profile__wrapper {
    margin-top: 220rem;
  }
  .profile__wrapper .profile__content .main__image {
    width: 330rem;
  }
  .profile__wrapper .profile__content {
    padding: 69rem 0 80rem;
  }
  .profile__wrapper .profile__content .main__image .logo__mark {
    font-size: 45rem;
    letter-spacing: 0.1em;
    line-height: 110rem;
  }
  .profile__wrapper .profile__content .ceo__info {
    margin-top: 50rem;
  }
  .profile__wrapper .biography__content {
    margin-top: 90rem;
  }
  .profile__wrapper .biography__content table {
    max-width: 820rem;
    width: 330rem;
    margin: auto;
    margin-top: 120rem;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .profile__wrapper .biography__content table tr {
    display: grid;
    border-top: 1rem solid #b3b3b3;
  }
  .profile__wrapper .biography__content table tr:last-child {
    border-bottom: 1rem solid #b3b3b3;
  }
  .profile__wrapper .biography__content table tr td {
    border: 0;
  }
  .profile__wrapper .biography__content table tr td:last-child {
    padding-top: 10rem;
  }
  .profile__wrapper .biography__content table tr td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  .profile__wrapper .biography__content table tr:last-child td {
    border-bottom: unset;
  }
  .profile__wrapper .portrait__content {
    width: 330rem;
  }
  .profile__wrapper .portrait__content .ceo__content {
    margin-top: 130rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .profile__wrapper .portrait__content .ceo__content .ceo__p {
    width: 100%;
    margin-bottom: 100rem;
  }
  .profile__wrapper .portrait__content .ceo__content .content__text {
    width: 100%;
  }
  .profile__wrapper .portrait__content .ceo__content .content__text .ceo__info {
    margin-top: 60rem;
    display: block;
  }
  .profile__wrapper .portrait__content .ceo__content .content__text .ceo__info .ceo {
    width: 200rem;
    margin: auto;
    margin-bottom: 20rem;
  }
  .profile__wrapper .portrait__content .ceo__content .content__text .ceo__info .info .txt {
    text-align: center;
  }
  .profile__wrapper .portrait__content .ceo__content .content__text .ceo__info .info .name {
    text-align: center;
  }
  .profile__wrapper .portrait__content .ceo__content .content__text .detail__btn .lbl {
    font-size: 16rem;
  }
  .profile__wrapper .portrait__content .ceo__content .content__text .detail__btn .icon {
    width: 27rem;
    margin-left: 16rem;
  }
  .modal__image .m__image {
    width: 300rem;
  }
  .modal__image .m__image .m-close {
    width: 25rem;
    right: -34rem;
  }
  .modal__image .m__image .close__lbl {
    font-size: 15rem;
    bottom: -35rem;
  }
  .modal__wrapper .modal__text {
    height: 82vh;
    padding: 18rem;
  }
  .modal__wrapper .modal__text .content__text {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .modal__wrapper .modal__text .close__btn {
    top: -15rem;
    right: -15rem;
    width: 30rem;
    height: 30rem;
  }
  .modal__wrapper .modal__text .content__text p {
    font-size: 15rem;
  }
  .profile__wrapper .portrait__content .ceo__content .content__text .detail__btn {
    width: 100%;
    height: 77.35rem;
  }
  header nav .nav__menu {
    padding: 60rem 15rem 20rem;
  }
  .modal__wrapper .modal__text .content__text .ceo__info {
    display: block;
  }
  .modal__wrapper .modal__text .content__text .ceo__info .ceo {
    width: 200rem;
    margin: auto;
    margin-bottom: 20rem;
  }
  .modal__wrapper .modal__text .content__text .ceo__info .info .txt {
    text-align: center;
  }
  .modal__wrapper .modal__text .content__text .ceo__info .info .name {
    text-align: center;
  }
  .section-gallery .gallery__items .g__item .g__item {
    height: 135rem;
  }
}/*# sourceMappingURL=style.css.map */