html {
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family:
    "dnp-shuei-gothic-gin-std",
    sans-serif;
  font-feature-settings: "palt";
}

body.no-scroll {
  overflow: hidden;
}


body {
  margin: 0;
  height: 100%;
  cursor: none;
}

#canvas {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  pointer-events: none;
}

/* body.o-start #canvas {
  cursor: none;
} */

.scroll_down {
  position: relative;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  opacity: 0;
}

.scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
}

.scroll_down a {
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 50px;
  z-index: 10;
  width: 13px;
  padding: 10px 17px 110px;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  line-height: 0;
  margin: auto;
  pointer-events: none;
}

.scroll_down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 2px;
  height: 100px;
  background: #ddd;
}

.scroll_down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 2px;
  height: 100px;
  background: #000;
}

.scroll_down a:hover {
  opacity: .5;
}

#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.dg.ac {
  display: none !important;
}

.sp-only {
  display: none;
}


.font-nelv {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-story header .nav-ctn {
  /* background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: none; */
}


/* オープニング動画 */

.op {
  position: relative;
}

.op-ttl {
  position: fixed;
  top: 5vh;
  left: 50%;
  transform: translateX(-50%);
  max-width: 375px;
  z-index: 1;
}

.op-ttl img {
  opacity: 0;
}

.op-MV-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.op-MV {
  position: fixed;
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100vh;
  /* animation: opBackgroundAnimation 7s linear 1 forwards;
  transition: opacity 0.25s ease-in-out; */
}

.op-MV video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  bottom: 0;
  object-fit: cover;
  height: 150%;
}


/* @keyframes opBackgroundAnimation {

  0%,
  40% {
    background: url(../img/story/op-bg-01.webp) no-repeat bottom / cover;
  }

  41%,
  45% {
    background: url(../img/story/op-bg-02.webp) no-repeat bottom / cover;
  }

  46%,
  49% {
    background: url(../img/story/op-bg-03.webp) no-repeat bottom / cover;
  }

  50%,
  53% {
    background: url(../img/story/op-bg-04.webp) no-repeat bottom / cover;
  }

  54%,
  57% {
    background: url(../img/story/op-bg-05.webp) no-repeat bottom / cover;
  }

  58%,
  61% {
    background: url(../img/story/op-bg-06.webp) no-repeat bottom / cover;
  }

  62%,
  65% {
    background: url(../img/story/op-bg-07.webp) no-repeat bottom / cover;
  }

  66%,
  69% {
    background: url(../img/story/op-bg-08.webp) no-repeat bottom / cover;
  }

  70%,
  73% {
    background: url(../img/story/op-bg-09.webp) no-repeat bottom / cover;
  }

  74%,
  77% {
    background: url(../img/story/op-bg-10.webp) no-repeat bottom / cover;
  }

  78%,
  81% {
    background: url(../img/story/op-bg-11.webp) no-repeat bottom / cover;
  }

  82%,
  85% {
    background: url(../img/story/op-bg-12.webp) no-repeat bottom / cover;
  }

  86%,
  89% {
    background: url(../img/story/op-bg-13.webp) no-repeat bottom / cover;
  }

  90%,
  93% {
    background: url(../img/story/op-bg-14.webp) no-repeat bottom / cover;
  }

  94%,
  97% {
    background: url(../img/story/op-bg-15.webp) no-repeat bottom / cover;
  }

  98%,
  100% {
    background: url(../img/story/op-bg-16.webp) no-repeat bottom / cover;
  }
} */


.op-txt-container {
  z-index: 3;
  position: relative;
  margin: 0 auto;
  height: 120vh;
}


.op-txt {
  text-align: center;
  color: #fff;
}

.op-txt h3 {
  font-size: 2.5vw;
  line-height: 1em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 20px;
}

.op-txt h4 {
  font-size: 1.9vw;
  letter-spacing: 0.1em;
  margin: 20px auto;
}

.op-txt h5 {
  font-size: 1.4vw;
  line-height: 1.5;
  margin-bottom: 15px;
}

.op-txt p {
  font-size: 1.1vw;
  line-height: 1.9em;
  font-weight: 600;
}

.op-txt h3.line {
  position: relative;
  transition: opacity 0.1s ease-in;
}

.op-txt h4.line,
.op-txt h5 .line {
  position: relative;
  transition: opacity 0.1s ease-in;
}

.op-txt p .line {
  position: relative;
  transition: opacity 0.1s ease-in;
}

.op-txt .line {
  opacity: 0;
}

.op-txt-container .link-bnr.sp-only {
  background-color: unset;
}

.op-txt-container .link-bnr.sp-only a {
  display: block;
  color: #fff;
  text-align: center;
  background: center 90% / 13px url(../img/arr-down.png) no-repeat,
    rgb(0 0 0 / 65%);
  padding: 25px 10px;
  max-width: 145px;
  height: 145px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.op-txt-container .link-bnr a .link-bnr-ttl .ttl-num span img {
  max-height: 40px;
  filter: unset;
}

.op-txt-container .link-bnr a .link-bnr-ttl .ttl-num {
  margin-bottom: 2px;
}

.op-txt-container .link-bnr .ttl-en {
  font-size: 0.7rem;
  line-height: 1.7;
  letter-spacing: 1px;
}



/* chapter-01 
chapter-01-op*/
.chapter-01 {
  position: relative;
  z-index: 4;
}

.chapter-01 .chapter-01-op {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.chapter-01-op.fixed,
.chapter-01-p1.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.chapter-01 .chapter-01-op-bg,
.chapter-01 .chapter-01-op-bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: opacity 0.1s ease;
}

.chapter-01 .chapter-01-op-bg {
  background: #1b1729 url(../img/story/chapter01-bg.webp) no-repeat center center / cover;
  z-index: 2;
  opacity: 1;
}

.chapter-01 .chapter-01-op-bg-blur {
  background: url(../img/story/chapter01-bg-blur.webp) no-repeat center center / cover;
  z-index: 3;
  opacity: 0;
}

.chapter-01 .ttl-container,
.chapter-02 .ttl-container,
.chapter-04 .ttl-container,
.chapter-03 .ttl-container {
  position: absolute;
  z-index: 4;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 3px 2px 3px #2f2e2e;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.chapter-01 .ttl-container .ttl-line,
.chapter-02 .ttl-container .ttl-line,
.chapter-04 .ttl-container .ttl-line,
.chapter-03 .ttl-container .ttl-line {
  color: #fff;
  text-align: center;
  margin: auto;
}

.chapter-01 .ttl-container .ttl-line.line-01,
.chapter-02 .ttl-container .ttl-line.line-01,
.chapter-04 .ttl-container .ttl-line.line-01,
.chapter-03 .ttl-container .ttl-line.line-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  column-gap: 10px;
}

.chapter-01 .ttl-container .ttl-line.line-01 img,
.chapter-02 .ttl-container .ttl-line.line-01 img,
.chapter-04 .ttl-container .ttl-line.line-01 img,
.chapter-03 .ttl-container .ttl-line.line-01 img {
  max-height: 150px;
  width: auto;
}

.chapter-01 .ttl-container .ttl-line.line-02,
.chapter-02 .ttl-container .ttl-line.line-02,
.chapter-04 .ttl-container .ttl-line.line-02,
.chapter-03 .ttl-container .ttl-line.line-02 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.chapter-01 .ttl-container .ttl-line.line-03,
.chapter-02 .ttl-container .ttl-line.line-03,
.chapter-04 .ttl-container .ttl-line.line-03,
.chapter-03 .ttl-container .ttl-line.line-03 {
  font-size: 1.5rem;
}

.chapter-01 .ttl-container .ttl-line.line-04,
.chapter-02 .ttl-container .ttl-line.line-04,
.chapter-04 .ttl-container .ttl-line.line-04,
.chapter-03 .ttl-container .ttl-line.line-04 {
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 40px;
}

/* chapter-01 
chapter-01-01*/

.chapter-01 .contents-ctn .ctn-inner {
  width: 70%;
  margin: auto;
}

.chapter-01 .chapter-01-p1 {
  background-color: #202958;
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 2;
}

.chapter-01 .chapter-01-p1 .left-part {
  width: 45%;
  position: relative;
}

.chapter-01 .chapter-01-p1 .left-part .ttl-ctn {
  top: 50%;
  margin: auto;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.chapter-01 .chapter-01-p1 .left-part .ttl-ctn .ttl-en {
  color: rgba(255, 255, 255, 0.35);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.chapter-01 .chapter-01-p1 .left-part .ttl-ctn .ttl-jp {
  color: #fff;
  font-size: 1.5rem;
  margin: 20px auto 30px;
}

.chapter-01 .chapter-01-p1 .left-part .ttl-ctn .img-box img {
  margin: auto;
}

.chapter-01 .chapter-01-p1 .right-part {
  position: relative;
  width: 65%;
  animation: c1p1BackgroundAnimation cubic-bezier(0, 0.5, 0.55, 1.07) 3s infinite;
  height: 100%;
  overflow: hidden;
}

@keyframes c1p1BackgroundAnimation {
  0% {
    background: url(../img/story/chapter1-p1-1.webp) no-repeat center center / cover;
  }

  100% {
    background: url(../img/story/chapter1-p1-3.webp) no-repeat center center / cover;
  }
}

.chapter-01 .chapter-01-p1 .right-part .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 41, 88, 0.51);
  /* opacity: 0; */
  transition: opacity .5s ease;
}


.chapter-01 .chapter-01-p1 .right-part .contxt-ctn .contxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chapter-01 .chapter-01-p1 .right-part h4,
.chapter-01 .chapter-01-p1 .right-part p {
  color: #fff;
  margin: auto;
  line-height: 1.5;
}

.chapter-01 .chapter-01-p1 .right-part h4 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.chapter-01 .chapter-01-p1 .right-part p {
  text-align: left;
  font-size: 1.24rem;
  width: 73%;
}

.chapter-01 .chapter-01-p1 .right-part .contxt-02 p {
  text-align: left;
  font-size: 1.24rem;
  width: 73%;
  margin: auto;
  line-height: 1.5;
}

/* .chapter-01 
.chapter-01-p2 */

.chapter-01 .chapter-01-p2 {
  position: relative;
  z-index: 4;
  height: 100vh;
  width: 100%;
  display: flex;
  animation: c1p2BackgroundAnimation cubic-bezier(0, 0.5, 1, 0.5) 5s infinite;
}

@keyframes c1p2BackgroundAnimation {
  0% {
    background: url(../img/story/chapter1-p2-2.webp) no-repeat center center / cover, #202958;
  }

  100% {
    background: url(../img/story/chapter1-p2-1.webp) no-repeat center center / cover, #202958;
  }
}

.chapter-01 .chapter-01-p2 .left-part {
  width: 60%;
}

.chapter-01 .chapter-01-p2 .left-part .ttl-ctn {
  margin-top: 9vh;
}

.chapter-01 .chapter-01-p2 .left-part .ttl-ctn .ttl-en {
  color: rgba(255, 255, 255, 0.35);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: center;

}

.chapter-01 .chapter-01-p2 .left-part .ttl-ctn .ttl-jp {
  color: #fff;
  font-size: 1.5rem;
  margin: 20px auto 30px;
  text-align: center;
  line-height: 1.5;
}

.chapter-01 .chapter-01-p2 .right-part {
  width: 40%;
  position: relative;
}

.chapter-01 .chapter-01-p2 .right-part .right-part-ctn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  opacity: 0;
  transition: opacity .5s ease;
}

