@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Noto+Sans+JP:wght@500;700&display=swap');

*{
  box-sizing: border-box;
  text-align: justify;
}

.wrapper {
  width: 100%;
  background-color: #fffeee;
  padding-bottom: 60px;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif !important;
}

.wrapper img {
  width: 100%;
}

body {
  line-height: 1.8;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}


/*	‐‐‐‐‐‐‐‐‐‐‐‐1p目‐‐‐‐‐‐‐‐‐‐‐‐‐*/

.feature__title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  line-height: 1.2;
  margin-top: 47px;
  margin-bottom: 57px;
}

.kv {
  width: 951px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
.kv img {
  max-width: 100%;
  width: 100%;
  border: none;
}

.p1 {
  background-image: url(../img/feature/vol25/p1_head01_01_bg.png);
  background-repeat: no-repeat;
  background-size: 940px;
  background-position: center 1370px;
}

.p1_01 {
  position: relative;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -57px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p1_01 .item {
  position: relative;
  display: inline-block;
  width: 49%;
}
.p1_01 h2 {
  position: absolute;
  width: 601px;
  top: 50%;
  left: 50%;
  transform: translate(-43%, -35%);
}
.p1_01 .item h3 {
  position: absolute;
}
.p1_01 p {
  position: absolute;
  font-size: 17px;
}
.p1_01 .item01 {
  position: relative;
  line-height: 1.7;
  width: 369px;
}
.p1_01 .item01::before {
  position: absolute;
  content: "";
  width: 104px;
  height: 200px;
  background-image: url(../img/feature/vol25/p1_head01_01_chara01.png);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 150px;
  left: 82px;
  transform-origin: center bottom;
  animation:2s ease-in 1s infinite alternate forwards running yurayura;
}
.p1_01 .item01 h3 {
  top: 12%;
  left: 10%;
  width: 24%;
}
.p1_01 .item01 p {
  width: 56%;
  top: 25%;
  right: 19%;
}
.p1_01 .item02 {
  width: 437px;
  line-height: 1.7;
  margin-top: 187px;
  margin-bottom: 250px;
}
.p1_01 .item02 h3 {
  top: 7%;
  right: 10%;
  width: 63%;
}
.p1_01 .item02 p {
  width: 51%;
  top: 24%;
  left: 33%;
}
.p1_01 .item03 {
  width: 370px;
  line-height: 1.7;
}
.p1_01 .item03 h3 {
  top: 26%;
  left: 11%;
  width: 73%;
}
.p1_01 .item03 p {
  width: 60%;
  top: 36%;
  left: 18%;
}
.p1_01 .item04 {
  width: 403px;
  line-height: 1.7;
  margin-top: 280px;
  margin-right: 20px;
}
.p1_01 .item04 h3 {
  top: 6%;
  right: -6%;
  width: 22%;
}
.p1_01 .item04 p {
  width: 45%;
  top: 13%;
  left: 33%;
}

.p1_02 {
  width: 940px;
  margin-top: 84px;
  margin-right: auto;
  margin-left: auto;
}
.p1_02 img {
  width: 3.5em;
  margin-right: 0.5em;
  float: left;
}
.p1_02 p {
  font-size: 17px;
  line-height: 1.7;
}

.p1_03 {
  position: relative;
  margin-top: 179px;
  width: 593px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  padding-bottom: 100px;
}
.p1_03::before {
  position: absolute;
  content: "";
  width: 131px;
  height: 213px;
  background-image: url(../img/feature/vol25/p1_head01_01_chara02.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -169px;
  right: -136px;
  transform-origin: center bottom;
  animation:2s ease-in 1s infinite alternate forwards running yurayura;
}
.p1_03 img {
  width: 201px;
}
.p1_03 div {
  margin-left: 36px;
  padding-top: 9px;
  width: 360px;
}
.p1_03 div span:nth-child(1) {
  font-size: 17px;
  line-height: 1.6;
}
.p1_03 div span:nth-child(3) {
  font-size: 24px;
  letter-spacing: 0.08em;
}
.p1_03 div span:nth-child(3) span {
  font-size: 17px;
  padding-left: 8px;
}
.p1_03 div span:nth-child(5) {
  font-size: 17px;
  display: block;
  padding-right: 30px;
  margin-top: 11px;
}


/*	‐‐‐‐‐‐‐‐‐‐‐‐2p目‐‐‐‐‐‐‐‐‐‐‐‐‐*/

.p2 {
  background-image: url(../img/feature/vol25/p2_head01_01_bg.png);
  background-repeat: no-repeat;
  background-size: 940px;
  background-position: center 110px;
}

.p2_01 {
  position: relative;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
}
.p2_01 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p2_01 .item {
  position: relative;
  display: inline-block;
  width: 49%;
}
.p2_01 h2 {
  width: 376px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
  border-bottom: none;
}
.p2_01 h2::before {
  position: absolute;
  content: "";
  width: 147px;
  height: 195px;
  background-image: url(../img/feature/vol25/p2_head01_01_chara.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 86px;
  left: 68px;
  transform-origin: left bottom;
  animation:2s ease-in 1s infinite alternate forwards running yurayura;
}
.p2_01 .item h3 {
  position: absolute;
  border-bottom: none;
}
.p2_01 p {
  position: absolute;
  font-size: 17px;
  letter-spacing: 0.07em;
}
.p2_01 .item01 {
  line-height: 1.7;
  width: 455px;
  margin-left: 180px;
  margin-top: 45px;
}
.p2_01 .item01 h3 {
  top: -1.5%;
  left: 17%;
  width: 43%;
}
.p2_01 .item01 p {
  width: 45%;
  top: 10%;
  left: 16%;
}
.p2_01 .item02 {
  position: relative;
  width: 437px;
  line-height: 1.7;
  margin-top: 137px;
  margin-left: -250px;
}
.p2_01 .item02 h3 {
  top: 42%;
  right: 9%;
  width: 8.5%;
}
.p2_01 .item02 p {
  width: 42%;
  top: 45%;
  left: 34%;
}
.p2_01 .item03 {
  width: 382px;
  line-height: 1.7;
  margin-top: -190px;
}
.p2_01 .item03 h3 {
  top: 3%;
  left: 16%;
  width: 79%;
}
.p2_01 .item03 p {
  width: 59%;
  top: 14%;
  left: 25%;
}
.p2_01 .item04 {
  width: 369px;
  line-height: 1.7;
  margin-top: 35px;
  margin-right: 0;
}
.p2_01 .item04 h3 {
  top: 39%;
  right: 16%;
  width: 10%;
}
.p2_01 .item04 p {
  width: 50%;
  top: 42%;
  left: 16%;
}
.p2_01 .item05 {
  width: 424px;
  line-height: 1.7;
  margin-top: -170px;
  margin-left: 158px;
}
.p2_01 .item05 h3 {
  top: -4%;
  left: 17%;
  width: 52%;
}
.p2_01 .item05 p {
  width: 53%;
  top: 11%;
  left: 17%;
}
.p2_01 .item06 {
  width: 367px;
  line-height: 1.7;
  margin-top: 223px;
  margin-left: -250px;
  margin-right: 145px;
}
.p2_01 .item06 h3 {
  top: 1%;
  left: 6%;
  width: 24%;
}
.p2_01 .item06 p {
  width: 61%;
  top: 42%;
  left: 23%;
}

.p2_02 {
  position: relative;
  margin-top: 103px;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  border-bottom: 2px solid #fff200;
}
.p2_02::before {
  position: absolute;
  content: "";
  width: 141px;
  height: 190px;
  background-image: url(../img/feature/vol25/p2_head01_02_chara01.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -185px;
  left: 0px;
  transform-origin: left bottom;
  animation:1.3s ease-in 1s infinite alternate forwards running yurayura;
}
.p2_02::after {
  position: absolute;
  content: "";
  width: 158px;
  height: 217px;
  background-image: url(../img/feature/vol25/p2_head01_02_chara02.png);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 196px;
  right: 60px;
  transform-origin: left bottom;
  animation: 2s ease-in 0.5s infinite alternate forwards running yurayura02;
}
.p2_02 h2 {
  position: relative;
  width: 239px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
  border-bottom: none;
}
.p2_02 > span {
  width: 100%;
  position: relative;
}
.p2_02 > span::before {
  position: absolute;
  content: "";
  width: 960px;
  height: 2px;
  top: 120px;
  left: 0;
  background-color: #fff200;
}
.p2_02 .question {
  width: 825px;
  font-size: 17px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 38px;
  position: relative;
}
.p2_02 .question::before {
  content: "";
  position: absolute;
  background-image: url(../img/feature/vol25/p2_head02_Q.png);
  width: 30px;
  height: 20px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.p2_02 div {
  width: 380px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 43px;
  padding-right: 50px;
}
.p2_02 .annotation {
  text-align: center;
  font-size: 16px;
  margin-top: 17px;
}

.p2_03 {
  width: 940px;
  margin-top: 97px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.1em;
}
.p2_03 img {
  width: 3.5em;
  margin-right: 0.5em;
  float: left;
}
.p2_03 p {
  font-size: 17px;
  line-height: 1.7;
}

.p2_04 {
  margin-top: 126px;
  width: 553px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
.p2_04 img {
  width: 201px;
}
.p2_04 div {
  margin-left: 36px;
  padding-top: 17px;
  width: 360px;
}
.p2_04 div span:nth-child(1) {
  font-size: 17px;
  line-height: 1.6;
}
.p2_04 div span:nth-child(3) {
  font-size: 24px;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 7px;
}
.p2_04 div span:nth-child(3) span {
  font-size: 17px;
  padding-left: 8px;
}
.p2_04 div span:nth-child(5) {
  font-size: 17px;
  display: block;
  padding-right: 30px;
  margin-top: -7px;
}



/*	‐‐‐‐‐‐‐‐‐‐‐‐3p目‐‐‐‐‐‐‐‐‐‐‐‐‐*/

.p3 {
  background-image: url(../img/feature/vol25/p3_head01_01_bg.png);
  background-repeat: no-repeat;
  background-size: 940px;
  background-position: center 652px;
}

.p3_01 {
  position: relative;
  width: 560px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
}
.p3_01 h2 {
  width: 239px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
  border-bottom: none;
  position: relative;
}
.p3_01 h2::before {
  content: "";
  position: absolute;
  width: 288px;
  height: 168px;
  background-image: url(../img/feature/vol25/p3_head01_01_img01.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: -12px;
  left: -132%;
}
.p3_01 h2::after {
  content: "";
  position: absolute;
  width: 162px;
  height: 163px;
  background-image: url(../img/feature/vol25/p3_head01_01_img02.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: -16px;
  right: -93%;
}
.p3_01 .head02 {
  border-bottom: none;
  margin-right: auto !important;
  margin-left: auto !important;
}
.p3_01 .item01 .head02 {
  position: relative;
  width: 87%;
  padding-top: 111px;
  padding-left: 18%;
}
.p3_01 .item01 .head02::before {
  position: absolute;
  content: "";
  width: 243px;
  height: 227px;
  background-image: url(../img/feature/vol25/p3_head02_01_chara.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 57px;
  left: -108px;
}
.p3_01 .item02 .head02 {
  width: 70%;
  padding-top: 121px;
  position: relative;
}
.p3_01 .item02 .head02::before {
  position: absolute;
  content: "";
  width: 121px;
  height: 211px;
  background-image: url(../img/feature/vol25/p3_head02_02_chara.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 64px;
  right: -272px;
  transform-origin: center bottom;
  animation:2s ease-in 1s infinite alternate forwards running yurayura;
}
.p3_01 .item03 .head02 {
  position: relative;
  width: 67%;
  padding-top: 122px;
  padding-left: 8%;
  padding-bottom: 2%;
}
.p3_01 .item03 .head02::before {
  position: absolute;
  content: "";
  width: 177px;
  height: 146px;
  background-image: url(../img/feature/vol25/p3_head02_03_chara.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 64px;
  left: -287px;
  transform-origin: center bottom;
  animation:2s ease-in 1s infinite alternate forwards running yurayura;
}
.p3_01 .item04 .head02 {
  position: relative;
  width: 98%;
  padding-top: 124px;
  padding-right: 21%;
  padding-bottom: 2%;
}
.p3_01 .item04 .head02::before {
  position: absolute;
  content: "";
  width: 104px;
  height: 200px;
  background-image: url(../img/feature/vol25/p3_head02_04_chara.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -93px;
  right: -201px;
  transform-origin: center bottom;
  animation:2s ease-in 1s infinite alternate forwards running yurayura;
}
.p3_01 .head03 {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 13px;
}
.p3_01 .item01 .head03 {
  width: 61%;
}
.p3_01 .item02 .head03 {
  width: 61%;
}
.p3_01 .item03 .head03 {
  width: 85%;
}
.p3_01 .item04 .head03 {
  width: 82%;
}
.p3_01 p {
  font-size: 17px;
  letter-spacing: 0.07em;
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.7;
}
.p3_01 .img {
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 27px;
  margin-bottom: 20px;
}
.p3_01 .annotation {
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
.p3_01 .copyright {
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: right;
  position: relative;
  right: -193px;
  margin-top: 92px;
  line-height: 1.3;
}


.p3_02 {
  margin-top: 76px;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.p3_02 h2 {
  width: 303px;
  margin-right: auto !important;
  margin-left: 0 !important;
  border-bottom: none;
}
.p3_02 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -9px;
}
.p3_02 > div .item {
  width: 44%;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  margin-bottom: 132px;
}
.p3_02 > div .item p {
  font-size: 16px;
  margin-bottom: 14px !important;
  line-height: 2;
  letter-spacing: 0.1em;
  flex-grow: 1;
}
.p3_02 > div .item > img {
  flex-grow: 1;
}
.p3_02 > div .item .head02 {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 9px 0 !important;
}
.p3_02 > div .item01 .head02 {
  width: 80%;
}
.p3_02 > div .item02 .head02 {
  width: 89%;
}
.p3_02 > div .item03 .head02 {
  width: 73%;
}
.p3_02 > div .item04 .head02 {
  width: 90%;
}
.p3_02 > div .item05 .head02 {
  width: 82%;
}
.p3_02 > div .item06 .head02 {
  width: 84%;
}


.p3_02 .annotation {
  text-align: center;
  font-size: 16px;
  margin-top: 17px;
}

.p3_03 {
  width: 940px;
  margin-top: 97px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.1em;
}
.p3_03 img {
  width: 3.5em;
  margin-right: 0.5em;
  float: left;
}
.p3_03 p {
  font-size: 17px;
  line-height: 1.7;
}

.p3_04 {
  margin-top: 126px;
  width: 553px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
.p3_04 img {
  width: 201px;
}
.p3_04 div {
  margin-left: 36px;
  padding-top: 17px;
}
.p3_04 div span:nth-child(1) {
  font-size: 17px;
  line-height: 1.6;
}
.p3_04 div span:nth-child(3) {
  font-size: 24px;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 7px;
}
.p3_04 div span:nth-child(3) span {
  font-size: 17px;
  padding-left: 8px;
}
.p3_04 div span:nth-child(5) {
  font-size: 17px;
  display: block;
  padding-right: 30px;
  margin-top: -7px;
}


@media screen and (max-width:767px) {
  .wrapper {
    width: 100%;
    background-color: #fffeee;
    padding-bottom: 10vw;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  .feature__title {
    font-size: 7vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 5vw;
  }
  
  .kv {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
  .kv img {
    max-width: 100%;
    width: 100%;
  }
  
  .p1 {
    padding-right: 15px;
    padding-left: 15px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 1370px;
  }
  
  .p1_01 {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p1_01 .item {
    position: relative;
    display: inline-block;
    width: 90%;
  }
  .p1_01 h2 {
    position: absolute;
    width: 100%;
    top: 5vw;
    left: 0;
    transform: translate(0, 0);
  }
  .p1_01 .item h3 {
    position: absolute;
  }
  .p1_01 p {
    position: absolute;
    font-size: 4.5vw;
  }
  .p1_01 .item01 {
    margin-top: 80vw;
    position: relative;
    line-height: 1.7;
    width: 100%;
  }
  .p1_01 .item01::before {
    position: absolute;
    content: "";
    width: 25vw;
    height: 48vw;
    background-image: url(../img/feature/vol25/p1_head01_01_chara01.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 100vw;
    left: -10vw;
  }
  .p1_01 .item01 h3 {
    top: 12%;
    left: 10%;
    width: 24%;
  }
  .p1_01 .item01 p {
    width: 56%;
    top: 41%;
    right: 19%;
  }
  .p1_01 .item02 {
    width: 103%;
    line-height: 1.7;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .p1_01 .item02 h3 {
    top: 1%;
    right: 10%;
    width: 63%;
  }
  .p1_01 .item02 p {
    width: 62%;
    top: 16%;
    left: 33%;
  }
  .p1_01 .item03 {
    width: 100%;
    line-height: 1.7;
  }
  .p1_01 .item03 h3 {
    top: 36%;
    left: 11%;
    width: 73%;
  }
  .p1_01 .item03 p {
    width: 60%;
    top: 47%;
    left: 18%;
  }
  .p1_01 .item04 {
    width: 100%;
    line-height: 1.7;
    margin-top: 35vw;
    margin-right: 20px;
  }
  .p1_01 .item04 h3 {
    top: -36%;
    right: 13%;
    width: 22%;
  }
  .p1_01 .item04 p {
    width: 58%;
    top: 24%;
    left: 33%;
  }
  
  .p1_02 {
    width: 100%;
    margin-top: 10vw;
    margin-right: auto;
    margin-left: auto;
  }
  .p1_02 img {
    width: 3.5em;
    margin-right: 0.5em;
    float: left;
  }
  .p1_02 p {
    font-size: 4.5vw;
    line-height: 1.7;
  }
  
  .p1_03 {
    position: relative;
    margin-top: 10vw;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-bottom: 0;
  }
  .p1_03::before {
    position: absolute;
    content: "";
    width: 25vw;
    height: 41vw;
    background-image: url(../img/feature/vol25/p1_head01_01_chara02.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: -7vw;
    right: 3vw;
  }
  .p1_03 img {
    width: 50vw;
  }
  .p1_03 div {
    margin-left: 0;
    padding-top: 9px;
    width: 100%;
  }
  .p1_03 div span:nth-child(1) {
    font-size: 4.5vw;
    line-height: 1.6;
  }
  .p1_03 div span:nth-child(3) {
    font-size: 5.5vw;
    letter-spacing: 0.08em;
  }
  .p1_03 div span:nth-child(3) span {
    font-size: 4.5vw;
    padding-left: 8px;
  }
  .p1_03 div span:nth-child(5) {
    font-size: 4.5vw;
    display: block;
    padding-right: 0;
    margin-top: 11px;
  }
  
  
  /*	‐‐‐‐‐‐‐‐‐‐‐‐2p目‐‐‐‐‐‐‐‐‐‐‐‐‐*/
  
  .p2 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 940px;
    background-position: center 110px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .p2_01 {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10vw;
  }
  .p2_01 > div {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p2_01 .item {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .p2_01 h2 {
    width: 70%;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
    border-bottom: none;
  }
  .p2_01 h2::before {
    position: absolute;
    content: "";
    width: 24vw;
    height: 32vw;
    background-image: url(../img/feature/vol25/p2_head01_01_chara.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 33vw;
    left: 70vw;
  }
  .p2_01 .item h3 {
    position: absolute;
    border-bottom: none;
  }
  .p2_01 p {
    position: absolute;
    font-size: 4.5vw;
    letter-spacing: 0.07em;
  }
  .p2_01 .item01 {
    line-height: 1.7;
    width: 102%;
    margin-left: 0;
    margin-top: 15vw;
  }
  .p2_01 .item01 h3 {
    top: -13.5%;
    left: 17%;
    width: 43%;
  }
  .p2_01 .item01 p {
    width: 61%;
    top: 10%;
    left: 3%;
  }
  .p2_01 .item02 {
    position: relative;
    width: 100%;
    line-height: 1.7;
    margin-top: 10vw;
    margin-left: 0;
  }
  .p2_01 .item02 h3 {
    top: -4%;
    right: 9%;
    width: 8.5%;
  }
  .p2_01 .item02 p {
    width: 57%;
    top: 44%;
    left: 34%;
  }
  .p2_01 .item03 {
    width: 100%;
    line-height: 1.7;
    margin-top: 10vw;
  }
  .p2_01 .item03 h3 {
    top: -8%;
    left: 16%;
    width: 71%;
  }
  .p2_01 .item03 p {
    width: 59%;
    top: 14%;
    left: 25%;
  }
  .p2_01 .item04 {
    width: 100%;
    line-height: 1.7;
    margin-top: 10vw;
    margin-right: 0;
  }
  .p2_01 .item04 h3 {
    top: 35%;
    right: 10%;
    width: 10%;
  }
  .p2_01 .item04 p {
    width: 54%;
    top: 40%;
    left: 16%;
  }
  .p2_01 .item05 {
    width: 100%;
    line-height: 1.7;
    margin-top: 20vw;
    margin-left: 0;
  }
  .p2_01 .item05 h3 {
    top: -24%;
    left: 17%;
    width: 52%;
  }
  .p2_01 .item05 p {
    width: 63%;
    top: 15%;
    left: 8%;
  }
  .p2_01 .item06 {
    width: 100%;
    line-height: 1.7;
    margin-top: 10vw;
    margin-left: 0;
    margin-right: 0;
  }
  .p2_01 .item06 h3 {
    top: 1%;
    left: 6%;
    width: 24%;
  }
  .p2_01 .item06 p {
    width: 61%;
    top: 42%;
    left: 23%;
  }
  
  .p2_02 {
    position: relative;
    margin-top: 40vw;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5vw;
    border-bottom: 2px solid #fff200;
  }
  .p2_02::before {
    position: absolute;
    content: "";
    width: 30vw;
    height: 41vw;
    background-image: url(../img/feature/vol25/p2_head01_02_chara01.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: -43vw;
    left: 2vw;
  }
  .p2_02::after {
    position: absolute;
    content: "";
    width: 33vw;
    height: 46vw;
    background-image: url(../img/feature/vol25/p2_head01_02_chara02.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -40vw;
    right: 0vw;
  }
  .p2_02 h2 {
    position: relative;
    width: 70%;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
    border-bottom: none;
  }
  .p2_02 > span {
    width: 100%;
    position: relative;
  }
  .p2_02 > span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 120px;
    left: 0;
    background-color: #fff200;
  }
  .p2_02 .question {
    width: 100%;
    font-size: 4.5vw;
    margin-right: auto;
    margin-left: auto;
    padding-left: 12vw;
    position: relative;
  }
  .p2_02 .question::before {
    content: "";
    position: absolute;
    background-image: url(../img/feature/vol25/p2_head02_Q.png);
    width: 9vw;
    height: 6vw;
    top: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p2_02 div {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5vw;
    padding-right: 0;
  }
  .p2_02 .annotation {
    text-align: center;
    font-size: 4vw;
    margin-top: 4.5vw;
  }
  
  .p2_03 {
    width: 100%;
    margin-top: 45vw;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.1em;
  }
  .p2_03 img {
    width: 3.5em;
    margin-right: 0.5em;
    float: left;
  }
  .p2_03 p {
    font-size: 4.5vw;
    line-height: 1.7;
  }
  
  .p2_04 {
    margin-top: 10vw;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .p2_04 img {
    width: 60vw;
  }
  .p2_04 > div {
    margin-left: 0;
    padding-top: 4.5vw;
    width: 100%;
  }
  .p2_04 div span:nth-child(1) {
    font-size: 4.5vw;
    line-height: 1.6;
  }
  .p2_04 div span:nth-child(3) {
    font-size: 5.5vw;
    letter-spacing: 0.08em;
    display: block;
    margin-top: 2vw;
  }
  .p2_04 div span:nth-child(3) span {
    font-size: 4.5vw;
    padding-left: 0;
  }
  .p2_04 div span:nth-child(5) {
    font-size: 4.5vw;
    display: block;
    padding-right: 0;
    margin-top: -6vw;
  }
  
  /*	‐‐‐‐‐‐‐‐‐‐‐‐3p目‐‐‐‐‐‐‐‐‐‐‐‐‐*/
  
  .p3 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 940px;
    background-position: center 652px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .p3_01 {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 42vw;
  }
  .p3_01 h2 {
    width: 60%;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
    border-bottom: none;
    position: relative;
  }
  .p3_01 h2::before {
    content: "";
    position: absolute;
    width: 60vw;
    height: 35vw;
    background-image: url(../img/feature/vol25/p3_head01_01_img01.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: -42vw;
    left: -39%;
  }
  .p3_01 h2::after {
    content: "";
    position: absolute;
    width: 33vw;
    height: 34vw;
    background-image: url(../img/feature/vol25/p3_head01_01_img02.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 27vw;
    right: -20vw;
  }
  .p3_01 .head02 {
    border-bottom: none;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .p3_01 .item01 .head02 {
    position: relative;
    width: 87%;
    padding-top: 30vw;
    padding-left: 18%;
  }
  .p3_01 .item01 .head02::before {
    position: absolute;
    content: "";
    width: 46vw;
    height: 43vw;
    background-image: url(../img/feature/vol25/p3_head02_01_chara.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0vw;
    left: -5vw;
  }
  .p3_01 .item02 .head02 {
    width: 70%;
    padding-top: 5vw;
    position: relative;
  }
  .p3_01 .item02 .head02::before {
    position: absolute;
    content: "";
    width: 24vw;
    height: 42vw;
    background-image: url(../img/feature/vol25/p3_head02_02_chara.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0vw;
    right: -10vw;
  }
  .p3_01 .item03 .head02 {
    position: relative;
    width: 67%;
    padding-top: 5vw;
    padding-left: 8%;
    padding-bottom: 2%;
  }
  .p3_01 .item03 .head02::before {
    position: absolute;
    content: "";
    width: 177px;
    height: 146px;
    background-image: url(../img/feature/vol25/p3_head02_03_chara.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 64px;
    left: -287px;
  }
  .p3_01 .item04 .head02 {
    position: relative;
    width: 98%;
    padding-top: 10vw;
    padding-right: 21%;
    padding-bottom: 2%;
  }
  .p3_01 .item04 .head02::before {
    position: absolute;
    content: none;
    width: 104px;
    height: 200px;
    background-image: url(../img/feature/vol25/p3_head02_04_chara.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: -93px;
    right: 0;
  }
  .p3_01 .head03 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5vw;
  }
  .p3_01 .item01 .head03 {
    width: 61%;
  }
  .p3_01 .item02 .head03 {
    width: 61%;
  }
  .p3_01 .item03 .head03 {
    width: 85%;
  }
  .p3_01 .item04 .head03 {
    width: 82%;
  }
  .p3_01 p {
    font-size: 4.5vw;
    letter-spacing: 0.07em;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.7;
  }
  .p3_01 .img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5vw;
    margin-bottom: 20px;
  }
  .p3_01 .annotation {
    font-size: 4vw;
    letter-spacing: 0;
    text-align: justify;
  }
  .p3_01 .copyright {
    font-size: 4vw;
    letter-spacing: 0;
    text-align: left;
    position: relative;
    right: 0;
    margin-top: 10vw;
    line-height: 1.3;
  }
  
  
  .p3_02 {
    margin-top: 10vw;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .p3_02 h2 {
    width: 100%;
    margin-right: auto !important;
    margin-left: 0 !important;
    border-bottom: none;
  }
  .p3_02 > div {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -9px;
  }
  .p3_02 > div .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    margin-bottom: 10vw;
  }
  .p3_02 > div .item p {
    font-size: 16px;
    margin-bottom: 14px !important;
    line-height: 2;
    letter-spacing: 0.1em;
    flex-grow: 1;
  }
  .p3_02 > div .item > img {
    flex-grow: 1;
  }
  .p3_02 > div .item .head02 {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 9px 0 !important;
  }
  .p3_02 > div .item01 .head02 {
    width: 80%;
  }
  .p3_02 > div .item02 .head02 {
    width: 89%;
  }
  .p3_02 > div .item03 .head02 {
    width: 73%;
  }
  .p3_02 > div .item04 .head02 {
    width: 90%;
  }
  .p3_02 > div .item05 .head02 {
    width: 82%;
  }
  .p3_02 > div .item06 .head02 {
    width: 84%;
  }
  
  
  .p3_02 .annotation {
    text-align: center;
    font-size: 16px;
    margin-top: 4.5vw;
  }
  
  .p3_03 {
    width: 100%;
    margin-top: 97px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.1em;
  }
  .p3_03 img {
    width: 3.5em;
    margin-right: 0.5em;
    float: left;
  }
  .p3_03 p {
    font-size: 4.5vw;
    line-height: 1.7;
  }
  
  .p3_04 {
    margin-top: 126px;
    width: 553px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
  }
  .p3_04 img {
    width: 201px;
  }
  .p3_04 div {
    margin-left: 36px;
    padding-top: 4.5vw;
  }
  .p3_04 div span:nth-child(1) {
    font-size: 4.5vw;
    line-height: 1.6;
  }
  .p3_04 div span:nth-child(3) {
    font-size: 5.5vw;
    letter-spacing: 0.08em;
    display: block;
    margin-top: 7px;
  }
  .p3_04 div span:nth-child(3) span {
    font-size: 4.5vw;
    padding-left: 8px;
  }
  .p3_04 div span:nth-child(5) {
    font-size: 4.5vw;
    display: block;
    padding-right: 30px;
    margin-top: -7px;
  }
}

@keyframes yurayura {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(-8deg);
  }
}
@keyframes yurayura02 {
  0%{
    transform: rotate(-8deg);
  }
  100%{
    transform: rotate(0deg);
  }
}