@charset "UTF-8";

.ep1 {
  background-color: #fcf6f4;
}

@media screen and (max-width: 769px) {
  .ep1 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.ep1Mv {
  display: flex;
  justify-content: center;
  padding-top: 89px;
}

.ep1Mv__picture {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .ep1Mv {
    padding-top: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .ep1Mv__picture {
    width: 100%;
  }
}

.ep1Mv__img {
  width: 1163px;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 769px) {
  .ep1Mv__img {
    width: 100%;
  }
}

.ep1Block {
  margin-top: 88px;
}

.ep1Slider + .ep1Block {
  margin-top: 97px;
}

@media screen and (max-width: 769px) {
  .ep1Block {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 24px;
  }

  .ep1Slider + .ep1Block {
    margin-top: 30px;
  }
}

.ep1Block__inner {
  display: flex;
  width: 1163px;
  max-width: 100%;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 769px) {
  .ep1Block__inner {
    display: grid;
    width: 100%;
    background: transparent;
  }
}

.ep1Block__txt {
  width: 630px;
  min-height: 974px;
  padding: 40px 36px;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .ep1Block__txt {
    display: contents;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
}

.ep1Block__txtGroup:nth-child(1) {
  order: 1;
}

.ep1Block__txtGroup:nth-child(2) {
  order: 3;
}

@media screen and (max-width: 769px) {
  .ep1Block__txtGroup {
    margin-left: 18px;
    margin-right: 18px;
    padding: 20px 18px;
    background-color: #fff;
  }
}

.ep1Block__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #484848;
}

.ep1Block__lead + .ep1Block__lead {
  margin-top: 20px;
}

.ep1Block__diamond {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin-block: 40px;
  margin-left: auto;
  margin-right: auto;
}

.ep1Block__diamond::before {
  content: "";
  width: 6.8px;
  height: 6.8px;
  background-color: #4f8090;
  transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  .ep1Block__diamond {
    display: none;
  }
}

.ep1Block__photos {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 500px;
  padding-top: 41px;
}

@media screen and (max-width: 769px) {
  .ep1Block__photos {
    order: 2;
    width: 100%;
    gap: 0;
    padding-top: 0;
    margin-block: 31px;
  }
}

.ep1Block__photo {
  width: 500px;
  height: 420px;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .ep1Block__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 315;
  }
}

.ep1Block__photo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ep1Block__photoImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ep1Slider {
  margin-top: 123px;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .ep1Slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 30px;
  }
}

.ep1Slider__track {
  display: flex;
  width: max-content;
  animation: ep1SliderScroll 50s linear infinite;
}

.ep1Slider__list {
  display: flex;
  flex-shrink: 0;
}

.ep1Slider__img {
  width: 300px;
  height: 375px;
  max-width: none;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

@media screen and (max-width: 769px) {
  .ep1Slider__img {
    width: 200px;
    height: 250px;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .ep1Slider__track {
    animation: none;
  }
}

@keyframes ep1SliderScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.ep1Back {
  display: flex;
  justify-content: center;
  padding-top: 136px;
  padding-bottom: 136px;
}

@media screen and (max-width: 769px) {
  .ep1Back {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-block: 47px;
  }
}

.ep1Back__link {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: opacity 0.2s ease;
}

.ep1Back__link:hover {
  opacity: 0.6;
  color: inherit;
}

.ep1Back__ico {
  display: block;
  width: 11px;
  height: 11px;
  transition: transform 0.2s ease;
}

.ep1Back__link:hover .ep1Back__ico {
  transform: translateX(-4px);
}

.ep1Back__ico img {
  width: 100%;
  height: 100%;
  display: block;
}

.ep1Back__txt {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  color: #484848;
}

@media screen and (max-width: 769px) {
  .ep1Back__txt {
    font-size: 24px;
  }
}

.ep1Jewels {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .ep1Jewels {
    padding-top: 90px;
    padding-bottom: 20px;
  }
}

.ep1Jewels__inner {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ep1Jewels__ttl {
  text-align: center;
}

.ep1Jewels__ttlImg {
  width: 479px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 769px) {
  .ep1Jewels__ttlImg {
    width: 290px;
  }
}
