@charset "UTF-8";
*:focus {
  outline: none;
}
html {
  overflow-x: hidden;
}
@media (max-width: 739px) {
  .tbpc-only {
    display: none !important;
  }
}
@media (min-width: 740px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .sptb-only {
    display: none !important;
  }
}
main {
  padding: 0 0 70px 0;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  font-family: "AvenirLTPro-Book", "TazuganeGothicStdN-Light", sans-serif;
}
@media (max-width: 959px) {
  main,
  .maincopy {
    font-size: min(4vw, 15px);
  }
}
@media (min-width: 960px) {
  main,
  .maincopy {
    font-size: min(1.35vw, 16px);
  }
}
@media print {
  main,
  .maincopy {
    font-size: 10px;
  }
  header,
  footer {
    display: none;
  }
}
.serif {
  font-family: "TsuMinPr6RB-JansonTextPro55R", serif;
  font-feature-settings: "palt";
}
@media screen and (min-width: 600px) {
  main {
    padding: 0 0 80px 0;
  }
}
.pc {
  display: none !important;
}
@media print, screen and (min-width: 700px) {
  .pc {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
}
@media (hover: hover) {
  a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/*リンクボタン*/
.morelink {
  color: #111;
  display: inline-block;
  line-height: 1;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #000;
  transition: 0.3s;
  position: relative;
  background: transparent;
}
.morelink::after {
  content: "";
  position: absolute;
  background: #000;
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: 0.3s;
  z-index: 1;
}
.morelink > span {
  padding: 25px;
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  transition: 0.3s;
}
@media (hover: hover) {
  .morelink:hover > span {
    color: #fff;
  }
  .morelink:hover::after {
    width: 100%;
    height: 100%;
  }
}
/*ローディング中表示*/
.preloading {
  height: 100vh;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  .loadingwrap {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none;
  }
}
/* メインコピー */
.maincopy {
  position: absolute;
  left: 7%;
  top: 50%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  color: #fff;
  z-index: 50;
  transition: all 1s ease-out;
  & p {
    display: block;
  }
  & p.en {
    font-size: 5.375em;
    line-height: 1.05;
    letter-spacing: 0;
    font-family: "Cormorant Garamond", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  & p.ja {
    font-family: "TsuMinPr6RB-JansonTextPro55R", serif;
    font-size: 1.4em;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    padding: 0 0 0 0.3em;
    line-height: 1.2;
  }
  .fade-text {
    display: block;
    color: transparent;
    line-height: 1.4;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 300% 300%;
  }
  .fade-text.to__right {
    background-image: linear-gradient(
      to right,
      #fff 30%,
      rgba(255, 255, 255, 0) 60%
    );
    background-position: left 100% center;
    transform: translate(-20px, 0);
    -webkit-animation: toRight var(--duration, 2.4s) var(--ease)
      var(--delay, 0.6s) forwards;
    animation: toRight var(--duration, 2.4s) var(--ease) var(--delay, 0.6s)
      forwards;
  }
}
@-webkit-keyframes toRight {
  100% {
    transform: translate(0, 0);
    background-position: left 0% center;
  }
}
@keyframes toRight {
  100% {
    transform: translate(0, 0);
    background-position: left 0% center;
  }
}
@media (min-width: 520px) {
  .maincopy {
    left: 5%;
  }
}
@media (min-width: 740px) {
  .maincopy {
    left: 3%;
  }
  .maincopy p.en {
    font-size: 8em;
  }
  .maincopy p.ja {
    font-size: 1.5em;
  }
}
/*ナビゲーションのためのオーバーレイ*/
.gradation_overley {
  width: 100%;
  height: 30vh;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}
/* キービジュアル */
.key-visual {
  background: #c1bab4;
  height: 100vh;
}
.key-visual .swiper-fade .swiper-slide {
  width: 100%;
  height: 100vh;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.key-visual .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.key-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
.key-visual .swiper-slide-active img,
.key-visual .swiper-slide-duplicate-active img,
.key-visual .swiper-slide-prev img {
  animation: zoomUp 9s linear 0s 1 normal both;
}
@media (min-width: 740px) {
  .key-visual .swiper-slide-active img,
  .key-visual .swiper-slide-duplicate-active img,
  .key-visual .swiper-slide-prev img {
    animation: zoomUppc 9s linear 0s 1 normal both;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomUppc {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.key-visual .swiper {
  opacity: 0;
  transition: opacity 3s ease;
}
.key-visual .swiper.fade-in {
  opacity: 1;
}

/*お知らせ・雑誌掲載情報*/
.news_magazine {
  width: min(84%, 1360px);
  margin: auto;
}
.news,
.magazine {
  position: relative;
  margin: 70px 0 0 0;
  padding: 0 0 2em 0;
}
.news .listlink .morelink span,
.magazine .listlink .morelink span {
  padding: 15px 20px;
}
.news h2,
.magazine h2 {
  font-size: 2.3em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  color: #000;
}
.news a {
  color: #000;
}
.news a h5 span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news li {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news .date-category {
  letter-spacing: 0.1em;
}
.news .date {
  font-weight: 300;
}
.news .category {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.75em;
  padding: 2px 5px;
  border: 1px solid #389281;
  line-height: 1;
}
.news .category a {
  color: #389281;
}
.magazine {
  color: #000;
}
.magazine ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1em;
  margin: 1.5em 0;
  & li {
    font-size: 0.9em;
  }
}
.magazine .pages a {
  display: block;
  position: relative;
}
.magazine .pages a img {
  opacity: 1;
}
.magazine .pages a .pdf-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 15px;
}
.magazine .pages a .pdf-overlay p {
  position: absolute;
  top: 70%;
  width: 100%;
  font-size: 0.85em;
  text-align: center;
  line-height: 1;
  margin-top: -17px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.magazine .pages a .pdf-overlay p span {
  font-size: 34px;
  display: inline-block;
  margin-bottom: 0.3em;
}
.magazine h4 {
  line-height: 1.5;
  margin: 0.5em 0 0.3em 0;
}
.magazine .onstore {
  font-size: 0.9em;
  letter-spacing: 0.1em;
  display: none;
}
.news .listlink,
.magazine .listlink {
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 740px) {
  .news .listlink,
  .magazine .listlink {
    position: absolute;
    top: 0px;
    right: 0;
    margin-top: 0;
  }
  .magazine ul {
    column-gap: 2em;
  }
  .magazine .pages {
    margin: 0 0 1em 0;
  }
  .magazine .onstore {
    display: block;
  }
}
@media print, screen and (min-width: 960px) {
  .news_magazine {
    width: min(86%, 1360px);
    display: flex;
    column-gap: 6em;
  }
  .news {
    flex: 1;
  }
  .magazine {
    width: min(45%, 32.5em);
  }
  .news_magazine {
    padding: 70px 0 100px 0;
  }
  .magazine ul {
    column-gap: 1em;
  }
}
@media (hover: hover) {
  .news a:hover h5 span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    line-height: 1.8;
  }
  .magazine .pages a:hover .pdf-overlay {
    opacity: 1;
  }
  .magazine .pages a:hover .pdf-overlay p {
    top: 50%;
    margin-top: -30px;
  }
}
/*画像オーバーレイ2*/
.box {
  overflow: hidden;
}
.box .boxInner {
  opacity: 0;
}
.isPlay {
  animation-name: play;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}
.isPlay:before {
  animation-name: maskOut;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #e8e8e6;
}
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

/* 新社屋 */
.rebirth {
  background: #efede8;
  color: #4f443f;
  position: relative;
}
.rebirth a {
  color: #4f443f;
}
.video-clip {
  width: 90%;
  margin: 0 0 -1.5em auto;
  position: relative;
  z-index: 4;
  background: #fff;
}
@media (min-width: 740px) {
  .video-clip {
    margin: 0 0 -3em auto;
  }
}
video {
  display: block;
}
.video-clip a {
  display: block;
  position: relative;
  color: #4f443f;
}
.video-clip a p {
  position: absolute;
  right: 2em;
  top: calc(100% + 0.5em);
  font-size: 0.85em;
  border-bottom: 1px solid;
}
.video-clip a .play-button {
  position: absolute;
  top: calc(50% - 3em);
  left: calc(50% - 3em);
}
.video-clip a .play-button img {
  width: 6em;
  height: 6em;
  transition: 0.5s;
}
@media (hover: hover) {
  .video-clip a:hover .play-button img {
    transform: scale(1.2);
  }
}
.video-clip-media {
  width: 100%;
  height: auto;
}
.rebirth_text {
  width: 80%;
  margin: auto;
  padding: 2em 0 4em;
  line-height: 2;
  color: #4f443f;
  transition: 1s;
}
@media (min-width: 740px) {
  .rebirth_text.light {
    color: #fff;
  }
}
@media (min-width: 960px) {
  .rebirth_text {
    width: calc(23.5em + 7vw);
    line-height: 2;
    position: sticky;
    height: 100vh;
    top: 0;
    color: #4f443f;
    padding: 5em 0 5em 7vw;
    margin: 0;
    z-index: 5;
    transition: 1s;
  }
}
.rebirth_text h3 {
  font-family: "TsuMinPr6RB-JansonTextPro55R", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-size: 1.95em;
  line-height: 1.75;
  margin: 1.2em 0 0.75em 0;
}
.rebirth_text p {
  line-height: 2.2;
}
@media (min-width: 740px) {
  .rebirth_text h3 {
    font-size: 2.2em;
  }
}
.rebirth_image_flex {
  display: flex;
  gap: 7%;
  align-items: flex-end;
  position: relative;
}
.rebirth_image_pr,
.rebirth_image_ls {
  margin-bottom: 1.5em;
}
.rebirth_image_pr {
  aspect-ratio: 2 / 3;
  overflow: hidden;
}
.rebirth_image_ls {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.rebirth_image .rebirth_image_inner_1 {
  width: 40%;
}
.rebirth_image .rebirth_image_inner_2 {
  flex: 1;
}
.rebirth_image .rebirth_image_inner_3 {
 width: 34%;
 position: absolute;
 top:100%;
 right:13%;
 display: none;;
}
.rebirth_image .rebirth_image_inner_2 .rebirth_image_pr {
  width: 40vw;
}
@media (min-width: 740px) {
  .rebirth_image_pr,
  .rebirth_image_ls {
    margin-bottom: 3em;
  }
}
@media (min-width: 960px) {
  .rebirth_image {
    z-index: 2;
    width: calc(87% - 23.5em);
    margin: -100vh 0 0 auto;
  }
  .rebirth_image .rebirth_image_inner_1 {
    width: 34%;
  }
  .rebirth_image .rebirth_image_inner_2 .rebirth_image_pr {
    width: calc((87vw - 23.5em) * 0.33);
  }
  .rebirth_image .rebirth_image_inner_3 {
   display: block;
  }
}
/* 画像拡大 */
.zoom_wrapper {
  height: 200vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
.zoom-target {
  max-width: 100%;
  position: sticky;
  margin: 0 auto;
  overflow: hidden;
  transition: width 0.4s ease;
}
.zoom-target img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.4s ease;
}
@media screen and (orientation: portrait) {
  .zoom-target {
    width: 50%;
    top: 0;
    aspect-ratio: 2 / 3;
  }
  .zoom-target img {
    aspect-ratio: 2 / 3;
  }
}
@media screen and (orientation: landscape) {
  .zoom-target {
    width: 35%;
    aspect-ratio: 3 / 2;
    top: 50px;
  }
  .zoom-target img {
    aspect-ratio: 3 / 2;
  }
}
/* サービス */
.service {
  padding: 100px 0 150px;
  color: #523c3c;
  position: relative;
  background: #efede8;
}
.service h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.6em;
  letter-spacing: 0.075em;
  line-height: 1;
}
.service .container {
  width: min(84%, 1360px);
  margin: auto;
  position: relative;
  z-index: 4;
}
.service_contents li {
  margin: 60px 0 0 0;
}
.service_contents li a {
  display: block;
  color: #4f443f;
}
.service h3 {
  font-size: 1.2em;
  padding: 0 0 0.5em 0;
}
.service p.en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3em;
  line-height: 1.1;
  margin: 0 0 0.3em 0;
  color: #523c3c;
}
.service p {
  line-height: 2;
}
.service .morelink {
  color: #4f443f;
  display: inline-block;
  line-height: 1;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 2px solid #4f443f;
  transition: 0.3s;
  position: relative;
  background: transparent;
  font-weight: 400;
  margin: 1.5em 0 0 0;
}
.service .morelink > span {
  padding: 1.5em 2em;
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 739px) {
  .service_contents_image {
    padding: 0 0 1.5em;
    width: calc(100% + 8vw);
    margin-left: -8vw;
  }
}
@media (min-width: 740px) {
  .service_contents li a {
    display: flex;
    align-items: center;
    gap: 3em;
    min-height: 300px;
  }
  .service_contents li:nth-child(2) a {
    flex-direction: row-reverse;
  }
  .service_contents_image {
    width: calc(46% + 8vw);
    margin: 0 auto 0 -8vw;
    position: relative;
    height: 100%;
    padding: 0;
    & img {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 300px;
      object-fit: cover;
      object-position: center;
    }
  }
  .service_contents li:nth-child(2) .service_contents_image {
    margin: 0 -8vw 0 auto;
  }
  .service_contents_text {
    flex: 1;
  }
}
@media (min-width: 960px) {
  .service .container {
    width: min(86%, 1360px);
  }
  .service_contents li {
    margin: 80px 0 0 0;
  }
  .service_contents li a {
    gap: 4em;
  }
  .service_contents_image {
    width: calc(50% + 7vw);
    margin: 0 auto 0 -7vw;
    padding: 0;
  }
  .service_contents li:nth-child(2) .service_contents_image {
    margin: 0 -7vw 0 auto;
  }
  .service p.en {
    font-size: 2.6em;
  }
  .service h3 {
    font-size: 1.375em;
  }
}
@media (min-width: 1240px) {
  .service_contents_image,
  .service_contents li:nth-child(2) .service_contents_image {
    margin: 0;
  }
}
@media (hover: hover) {
  .service .morelink::after {
    background: #4f443f;
  }
  .service a:hover .morelink > span {
    color: #fff;
  }
  .service a:hover .morelink::after {
    width: 100%;
    height: 100%;
  }
}
/* 施工例と動画 */
:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
}
[class*="swiper"]:focus {
  outline: none;
}
.works-videos {
  background-image: linear-gradient(
    10deg,
    rgba(26, 24, 22, 1) 80%,
    rgba(60, 58, 48, 1) 100%
  );
  padding: 4em 0 6em;
  .morelink {
    color: #c0b288;
    border: 2px solid #c0b288;
    margin-top: 40px;
    width: 200px;
  }
  .morelink::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(
      130deg,
      rgba(219, 203, 155, 1) 40%,
      rgba(123, 88, 33, 1) 100%
    );
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: 0.3s;
    z-index: 1;
  }
  .morelink.youtube-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
    font-size: 0.9em;
    margin: 2em auto 0;
  }
  .morelink.youtube-link > span {
    padding: 1.5em 1em;
  }
  .morelink.youtube-link svg {
    fill: #c0b288;
    width: 1.2em;
    transition: 0.3s;
  }
}
@media (hover: hover) {
  .morelink.youtube-link:hover svg {
    fill: #111;
  }
}
@media (min-width: 740px) {
  .works-videos {
    padding: 80px 0;
  }
}
@media (min-width: 960px) {
  .works-videos {
    padding: 7em 0;
  }
}
@media (hover: hover) {
  .works-videos .morelink:hover {
    border: 2px solid transparent;
  }
  .works-videos .morelink:hover > span {
    color: #000;
  }
  .works-videos .morelink:hover::after {
    width: 100%;
    height: 100%;
  }
}
/* 施工例 */
.works_container {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: min(84%, 1360px);
  margin: 0 auto;
}
.works {
  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .slide-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }
  .slide-media {
    height: 300px;
    img {
      -webkit-transition: 3s;
      transition: 3s;
    }
  }
  .list-title {
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    & h3 {
      font-size: 1.6em;
      font-weight: 400;
      font-feature-settings: "palt" 1;
      letter-spacing: 0.1em;
    }
    & p {
      letter-spacing: 0.1em;
      padding: 0.5em 0;
    }
    .linkicon {
      width: 60px;
      height: 1px;
      margin-top: 2em;
      background: #fff;
      position: relative;
      margin-left: 50%;
      transform: translateX(-50%);
    }
    .linkicon::after {
      content: "";
      display: block;
      width: 15px;
      height: 1px;
      background: #fff;
      transform: rotate(45deg);
      position: absolute;
      right: -2px;
      top: -5px;
    }
  }
}
@media (hover: hover) {
  .works .slide a:hover .list-title {
    opacity: 1;
  }
}

.works .slide-media,
.works .swiper-slide {
  overflow: hidden;
}
.works .swiper-slide[class*="-prev"] .slide-media img {
  -webkit-transform: translateX(80%);
  transform: translateX(80%);
}
.works .swiper-slide[class*="-next"] .slide-media img {
  -webkit-transform: translateX(-80%);
  transform: translateX(-80%);
}
.works_text {
  color: #c4b58a;
  padding: 0 0 30px 0;
  .worksEn {
    font-size: 4.2em;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.2em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.3;
    color: #c0b288;
    position: relative;
    padding-bottom: 50px;
  }
  .worksEn::after {
    content: "";
    width: 1.5em;
    height: 1px;
    background: #cab984;
    position: absolute;
    bottom: 25px;
    left: 0px;
    opacity: 0.5;
  }
  & p {
    line-height: 2;
  }
}
@media (min-width: 740px) {
  .works .slide-media {
    height: 460px;
  }
}
@media (min-width: 960px) {
  .works_container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4em;
    width: min(86%, 1360px);
  }
  .works {
    width: 65%;
    .slide-media {
      height: 600px;
    }
  }
  .works_text {
    flex: 1;
  }
  .works_text p {
    font-size: 0.9375em;
  }
}
/* 動画 */
.movies_container {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: min(84%, 1360px);
  margin: 0 auto;
}
.movies {
  padding: 5em 0 0 0;
  overflow: hidden;
  & h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 3em;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 1;
    padding-bottom: 50px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: grid;
    place-content: center;
    width: 3em;
    height: 3em;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 0.75em;
    height: 0.75em;
    content: "";
    border: solid #c0b288;
    border-width: 2px 2px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }
}
.movies .swiper {
  overflow: visible;
}
.movies,
.movies .swiper a {
  color: #c0b288;
}
.movies .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1em;
}
.movies .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2em 0.8em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}
.movies .swiper-pagination-bullet {
  width: 1em;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: rgba(192, 178, 136, 0.3);
}
.movies .swiper-pagination-bullet-active {
  width: 4em;
  background-color: rgba(192, 178, 136, 1);
}
.movies .swiper-button-prev,
.movies .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.movies .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.movies .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
  box-shadow: var(--box-shadow-inset);
}
.movies .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.movies .slide {
  overflow: hidden;
  width: 22.5em;
}
.movies .slide-media {
  position: relative;
  .play-button {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
  }
  .play-button img {
    width: 4em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-70%);
    transition: var(--transition);
  }
}
@media (hover: hover) {
  .movies a:hover .play-button img {
    transform: translateX(-50%) translateY(-70%) scale(1.2);
  }
}
.movies .slide-content {
  padding: 1.5em 0 0 0;
  font-size: 0.875em;
  .slide-title {
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.6em;
    /* opacity: 0.8; */
  }
}
@media only screen and (max-width: 739px) {
  .movies .slide {
    width: 15em;
  }
}
@media only screen and (min-width: 960px) {
  .movies_container {
    width: min(86%, 1360px);
  }
  .movies_header {
    display: flex;
    align-items: center;
    gap: 3em;
    padding: 0 0 1em 0;
  }
  .movies_header .pc-only {
    padding-bottom: 2em;
  }
  .movies {
    .swiper-button-prev::before,
    .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before,
    .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    .slide {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .slide img {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    & h2 {
      padding-bottom: 0;
    }
  }
}
@media (hover: hover) {
  .movies a:hover img {
    opacity: 1;
  }
}
.modal-video {
  background-color: rgba(0, 0, 0, 0.9);
}
