@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.jb2 {
  font-family: "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  min-height: 100dvh;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.jb2 a {
  text-decoration: none;
  color: #000;
}
.jb2 a.hover {
  text-decoration: none;
}
.jb2 a.hover_dflt {
  transition: opacity 0.2s linear;
}
.jb2 a.hover_dflt.hover {
  opacity: 0.5;
}
.jb2 a.underline {
  text-decoration: underline;
}
.jb2 a.underline.hover {
  text-decoration: none;
}
.jb2 p {
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.jb2 .anim-trigger-fade {
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
}
.jb2 .anim-trigger-fade.init {
  transition: none;
  transform: translateY(120px);
  opacity: 0;
}
.jb2 .anim-trigger.init, .jb2 .anim-trigger.init * {
  transition: none !important;
}
.jb2 canvas {
  transform: translateZ(0);
}
.jb2 img {
  display: block;
  width: 100%;
  height: auto;
}
.jb2 ul, .jb2 ol {
  list-style: none;
}
.jb2 input, .jb2 button, .jb2 textarea, .jb2 select {
  font: inherit;
}
.jb2 .dummy_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 740px ) {
  .jb2 {
    font-size: 3.73333333vw;
    font-weight: 500;
    line-height: 1.5;
  }
}

/********************************************
Main Contents
*********************************************/
.jb2 .sp, .jb2 .sp-in, .jb2 .sp-flex {
  display: none !important;
}
.jb2 .pc {
  display: block !important;
}
.jb2 .pc-in {
  display: inline-block !important;
}
.jb2 .pc-flex {
  display: flex !important;
}
.jb2 section, .jb2 .section__inner {
  width: 100%;
  position: relative;
}
.jb2 section {
  overflow: clip;
}
.jb2 .section__inner {
  margin: 0 auto;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: justify;
  text-justify: inter-character;
  overflow-wrap: break-word;
  word-break: break-word;
  hanging-punctuation: allow-end;
}
.jb2 .section__inner.thin {
  max-width: 980px;
  padding-right: 15px;
  padding-left: 15px;
}
.jb2 .section__inner.full {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 740px ) {
  .jb2 .section__inner {
    margin: 0 auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .jb2 .section__inner.thin, .jb2 .section__inner.full {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}
.jb2 #jb2-about {
  background: url(../img/jb2_about_bg-pc.webp);
  background-size: cover;
}
.jb2 #jb2-about .section__inner {
  padding-top: 140px;
  padding-bottom: 140px;
}
.jb2 #jb2-about .section__inner h2 {
  display: block;
  max-width: 682px;
  width: 56.8%;
  padding-bottom: 7.66%;
}
.jb2 #jb2-about .section__inner p.desc {
  display: block;
  max-width: 720px;
  width: 60%;
}
.jb2 #jb2-about .section__inner .about__pict {
  max-width: 442px;
  width: 36.8%;
  position: absolute;
  top: 140px;
  right: 10px;
}
.jb2 #jb2-about .section__inner h2, .jb2 #jb2-about .section__inner p.desc {
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s linear;
}
.jb2 #jb2-about .section__inner p.desc {
  transition-delay: 0.2s;
}
.jb2 #jb2-about .section__inner .about__pict {
  transition: opacity 1s linear;
  transition-delay: 0.5s;
}
.jb2 #jb2-about .section__inner.init h2, .jb2 #jb2-about .section__inner.init p.desc {
  transition: none;
  opacity: 0;
  transform: translateY(80px);
}
.jb2 #jb2-about .section__inner.init .about__pict {
  transition: none;
  opacity: 0;
}
@media only screen and (max-width: 740px ) {
  .jb2 #jb2-about {
    background: url(../img/jb2_about_bg-sp.webp);
    background-size: cover;
  }
  .jb2 #jb2-about .section__inner {
    width: 80%;
    padding-top: 19.6vw;
    padding-bottom: 19.6vw;
  }
  .jb2 #jb2-about .section__inner h2 {
    max-width: none;
    width: 72.56vw;
    padding-bottom: 15vw;
  }
  .jb2 #jb2-about .section__inner p.desc {
    max-width: none;
    width: 78.8vw;
  }
  .jb2 #jb2-about .section__inner .about__pict {
    max-width: none;
    width: 54.86vw;
    margin: 12.8vw auto 0;
    position: relative;
    top: 0;
    right: 0;
  }
}
.jb2 #jb2-contents {
  background: url(../img/jb2_contents_bg-pc.webp);
  background-size: cover;
}
@media only screen and (max-width: 740px ) {
  .jb2 #jb2-contents {
    background: url(../img/jb2_contents_bg-sp.webp?ver=260805a);
    background-size: cover;
  }
}
.jb2 #jb2-contents .section__inner#movie {
  padding-top: 140px;
}
.jb2 #jb2-contents .section__inner#movie h3 {
  display: block;
  width: 60.8%;
  max-width: 730px;
  padding-bottom: 4%;
  margin: 0 auto;
}
.jb2 #jb2-contents .section__inner#movie h2 {
  display: block;
  width: 22.83%;
  max-width: 274px;
  padding-bottom: 4%;
  margin: 0 auto;
}
.jb2 #jb2-contents .section__inner#movie .movie__thumbs {
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  aspect-ratio: 1148/654;
  border: #c1dfed 15px solid;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
}
.jb2 #jb2-contents .section__inner#movie .movie__thumbs a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.jb2 #jb2-contents .section__inner#movie .movie__thumbs a::after {
  display: block;
  content: "";
  width: 7.8%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 5%;
  left: 3%;
  background: url(../img/jb2_movie_playbtn.svg) no-repeat;
  background-size: contain;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.jb2 #jb2-contents .section__inner#movie .movie__thumbs a {
  transition: opacity 0.2s linear;
  opacity: 0;
  pointer-events: none;
}
.jb2 #jb2-contents .section__inner#movie .movie__thumbs a.active {
  pointer-events: auto;
  opacity: 1;
}
.jb2 #jb2-contents .section__inner#movie .movie__thumbs a.hover {
  opacity: 0.8;
}
.jb2 #jb2-contents .section__inner#movie .movie__thumbs a.hover::after {
  transform: scale(1.1);
}
.jb2 #jb2-contents .section__inner#movie .movie__btnset {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.9%;
       column-gap: 2.9%;
  margin: 0 auto;
  padding: 4.2% 0 10%;
}
.jb2 #jb2-contents .section__inner#movie .movie__btnset a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.5%;
  aspect-ratio: 140/55;
  background-color: #b3b3b3;
  border-radius: 30px;
  transition: background-color 0.2s linear;
}
.jb2 #jb2-contents .section__inner#movie .movie__btnset a.active, .jb2 #jb2-contents .section__inner#movie .movie__btnset a.hover {
  background-color: #005baf;
}
.jb2 #jb2-contents .section__inner#movie .movie__btnset a.active {
  pointer-events: none;
}
.jb2 #jb2-contents .section__inner#movie .movie__btnset a img {
  width: auto;
  height: 27%;
}
.jb2 #jb2-contents .section__inner#movie a.movie__making {
  display: block;
  position: relative;
  width: 88%;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  aspect-ratio: 1060/341;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  color: #005baf;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear, box-shadow 0.3s ease;
}
.jb2 #jb2-contents .section__inner#movie a.movie__making p.sholder {
  display: block;
  width: 20%;
  padding-top: 3%;
  margin-left: 5.8%;
}
.jb2 #jb2-contents .section__inner#movie a.movie__making h4 {
  font-size: clamp(13.9285714286px, 1.8571428571vw, 26px);
  font-weight: 700;
  padding-top: 2%;
  margin-left: 5.8%;
}
.jb2 #jb2-contents .section__inner#movie a.movie__making p.desc {
  font-size: clamp(9.6428571429px, 1.2857142857vw, 18px);
  padding-top: 8%;
  margin-left: 5.8%;
}
.jb2 #jb2-contents .section__inner#movie a.movie__making .photo {
  width: 57.35%;
  position: absolute;
  top: 0;
  right: 0;
}
.jb2 #jb2-contents .section__inner#movie a.movie__making::after {
  display: block;
  content: "";
  width: 5.37%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 7.5%;
  right: 49.7%;
  background: url(../img/jb2_movie_playbtn.svg) no-repeat;
  background-size: contain;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.jb2 #jb2-contents .section__inner#movie a.movie__making.hover {
  opacity: 0.8;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.25);
}
.jb2 #jb2-contents .section__inner#movie a.movie__making.hover::after {
  transform: scale(1.1);
}
@media only screen and (max-width: 740px ) {
  .jb2 #jb2-contents .section__inner#movie {
    padding-top: 14.2vw;
  }
  .jb2 #jb2-contents .section__inner#movie h3 {
    display: block;
    width: 79.6vw;
    max-width: none;
    padding-bottom: 11vw;
  }
  .jb2 #jb2-contents .section__inner#movie h2 {
    width: 54.945vw;
    max-width: none;
    padding-bottom: 13vw;
    padding-left: 14vw;
  }
  .jb2 #jb2-contents .section__inner#movie .movie__thumbs {
    width: 92vw;
    max-width: none;
    aspect-ratio: 680/386;
    border-radius: 12px;
    border: #c1dfed 4px solid;
  }
  .jb2 #jb2-contents .section__inner#movie .movie__thumbs a::after {
    width: 7.4%;
    top: 5%;
    right: 3%;
  }
  .jb2 #jb2-contents .section__inner#movie .movie__btnset {
    -moz-column-gap: 5.4vw;
         column-gap: 5.4vw;
    padding: 8.1vw 0 14.8vw;
  }
  .jb2 #jb2-contents .section__inner#movie .movie__btnset a {
    width: 31vw;
    aspect-ratio: 230/90;
    border-radius: 100px;
  }
  .jb2 #jb2-contents .section__inner#movie a.movie__making {
    width: 80vw;
    border-radius: 12px;
    aspect-ratio: unset;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
  }
  .jb2 #jb2-contents .section__inner#movie a.movie__making p.sholder {
    width: 43.6vw;
    padding-top: 6.75vw;
    margin: 0 auto;
  }
  .jb2 #jb2-contents .section__inner#movie a.movie__making h4 {
    font-size: 5.4vw;
    padding-top: 5.5vw;
    margin: 0 auto;
  }
  .jb2 #jb2-contents .section__inner#movie a.movie__making p.desc {
    font-size: 4.3vw;
    line-height: 6vw;
    padding-top: 11.3vw;
    padding-bottom: 12vw;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
  }
  .jb2 #jb2-contents .section__inner#movie a.movie__making .photo {
    width: 100%;
    position: relative;
  }
  .jb2 #jb2-contents .section__inner#movie a.movie__making::after {
    width: 6.7vw;
    top: auto;
    left: 3vw;
    bottom: 35vw;
  }
}
.jb2 #jb2-contents .section__inner#ambassador {
  padding-top: 182px;
}
.jb2 #jb2-contents .section__inner#ambassador .amb__bg {
  width: 50%;
  height: calc(100% - 182px);
  position: absolute;
  left: 0;
  z-index: 0;
  background-color: #005baf;
}
.jb2 #jb2-contents .section__inner#ambassador .amb__inner {
  width: 90%;
  max-width: 1400px;
  background: url(../img/jb2_ambassador_bg-pc.webp?ver=260805a) no-repeat;
  background-size: cover;
  background-position: 100%;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.jb2 #jb2-contents .section__inner#ambassador .amb__inner .text__area {
  width: 70%;
  margin: 0 auto;
  padding: 6.5% 0 7.2% 0;
}
.jb2 #jb2-contents .section__inner#ambassador .amb__inner .text__area h2 {
  display: block;
  width: 55%;
  padding-bottom: 6%;
}
.jb2 #jb2-contents .section__inner#ambassador .amb__inner .text__area p.name {
  display: block;
  width: 31.12%;
  padding-bottom: 6.3%;
}
.jb2 #jb2-contents .section__inner#ambassador .amb__inner .text__area p.desc {
  display: block;
  width: 64.3%;
  padding-bottom: 6%;
}
.jb2 #jb2-contents .section__inner#ambassador .amb__inner .text__area p.profile {
  display: block;
  width: 54.2%;
}
.jb2 #jb2-contents .section__inner#ambassador .amb__inner .person {
  width: 36.8%;
  position: absolute;
  top: -13.7%;
  right: 6%;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s linear;
  transition-delay: 0.25s;
}
.jb2 #jb2-contents .section__inner#ambassador.init .amb__inner .person {
  transition: none;
  transform: translateX(100px);
  opacity: 0;
}
@media only screen and (max-width: 740px ) {
  .jb2 #jb2-contents .section__inner#ambassador {
    padding-top: 16.2vw;
  }
  .jb2 #jb2-contents .section__inner#ambassador .amb__bg {
    display: none;
  }
  .jb2 #jb2-contents .section__inner#ambassador .amb__inner {
    width: 96%;
    margin: 0;
    background: url(../img/jb2_ambassador_bg-sp.webp?ver=260805a) no-repeat;
    background-size: cover;
    background-position: right;
    border-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    display: grid;
  }
  .jb2 #jb2-contents .section__inner#ambassador .amb__inner .text__area {
    grid-area: 1/1;
    z-index: 1;
    position: relative;
    width: 52vw;
    margin: 0;
    padding: 11.6vw 0 10.6vw 0;
    z-index: 0;
  }
  .jb2 #jb2-contents .section__inner#ambassador .amb__inner .text__area h2 {
    width: 46.32vw;
    padding-bottom: 11.6vw;
    margin-left: 10vw;
  }
  .jb2 #jb2-contents .section__inner#ambassador .amb__inner .text__area p.name {
    width: 49.32vw;
    padding-bottom: 10.9vw;
  }
  .jb2 #jb2-contents .section__inner#ambassador .amb__inner .text__area p.desc {
    width: 62.2vw;
    padding-bottom: 7.9vw;
    margin-left: 10vw;
  }
  .jb2 #jb2-contents .section__inner#ambassador .amb__inner .text__area p.profile {
    width: 78.38vw;
    margin-left: 10vw;
  }
  .jb2 #jb2-contents .section__inner#ambassador .amb__inner .person {
    grid-area: 1/1;
    z-index: 1;
    position: static;
    width: 48vw;
    margin-left: 47.5vw;
    padding-top: 4vw;
    padding-top: 4vw;
  }
}
.jb2 #jb2-contents .section__inner#howto {
  padding-top: 172px;
}
.jb2 #jb2-contents .section__inner#howto .howto__bg {
  width: 50%;
  height: calc(100% - 172px);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-color: #c1dfed;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner {
  width: 90%;
  max-width: 1400px;
  background-color: #c1dfed;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap {
  width: 100%;
  padding: 4.2% 0 0 11%;
  margin: 0 auto;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap h2 {
  width: 46.6%;
  padding-bottom: 4.4%;
  margin: 0 auto;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps {
  position: relative;
  width: 100%;
  aspect-ratio: 1246/436;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step p.step_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.7%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  background-color: #005baf;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step p.step_num img {
  width: 43.75%;
  filter: brightness(0) invert(1);
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step p.ttl {
  font-size: clamp(17.1428571429px, 2.2857142857vw, 32px);
  font-weight: 700;
  padding-top: 2.6%;
  padding-bottom: 2.6%;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step p.desc {
  font-size: clamp(9.6428571429px, 1.2857142857vw, 18px);
  line-height: 1.5;
  padding-bottom: 1%;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step p.chuki {
  width: 30%;
  font-size: clamp(8.5714285714px, 1.1428571429vw, 16px);
  line-height: 1.5;
  padding-bottom: 2%;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step .pict, .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step .fuki {
  position: absolute;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step span.star {
  color: #a95624;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step.active {
  transition-delay: 0.2s;
  visibility: visible;
  opacity: 1;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step.step_01 .pict {
  width: 27.14%;
  top: 0;
  left: 35%;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step.step_02 .pict {
  width: 33%;
  top: 0;
  left: 36%;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step.step_02 .fuki {
  width: 23%;
  top: -8%;
  left: 68%;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step.step_03 .pict {
  width: 29%;
  top: 0;
  left: 33%;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step.step_03 .time {
  width: 30%;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__btnset {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding-left: 3.5%;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__btnset .howto-content__btn {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  aspect-ratio: 1/1;
  width: 5.2%;
  border-radius: 50%;
  font-size: clamp(8.5714285714px, 1.1428571429vw, 16px);
  font-weight: 700;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__btnset .howto-content__btn.active {
  visibility: visible;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__btnset .howto-content__btn {
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__btnset .howto-content__btn.hover {
  transform: scale(1.1);
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .person {
  width: 26.28%;
  position: absolute;
  top: 36%;
  right: 5%;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__indicator {
  width: 20%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 4.2%;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__indicator a.indi_btn {
  width: 24.6%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__indicator a.indi_btn img {
  width: 43.75%;
  transition: filter 0.2s linear;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__indicator a.indi_btn {
  transition: background-color 0.2s linear;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__indicator a.indi_btn.active, .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__indicator a.indi_btn.hover {
  background-color: #005baf;
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__indicator a.indi_btn.active img, .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__indicator a.indi_btn.hover img {
  filter: brightness(0) invert(1);
}
.jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__indicator .dot_line {
  width: 13.1%;
  height: 0;
  padding-top: 1.8%;
  background: url(../img/jb2_howto_dot.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 740px ) {
  .jb2 #jb2-contents .section__inner#howto {
    padding-top: 16.2vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__bg {
    display: none;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner {
    width: 96%;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    margin: 0 0 0 4vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap {
    padding: 11vw 0 0 6vw;
    margin: 0 auto;
    position: relative;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap h2 {
    width: 73vw;
    padding-bottom: 15.8vw;
    padding-left: 10vw;
    margin: 0 auto;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps {
    width: 92vw;
    aspect-ratio: 680/945;
    margin: 0;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step {
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step .ttlset {
    display: flex;
    align-items: center;
    -moz-column-gap: 5.9vw;
         column-gap: 5.9vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step p.step_num {
    width: 21.6vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step p.ttl {
    font-size: 8.1vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step p.desc {
    font-size: 4.32vw;
    padding-top: 8.5vw;
    padding-bottom: 2vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step p.chuki {
    width: 100%;
    font-size: 3.78vw;
    padding-bottom: 0;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step .pict {
    position: relative;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step.step_01 .pict {
    width: 44.4vw;
    top: 0;
    left: 0;
    margin-top: 8.8vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step.step_02 p.desc {
    padding-top: 13.5vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step.step_02 .pict {
    width: 53.2vw;
    top: 0;
    left: 0;
    margin-top: 12.8vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step.step_02 .fuki {
    width: 33.24vw;
    top: 59vw;
    left: 52vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step.step_03 .pict {
    width: 44.4vw;
    top: 0;
    left: 0;
    margin-top: 5vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__steps .howto-content__step.step_03 .time {
    width: 79.7vw;
    position: absolute;
    bottom: 2.65vw;
    left: 0;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__btnset {
    position: relative;
    top: 0;
    left: 0;
    width: 27vw;
    transform: translateY(0);
    display: flex;
    justify-content: center;
    -moz-column-gap: 6vw;
         column-gap: 6vw;
    padding-left: 0;
    margin: 0 0 0 28vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__btnset .howto-content__btn {
    aspect-ratio: 1/1;
    width: 10.8vw;
    border-radius: 50%;
    font-size: 3vw;
    display: none;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .howto-content__btnset .howto-content__btn.active {
    display: flex;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__wrap .person {
    width: 37.4%;
    position: absolute;
    top: auto;
    bottom: 20vw;
    right: 6vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__indicator {
    width: 66.9vw;
    padding-top: 11vw;
    padding-bottom: 11vw;
    justify-content: center;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__indicator a.indi_btn {
    width: 16.2vw;
  }
  .jb2 #jb2-contents .section__inner#howto .howto__inner .howto-content__indicator .dot_line {
    width: 6.48vw;
    padding-top: 1vw;
  }
}
.jb2 #jb2-contents .section__inner#lineup {
  padding-top: 165px;
}
.jb2 #jb2-contents .section__inner#lineup h2 {
  display: block;
  width: 23.75%;
  margin: 0 auto;
  padding-bottom: 3.8%;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 75px;
  width: 100%;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item {
  width: 47%;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__product {
  width: 49%;
  aspect-ratio: 280/400;
  border-radius: 10px;
  background-color: #c1dfed;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__product > img {
  width: 64%;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__product .badge {
  display: block;
  width: 26%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -4%;
  left: -5.5%;
  z-index: 1;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info {
  position: relative;
  width: 44%;
  letter-spacing: 0.1em;
  padding-top: clamp(13.9285714286px, 1.8571428571vw, 26px);
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .lineup__name-e {
  height: clamp(7.7678571429px, 1.0357142857vw, 14.5px);
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .lineup__name-e picture, .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .lineup__name-e img {
  width: auto;
  height: 100%;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .lineup__name-e {
  margin-bottom: clamp(13.9285714286px, 1.8571428571vw, 26px);
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .lineup__name-e.high {
  height: clamp(23.8392857143px, 3.1785714286vw, 44.5px);
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .lineup__name-j {
  font-size: clamp(12.8571428571px, 1.7142857143vw, 24px);
  font-weight: 700;
  margin-bottom: clamp(13.9285714286px, 1.8571428571vw, 26px);
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .lineup__desc {
  font-size: clamp(9.6428571429px, 1.2857142857vw, 18px);
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .buy_btn {
  display: block;
  padding: clamp(6.4285714286px, 0.8571428571vw, 12px) clamp(21.4285714286px, 2.8571428571vw, 40px) clamp(6.4285714286px, 0.8571428571vw, 12px) clamp(10.7142857143px, 1.4285714286vw, 20px);
  border-radius: 30px;
  border: 1px #000 solid;
  font-size: clamp(9.6428571429px, 1.2857142857vw, 18px);
  line-height: 1;
  position: absolute;
  bottom: clamp(10.7142857143px, 1.4285714286vw, 20px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .buy_btn::after {
  display: block;
  content: "＞";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 70%;
  transition: color 0.2s linear;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .buy_btn {
  transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .buy_btn.hover {
  background-color: #005baf;
  color: #fff;
  border-color: #005baf;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .buy_btn.hover::after {
  color: #fff;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item.item01 a.lineup__card .lineup__product {
  background-color: rgba(147, 205, 162, 0.5);
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item.item01 a.lineup__card .lineup__info .lineup__name-j {
  color: #507d73;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item.item02 a.lineup__card .lineup__product {
  background-color: rgba(248, 195, 220, 0.5);
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item.item02 a.lineup__card .lineup__info .lineup__name-j {
  color: #da4e58;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item.item03 a.lineup__card .lineup__product {
  background-color: rgba(208, 221, 116, 0.5);
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item.item03 a.lineup__card .lineup__info .lineup__name-j {
  color: #1cb24c;
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item.item04 a.lineup__card .lineup__product {
  background-color: rgba(229, 192, 244, 0.5);
}
.jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item.item04 a.lineup__card .lineup__info .lineup__name-j {
  color: #965a90;
}
@media only screen and (max-width: 740px ) {
  .jb2 #jb2-contents .section__inner#lineup {
    padding-top: 15vw;
  }
  .jb2 #jb2-contents .section__inner#lineup h2 {
    width: 42.43vw;
    margin: 0 0 0 35vw;
    padding-bottom: 11.35vw;
  }
  .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0;
    width: 75.6%;
    margin: 0 auto;
  }
  .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item {
    width: 100%;
    padding: 10.8vw 0;
    border-top: #c9caca 1px solid;
  }
  .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item:first-of-type {
    border-top: none;
    padding-top: 0;
  }
  .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__product {
    width: 100%;
    aspect-ratio: 280/400;
    border-radius: 10px;
  }
  .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__product > img {
    width: 64%;
  }
  .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__product .badge {
    width: 18vw;
    top: -4%;
    left: -5.5%;
  }
  .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info {
    width: 100%;
    padding-top: 9.5vw;
  }
  .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .lineup__name-e {
    height: 3.5vw;
    margin-bottom: 5vw;
  }
  .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .lineup__name-j {
    font-size: 5.94vw;
    margin-bottom: 5vw;
  }
  .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .lineup__desc {
    font-size: 4.86vw;
    margin-bottom: 6vw;
  }
  .jb2 #jb2-contents .section__inner#lineup ul.lineup__lists li.lineup__item a.lineup__card .lineup__info .buy_btn {
    padding: 3.37vw 13.5vw 3.37vw 6vw;
    border-radius: 100px;
    font-size: 4.86vw;
    position: relative;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.jb2 #jb2-contents .section__inner#chart {
  padding-top: 180px;
}
.jb2 #jb2-contents .section__inner#chart .chart__bg {
  width: 50%;
  height: calc(100% - 180px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #c1dfed;
}
.jb2 #jb2-contents .section__inner#chart .chart__inner {
  width: 90%;
  max-width: 1400px;
  background-color: #c1dfed;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.jb2 #jb2-contents .section__inner#chart .chart__inner .chart-content__wrap {
  width: 100%;
  padding: 3.5% 0 5.7% 0;
  margin: 0 auto;
}
.jb2 #jb2-contents .section__inner#chart .chart__inner .chart-content__wrap h2 {
  width: 31.7%;
  padding-bottom: 2%;
  margin: 0 auto;
}
.jb2 #jb2-contents .section__inner#chart .chart__inner .chart-content__wrap .chart__pict {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 740px ) {
  .jb2 #jb2-contents .section__inner#chart {
    padding-top: 20vw;
  }
  .jb2 #jb2-contents .section__inner#chart .chart__bg {
    display: none;
  }
  .jb2 #jb2-contents .section__inner#chart .chart__inner {
    width: 96%;
    border-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    margin: 0;
  }
  .jb2 #jb2-contents .section__inner#chart .chart__inner .chart-content__wrap {
    width: 100%;
    padding: 11.6vw 0 10.8vw 0;
    margin: 0 auto;
  }
  .jb2 #jb2-contents .section__inner#chart .chart__inner .chart-content__wrap h2 {
    width: 42.56vw;
    padding-bottom: 10.5vw;
    margin: 0 0 0 35vw;
  }
  .jb2 #jb2-contents .section__inner#chart .chart__inner .chart-content__wrap .chart__pict {
    width: 96%;
    margin: 0;
  }
}
.jb2 #jb2-contents .section__inner#voice {
  background: none;
}
.jb2 #jb2-contents .section__inner#voice h2 {
  font-size: 28px;
}
@media only screen and (max-width: 740px ) {
  .jb2 #jb2-contents .section__inner#voice h2 {
    font-size: 5.78vw;
  }
  .jb2 #jb2-contents .section__inner#voice h2::before, .jb2 #jb2-contents .section__inner#voice h2::after {
    width: 10vw;
  }
}

.hacobune-app-container {
  background: none !important;
}

.top-footbnr {
  margin-top: 0 !important;
}

/********************************************
SP
*********************************************/
@media only screen and (max-width: 740px ) {
  .jb2 .pc, .jb2 .pc-in, .jb2 .pc-flex {
    display: none !important;
  }
  .jb2 .sp {
    display: block !important;
  }
  .jb2 .sp-in {
    display: inline-block !important;
  }
  .jb2 .sp-flex {
    display: flex !important;
  }
}

/********************************************
video modal
*********************************************/
.video-modal {
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.video-modal.is-open {
  opacity: 1;
}
.video-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s linear;
}
.video-modal.is-open::backdrop {
  background: rgba(0, 0, 0, 0.75);
}
.video-modal[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-modal__body {
  position: relative;
  width: min(90vw, 160vh);
  max-width: 1260px;
  aspect-ratio: 16/9;
  background: #000;
}
.video-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-modal-open {
  overflow: hidden;
}

/********************************************
video modal
*********************************************/
/* ===== モーダル ===== */
.video-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  -webkit-overflow-scrolling: touch; /* iOS対応 */
}

.video-modal-overlay.is-open {
  display: flex;
}

.video-modal-content {
  position: relative;
  width: min(90vw, 160vh);
  max-width: 1260px;
  aspect-ratio: 16/9;
  background: #000;
}

.video-modal-content .video-hidden-wrapper,
.video-modal-content .hacobune-univideo,
.video-modal-content .hacobune-container {
  width: 100%;
  height: 100%;
}

body.video-modal-open {
  overflow: hidden;
}

.hacobune-app-container {
  max-width: 100% !important;
}

@media (max-width: 719px) {
  .hacobune-app-container {
    width: 100% !important;
  }
}
@media (max-width: 720px) {
  .hacobune-unit-video {
    margin: 0 !important;
  }
}/*# sourceMappingURL=jb2_style.css.map */