@charset "utf-8";

/* STORY */
.l-sec01-story {
  position: relative;
  background: #f0ebe4;
  padding: 18vw 0 100px;
  background-image: url(../../img/story/story_sec01_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}

.sec01-story-ttl01 {
  text-align: center;
}

.sec01-story-block01 {
  position: relative;
  margin-top: 160px;
  padding-top: 75px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 1) 13%);
}

.sec01-story-block01-ttl01 {
  text-align: center;
}

.sec01-story-block01-ttl01 img {
  width: clamp(300px, 63%, 805px);
}

.sec01-story-nav {
  display: flex;
  margin-top: 75px;
}

.sec01-story-nav-item {
  width: calc(100% / 3);
  transition: all .5s ease;
}

.story-nav-item-in {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all .5s ease;
}

.story-nav-item-in-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all .5s ease;
}

.sec01-story-nav-item:hover {
  background: #000;
}

.sec01-story-nav-item a:hover .story-nav-item-in-bg {
  opacity: 0.9;
  transform: scale(1.1);
}

.sec01-story-lead {
  margin-top: 75px;
  text-align: center;
  font-size: 21px;
  line-height: 2;
}

.sec01-story-lead-img {
  margin-top: 75px;
  text-align: center;
  padding-left: 5%;
}

/* section story01 */
.l-story01 {
  position: relative;
  background: #f0ebe4;
  padding-top: 100px;
  margin-top: -100px;
}

.story01-mv {
  position: relative;
}

.story_cap01 {
  position: absolute;
  width: 7.2%;
  top: 5.9vw;
  left: 1.5vw;
}

.story01-bg-in {
  position: relative;
  background-color: #b1d7a2;
  background-image: url(../../img/story/story01_bg_ill02.png);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: left 12vw;
  padding-bottom: 160px;
}

.story01_txt_set {
  position: absolute;
  top: -45.9vw;
  left: 71.7vw;
}

.story01_txt_set01_pc {
  display: block;
  position: absolute;
  bottom: -17.5vw;
  left: -12%;
}

.story01_txt_set01_sp {
  display: none;
}

.story01_txt_set02 {
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 2;
}

.story01-sec02-ttl {
  margin-top: -75px;
  text-align: center;
}

.l-story01-sec02-wrap {
  position: relative;
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 200px;
}

.l-story01-sec02-box01 {
  position: relative;
  display: flex;
  gap: 5.5%;
}

.story01-sec02-box01-img {
  position: relative;
  width: 56.5%;
}

.story01-sec02-box01-img::before {
  content: "";
  position: absolute;
  width: 150vw;
  height: 100%;
  top: -16%;
  right: 29%;
  background: rgba(255, 255, 255);
  z-index: -1;
  border-radius: 0 25px 25px 0;
}

.story01-sec02-box01-txt {
  width: 30.8%;
}

.story01-sec02-box01-txt-ttl {
  font-size: clamp(20px, 2.2vw, 35px);
}

.story01-sec02-box01-txt-txt {
  font-size: clamp(15px, 1.15vw, 21px);
  line-height: 1.7;
  text-align: justify;
  margin-top: 1em;
}

.story01-sec02-box01-txt-illust {
  width: 40%;
  margin-top: 20px;
  margin-left: -5%;
}

.u-img-round {
  border-radius: 25px;
}

.l-story01-sec02-box02 {
  background: #fff;
  padding: 80px 9%;
  border-radius: 25px;
  margin-top: 100px;
  display: flex;
  gap: 9%;
}

.l-story01-sec02-box02-item {
  width: calc(calc(100% - 9%) / 2);
  position: relative;
}

.story01-sec02-box02-txt-ttl {
  font-size: clamp(20px, 2.2vw, 35px);
  margin-top: .8em;
  text-align: center;
}

.story01-sec02-box02-txt-txt {
  font-size: clamp(15px, 1.15vw, 21px);
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: justify;
  margin-top: 1em;
}

.story01-sec02-box02-txt-illust {
  width: 25%;
  position: absolute;
  bottom: -15%;
  right: -30%;
}

/* section story02 */
.l-story02 {
  position: relative;
  background: #b1d7a2;
  padding-top: 100px;
  margin-top: -100px;
}

.story01-mv {
  position: relative;
}

.story_cap02 {
  position: absolute;
  width: 7.2%;
  top: 5.9vw;
  left: 1.5vw;
}


.story02-bg-in {
  position: relative;
  background-color: #434612;
  background-image: url(../../img/story/story02_bg_ill02.png);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: right 12vw;
  padding-top: 100px;
  padding-bottom: 160px;
}

