.titleArea {
  background-image: url(../images/mainimg.jpg);
}

.firstArea {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding: 100px 5vw;
}
@media screen and (max-width: 960px) {
  .firstArea {
    padding: 30px 5vw 50px;
  }
}
.firstArea .copy {
  width: 170px;
  margin-left: 150px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .firstArea .copy {
    width: 120px;
    margin-left: 70px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .firstArea .copy {
    width: 100px;
    margin-left: 30px;
    margin-bottom: 80px;
  }
}
.firstArea .text {
  writing-mode: vertical-rl;
  font-size: clamp(16px, 100vw * 20 / 1200, 20px);
  line-height: 250%;
}
@media screen and (max-width: 668px) {
  .firstArea .text {
    line-height: 190%;
  }
}

.enjoyArea {
  padding: 0 5vw;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .enjoyArea {
    padding: 0 7vw;
  }
}
.enjoyArea.day2 {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 960px) {
  .enjoyArea.day2 {
    padding-bottom: 70px;
  }
}
.enjoyArea.day2::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 280px);
  position: absolute;
  left: 0;
  top: 280px;
  background: url(../../common/images/bg_pattern.jpg);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 400px), 0 100%);
}
@media screen and (max-width: 960px) {
  .enjoyArea.day2::before {
    height: calc(100% - 100px);
    top: 100px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 0 100%);
    background-size: 300px auto;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .enjoyArea.day2::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
  }
}
.enjoyArea > section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .enjoyArea > section {
    margin-bottom: 50px;
  }
}
.enjoyArea > section .photo {
  width: 50%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .enjoyArea > section .photo {
    width: 100%;
  }
}
.enjoyArea > section .photo p {
  width: 55%;
  min-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 1367px) {
  .enjoyArea > section .photo p {
    width: calc(100% - 5vw);
    min-width: calc(100% - 5vw);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .enjoyArea > section .photo p {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
}
.enjoyArea > section .photo ul {
  width: calc(100% - 5vw);
  margin-left: auto;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .enjoyArea > section .photo ul {
    width: 100%;
    margin-bottom: 20px;
  }
}
.enjoyArea > section .photo ul li:nth-child(1) {
  width: 60%;
  margin-left: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .enjoyArea > section .photo ul li:nth-child(1) {
    margin-bottom: 20px;
  }
}
.enjoyArea > section .photo ul li:nth-child(2) {
  width: 55%;
  margin-right: auto;
}
.enjoyArea > section .main {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .enjoyArea > section .main {
    width: 100%;
  }
}
.enjoyArea > section .main h3 {
  font-size: clamp(20px, 100vw * 25 / 1200, 25px);
  padding-left: 45px;
  margin-top: 70px;
  margin-bottom: 100px;
  position: relative;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .enjoyArea > section .main h3 {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}
.enjoyArea > section .main h3 strong {
  display: inline-block;
  background-color: #222;
  color: #fff;
  font-size: clamp(11.2px, 100vw * 14 / 1200, 14px);
  line-height: 100%;
  padding: 4px 7px;
  position: absolute;
  left: 0;
  bottom: calc(100% + 50px);
}
@media screen and (max-width: 960px) {
  .enjoyArea > section .main h3 strong {
    bottom: calc(100% + 30px);
  }
}
.enjoyArea > section .main h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background-color: #222;
  line-height: 100%;
  transform: rotate(-45deg);
  transform-origin: left bottom;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 960px) {
  .enjoyArea > section .main h3::before {
    transform: rotate(-35deg);
  }
}
.enjoyArea > section .main .text {
  line-height: 240%;
}
@media screen and (max-width: 960px) {
  .enjoyArea > section .main .text {
    line-height: 200%;
  }
}
.enjoyArea > section .main .text:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1367px) {
  .enjoyArea > section.imgL .photo p {
    margin-left: 0;
  }
}
.enjoyArea > section.imgL .main {
  margin-right: auto;
}
.enjoyArea > section.imgR {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1367px) {
  .enjoyArea > section.imgR .photo p {
    margin-right: 0;
  }
}
.enjoyArea > section.imgR .main {
  margin-left: auto;
}
.enjoyArea > section.imgT {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.enjoyArea > section.imgT .photo {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .enjoyArea > section.imgT .photo {
    margin-bottom: 20px;
  }
}
.enjoyArea > section.imgT .photo.fuji span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 41%;
  background: url(../images/photo_day2_01.jpg) no-repeat center/cover;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .enjoyArea > section.imgT .photo.fuji span {
    padding-top: 80%;
  }
}
.enjoyArea > section.imgT .main {
  width: 100%;
  max-width: 100%;
}

.endArea {
  padding: 0 5vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.endArea h5 {
  writing-mode: vertical-rl;
  font-size: clamp(16.8px, 100vw * 28 / 1200, 28px);
  line-height: 300%;
  margin-bottom: 50px;
  letter-spacing: 6px;
}
@media screen and (max-width: 668px) {
  .endArea h5 {
    margin-bottom: 20px;
  }
}
.endArea p {
  font-size: clamp(14.4px, 100vw * 18 / 1200, 18px);
  line-height: 250%;
}
@media screen and (max-width: 668px) {
  .endArea p {
    line-height: 200%;
  }
}/*# sourceMappingURL=index.css.map */