@charset "utf-8";
.photo__container {
  margin-top: 50px;
}

.photo__head {
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .photo__head {
    padding-bottom: 120px;
  }
}

.photo__head-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.movie__head-inner.photo__head-inner {
  gap: 80px;
}

@media screen and (min-width: 768px) {
  .photo__head-inner {
    grid-template-columns: 1fr 300px;
    align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .photo__head-inner {
    grid-template-columns: 500px 1fr;
    gap: 60px;
    align-items: stretch;
  }

  /* movie用 */
  .movie__head-inner.photo__head-inner {
    align-items: center;
    gap: 60px;
  }
}

.photo__head-contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .photo__head-contents {
    align-items: center;
    justify-content: space-between;
  }
}

.photo__head-contents-text {
  font-size: clamp(14px, 1.18vw, 16px);
  font-weight: 400;
  line-height: calc(30 / 16);
}

.photo__head-nav {
  width: 100%;
}

.photo__head-nav-title {
  font-size: clamp(14px, 1.18vw, 16px);
  font-weight: 700;
  padding-bottom: 11px;
  border-bottom: 3px solid var(--color-base);
}

.photo__head-item {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 48px 20px 0;
  border-bottom: 1px solid var(--color-base);
}

.photo__head-item::after {
  content: "";
  position: absolute;
  background: url(../images/button-icon-down.svg) no-repeat center
    center/contain;
  width: 48px;
  height: 26px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background 0.3s ease;
}

.photo__head-item:hover::after {
  background: url(../images/button-icon-down-b.svg) no-repeat center
    center/contain;
}

.photo__head-item-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.photo__head-item-number {
  font-size: 12px;
  font-weight: 400;
}

.photo__head-item-title {
  font-size: clamp(14px, 1.1vw, 15px);
  font-weight: 700;
  line-height: 1.2;
}

.photo__head-image {
  aspect-ratio: 640/640;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .photo__head-image {
    max-width: 640px;
  }
}

.photo__head-image img {
  aspect-ratio: 640/640;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/* movie用 */
.movie__head-image2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 70vh;
}

@media screen and (min-width: 768px) {
  .movie__head-image2 {
    max-width: 640px;
    max-height: 640px;
  }
}

.movie__head-image2 video {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
service
========================== */
.photo__service {
  background: var(--color-accent);
  padding-block: 80px;
}

@media screen and (min-width: 768px) {
  .photo__service {
    padding-block: 120px 80px;
  }
}

.photo__service-head {
}

.photo__service-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .photo__service-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.photo__service-head-text {
  font-size: clamp(14px, 1.18vw, 16px);
  font-weight: 400;
  line-height: calc(30 / 16);
  max-width: 780px;
}

.photo__slider {
  margin-top: 135px;
  max-height: 473px;
}

.photo__swiper-wrapper {
  display: flex;
  /* transition-timing-function: linear; */
}

.photo__swiper-slide {
  max-height: 240px;
  width: auto !important;
}

@media screen and (min-width: 768px) {
  .photo__swiper-slide {
    max-height: 373px;
  }
}

@media screen and (min-width: 1000px) {
  .photo__swiper-slide {
    max-height: 473px;
  }
}

.photo__swiper-slide01,
.photo__swiper-slide02 {
  aspect-ratio: 340/473;
}

.photo__swiper-slide03 {
  aspect-ratio: 650/473;
}

.photo__swiper-slide-image {
  overflow: hidden;
}

.photo__swiper-slide-image01,
.photo__swiper-slide-image02 {
  aspect-ratio: 340/473;
}

.photo__swiper-slide-image03 {
  aspect-ratio: 650/473;
}

.photo__swiper-slide-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo__swiper-slide-image01 img,
.photo__swiper-slide-image02 img {
  aspect-ratio: 340/473;
}

.photo__swiper-slide-image03 img {
  aspect-ratio: 650/473;
}

.photo__subject {
  margin-top: 80px;
}

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

.photo__subject-inner {
}

.photo__subject-box {
  max-width: 660px;
  margin-inline: auto;
  padding: 30px 0 20px 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .photo__subject-box {
    padding: 54px 0 70px 70px;
    margin-inline: auto 0;
  }
}

.photo__subject-box:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.photo__subject-number {
  position: absolute;
  left: 0;
  top: 28px;
  font-size: clamp(12px, 1.03vw, 14px);
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .photo__subject-number {
    top: 48px;
  }
}

.photo__subject-title {
  font-size: clamp(14px, 1.91vw, 26px);
  font-weight: 700;
}

.photo__subject-text {
  margin-top: 32px;
  font-size: clamp(14px, 1.18vw, 16px);
  font-weight: 400;
  line-height: calc(30 / 16);
}

/* ==========================
flow
============================= */
.photo__flow {
  padding-top: 83px;
}

.photo__flow-contents {
  margin-top: 22px;
  border-top: 1px solid #e5e5e5;
}

.photo__flow-contents-inner {
  margin-top: 80px;
  display: grid;
  justify-content: space-between;
  gap: 40px;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .photo__flow-contents-inner {
    grid-template-columns: 350px 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .photo__flow-contents-inner {
    grid-template-columns: 474px 1fr;
  }
}

.photo__flow-contents-list {
  display: flex;
  flex-direction: column;
  padding-left: 19px;
  margin-top: 18px;
}

@media screen and (min-width: 1000px) {
  .photo__flow-contents-list {
    padding-left: 43px;
  }
}

.photo__flow-contents-box {
  padding-left: 30px;
  padding-bottom: 50px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .photo__flow-contents-box {
    max-width: 474px;
    margin-inline: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  .photo__flow-contents-box {
    padding-left: 50px;
  }
}

.photo__flow-contents-box:not(:first-child) {
  padding-top: 10px;
}

.photo__flow-contents-box:not(:last-child) {
  border-left: 1px solid var(--color-base);
}

.photo__flow-contents-number {
  position: absolute;
  z-index: 1;
  top: -13px;
  left: -18px;
  font-size: clamp(14px, 1.18vw, 16px);
  font-weight: 400;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-base);
  background-color: #fff;
}

@media screen and (min-width: 1000px) {
  .photo__flow-contents-number {
    left: -23px;
    width: 46px;
    height: 46px;
  }
}

.photo__flow-contents-title {
  font-size: clamp(18px, 1.47vw, 20px);
  font-weight: 700;
}

.photo__flow-contents-text {
  margin-top: 16px;
  font-size: clamp(14px, 1.1vw, 15px);
  line-height: 1.6;
}

.photo__flow-contents-image {
  aspect-ratio: 590/590;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .photo__flow-contents-image {
    margin-inline: auto 0;
    max-width: 590px;
  }
}

.photo__flow-contents-image img {
  aspect-ratio: 590/590;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
