@charset "utf-8";

/*===================
story下層
===================*/
.story-low {
  overflow: hidden;
}
.story-low__enTtl {
  margin-bottom: 67px;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.06em;
  color: #cabc9d;
  text-align: center;
}
/* fv */
.story-low .low-fv {
  overflow: visible;
  margin-top: 123px;
}
.story-low .low-fv__wrap {
  position: relative;
}
.story-low__fvDeco {
  max-width: 694px;
  width: 75%;
  position: absolute;
  top: -142%;
  left: 0%;
}

/* intro */
.story-low__intro {
  padding-bottom: 246px;
}
.story-low__title {
  padding-bottom: 47px;
  margin-bottom: 85px;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-size: 30px;
  color: #cabc9d;
  text-align: center;
  position: relative;
}
.story-low__title::before {
  display: block;
  content: "";
  width: 70px;
  height: 1px;
  background: #cabc9d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.story-low__introWrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.story-low__introLeft {
  width: 50%;
  padding-right: 15px;
  padding-top: 4%;
}
.story-low__introPic {
  width: 50%;
}
.story-low__introHeading {
  margin-bottom: 29px;
  font-family: "Zen Old Mincho", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.75;
}
.story-low__introTxt {
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

/* cont */
.story-low__cont + .story-low__cont {
  margin-top: 174px;
}
.story-low__contHeading01 {
  padding-bottom: 35px;
  margin-bottom: 85px;
  font-family: "Zen Old Mincho", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  position: relative;
}
.story-low__contHeading01::before {
  display: block;
  content: "";
  width: 70px;
  height: 1px;
  background: #cabc9d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.story-low__contHeading02 {
  margin-bottom: 22px;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
}
.story-low__contTxt {
  font-family: "Zen Old Mincho", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 2.37;
}
.story-low__contTxt + .story-low__contTxt {
  margin-top: 37px;
}
.story-low__contContainer {
  width: 96%;
  max-width: 1290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.story-low__contContainer + .story-low__contContainer {
  margin-top: 102px;
}
.story-low__contContainer.reverse {
  flex-direction: row-reverse;
}
.story-low__contContainer.no-reverse {
  margin-left: auto;
}
.story-low__contDetail {
  width: fit-content;
  min-width: 400px;
  max-width: 420px;
}
.story-low__contPic {
  width: 61%;
  max-width: 788px;
  position: relative;
  z-index: 1;
}
.story-low__contPic02 {
  max-width: 563px;
}
.story-low__contRelative {
  position: relative;
}
.story-low__contDeco {
  max-width: 694px;
  width: 75%;
}
.story-low__contDeco01 {
  position: absolute;
  top: -150%;
  right: -10%;
}
.story-low__contDeco02 {
  position: absolute;
  top: -180%;
  left: -10%;
  z-index: 1;
}
.story-low__endBox {
  margin-top: 150px;
  margin-bottom: 99px;
}
.story-low__endTtl {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.story-low__endTxt {
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.05;
  text-align: center;
}

/* recommend */
.story-low__recommend {
  margin-bottom: 149px;
}

.story-low__recommendBtn {
  max-width: 304px;
  margin-top: 55px;
}
.story-low__recommendBtnLink {
  display: block;
  padding: 23px 10px;
  border: 1px solid #00645d;
  border-radius: 999px;
  background: #00645d;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  transition: 0.3s;
}
.story-low__recommendBtnLink:hover {
  background: #fff;
  color: #00645d;
}

/* other */
.story-low__other {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2%;
}

.story-low__otherContainer {
  width: 49%;
  position: relative;
}
.story-low__otherLink {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.story-low__otherBg {
  overflow: hidden;
}
.story-low__otherLink:hover .story-low__otherBg .img {
  transform: scale(1.05);
}
.story-low__otherBg .img {
  min-height: 290px;
  object-fit: cover;
  object-position: left top;
  transition: transform 0.6s ease;
}
.story-low__otherLabel {
  position: absolute;
  top: 67px;
  right: 64px;
  z-index: 2;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.story-low__otherBeigeEn {
  padding-bottom: 33px;
  margin-bottom: 11px;
  position: relative;
  font-family: "Bodoni Moda", serif;
  font-size: 15px;
  font-weight: 500;
  color: #cabc9d;
  text-align: right;
}
.story-low__otherBeigeEn::before {
  display: block;
  content: "";
  width: 94px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.story-low__otherStory {
  display: block;
  padding-bottom: 24px;
  font-family: "Bodoni Moda", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: right;
}

.story-low__otherNum {
  display: block;
  margin-bottom: 36px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-align: right;
}

/* tour */
.story-low__tour {
  max-width: 833px;
  margin: 0 auto;
  padding: 75px 15px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.story-low__tourBox {
  width: 54%;
}
.story-low__tourTtl {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
}
.story-low__tourTxt {
  font-family: "Zen Old Mincho", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 2.37;
}
.story-low__tourBtn {
  width: 46%;
  max-width: 304px;
}
.story-low__tourBtnLink {
  display: block;
  padding: 23px 10px;
  border: 1px solid #00645d;
  border-radius: 999px;
  background: #00645d;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  transition: 0.3s;
}
.story-low__tourBtnLink:hover {
  background: #fff;
  color: #00645d;
}
@media screen and (max-width: 750px) {
  .story-low__enTtl {
    margin-bottom: 48px;
    font-size: 20px;
  }
  /* intro */
  .story-low__title {
    padding-bottom: 29px;
    margin-bottom: 57px;
    font-size: 25px;
  }
  .story-low__title::before {
    width: 45px;
  }
  .story-low__introWrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .story-low__introLeft {
    width: 100%;
    padding: 0;
  }
  .story-low__introPic {
    width: 100%;
    max-width: 550px;
  }
  .story-low__introHeading {
    font-size: 20px;
  }
  .story-low__introTxt {
    font-size: 14px;
  }

  /* cont */
  .story-low__contHeading01 {
    font-size: 18px;
  }
  .story-low__contHeading02 {
    font-size: 18px;
  }
  .story-low__contContainer {
    width: 100%;
    flex-direction: column-reverse;
  }
  .story-low__contContainer.reverse {
    flex-direction: column-reverse;
  }
  .story-low__contDetail {
    width: 92%;
    min-width: auto;
    margin: 0 auto;
    padding-top: 0;
  }
  .story-low__contPic {
    width: 100%;
  }
  .story-low__endTxt {
    font-size: 14px;
  }

  /* recommend */
  .story-low__recommend {
    padding: 20px 15px;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
  .story-low__recommendTtl {
    font-size: 18px;
  }
  .story-low__recommendBtn {
    width: 100%;
  }
  .story-low__recommendBtnLink {
    padding: 18px 10px;
    font-size: 14px;
  }

  /* other */
  .story-low__other {
    flex-direction: column;
    row-gap: 20px;
  }
  .story-low__otherContainer {
    width: 100%;
  }
  .story-low__otherLabel {
    right: 15px;
  }
  .story-low__otherBeigeEn {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .story-low__otherBeigeEn::before {
    width: 45px;
  }

  .story-low__otherStory {
    font-size: 24px;
  }

  .story-low__otherNum {
    font-size: 16px;
  }
  /* tour */
  .story-low__tour {
    width: fit-content;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }
  .story-low__tourTtl {
    font-size: 18px;
  }
  .story-low__tourBox {
    width: 100%;
  }
  .story-low__tourBtn {
    width: 100%;
    margin: 0 auto;
  }
  .story-low__tourBtnLink {
    padding: 18px 10px;
    font-size: 14px;
  }
}
