@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc_only {
  display: none;
  }
}
.p-scene {
  background: url(../image/scene/back_1.jpg)no-repeat top center;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 180px;
}
.p-scene img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* flex */
.sp_fl {
  display: flex;
  gap: 1%;
}
@media screen and (min-width: 769px) {
  .fl_box {
    display: flex;
    flex-wrap: wrap;

  }
  .fl_box.nowrap {
    display: flex;
    flex-wrap: nowrap;
  }
  .fl_box.clm2,
  .fl_box_w.clm2 {
    justify-content: space-between;
  }
  .fl_box.clm2 > *,
  .fl_box_w.clm2 > * {
    flex-basis: 44%;
  }
  .fl_box.clm2 .img_box,
  .fl_box_w.clm2 .img_box {
    flex-basis: 49%;
  }
  .p-scene .content_box:nth-child(odd) .fl_box {
    flex-direction:row-reverse;
  }
}
.ver-rl {
  writing-mode: vertical-rl;
}
.text_box {
  position: relative;
}

.p-scene h2 {
  color: #806148;
  font-size: 40px;
  position: absolute;
  left: -50px;
  top: -60px;
}
.p-scene h2.large {
  font-size: 50px;
}
.p-scene .content_box:nth-child(even) h2 {
  flex-direction:row-reverse;
  right: -32px;
  top: -60px;
}
.p-scene h2.top_m,
.p-scene .content_box:nth-child(even) h2.top_m {
  top: -100px;
  font-size: 35px;
}
.p-scene h2.top_l,
.p-scene .content_box:nth-child(even) h2.top_l {
  top: -115px;
  font-size: 33px;
}



.text_box .text {
  font-size: 1rem;
  letter-spacing: .2em;
  line-height: calc(32 / 16);
  padding: 90px 0 0 0;
}
.content_box {
  background-image: linear-gradient(to right,#DFDCD699 90%, transparent 10% );
  margin-bottom: 150px;
  padding: 0 0 60px;
}
.content_box:last-child {
  margin-bottom: 0;
}

.p-scene .content_box:nth-child(even) {
  background-image: linear-gradient(to left,#DFDCD699 90%, transparent 10% );
}
.content_box > * {
  padding: 0 30px;
}
.img_box {
  margin-top: -70px;
}

@media screen and (max-width: 768px) {
  .p-scene {
    background: url(../image/scene/back_1_sp.jpg)no-repeat top center;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .content_box {
    background-image: linear-gradient(to right,#DFDCD699 95%, transparent 5% );
    padding: 0 0 30px;
    margin-top: 80px;
    margin-bottom: 250px;
    position: relative;
  }
  .content_box:last-child {
    margin-bottom: 0;
  }
  .content_box > * {
    /* overflow: hidden; */
    padding-top: 15%;
}
  .p-scene .content_box:nth-child(even) {
    background-image: linear-gradient(to left,#DFDCD699 95%, transparent 5% );
  }
  .img_box {
    margin-top: 0;
    position: absolute;
    top: -50%;
    left: 35%;
  }
  .p-scene .content_box:nth-child(even) .img_box {
    left: 0;
    right: 35%;
  }
  .text_box .text {
    padding: 50px 0 0 0;
  }
  .p-scene h2 {
    font-size: 36px;
    left: -5%;
  }
  .p-scene h2, .p-scene .content_box:nth-child(even) h2,
  .p-scene h2.top_m, .p-scene .content_box:nth-child(even) h2.top_m,
  .p-scene h2.top_l, .p-scene .content_box:nth-child(even) h2.top_l {
    top: -70%;
  }
  .p-scene .content_box:nth-child(even) h2 {
    right: -5%;
  }
  /* .p-scene .text_box .text {
    padding-right: 5%;
    } */
  .p-scene .content_box:nth-child(even) .text_box .text {
    padding-left: 5%;
    padding-right: 0;
    }
}
@media screen and (max-width: 550px) {
  h1 {
    padding: 0 30px;
  }
  .img_box {
    top: -40%;
    left: 25%;
  }
  .p-scene .content_box:nth-child(even) .img_box {
    left: 0;
    right: 25%;
  }
  .img_box img {
    aspect-ratio: 1/1;
  }
  .text_box .text {
    padding: 35% 0 0 0;
}
  .p-scene h2, .p-scene .content_box:nth-child(even) h2, .p-scene h2.top_m, .p-scene .content_box:nth-child(even) h2.top_m, .p-scene h2.top_l, .p-scene .content_box:nth-child(even) h2.top_l {
    top: -30%;
    text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}
@media screen and (max-width: 400px) {
  .img_box {
    top: -35%;
    left: 20%;
  }
  .p-scene .content_box:nth-child(even) .img_box {
    left: 0;
    right: 20%;
  }
  .p-scene h2 {
    left: -40px;
    line-height: 1.2;
  }
  .p-scene .content_box:nth-child(even) h2{
    right: -40px;
  }

  .text_box .text {
    /* padding: 50px 0 0 0; */
  }
}