.chapter-01 .chapter-01-p2 .right-part .contxt-01 {
  display: flex;
  align-items: flex-end;
  column-gap: 2%;
  justify-content: center;
  margin-bottom: 30px;
}

.chapter-01 .chapter-01-p2 .right-part .contxt-01 p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

.chapter-01 .chapter-01-p2 .right-part .contxt-02 p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  width: 66%;
  margin: auto;
}

/* .chapter-01 
.chapter-01-p3 */

.chapter-01 .chapter-01-p3 {
  width: 100%;
  background-color: #202958;
  position: relative;
  z-index: 4;
}

.chapter-01 .chapter-01-p3 .fixed-ttl {
  top: 5%;
  margin: auto;
  left: 0;
  position: absolute;
  height: 100vh;
  width: 45%;
}


.chapter-01 .chapter-01-p3 .fixed-ttl .ttl-ctn {
  text-align: center;
  margin-top: 9vh;
}

.chapter-01 .chapter-01-p3 .fixed-ttl .ttl-ctn .ttl-en {
  color: rgba(255, 255, 255, 0.35);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: center;

}

.chapter-01 .chapter-01-p3 .fixed-ttl .ttl-ctn .ttl-jp {
  color: #fff;
  font-size: 1.5rem;
  margin: 20px auto 30px;
  text-align: center;
  line-height: 1.5;
}

.chapter-01 .chapter-01-p3 .fixed-ttl .ttl-ctn .img-box img {
  margin: auto;
}

.chapter-01 .chapter-01-p3 .contents-ctn {
  display: flex;
  background: #202958;
}

.chapter-01 .chapter-01-p3 .contents-ctn .left-part {
  width: 45%;
}