.story02_txt_set {
  position: absolute;
  top: -32.9vw;
  left: 71.7vw;
}

.story02_txt_set01_pc {
  display: block;
  position: absolute;
  bottom: -16vw;
  left: -12%;
  width: 120%;
}

.story02_txt_set01_sp {
  display: none;
}

.story02_txt_set02 {
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 2;
  color: #fff;
}

.story02-sec02-ttl {
  margin-top: 0;
  text-align: center;
}

.l-story02-sec02-wrap {
  position: relative;
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 160px;
  display: flex;
  gap: 5.5%;
}

.l-story02-sec02-box01 {
  position: relative;
  width: 47%;
}

.story02-sec02-box01-img {
  position: relative;
}

.story02-sec02-box01-img::before {
  content: "";
  position: absolute;
  width: 150vw;
  height: 100%;
  top: -8%;
  right: 29%;
  background: rgba(255, 255, 255);
  z-index: -1;
  border-radius: 0 25px 25px 0;
}

.story02-sec02-box01-txt {
  width: 100%;
}

.story02-sec02-box01-txt-ttl {
  font-size: clamp(20px, 2.2vw, 35px);
  color: #fff;
  margin-top: 1em;
}

.story02-sec02-box01-txt-txt {
  font-size: clamp(15px, 1.15vw, 21px);
  line-height: 1.7;
  text-align: justify;
  margin-top: 1em;
  color: #fff;
}

.story02-sec02-box01-txt-illust {
  position: absolute;
  width: 40%;
  /* margin-top: 20px; */
  /* margin-left: -5%; */
  top: 1em;
  left: 29em;
}

.u-img-round {
  border-radius: 25px;
}

.l-story02-sec02-box02 {
  position: relative;
  width: 40%;
  padding: 80px 0 80px 5%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.l-story02-sec02-box02::before {
  content: "";
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255);
  z-index: -1;
  border-radius: 25px 0 0 25px;
}

.l-story02-sec02-box02-item {
  width: 100%;
  position: relative;
}

.story02-sec02-box02-txt-ttl {
  font-size: clamp(20px, 2.2vw, 35px);
  margin-top: .8em;
  text-align: center;
}

.story02-sec02-box02-txt-txt {
  font-size: clamp(15px, 1.15vw, 21px);
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: justify;
  margin-top: 1em;
}

.story02-sec02-box02-txt-illust {
  width: 33%;
  position: absolute;
  bottom: -21%;
  right: -32%;
}

/* section story03 */
.l-story03 {
  position: relative;
  background: #434612;
  padding-top: 100px;
  margin-top: -100px;
}

.story01-mv {
  position: relative;
}

.story_cap03 {
  position: absolute;
  width: 7.2%;
  top: 9.9vw;
  left: 1.5vw;
}


.story03-bg-in {
  position: relative;
  background-color: #c3d8e9;
  padding-top: 50px;
  padding-bottom: 160px;
}

.story03_txt_set {
  position: absolute;
  top: -66.2vw;
  left: 17.7vw;
}

.story03_txt_set01_pc {
  display: block;
  position: absolute;
  bottom: -20vw;
  left: -5%;
  width: 110%;
}

.story03_txt_set01_sp {
  display: none;
}

.story03_txt_set02 {
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 2;
}

.story03-sec02-ttl {
  margin-top: 0;
  text-align: center;
}

.l-story03-sec02-wrap {
  position: relative;
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 200px;
}

.l-story03-sec02-box01 {
  position: relative;
  display: flex;
  gap: 5.5%;
}

.story03-sec02-box01-img {
  position: relative;
  width: 56.5%;
}

.story03-sec02-box01-img::before {
  content: "";
  position: absolute;
  width: 150vw;
  height: 100%;
  top: -16%;
  right: 29%;
  background: rgba(255, 255, 255);
  z-index: -1;
  border-radius: 0 25px 25px 0;
}

.story03-sec02-box01-txt {
  width: 30.8%;
}

.story03-sec02-box01-txt-ttl {
  font-size: clamp(20px, 2.2vw, 35px);
}

.story03-sec02-box01-txt-txt {
  font-size: clamp(15px, 1.15vw, 21px);
  line-height: 1.7;
  text-align: justify;
  margin-top: 1em;
}

.story03-sec02-box01-txt-illust {
  width: 80%;
  margin-top: 20px;
  margin-left: 15%;
}

.u-img-round {
  border-radius: 25px;
}

.l-story03-sec02-box02 {
  background: #fff;
  padding: 80px 9%;
  border-radius: 25px;
  margin-top: 100px;
  display: flex;
  gap: 9%;
}

.l-story03-sec02-box02-item {
  width: calc(calc(100% - 9%) / 2);
  position: relative;
}

.story03-sec02-box02-txt-ttl {
  font-size: clamp(20px, 2.2vw, 35px);
  margin-top: .8em;
  text-align: center;
}

.story03-sec02-box02-txt-txt {
  font-size: clamp(15px, 1.15vw, 21px);
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: justify;
  margin-top: 1em;
}

.story03-sec02-box02-txt-illust {
  width: 44%;
  position: absolute;
  bottom: -21%;
  right: -39%;
}

.story_message {
  width: clamp(300px, 85%, 927px);
  margin: 100px auto 0;
  padding-bottom: 50px;
}

.img_caption_white {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.img_caption_black {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.img_caption_white.img_caption_l,
.img_caption_black.img_caption_l {
  right: initial;
  left: 15px;
}

@media (max-width: 800px) {

  /* STORY SP */
  .l-sec01-story {
    position: relative;
    background: #f0ebe4;
    padding: 28vw 0 40px;
    background-image: url(../../img/story/story_sec01_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
  }

  .sec01-story-ttl01 {
    text-align: center;
    padding: 0 20%;
  }

  .sec01-story-block01 {
    position: relative;
    margin-top: 40px;
    padding-top: 45px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 1) 6%);
  }

  .sec01-story-block01-ttl01 {
    text-align: center;
    padding: 0 10%;
  }

  .sec01-story-nav {
    display: flex;
    margin-top: 25px;
    flex-direction: column;
    margin-left: 6%;
    gap: 4px
  }

  .sec01-story-nav li:nth-child(1) .story-nav-item-in {
    background: url(../../img/story/story_page_link_bg01.jpg);
    background-position: center bottom;
    background-size: cover;
  }

  .sec01-story-nav li:nth-child(2) .story-nav-item-in {
    background: url(../../img/story/story_page_link_bg02.jpg);
    background-position: center bottom;
    background-size: cover;
  }

  .sec01-story-nav li:nth-child(3) .story-nav-item-in {
    background: url(../../img/story/story_page_link_bg03.jpg);
    background-position: center bottom;
    background-size: cover;
  }

  .sec01-story-nav-item {
    width: 100%;
    transition: all .5s ease;
  }

  .story-nav-item-in {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .5s ease;
  }

  .story-nav-item-in-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .5s ease;
    display: none;
  }

  .sec01-story-nav-item:hover {
    background: #000;
  }

  .sec01-story-nav-item a:hover .story-nav-item-in-bg {
    opacity: 0.9;
    transform: scale(1.1);
  }

  .sec01-story-lead {
    margin-top: 30px;
    text-align: center;
    font-size: 3.2vw;
    line-height: 2;
  }

  .sec01-story-lead-img {
    margin-top: 30px;
    text-align: center;
    padding-left: 0;
  }

  /* section story01 SP */
  .l-story01 {
    position: relative;
    background: #f0ebe4;
    padding-top: 80px;
    margin-top: -80px;
  }

  .story01-mv {
    position: relative;
  }

  .story_cap01 {
    position: absolute;
    width: 16.2%;
    top: 68.9vw;
    left: 6%;
    z-index: 1;
  }

  .story01-bg-in {
    position: relative;
    background-color: #b1d7a2;
    background-image: url(../../img/story/story01_bg_ill02.png);
    background-repeat: no-repeat;
    background-size: 79%;
    background-position: left bottom;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .story01_txt_set {
    position: initial;
    width: 80%;
    margin-inline: auto;
    margin-top: 45px;
    top: -45.9vw;
    left: 71.7vw;
  }

  .story01_txt_set01_pc {
    display: none;
  }

  .story01_txt_set01_sp {
    display: block;
    font-size: 6.5vw;
  }

  .story01_txt_set02 {
    font-size: clamp(13px, 3.4vw, 19px);
    line-height: 2;
    margin-top: 2em;
  }

  .story01-sec02-ttl {
    margin-top: 0;
    text-align: center;
    padding: 0 5%;
  }

  .l-story01-sec02-wrap {
    position: relative;
    width: clamp(300px, 80%, 1400px);
    margin-inline: auto;
    margin-top: 120px;
  }

  .l-story01-sec02-box01 {
    position: relative;
    display: flex;
    gap: 14.5%;
    flex-direction: column;
  }

  .story01-sec02-box01-img {
    position: relative;
    width: 100%;
  }

  .story01-sec02-box01-img::before {
    content: "";
    position: absolute;
    width: 150vw;
    height: 100%;
    top: -28%;
    right: 19%;
    background: rgba(255, 255, 255);
    z-index: -1;
    border-radius: 0 15px 15px 0;
  }

  .story01-sec02-box01-txt {
    width: 100%;
  }

  .story01-sec02-box01-txt-ttl {
    font-size: 5.2vw;
    margin-top: 1em;
  }

  .story01-sec02-box01-txt-txt {
    font-size: clamp(13px, 3.4vw, 21px);
    line-height: 1.7;
    text-align: justify;
    margin-top: 1em;
  }

  .story01-sec02-box01-txt-illust {
    position: absolute;
    width: 32%;
    margin-top: -48vw;
    margin-left: 74%;
  }

  .u-img-round {
    border-radius: 25px;
  }

  .l-story01-sec02-box02 {
    background: #fff;
    padding: 40px 10%;
    border-radius: 0;
    margin: 40px -13%;
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .l-story01-sec02-box02-item {
    width: 100%;
    position: relative;
  }

  .story01-sec02-box02-txt-ttl {
    font-size: 5.2vw;
    margin-top: .8em;
    text-align: center;
  }

  .story01-sec02-box02-txt-txt {
    font-size: clamp(13px, 3.4vw, 21px);
    letter-spacing: 0.05em;
    line-height: 1.7;
    text-align: justify;
    margin-top: 1em;
  }

  .story01-sec02-box02-txt-illust {
    width: 24%;
    position: absolute;
    bottom: -35%;
    right: -6%;
    z-index: 1;
  }

  /* section story02 SP */
  .l-story02 {
    position: relative;
    background: #b1d7a2;
    padding-top: 80px;
    margin-top: -80px;
  }

  .story01-mv {
    position: relative;
  }

  .story_cap02 {
    position: absolute;
    width: 16.2%;
    top: 94.9vw;
    left: 6%;
    z-index: 1;
  }


  .story02-bg-in {
    position: relative;
    background-color: #434612;
    background-image: url(../../img/story/story02_bg_ill02.png);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: right 12vw;
    padding-top: 110px;
    padding-bottom: 90px;
  }

  .story02_txt_set {
    position: initial;
    width: 80%;
    margin-inline: auto;
    margin-top: 45px;
  }

  .story02_txt_set01_pc {
    display: none;
  }

  .story02_txt_set01_sp {
    display: block;
    color: #fff;
    font-size: 6.5vw;
  }

  .story02_txt_set02 {
    font-size: clamp(13px, 3.4vw, 19px);
    line-height: 2;
    color: #fff;
    margin-top: 2em;
  }

  .story02-sec02-ttl {
    margin-top: 0;
    text-align: center;
    padding: 0 5%;
  }

  .l-story02-sec02-wrap {
    position: relative;
    width: clamp(300px, 80%, 1400px);
    margin-inline: auto;
    margin-top: 100px;
    display: flex;
    gap: 40px;
    flex-direction: column;
  }

  .l-story02-sec02-box01 {
    position: relative;
    width: 100%;
  }

  .story02-sec02-box01-img {
    position: relative;
  }

  .story02-sec02-box01-img::before {
    content: "";
    position: absolute;
    width: 150vw;
    height: 100%;
    top: -11%;
    right: 29%;
    background: rgba(255, 255, 255);
    z-index: -1;
    border-radius: 0 15px 15px 0;
  }

  .story02-sec02-box01-txt {
    width: 100%;
  }

  .story02-sec02-box01-txt-ttl {
    font-size: 5.2vw;
    color: #fff;
    margin-top: 1em;
  }

  .story02-sec02-box01-txt-txt {
    font-size: clamp(13px, 3.4vw, 21px);
    line-height: 1.7;
    text-align: justify;
    margin-top: 1em;
    color: #fff;
  }

  .story02-sec02-box01-txt-illust {
    position: absolute;
    width: 40%;
    /* margin-top: 20px; */
    /* margin-left: -5%; */
    top: 1em;
    left: 29em;
  }

  .u-img-round {
    border-radius: 25px;
  }

  .l-story02-sec02-box02 {
    position: relative;
    width: 100%;
    padding: 30px 0 80px 10%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .l-story02-sec02-box02::before {
    content: "";
    position: absolute;
    width: 150vw;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255);
    z-index: -1;
    border-radius: 25px 0 0 25px;
  }

  .l-story02-sec02-box02-item {
    width: 100%;
    position: relative;
  }

  .story02-sec02-box02-txt-ttl {
    font-size: 5.2vw;
    margin-top: .8em;
    text-align: center;
  }

  .story02-sec02-box02-txt-txt {
    font-size: clamp(13px, 3.4vw, 21px);
    letter-spacing: 0.05em;
    line-height: 1.7;
    text-align: justify;
    margin-top: 1em;
  }

  .story02-sec02-box02-txt-illust {
    width: 44%;
    position: absolute;
    bottom: -34%;
    right: -14%;
  }

  /* section story03 SP */
  .l-story03 {
    position: relative;
    background: #434612;
    padding-top: 80px;
    margin-top: -80px;
  }

  .story01-mv {
    position: relative;
    /* margin: -1px 0; */
  }

  .story_cap03 {
    position: absolute;
    width: 16.2%;
    top: 120.9vw;
    left: 6%;
    z-index: 1;
  }


  .story03-bg-in {
    position: relative;
    background-color: #c3d8e9;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .story03_txt_set {
    position: initial;
    width: 80%;
    margin-inline: auto;
    margin-top: 45px;
    top: -45.9vw;
    left: 71.7vw;
  }

  .story03_txt_set01_pc {
    display: none;
  }

  .story03_txt_set01_sp {
    display: block;
    font-size: 6.5vw;
  }

  .story03_txt_set02 {
    font-size: clamp(13px, 3.4vw, 19px);
    line-height: 2;
    margin-top: 2em;
  }

  .story03-sec02-ttl {
    margin-top: 0;
    text-align: center;
    padding: 0 8%;
  }

  .l-story03-sec02-wrap {
    position: relative;
    width: clamp(300px, 80%, 1400px);
    margin-inline: auto;
    margin-top: 120px;
  }

  .l-story03-sec02-box01 {
    position: relative;
    display: flex;
    gap: 14.5%;
    flex-direction: column;
  }

  .story03-sec02-box01-img {
    position: relative;
    width: 100%;
  }

  .story03-sec02-box01-img::before {
    content: "";
    position: absolute;
    width: 150vw;
    height: 100%;
    top: -28%;
    right: 19%;
    background: rgba(255, 255, 255);
    z-index: -1;
    border-radius: 0 15px 15px 0;
  }

  .story03-sec02-box01-txt {
    width: 100%;
  }

  .story03-sec02-box01-txt-ttl {
    font-size: 5.2vw;
    margin-top: 1em;
  }

  .story03-sec02-box01-txt-txt {
    font-size: clamp(13px, 3.4vw, 21px);
    line-height: 1.7;
    text-align: justify;
    margin-top: 1em;
  }

  .story03-sec02-box01-txt-illust {
    width: 55%;
    margin-top: 20px;
    margin-left: 50%;
  }

  .l-story03-sec02-box02 {
    background: #fff;
    padding: 40px 10% 100px;
    border-radius: 0;
    margin: 40px -13%;
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .l-story03-sec02-box02-item {
    width: 100%;
    position: relative;
  }

  .story03-sec02-box02-txt-ttl {
    font-size: 5.2vw;
    margin-top: .8em;
    text-align: center;
  }

  .story03-sec02-box02-txt-txt {
    font-size: clamp(13px, 3.4vw, 21px);
    letter-spacing: 0.05em;
    line-height: 1.7;
    text-align: justify;
    margin-top: 1em;
  }

  .story03-sec02-box02-txt-illust {
    width: 54%;
    position: absolute;
    bottom: -44%;
    right: -9%;
    z-index: 1;
  }

  .story_message {
    width: clamp(300px, 80%, 927px);
    margin: 50px auto 0;
    padding-bottom: 10px;
  }

  .img_caption_white {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 10px;
  }

  .img_caption_black {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 10px;
  }

  .img_caption_white.img_caption_l,
  .img_caption_black.img_caption_l {
    right: initial;
    left: 15px;
  }

}

.story01-mv_caption,
.story02-mv_caption,
.story03-mv_caption {
  position: absolute;
  font-size: 15px;
}

.story01-mv_caption {
  top: 2vw;
  right: 10px;
}

.story02-mv_caption {
  top: 18.5vw;
  right: 12%;
  color: #fff;
}

@media (max-width: 800px) {

  .story01-mv_caption,
  .story02-mv_caption,
  .story03-mv_caption {
    position: absolute;
    font-size: 10px;
  }

  .story01-mv_caption {
    top: 15vw;
    right: 10px;
  }

  .story02-mv_caption {
    top: 24.5vw;
    right: 10px;
    color: #fff;
  }

}