.chapter-01 .chapter-01-p3 .contents-ctn .right-part {
  width: 55%;
  height: 100vh;
  position: relative;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-01 .right-part {
  background: url(../img/story/chapter1-p3-01.webp) no-repeat center center / cover, #202958;
  height: 100vh;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-02 .right-part {
  height: 55vh;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-02 .right-part p {
  color: white;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  font-size: 1.2rem;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-03 .right-part {
  background: url(../img/story/chapter1-p3-02.webp) no-repeat center center / cover, #202958;
  height: 100vh;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-03 .right-part p {
  position: absolute;
  right: 7%;
  top: 7%;
  line-height: 1.5;
  font-size: 1.3rem;
  text-align: right;
  color: #343434;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-04 .right-part {
  height: 60vh;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-04 .right-part .img-box {
  width: 26%;
  margin: 60px auto 30px;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .table-box {
  background: rgb(255 255 255 / 34%);
  margin: 40px auto;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .table-box table {
  color: #fff;
  width: 100%;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .table-box table tr {
  color: #fff;
  border: 1px solid;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .table-box table tr:first-child th {
  color: #A28523;
  background: rgb(255 255 255 / 85%);
  line-height: 1.3;
  padding: 10px;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .table-box table tr:first-child th span {
  font-size: 75%;
  vertical-align: top;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .table-box table tr:nth-child(2) th {
  vertical-align: middle;
  width: 6%;
  padding: 0 6px;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .table-box table tr td {
  padding: 8px 5px;
  border-left: 1px solid #fff;
  vertical-align: middle;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .table-box table tr td:nth-of-type(1) {
  text-align: center;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .table-box table tr td:last-child {
  /* color: #A28523; */
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}


.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-05 .right-part {
  background: url(../img/story/chapter1-p3-03.webp) no-repeat center center / cover, #202958;
  height: 100vh;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part {
  height: 122vh;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .main-description {
  color: #A28523;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 10vh;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .img-box {
  width: 24%;
  margin: 40px auto 20px;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .qualification-text {
  width: 77%;
  margin: auto;
  background: url(../img/story/chapter1-p3-border.png) no-repeat center center / contain;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .qualification-text p {
  color: white;
  padding: 10% 3%;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}

.chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .notice p {
  color: #fff;
  font-size: 90%;
  width: 47%;
  margin: 10px auto 0;
  line-height: 1.3;
}

/* .chapter-01 
.chapter-01-p4 */

.chapter-01 .chapter-01-p4 {
  width: 100%;
  background-color: #202958;
  position: relative;
}

.chapter-01 .chapter-01-p4 .fixed-ttl {
  right: 0;
  top: 5%;
  margin: auto;
  position: absolute;
  height: 100vh;
  width: 45%;
}

.chapter-01 .chapter-01-p4 .fixed-ttl .ttl-ctn {
  text-align: center;
  margin-top: 9vh;
}

.chapter-01 .chapter-01-p4 .fixed-ttl .ttl-ctn .ttl-en {
  color: rgba(255, 255, 255, 0.35);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: center;

}

.chapter-01 .chapter-01-p4 .fixed-ttl .ttl-ctn .ttl-jp {
  color: #fff;
  font-size: 1.5rem;
  margin: 20px auto 30px;
  text-align: center;
  line-height: 1.5;
}

.chapter-01 .chapter-01-p4 .fixed-ttl .ttl-ctn .ttl-jp span {
  font-size: 47%;
  vertical-align: super;
}

.chapter-01 .chapter-01-p4 .fixed-ttl .ttl-ctn .img-box img {
  margin: auto;
}

.chapter-01 .chapter-01-p4 .contents-ctn {
  display: flex;
  background: #202958;
}

.chapter-01 .chapter-01-p4 .contents-ctn .left-part {
  width: 55%;
  height: 100vh;
  position: relative;
}

.chapter-01 .chapter-01-p4 .contents-ctn .right-part {
  width: 45%;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-01 .left-part {
  background: url(../img/story/chapter1-p4-01.webp) no-repeat center center / cover, #202958;
  height: 100vh;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-02 .left-part {
  margin-bottom: 5vh;
  margin-top: 5vh;
  height: 90vh;
  background: url(../img/story/chapter1-p4-point-bg-top.png) no-repeat top center / 88%,
    url(../img/story/chapter1-p4-point-bg-bootm.png) no-repeat bottom center / 88%,
    url(../img/story/chapter1-p4-point-bg.png) repeat-y center center / 88%;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-02 .left-part .txt-box {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  margin: 100px auto 40px;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-02 .left-part .img-box {
  width: 40%;
  margin: 30px auto;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-03 .left-part {
  background: url(../img/story/chapter1-p4-02.webp) no-repeat center center / cover, #202958;
  height: 100vh;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-03 .left-part p {
  position: absolute;
  left: 7%;
  top: 7%;
  line-height: 1.5;
  font-size: 1.3rem;
  text-align: left;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-04 {
  padding-top: 100px;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-04 .left-part {
  background: url(../img/story/chapter1-p4-03.png) no-repeat center center / cover, #202958;
  height: 80vh;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-04 .left-part p {
  position: absolute;
  left: 7%;
  top: 7%;
  line-height: 1.5;
  font-size: 1.3rem;
  text-align: left;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-05 .left-part {
  height: 100vh;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-05 .left-part .main-description {
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
  width: 80%;
  margin: 6vh auto 10vh;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-05 .left-part .img-box {
  width: 24%;
  margin: 40px auto 20px;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-05 .left-part .qualification-text {
  width: 77%;
  margin: auto;
  background: url(../img/story/chapter1-p3-border.png) no-repeat center center / contain;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-05 .left-part .qualification-text p {
  color: white;
  padding: 10% 3%;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}

.chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-05 .left-part .notice p {
  color: #fff;
  font-size: 90%;
  width: 49%;
  margin: 10px auto 0;
  line-height: 1.3;
}

/* .chapter-01 
.chapter-01-p5 */

.chapter-01 .chapter-01-p5 {
  width: 100%;
  background-color: #202958;
  position: relative;
  z-index: 4;
}

.chapter-01 .chapter-01-p5 .fixed-ttl {
  top: 5%;
  margin: auto;
  left: 0;
  position: absolute;
  height: 100vh;
  width: 45%;
}


.chapter-01 .chapter-01-p5 .fixed-ttl .ttl-ctn {
  text-align: center;
  margin-top: 9vh;
}

.chapter-01 .chapter-01-p5 .fixed-ttl .ttl-ctn .ttl-en {
  color: rgba(255, 255, 255, 0.35);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: center;

}

.chapter-01 .chapter-01-p5 .fixed-ttl .ttl-ctn .ttl-jp {
  color: #fff;
  font-size: 1.5rem;
  margin: 20px auto 30px;
  text-align: center;
  line-height: 1.5;
}

.chapter-01 .chapter-01-p5 .fixed-ttl .ttl-ctn .img-box img {
  margin: auto;
}

.chapter-01 .chapter-01-p5 .contents-ctn {
  display: flex;
  background: #202958;
}

.chapter-01 .chapter-01-p5 .contents-ctn .left-part {
  width: 45%;
}

.chapter-01 .chapter-01-p5 .contents-ctn .right-part {
  width: 55%;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-01 .right-part {
  background: url(../img/story/chapter1-p5-01.webp) no-repeat center center / cover, #202958;
  height: 100vh;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 {
  min-height: 120vh;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 .right-part h3 {
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.5;
  font-size: 3rem;
  text-align: center;
  margin-top: 70px;
  letter-spacing: 2px;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 .right-part h4 {
  color: white;
  line-height: 1.5;
  font-size: 1.3rem;
  margin-bottom: 30px;
  text-align: center;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 .right-part h4 span {
  font-size: 50%;
  vertical-align: super;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 .right-part p {
  color: white;
  line-height: 1.5;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 .right-part h5 {
  color: white;
  background-color: black;
  padding: 13px;
  text-align: center;
  width: 70%;
  font-size: 1.2rem;
  margin: 60px auto 30px;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 .right-part .img-box {
  margin: 0 auto 100px;
  width: 60%;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-03 .right-part {
  background: url(../img/story/chapter1-p5-02.webp) no-repeat center center / cover, #202958;
  height: 100vh;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 {
  min-height: 190vh;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part h5 {
  color: white;
  background-color: black;
  padding: 13px;
  width: 100%;
  text-align: center;
  width: 70%;
  font-size: 1.2rem;
  margin: 110px auto 30px;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part .img-box {
  margin: 60px auto 30px;
  width: 60%;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part .notice {
  color: #fff;
  font-size: 1rem;
  text-align: right;
  margin: auto;
  width: 70%;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part .main-description {
  color: #A28523;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 10vh;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part .main-description+.img-box {
  width: 24%;
  margin: 40px auto 20px;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part .qualification-text {
  width: 77%;
  margin: auto;
  background: url(../img/story/chapter1-p3-border.png) no-repeat center center / contain;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part .qualification-text p {
  color: white;
  padding: 10% 3%;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 {
  min-height: 150vh;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part h3 {
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.5;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 2px;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part h4 {
  color: white;
  line-height: 1.5;
  font-size: 1.3rem;
  margin-bottom: 30px;
  text-align: center;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part .img-box {
  margin: 40px auto 20px;
  width: 50%;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part .voice-txt {
  color: #fff;
  margin-bottom: 100px;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part .voice-txt .shop-name {
  margin-top: 30px;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part .voice-txt .owner-name {
  margin-top: 15px;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part .voice-txt .owner-name span {
  font-size: 1.1rem;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part .voice-txt .voice-ttl {
  font-size: 1.3rem;
  margin: 20px auto 30px;
  line-height: 1.4;
}

.chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part .voice-txt .voice-content {
  font-size: 1.2rem;
  line-height: 1.5;
}


/* chapter-02 
chapter-02-op*/

.chapter-02 {
  position: relative;
  z-index: 4;
}

.chapter-02 .chapter-02-op {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.chapter-02-op.fixed,
.chapter-02-p1.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  /* 他の要素より前面に表示 */
}

.chapter-02 .chapter-02-op-bg,
.chapter-02 .chapter-02-op-bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: opacity 0.2s ease;
}

.chapter-02 .chapter-02-op-bg {
  background: #5b4c39 url(../img/story/chapter2-op-bg.webp) no-repeat center center / cover;
  z-index: 2;
  opacity: 1;
}

.chapter-02 .chapter-02-op-bg-blur {
  background: url(../img/story/chapter2-op-bg-blur.webp) no-repeat center center / cover;
  z-index: 3;
  opacity: 0;
}


/* chapter-02 
chapter-02-p1*/
.chapter-02 .chapter-02-p1 {
  background-color: #685B54;
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 2;
}

.chapter-02 .chapter-02-p1 .right-part {
  width: 45%;
  position: relative;
}

.chapter-02 .chapter-02-p1 .right-part .ttl-ctn {
  top: 50%;
  margin: auto;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.chapter-02 .chapter-02-p1 .right-part .ttl-ctn .ttl-en {
  color: rgba(255, 255, 255, 0.35);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.chapter-02 .chapter-02-p1 .right-part .ttl-ctn .ttl-jp {
  color: #fff;
  font-size: 1.3rem;
  margin: 20px auto 30px;
  line-height: 1.5;
}

.chapter-02 .chapter-02-p1 .right-part .ttl-ctn .img-box img {
  margin: auto;
}

.chapter-02 .chapter-02-p1 .left-part {
  position: relative;
  background: url(../img/story/chapter2-p1-1.webp) no-repeat center center / cover;
  width: 65%;
  height: 100%;
  overflow: hidden;
}

.chapter-02 .chapter-02-p1 .left-part .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(104, 91, 84, 0.51);
  /* opacity: 0; */
  transition: opacity .2s ease;
}

.chapter-02 .chapter-02-p1 .left-part .contxt-ctn .contxt {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .2s ease;
  /* opacity: 0; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chapter-02 .chapter-02-p1 .left-part .contxt p {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  margin: auto;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
}


/* chapter-02 
chapter-02-p2*/

.chapter-02 .chapter-02-p2 {
  position: relative;
  z-index: 1;
}

.chapter-02 .chapter-02-p2 .contents-ctn {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
}

.chapter-02 .chapter-02-p2 .contents-ctn .char-part {
  position: relative;
  background: url(../img/story/chapter2-char-bg.png) center center/cover no-repeat;
  height: 100%;
  overflow: hidden;
  width: 45%;
}

.chapter-02 .chapter-02-p2 .contents-ctn .char-part .char-part-inner {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-info {
  margin: 40px auto 20px;
}

.chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-info .shop-add {
  font-size: 1.2rem;
  color: #fff;
}

.chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-info .shop-name {
  color: rgba(255, 255, 255, 0.35);
  font-size: 3rem;
  font-weight: 600;
  margin-top: 15px;
}

.chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-info .shop-name span {
  font-size: 6rem;
  display: block;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-06 .char-part .shop-info .shop-name span {
  font-size: 3.2rem;
}

.chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-owner {
  width: 70%;
  margin: auto;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-03 .char-part .shop-owner {
  width: 60%;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-04 .char-part .shop-owner {
  width: 80%;
}

.chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-txt {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  margin: 20px auto 0;
}

.chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-txt p {
  width: 75%;
  margin: auto;
}

.chapter-02 .chapter-02-p2 .contents-ctn .shop-part {
  width: 65%;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-01 .shop-part {
  background: url(../img/story/chapter2-p2-shop-01.webp) center center/cover no-repeat;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-02 .shop-part {
  background: url(../img/story/chapter2-p2-shop-02.webp) center center/cover no-repeat;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-03 .shop-part {
  background: url(../img/story/chapter2-p2-shop-03.webp) center center/cover no-repeat;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-04 .shop-part {
  background: url(../img/story/chapter2-p2-shop-04.webp) center center/cover no-repeat;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-05 .shop-part {
  background: url(../img/story/chapter2-p2-shop-05.webp) center center/cover no-repeat;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-06 .shop-part {
  background: url(../img/story/chapter2-p2-shop-06.webp) center center/cover no-repeat;
}

.contents-ctn .char-part .char-part-inner div {
  /* opacity: 0; */
  transform: translateY(20px);
}

.contents-ctn .char-part .char-part-inner div.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 {
  min-height: 100vh;
  background: url(../img/story/chapter2-p2-07-bg.webp) 0/cover no-repeat;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 .contents-ctn-07-inner {
  width: 70%;
  margin: auto;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 h3 {
  color: rgba(86, 26, 18, 0.5);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: center;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 h4 {
  color: #231815;
  font-size: 1.4rem;
  margin: 20px auto 70px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 .contents-ctn-07-main {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4%;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 .contents-ctn-07-main div {
  min-height: 410px;
  max-width: 410px;
  width: 50%;
  padding: 50px 40px;
  background-color: rgba(183, 127, 36, 0.5);
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 .contents-ctn-07-main h5 {
  color: #561A12;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 .contents-ctn-07-main p {
  font-size: 1.2rem;
  line-height: 1.5;
}

/* chapter-03
chapter-03-op*/

.chapter-03 {
  position: relative;
  z-index: 4;
}

.chapter-03 .chapter-03-op {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.chapter-03-op.fixed,
.chapter-03-p1.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.chapter-03 .chapter-03-op-bg-spotlight,
.chapter-03 .chapter-03-op-bg,
.chapter-03 .chapter-03-op-bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: opacity 0.02s ease;
}

.chapter-03 .chapter-03-op-bg-spotlight {
  background: #6b1212 url(../img/story/chapter3-op-bg-spotlight.webp) no-repeat center center / cover;
  z-index: 2;
  opacity: 1;
}

.chapter-03 .chapter-03-op-bg {
  background: url(../img/story/chapter3-op-bg.webp) no-repeat center center / cover;
  z-index: 3;
  opacity: 0;
}

.chapter-03 .chapter-03-op-bg-blur {
  background: url(../img/story/chapter3-op-bg-blur.webp) no-repeat center center / cover;
  z-index: 4;
  opacity: 0;
}

/* chapter-03
chapter-03-p1*/
.chapter-03 .chapter-03-p1 {
  background-color: #80080D;
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 2;
}

.chapter-03 .chapter-03-p1 .right-part {
  width: 45%;
  position: relative;
}

.chapter-03 .chapter-03-p1 .right-part .ttl-ctn {
  top: 50%;
  margin: auto;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.chapter-03 .chapter-03-p1 .right-part .ttl-ctn .ttl-en {
  color: rgba(255, 255, 255, 0.35);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

.chapter-03 .chapter-03-p1 .right-part .ttl-ctn .ttl-jp {
  color: #fff;
  font-size: 1.3rem;
  margin: 20px auto 30px;
  line-height: 1.5;
}

.chapter-03 .chapter-03-p1 .right-part .ttl-ctn .img-box img {
  margin: auto;
}

.chapter-03 .chapter-03-p1 .left-part {
  position: relative;
  background: url(../img/story/chapter3-p1-1.webp) no-repeat center center / cover;
  width: 65%;
  height: 100%;
  overflow: hidden;
}

.chapter-03 .chapter-03-p1 .left-part .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.5);
  /* opacity: 0; */
  transition: opacity .5s ease;
}

.chapter-03 .chapter-03-p1 .left-part .contxt-ctn .contxt {
  margin-top: 100px;
  /* transition: opacity .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.chapter-03 .chapter-03-p1 .left-part .contxt h3 {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

.chapter-03 .chapter-03-p1 .left-part .contxt p {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin: auto;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
}


/* chapter-03
chapter-03-p2*/
.chapter-03 .chapter-03-p2 {
  position: relative;
  /* background-color: #0F0F12;
  z-index: -2; */
}

.chapter-03 .chapter-03-p2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #0F0F12 url(../img/story/chapter3-p2-bg.webp) top center/100% no-repeat;
}


.chapter-03 .chapter-03-p2 .chapter-03-p2-ttl {
  margin-bottom: 20vh;
  padding-top: 80vh;
  position: relative;
  opacity: 0;
  transition: none;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-ttl h3 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.35);
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-ttl h4 {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main {
  width: 70%;
  margin: 0 auto 0;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-01 {
  display: flex;
  justify-content: flex-start;
  gap: 100px 3%;
  margin-bottom: 200px;
  flex-wrap: wrap;
}

.chapter-03-p2-main-block.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-01 .chapter-03-p2-main-ctn {
  width: 48.5%;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-01 .chapter-03-p2-main-ctn .txt-box {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 20px;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-01 .chapter-03-p2-main-ctn:nth-of-type(5) .txt-box {
  width: 40%;
  margin-top: -125px;
  float: right;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 {}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .chapter-03-p2-main-02-ttl {}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .chapter-03-p2-main-02-ttl h3 {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-bottom: 10px;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .chapter-03-p2-main-02-ttl h4 {
  color: white;
  text-align: center;
  font-size: 1.5rem;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .chapter-03-p2-main-02-ttl p {
  color: white;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 50px auto 100px;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info {}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-group.sp-only {
  display: none;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-item {
  width: 33.3333%;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-group .dog-name.rowa {
  padding-right: 20px;
  text-align: right;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-group .dog-name.pocky {
  text-align: center;
  align-self: flex-start;
  margin-top: 10px;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-group .dog-name.np {
  margin-top: 10px;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-name.oto,
.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-name.purin {
  padding-left: 20px;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-name p {
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  line-height: 1.2;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-name p span {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-insta {
  min-height: 50vh;
  position: relative;
  z-index: 1000;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-insta-wrap {
  background-color: #80080D;
  display: flex;
  min-height: 135px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  column-gap: 3%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  pointer-events: auto;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-insta-wrap .img-box {
  max-width: 53px;
  width: 100%;
}

.chapter-03 .chapter-03-p2 .chapter-03-p2-insta-wrap p {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

.dog-item {
  overflow: hidden;
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  transition: clip-path .3s;
}

/* chapter-04 */
/* chapter-04-op */

.chapter-04 {
  position: relative;
  z-index: 4;
}

.chapter-04 .chapter-04-op {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.chapter-04-op.fixed,
.chapter-04-p1.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.chapter-04 .chapter-04-op-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.2s ease;
  background: #4a898b url(../img/story/chapter4-op-bg.webp) no-repeat center center / cover;
  z-index: 3;
}

.chapter-04 .ttl-container {
  margin-top: 250px;
}


/* chapter-04
chapter-04-p1*/
.chapter-04 .chapter-04-p1 {
  background-color: #016265;
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 2;
}

.chapter-04 .chapter-04-p1 .left-part {
  width: 45%;
  position: relative;
}

.chapter-04 .chapter-04-p1 .left-part .ttl-ctn {
  top: 50%;
  margin: auto;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.chapter-04 .chapter-04-p1 .left-part .ttl-ctn .ttl-en {
  color: rgba(255, 255, 255, 0.35);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

.chapter-04 .chapter-04-p1 .left-part .ttl-ctn .ttl-jp {
  color: #fff;
  font-size: 1.3rem;
  margin: 20px auto 30px;
  line-height: 1.5;
}

.chapter-04 .chapter-04-p1 .left-part .ttl-ctn .img-box img {
  margin: auto;
}

.chapter-04 .chapter-04-p1 .right-part {
  position: relative;
  background: url(../img/story/chapter4-p1-1.webp) no-repeat center center / cover;
  width: 65%;
  height: 100%;
  overflow: hidden;
}

.chapter-04 .chapter-04-p1 .right-part .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.75);
  /* opacity: 0; */
  transition: opacity .5s ease;
}

.chapter-04 .chapter-04-p1 .right-part .contxt-ctn .contxt {
  margin-top: 100px;
  /* transition: opacity .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.chapter-04 .chapter-04-p1 .right-part .contxt h3 {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0px;
  font-weight: 600;
}

.chapter-04 .chapter-04-p1 .right-part .contxt h4 {
  font-size: 1.3rem;
  color: #AD8F00;
  text-align: center;
  margin-bottom: 40px;
}

.chapter-04 .chapter-04-p1 .right-part .contxt p {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin: auto;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
}

.chapter-04 .chapter-04-p1 .right-part .contxt p span {
  font-size: 1.3rem;
}

/* chapter-04-p2 */
.chapter-04 .chapter-04-p2 {
  min-height: 100vh;
  background-color: #016265;
}

.chapter-04 .chapter-04-p2 ul.card-ctn {
  padding-top: 150px;
  padding-bottom: 150px;
  width: 70%;
  margin: auto;
  display: flex;
  gap: 15px 30px;
  list-style: none;
  perspective: 1000px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.chapter-04 .chapter-04-p2 ul.card-ctn .break {
  width: 100%;
}

.chapter-04 .chapter-04-p2 ul.card-ctn .card-wrap {
  width: 20%;
  height: 100%;
  position: relative;
}

.chapter-04 .chapter-04-p2 ul.card-ctn .card-box {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
  transform: rotateY(180deg);
  min-height: 22vw;
}

.chapter-04 .chapter-04-p2 ul.card-ctn .omote,
.chapter-04 .chapter-04-p2 ul.card-ctn .ura {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  /* 裏面を非表示 */
}

.chapter-04 .chapter-04-p2 ul.card-ctn .omote img,
.chapter-04 .chapter-04-p2 ul.card-ctn .ura img {
  height: auto;
}

.chapter-04 .chapter-04-p2 ul.card-ctn .ura {
  transform: rotateY(180deg);
  /* 裏面を180度回転して配置 */
}

.chapter-04 .chapter-04-p2 .banner-ctn {
  padding-bottom: 200px;
}

.chapter-04 .chapter-04-p2 .banner-ctn p {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 40px;
}

.chapter-04 .chapter-04-p2 .banner-ctn .bnr-box {
  margin: auto;
  max-width: 500px;
}

/* chapter-05 */
.chapter-05 {
  position: relative;
  z-index: 3;
  background: center bottom /cover no-repeat url(../img/story/chapter5-bg.webp);
  min-height: auto;
  aspect-ratio: 24 / 35;
}

.chapter-05 .chapter-05-endroll {
  position: absolute;
  top: 75vh;
  left: 50%;
  transform: translateX(-50%);
}

.chapter-05 .chapter-05-endroll .ttl-container {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.chapter-05 .chapter-05-endroll .ttl-container .ttl-num {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  column-gap: 15px;
}

.chapter-05 .chapter-05-endroll .ttl-container .ttl-num img {
  max-height: 150px;
}

.chapter-05 .chapter-05-endroll .ttl-container .ttl-en {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.chapter-05 .chapter-05-endroll .ttl-container .ttl-jp {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 5px;
}

.chapter-05 .chapter-05-endroll .ttl-container .ttl-jp span {
  font-size: 40%;
  display: block;
}

.chapter-05 .chapter-05-endroll .ttl-container .ttl-sub {
  font-size: 1.3rem;
}

.chapter-05 .chapter-05-endroll .main-txt {
  font-size: 1.3rem;
  line-height: 2;
  color: #fff;
  text-align: center;
}

.chapter-05 .chapter-05-heart-txt {
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);

}

.chapter-05 .chapter-05-heart-txt img {
  display: block;
  margin: 0 auto;
  transform-origin: center center;
  /* 中央を基準にスケール */

}

.chapter-05 .chapter-05-end {
  position: absolute;
  bottom: 6vh;
  left: 50%;
  transform: translateX(-50%);
}

.chapter-05 .chapter-05-end .typing {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.chapter-05 .chapter-05-end img {
  /* opacity: 0; */
  text-align: center;
  margin: auto;
  width: 60%;
}


@media (max-width: 1400px) {

  html {
    height: auto;
  }

  body {
    cursor: auto;
  }

  .p-story {
    height: 100%;
  }

  .chapter-01 .ttl-container .ttl-line.line-01 img,
  .chapter-02 .ttl-container .ttl-line.line-01 img,
  .chapter-04 .ttl-container .ttl-line.line-01 img,
  .chapter-03 .ttl-container .ttl-line.line-01 img,
  .chapter-05 .chapter-05-endroll .ttl-container .ttl-num img {
    width: auto;
    /* width: 100%; */
    max-height: 110px;
  }

  .op-txt h3 {
    font-size: 3rem;
  }

  .op-txt h4 {
    font-size: 2.6rem;
  }

  .op-txt h5 {
    font-size: 1.4rem;
  }

  .op-txt p {
    font-size: 1.2rem;
  }

  .chapter-01 .chapter-01-p1 .left-part .ttl-ctn .ttl-en,
  .chapter-01 .chapter-01-p4 .fixed-ttl .ttl-ctn .ttl-en {
    font-size: 2.2rem;
  }



  .chapter-04 .ttl-container {
    margin-top: 200px;
  }

  .chapter-05 .chapter-05-endroll {
    width: 90%;
    top: 37vh;
  }

}

@media (max-width: 1024px) {
  /* @media (max-width: 834px) { */

  /* html {
    height: auto;
  } */

  /* .p-story {
    height: 100%;
  } */

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .fixed-nav .pc-only {
    display: block;
  }

  .fixed-nav .sp-only {
    display: none;
  }

  .op-ttl {
    top: 15vh;
  }

  .op-txt h3 {
    /* font-size: 14vw; */
    font-size: clamp(16px, 14vw, 65px);
    margin-bottom: 0;
  }

  .op-txt h4 {
    /* font-size: 9vw; */
    font-size: clamp(16px, 9vw, 50px);
    margin: 10px auto 20px;
  }

  .op-txt h5 {
    /* font-size: 5.6vw; */
    font-size: clamp(16px, 5.6vw, 27px);
  }

  .op-txt p {
    /* font-size: 4.3vw; */
    font-size: clamp(16px, 4.3vw, 20px);
  }

  .chapter-01 .ttl-container,
  .chapter-02 .ttl-container,
  .chapter-04 .ttl-container,
  .chapter-03 .ttl-container {
    width: 90%;
  }

  .chapter-01 .ttl-container .ttl-line.line-01,
  .chapter-02 .ttl-container .ttl-line.line-01,
  .chapter-04 .ttl-container .ttl-line.line-01,
  .chapter-03 .ttl-container .ttl-line.line-01 {
    margin-bottom: 15px;
  }

  .chapter-01 .ttl-container .ttl-line.line-01 img,
  .chapter-02 .ttl-container .ttl-line.line-01 img,
  .chapter-04 .ttl-container .ttl-line.line-01 img,
  .chapter-03 .ttl-container .ttl-line.line-01 img {
    max-height: 80px;
    width: auto;
  }

  .chapter-01 .ttl-container .ttl-line.line-02,
  .chapter-02 .ttl-container .ttl-line.line-02,
  .chapter-04 .ttl-container .ttl-line.line-02,
  .chapter-03 .ttl-container .ttl-line.line-02 {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.8px;
  }

  .chapter-01 .ttl-container .ttl-line.line-03-01,
  .chapter-01 .ttl-container .ttl-line.line-03-02,
  .chapter-02 .ttl-container .ttl-line.line-03-01,
  .chapter-03 .ttl-container .ttl-line.line-03-01,
  .chapter-03 .ttl-container .ttl-line.line-03-02,
  .chapter-04 .ttl-container .ttl-line.line-03-01 {
    font-size: 0.6rem;
    line-height: 1.5;
  }

  .chapter-01 .ttl-container .ttl-line.line-04,
  .chapter-02 .ttl-container .ttl-line.line-04,
  .chapter-04 .ttl-container .ttl-line.line-04,
  .chapter-03 .ttl-container .ttl-line.line-04 {
    font-size: 1.9rem;
    font-weight: 600;
    margin-top: 20px;
  }

  .p-story .link-bnr {
    background-color: #000;
    padding: 45px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .chapter-01 .link-bnr {
    margin: -35px auto 0;
  }

  .p-story .link-bnr a {
    color: #000;
    background: 95% center / 6px url(../img/arr-right-bk.png) no-repeat, url(../img/story/bg-linkbnr.png) center center / cover no-repeat;
    padding: 19px 0 18px 0;
    max-width: 260px;
    width: 47%;
    margin: auto;
    text-align: center;
  }

  .link-bnr a .link-bnr-ttl .ttl-num {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    column-gap: 3px;
  }

  .link-bnr a .link-bnr-ttl .ttl-num span {
    max-height: 150px;
    width: auto;
  }

  .link-bnr a .link-bnr-ttl .ttl-num span img {
    max-height: 20px;
    filter: invert(1);
    width: auto;
  }

  .link-bnr .ttl-en {
    font-size: 0.45rem;
  }

  .link-bnr .link-bnr-txt {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }

  .op-MV {
    bottom: 0;
  }

  .op-MV video {
    width: auto;
    height: 101%;
    /* bottom: -2vh; */
  }

  .chapter-01 .chapter-01-p1 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .chapter-01 .chapter-01-p1 .left-part .ttl-ctn {
    top: auto;
    transform: translateX(-50%);
    /* bottom: -25px; */
    margin-top: 4vh;
    z-index: +1;
  }

  .chapter-01 .chapter-01-p1 .left-part .ttl-ctn .ttl-en {
    font-size: 2.5rem;
  }

  .chapter-01 .chapter-01-p1 .left-part .ttl-ctn .ttl-jp {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px auto 19px;
  }

  .chapter-01 .chapter-01-p1 .left-part {
    width: 100%;
    position: relative;
    height: 25%;
  }

  .chapter-01 .chapter-01-p1 .right-part {
    width: 100%;
    height: 75%;
  }


  .chapter-01 .chapter-01-p1 .right-part .contxt-ctn .contxt {
    width: 80%;
    top: 14vh;
    transform: translate(-50%, 0);
  }

  .chapter-01 .chapter-01-p1 .right-part h4 {
    /* font-size: 1.15rem; */
    font-size: clamp(19px, 5vw, 30px);
  }

  .chapter-01 .chapter-01-p1 .right-part p {
    text-align: left;
    /* font-size: 1rem; */
    font-size: clamp(17px, 4vw, 20px);
    width: 100%;
    line-height: 1.3;
  }

  .chapter-01 .chapter-01-p2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
  }

  .chapter-01 .chapter-01-p2 .left-part {
    width: 100%;
    height: 50%;
    flex-shrink: 0
  }

  .chapter-01 .chapter-01-p2 .left-part .ttl-ctn {
    margin-top: 7vh;
  }

  .chapter-01 .chapter-01-p2 .left-part .ttl-ctn .ttl-en {
    font-size: 2.4rem;
  }

  .chapter-01 .chapter-01-p2 .left-part .ttl-ctn .ttl-jp {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px auto 19px;
  }

  .chapter-01 .chapter-01-p2 .right-part {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
  }

  .chapter-01 .chapter-01-p2 .right-part .right-part-inner {
    height: auto;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 16px;
    /* -webkit-overflow-scrolling: touch; */
  }

  .chapter-01 .chapter-01-p2 .right-part .contxt-01 {
    align-content: center;
    justify-content: center;
  }

  .chapter-01 .chapter-01-p2 .right-part .contxt-01 p {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .chapter-01 .chapter-01-p2 .right-part .contxt-02 p {
    /* font-size: 0.94rem; */
    font-size: clamp(16px, 2.5vw, 20px);
    width: 100%;
    letter-spacing: 0.5px;
  }

  .chapter-01 .chapter-01-p2 .right-part .right-part-ctn {
    position: unset;
    transform: unset;
    margin: 0 auto 60px;
    opacity: 1;
  }

  @keyframes c1p2BackgroundAnimation {
    0% {
      background: url(../img/story/chapter1-p2-2-sp.webp) no-repeat top center / cover, #202958;
    }

    100% {
      background: url(../img/story/chapter1-p2-1-sp.webp) no-repeat top center / cover, #202958;
    }
  }


  .chapter-01 .chapter-01-p3 .contents-ctn {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .chapter-01 .chapter-01-p3 .fixed-ttl {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 30vh;
    width: 100%;
    z-index: +1;
    background-color: #202958;
  }

  .chapter-01 .chapter-01-p3 .fixed-ttl .ttl-ctn {
    margin-top: 4vh;
  }

  .chapter-01 .chapter-01-p3 .fixed-ttl .ttl-ctn .ttl-en {
    font-size: 2.4rem;
  }

  .chapter-01 .chapter-01-p3 .fixed-ttl .ttl-ctn .ttl-jp {
    font-size: 1.2rem;
    margin: 10px auto 15px;
  }

  .chapter-01 .contents-ctn .ctn-inner {
    width: 85%;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn .left-part {
    width: 100%;
    height: 30vh;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn .right-part {
    width: 100%;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-01 .right-part {
    height: 70vh;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-02 .left-part {
    height: 0;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-02 .right-part p {
    /* font-size: 0.95rem; */
    font-size: clamp(16px, 2.5vw, 30px);
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-02 .right-part {
    height: 86vw;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-03 .left-part {
    height: 0;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-03 .right-part p {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-03 .right-part {
    height: 70vh;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-04 .left-part {
    height: 0;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-04 .right-part {
    height: auto;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-04 .right-part .img-box {
    width: 60%;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-04 .right-part .table-box table tr td:nth-of-type(1) {
    white-space: nowrap;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-04 .right-part .table-box table tr td {
    font-size: 0.95rem;
    padding: 12px 7px;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-04 .right-part .table-box table tr:nth-child(2) th {
    padding: 7px;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-04 .right-part .table-box table tr:first-child th {
    font-size: 0.95rem;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-04 .right-part .table-box table tr td:last-child {
    padding: 12px;
  }



  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-04 .right-part .table-box {
    margin-bottom: 60px;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-05 .right-part {
    height: 70vh;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-05 .left-part {
    height: 0;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .left-part {
    height: 0;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part {
    height: auto;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .main-description {
    margin-top: 5vh;
    font-weight: 600;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .qualification-text {
    width: 90%;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .img-box {
    width: 50%;
    margin: 30px auto 10px;
  }

  .chapter-01 .chapter-01-p3 .contents-ctn.contents-ctn-06 .right-part .notice p {
    width: 81%;
    margin: 10px auto 60px;
    font-weight: 300;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .chapter-01 .chapter-01-p4 .fixed-ttl {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 30vh;
    width: 100%;
    z-index: +1;
    background-color: #202958;
  }

  .chapter-01 .chapter-01-p4 .fixed-ttl .ttl-ctn {
    margin-top: 4vh;
  }

  .chapter-01 .chapter-01-p4 .fixed-ttl .ttl-ctn .ttl-en {
    font-size: 2.4rem;
  }

  .chapter-01 .chapter-01-p4 .fixed-ttl .ttl-ctn .ttl-jp {
    font-size: 1.2rem;
    margin: 10px auto 0;
    line-height: 1.2;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn .left-part {
    width: 100%;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-01 .left-part {
    height: 70vh;
    margin-top: 30vh;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-02 .left-part .txt-box {
    margin: 40px auto 20px;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-02 .left-part {
    height: auto;
    margin-bottom: 3vh;
    margin-top: 3vh;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-02 .left-part .img-box {
    width: 75%;
    margin: 30px auto;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-02 .left-part .img-box .sp-only {
    width: 75%;
    margin: auto;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-03 .left-part p {
    font-size: 1rem;
    font-weight: 600;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-03 .left-part {
    height: 60vh;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-04 {
    padding-top: 20px;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-04 .left-part {
    height: 50vh;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-04 .left-part p {
    font-size: 1rem;
    font-weight: 600;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-05 .left-part {
    height: auto;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-05 .left-part .main-description {
    font-size: 0.95rem;
    margin: 4vh auto 5vh;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-05 .left-part .img-box {
    width: 50%;
    margin: 20px auto;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-05 .left-part .qualification-text {
    width: 90%;
  }

  .chapter-01 .chapter-01-p4 .contents-ctn.contents-ctn-05 .left-part .notice p {
    width: 80%;
    /* font-size: 0.8rem; */
    margin-bottom: 60px;
    font-weight: 300;
    /* text-align: center; */
  }

  .chapter-01 .chapter-01-p5 .contents-ctn {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .chapter-01 .chapter-01-p5 .fixed-ttl {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 28vh;
    width: 100%;
    z-index: +1;
    background-color: #202958;
  }

  .chapter-01 .chapter-01-p5 .fixed-ttl .ttl-ctn {
    margin-top: 4vh;
  }

  .chapter-01 .chapter-01-p5 .fixed-ttl .ttl-ctn .ttl-en {
    font-size: 2.4rem;
  }

  .chapter-01 .chapter-01-p5 .fixed-ttl .ttl-ctn .ttl-jp {
    font-size: 1.2rem;
    margin: 10px auto 15px;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn .right-part {
    width: 100%;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-01 .right-part {
    height: 70vh;
    margin-top: 30vh;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 {
    min-height: auto;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 .right-part h3 {
    font-size: 2.3rem;
    margin-top: 40px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 .right-part h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 .right-part p {
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 .right-part h5 {
    padding: 10px;
    width: 85%;
    font-size: 1.1rem;
    margin: 35px auto 20px;
    font-weight: 400;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-02 .right-part .img-box {
    margin: 0 auto 40px;
    width: 85%;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-03 .right-part {
    height: 60vh;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 {
    min-height: auto;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part h5 {
    margin: 50px auto 20px;
    padding: 10px;
    width: 85%;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part .img-box {
    margin: 0px auto 20px;
    width: 80%;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part .notice {
    font-size: 0.8rem;
    width: 85%;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part .main-description {
    margin-top: 5vh;
    font-weight: 600;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part .main-description+.img-box {
    width: 50%;
    margin: 20px auto;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-04 .right-part .qualification-text {
    width: 85%;
    margin-bottom: 60px;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 {
    min-height: auto;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part h3 {
    line-height: 1;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part h4 {
    margin-top: 10px;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part .img-box {
    width: 85%;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part .voice-txt {
    width: 90%;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part .voice-txt .owner-name {
    margin-top: 8px;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part .voice-txt .voice-ttl {
    font-size: 1.2rem;
    margin: 15px auto;
    letter-spacing: -1px;
    font-weight: 600;
  }

  .chapter-01 .chapter-01-p5 .contents-ctn.contents-ctn-05 .right-part .voice-txt .voice-content {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .chapter-02 .chapter-02-op-bg {
    background: #5b4c39 url(../img/story/chapter2-op-bg-sp.webp) no-repeat center center / cover;
  }

  .chapter-02 .chapter-02-op-bg-blur {
    background: url(../img/story/chapter2-op-bg-blur-sp.webp) no-repeat center center / cover;
  }

  .chapter-02 .chapter-02-p1 {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .chapter-02 .chapter-02-p1 .left-part {
    width: 100%;
    height: 70vh;
  }

  .chapter-02 .chapter-02-p1 .right-part {
    width: 100%;
    height: 30vh;
  }

  .chapter-02 .chapter-02-p1 .right-part .ttl-ctn {
    width: 90%;
    top: 15%;
    transform: translateX(-50%);
  }

  .chapter-02 .chapter-02-p1 .right-part .ttl-ctn .ttl-en {
    font-size: 2.4rem;
  }

  .chapter-02 .chapter-02-p1 .right-part .ttl-ctn .ttl-jp {
    font-size: 1.1rem;
    margin: 10px auto 0px;
    font-weight: 600;
  }

  .chapter-02 .chapter-02-p1 .right-part .ttl-ctn .img-box {
    width: 44%;
    margin: auto;
  }

  .chapter-02 .chapter-02-p1 .left-part .contxt-ctn .contxt {
    width: 80%;
  }

  .chapter-02 .chapter-02-p1 .left-part .contxt p {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn .char-part {
    height: 50vh;
    width: 100%;
    order: 1;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn .shop-part {
    width: 100%;
    height: 50vh;
    order: 2;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn .char-part .char-part-inner {
    width: 93%;
    top: 0;
    transform: translateX(-50%);
    height: 50vh;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-info {
    position: absolute;
    right: 0;
    top: 10vh;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-info .shop-add {
    font-size: 1.1rem;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-info .shop-name {
    /* font-size: 2.1rem; */
    font-size: clamp(14px, 6vw, 33px);
    margin-top: 5px;
    line-height: 0.85;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-info .shop-name span {
    /* font-size: 3.7rem; */
    font-size: clamp(25px, 13vw, 80px);
    margin-left: -3px;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-owner {
    position: absolute;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-01 .char-part .shop-owner {
    width: 67%;
    left: -10px;
    top: 15%;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-02 .char-part .shop-owner {
    left: -16px;
    top: 19%;
    width: 64%;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-03 .char-part .shop-owner {
    left: -10px;
    top: 28%;
    width: 54%;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-04 .char-part .shop-owner {
    left: -14px;
    top: 37%;
    width: 76%;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-05 .char-part .shop-owner {
    left: 0;
    top: 21%;
    width: 55%;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-06 .char-part .shop-owner {
    left: 0;
    top: 29%;
    width: 56%;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-06 .char-part .shop-info .shop-name {
    font-size: clamp(14px, 6vw, 40px);
    font-size: 1.5rem;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-06 .char-part .shop-info .shop-name span {
    /* font-size: 2.1rem; */
    font-size: clamp(25px, 13vw, 34px);
  }

  .chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-txt {
    font-size: 1.1rem;
    position: absolute;
    bottom: 30px;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-txt p {
    width: 100%;
    font-size: 0.9rem;
    letter-spacing: -1px;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 {
    height: max-content;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 .contents-ctn-07-inner {
    width: 92%;
    height: max-content;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 h3 {
    font-size: 2.5rem;
    letter-spacing: 0px;
    margin-top: 30px;
    line-height: 1;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 h4 {
    /* font-size: 1.1rem; */
    font-size: clamp(18px, 3vw, 23px);
    margin: 5px auto;
    letter-spacing: -1px;
    line-height: 1.2;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 .contents-ctn-07-main {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 .contents-ctn-07-main div {
    min-height: auto;
    width: 90%;
    padding: 20px 20px 15px;
    margin: 9px 0;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 .contents-ctn-07-main h5 {
    color: #561A12;
    /* font-size: 1.25rem; */
    font-size: clamp(19px, 3vw, 23px);
    margin-bottom: 10px;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn-07 .contents-ctn-07-main p {
    /* font-size: 1rem; */
    font-size: clamp(15px, 2.5vw, 20px);
  }

  .chapter-03 .chapter-03-p1 {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .chapter-03 .chapter-03-p1 .left-part {
    width: 100%;
    height: 70vh;
  }

  .chapter-03 .chapter-03-p1 .right-part {
    width: 100%;
    height: 30vh;
  }

  .chapter-03 .chapter-03-p1 .right-part .ttl-ctn {
    width: 90%;
    top: 15%;
    transform: translateX(-50%);
  }

  .chapter-03 .chapter-03-p1 .right-part .ttl-ctn .ttl-en {
    font-size: 1.9rem;
  }

  .chapter-03 .chapter-03-p1 .right-part .ttl-ctn .ttl-jp {
    font-size: 1.3rem;
    margin: 5px auto 0;
    font-weight: 600;
  }

  .chapter-03 .chapter-03-p1 .right-part .ttl-ctn .img-box {
    width: 55%;
    margin: auto;
  }

  .chapter-03 .chapter-03-p1 .left-part .contxt-ctn {
    position: relative;
    width: 100%;
    height: 70vh;
  }

  .chapter-03 .chapter-03-p1 .left-part .contxt-ctn .contxt {
    /* position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; */
  }

  .chapter-03 .chapter-03-p1 .left-part .contxt h3 {
    /* font-size: 1.3rem; */
    font-size: clamp(17px, 5.5vw, 30px);
  }

  .chapter-03 .chapter-03-p1 .left-part .contxt p {
    /* font-size: 3.6vw; */
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -1px;
  }

  .chapter-03 .chapter-03-p2-bg {
    background-size: 250%;
  }

  .scroll_down a {
    left: 2px;

  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-ttl h3 {
    font-size: 2.1rem;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-ttl h4 {
    font-size: 1.2rem;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main {
    width: 100%;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-01 {
    gap: 30px 0;
    margin-bottom: 70px;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-01 .chapter-03-p2-main-ctn {
    width: 100%;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-ttl {
    margin-bottom: 5vh;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-01 .chapter-03-p2-main-ctn .txt-box {
    font-size: 0.9rem;
    text-align: center;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-01 .chapter-03-p2-main-ctn:nth-of-type(5) .txt-box {
    width: 57%;
    margin-top: -76px;
    float: right;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .chapter-03-p2-main-02-ttl p {
    width: 92%;
    font-size: 0.9rem;
    margin: 21px auto 60px;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .chapter-03-p2-main-02-ttl h3 {
    margin-bottom: 5px;
    font-weight: 600;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .chapter-03-p2-main-02-ttl h4 {
    font-size: 1.3rem;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-group.pc-only {
    display: none;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-group.sp-only {
    display: flex;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-item {
    width: 50%;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-name p {
    font-size: 3.4rem;
    line-height: 1;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-name p span {
    font-size: 0.85rem;
    font-weight: 500;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-group .dog-name.pocky {
    text-align: left;
    align-self: center;
    margin-top: 0;
    padding-left: 10px;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-name.oto {
    padding-left: 10px;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-name.purin {
    padding-right: 10px;
    padding-left: 0;
    text-align: right;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-group .dog-name.rowa {
    padding-right: 10px;
    text-align: right;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-main-02 .dog-info .dog-group .dog-name.np {
    margin: 0;
    padding-left: 10px;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-insta {
    min-height: 30vh;
    width: 90%;
    margin: auto;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-insta-wrap {
    min-height: 100px;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-insta-wrap .img-box {
    max-width: 45px;
  }

  .chapter-03 .chapter-03-p2 .chapter-03-p2-insta-wrap p {
    font-size: 0.9rem;
  }

  .chapter-04 .chapter-04-p1 {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .chapter-04 .chapter-04-p1 .left-part {
    width: 100%;
    height: 27vh;
    z-index: +1;
  }

  .chapter-04 .chapter-04-p1 .right-part {
    width: 100%;
    height: 73vh;
  }

  .chapter-04 .chapter-04-p1 .left-part .ttl-ctn {
    width: 100%;
    margin-top: 40px;
  }

  .chapter-04 .chapter-04-p1 .left-part .ttl-ctn .ttl-en {
    /* font-size: 9vw; */
    font-size: clamp(25px, 11vw, 60px);
  }

  .chapter-04 .chapter-04-p1 .left-part .ttl-ctn .ttl-jp {
    margin: 5px auto 0px;
    font-weight: 600;
    /* font-size: 5vw; */
    font-size: clamp(18px, 3vw, 22px);
  }

  .chapter-04 .chapter-04-p1 .left-part .ttl-ctn .img-box img {
    margin: auto;
    /* width: 29vw; */
    width: clamp(22px, 30vw, 160px);
  }

  .chapter-04 .chapter-04-p1 .right-part .contxt-ctn .contxt {
    /* width: 97%;
    top: auto;
    transform: translate(-50%, 3%); */
  }

  .chapter-04 .chapter-04-p1 .right-part .contxt h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 50px;
  }

  .chapter-04 .chapter-04-p1 .right-part .contxt h4 {
    margin-bottom: 30px;
  }

  .chapter-04 .chapter-04-p1 .right-part .contxt p {
    /* font-size: 4vw; */
    font-size: clamp(15px, 3vw, 25px);
    font-weight: 400;
    letter-spacing: 0px;
  }

  .chapter-04 .chapter-04-p1 .right-part .contxt p span {
    /* font-size: 4.4vw; */
    font-size: clamp(17px, 3vw, 25px);
    font-weight: 600;
  }

  .chapter-04 .chapter-04-p2 ul.card-ctn {
    padding-top: 70px;
    padding-bottom: 70px;
    width: 75%;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }

  .chapter-04 .chapter-04-p2 ul.card-ctn .card-wrap {
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px;
  }

  .chapter-04 .chapter-04-p2 ul.card-ctn .card-box {
    min-height: 448px;
  }

  .chapter-04 .chapter-04-p2 .banner-ctn {
    padding-bottom: 80px;
  }

  .chapter-04 .chapter-04-p2 .banner-ctn p {
    font-size: 1.3rem;
    margin: 0px auto 30px;
    line-height: 1.5;
  }

  .chapter-04 .chapter-04-p2 .banner-ctn .bnr-box {
    width: 90%;
  }

  .chapter-05 {
    background: top center / 100% no-repeat url(../img/story/chapter5-bg-sp.webp);
    aspect-ratio: 621 / 2500;
  }

  /* .chapter-05 .chapter-05-endroll {
    width: 90%;
    top: 37vh;
  } */

  .chapter-05 .chapter-05-endroll .ttl-container .ttl-num img {
    max-height: 80px;
  }

  .chapter-05 .chapter-05-endroll .ttl-container {
    margin-bottom: 30px;
  }

  .chapter-05 .chapter-05-endroll .main-txt {
    font-size: clamp(15px, 3vw, 20px);
    /* font-size: 0.9rem; */
    line-height: 1.9;
  }

  .chapter-05 .chapter-05-end {
    width: 80%;
  }

  .chapter-05 .chapter-05-heart-txt {
    bottom: 25%;
    width: 94%;
  }

  .chapter-05 .chapter-05-end .typing {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .chapter-05 .chapter-05-end img {
    width: 100%;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn .char-part .shop-txt p {
    line-height: 1.2;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-01 .char-part .shop-owner {
    width: 50vw;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-02 .char-part .shop-owner {
    width: 50vw;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-03 .char-part .shop-owner {
    width: 42vw;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-04 .char-part .shop-owner {
    width: 54vw;
  }

  .chapter-02 .chapter-02-p2 .contents-ctn.contents-ctn.contents-ctn-06 .char-part .shop-owner {
    width: 50vw;
  }
}

@media (max-width: 834px) {

  .fixed-nav .pc-only {
    display: none;
  }

  .fixed-nav .sp-only {
    display: block;
  }

  .fixed-nav {
    width: 100%;
    transform: translateY(67%);
  }

  .fixed-nav ul li:first-child a.close-ico {
    right: 0;
    left: 0;
    top: 0;
    width: 50%;
    font-size: 4vw;
  }

  .fixed-nav ul {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}