@charset "UTF-8";
i, em {
  font-style: normal;
}

.pc_wrap {
  position: relative;
  background: #fff100;
}
.pc_wrap .left_mv {
  width: calc(50vw - 225px);
  height: 100vh;
  z-index: 2;
  position: fixed;
  left: 2%;
  top: 0;
  place-content: center;
}
.pc_wrap .right_mv {
  width: calc(50vw - 225px);
  height: 100vh;
  z-index: 2;
  position: fixed;
  padding-left: 20px;
  padding-right: 10px;
  right: 0;
  top: 0;
  place-content: center;
}
@media all and (max-width: 1050px) {
  .pc_wrap .left_mv, .pc_wrap .right_mv {
    display: none;
  }
}

.logo_pc {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 77px;
}
@media all and (max-width: 767px) {
  .logo_pc {
    display: none;
  }
}

.txx {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  line-height: 1.3;
  font-size: 1.2rem;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  color: white;
  text-align: right;
  font-family: "IBM Plex Sans JP", sans-serif;
}
@media all and (max-width: 1090px) {
  .txx {
    display: none;
  }
}

.pcbg {
  position: fixed;
  bottom: 0;
  width: 110vw;
  background: #e60043;
  border-top-left-radius: 70%;
  border-top-right-radius: 70%;
  height: 190px;
  left: -5vw;
}
@media all and (max-width: 767px) {
  .pcbg {
    display: none;
  }
}

.sp_wrap {
  max-width: 450px;
  margin: 0 auto;
  background: #fff100;
  position: relative;
  z-index: 3;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 767px) {
  .sp_wrap {
    max-width: 100%;
  }
}

.is-anime {
  position: relative;
  opacity: 0;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.09, 2.08, 0.69, 0.38), opacity 0.3s ease;
}
.is-anime.bounce {
  transform: scale(0) rotate(-3deg);
}
.is-anime.over.bounce {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition-delay: 0.25s;
}
.is-anime.top_in {
  transform: translateY(-100px);
}
.is-anime.over.top_in {
  opacity: 1;
  transform: translateY(0px);
}
.is-anime.left_in {
  transform: translateX(-100%);
}
.is-anime.over.left_in {
  opacity: 1;
  transform: translateX(0px);
}
.is-anime.right_in {
  transform: translateX(100%);
}
.is-anime.over.right_in {
  opacity: 1;
  transform: translateX(0px);
}
.is-anime.bottom_in {
  transform: translateY(100px);
}
.is-anime.over.bottom_in {
  opacity: 1;
  transform: translateY(0px);
}

.bounce_in {
  position: relative;
  opacity: 0;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.09, 2.08, 0.69, 0.38), opacity 0.3s ease;
  transform: scale(0) rotate(-3deg);
}

.trigger.bounce_in {
  opacity: 1;
  z-index: 1;
  transform: scale(1) rotate(0deg);
}

.mv {
  position: relative;
  background: url("../../images/mvbg.png") top center/cover;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.mv .mv1 {
  width: 96%;
  padding: 5px 0 0 15px;
  transform: scale(1) translateY(-150px);
  transition: transform 0.4s cubic-bezier(0.2, 2, 0.8, 1.1), opacity 0.3s ease;
}
.mv .mv1.over {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 0.4s;
}
.mv .mv1.bar {
  width: 100%;
  background: #e60043;
  color: white;
  font-weight: 900;
  font-size: 17px;
  padding: 0 20px;
  height: 36px;
  place-content: center;
  text-align: center;
  z-index: 4;
  line-height: 1;
  margin-top: 8px;
}
.mv .mv1.bar .in1 {
  display: inline-block;
}
.mv .mv1.bar .in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  gap: 0 5px;
}
.mv .mv1.bar img {
  height: 34px;
  width: auto;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .mv .mv1.bar {
    font-size: 16px;
    padding: 0 10px;
  }
  .mv .mv1.bar img {
    height: 30px;
  }
}
.mv .family {
  top: -10px;
  left: -12px;
  width: 75%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  transform: scale(0);
  transition: transform 0.7s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 0.3s ease;
}
.mv .family.over {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
}
.mv .img_move {
  position: absolute;
}
.mv .fire1 {
  top: 13%;
  left: 2.3%;
  width: 3.8666666667%;
  height: auto;
  animation: fire01 3s ease-in-out infinite;
  transform: scale(0);
  transition: transform 0.7s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 1s ease;
}
.mv .fire1.over {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1.5s;
}
.mv .fire2 {
  top: 14%;
  right: 13px;
  width: 5.6%;
  height: auto;
  animation: fire01 3.5s ease-in-out infinite;
  transform: scale(0);
  transition: transform 0.7s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 1s ease;
}
.mv .fire2.over {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1.5s;
}
.mv .fire3 {
  top: 35%;
  right: 11px;
  width: 3.8666666667%;
  height: auto;
  animation: fire01 4s ease-in-out infinite;
  transform: scale(0);
  transition: transform 0.7s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 1s ease;
}
.mv .fire3.over {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1.5s;
}
.mv .fire4 {
  top: 53%;
  right: 21%;
  width: 3.8666666667%;
  height: auto;
  animation: fire01 3.5s ease-in-out infinite;
  transform: scale(0);
  transition: transform 0.7s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 1s ease;
}
.mv .fire4.over {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1.5s;
}
.mv .nene {
  top: 30.5%;
  z-index: 101;
  left: 7px;
  width: 18.7%;
  height: auto;
  transform: scale(0.5) translate(50%, 50%);
  transition: transform 0.4s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 0.3s ease;
}
.mv .nene.over {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition-delay: 0.8s;
}
.mv .ship {
  top: 31%;
  left: 17%;
  width: 19.2%;
  height: auto;
  transform: scale(0.5) translate(50%, 30%);
  transition: transform 0.4s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 0.3s ease;
}
.mv .ship.over {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition-delay: 0.8s;
}
.mv .masao {
  top: 32%;
  right: 9%;
  width: 16.5%;
  height: auto;
  transform: scale(0.5) translate(-50%, 50%);
  transition: transform 0.4s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 0.3s ease;
}
.mv .masao.over {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition-delay: 0.8s;
}
.mv .kazama {
  top: 44%;
  left: 0;
  width: 22%;
  height: auto;
  transform: scale(0.5) translate(50%, 0);
  transition: transform 0.4s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 0.3s ease;
}
.mv .kazama.over {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition-delay: 0.8s;
}
@media all and (max-width: 767px) {
  .mv .kazama {
    top: 43%;
  }
}
.mv .train {
  top: 44%;
  right: 1px;
  width: 25%;
  height: auto;
  transform: scale(0.5) translate(-50%, 30%);
  transition: transform 0.4s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 0.3s ease;
}
.mv .train.over {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition-delay: 0.8s;
}
.mv .bow {
  top: 57.5%;
  right: 3%;
  width: 18%;
  height: auto;
  transform: scale(0.5) translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 0.3s ease;
}
.mv .bow.over {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition-delay: 0.8s;
}
.mv .hima {
  top: 72%;
  left: 5px;
  width: 31%;
  height: auto;
  z-index: 6;
  transform: scale(0.5) translate(50%, -50%);
  transition: transform 0.5s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 0.3s ease;
}
@media all and (max-width: 767px) {
  .mv .hima {
    top: 70%;
  }
}
.mv .hima.over {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition-delay: 0.8s;
}
.mv .car {
  top: 78.5%;
  right: -4px;
  width: 21.3%;
  height: auto;
  z-index: 7;
  transform: scale(0.5) translate(-50%, -60%);
  transition: transform 0.4s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 0.3s ease;
}
.mv .car.over {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition-delay: 0.8s;
}

@keyframes fire01 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.info {
  position: relative;
  background: #e60043;
  margin-top: -70px;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.info__skew1 {
  width: 100%;
  max-width: 450px;
  position: relative;
  z-index: 2;
  margin-top: -38%;
}
@media all and (max-width: 767px) {
  .info__skew1 {
    max-width: 100%;
    height: 200px;
  }
  .info__skew1 img {
    object-fit: cover;
  }
}
@media all and (max-width: 430px) {
  .info__skew1 {
    height: 140px;
    margin-top: -43%;
  }
}
.info__img1 {
  max-width: 71%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -45px;
  z-index: 8;
  transform: scaleY(0.5) translateY(50%);
  transition: transform 0.4s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 0.3s ease;
}
.info__img1.over {
  opacity: 1;
  transform: scaleY(1) translateX(0);
  transition-delay: 0.9s;
}
.info__img1 .img_move {
  position: absolute;
}
.info__img1 .fire5 {
  top: 53px;
  left: -30px;
  width: 6.1181434599%;
  height: auto;
  animation: fire01 3.5s ease-in-out infinite;
  transform: scale(0);
  transition: transform 0.7s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 1s ease;
}
.info__img1 .fire5.over {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.8s;
}
.info__img1 .fire6 {
  top: 3px;
  left: 15px;
  width: 8.8607594937%;
  height: auto;
  animation: fire01 4s ease-in-out infinite;
  transform: scale(0);
  transition: transform 0.7s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 1s ease;
}
.info__img1 .fire6.over {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.8s;
}
.info__img1 .fire7 {
  top: 27px;
  right: -50px;
  width: 8.8607594937%;
  height: auto;
  animation: fire01 3.75s ease-in-out infinite;
  transform: scale(0);
  transition: transform 0.7s cubic-bezier(0.59, 1.6, 0.81, 0.9), opacity 1s ease;
}
.info__img1 .fire7.over {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.8s;
}
@media all and (max-width: 767px) {
  .info__img1 .fire7 {
    top: 14px;
    right: -43px;
  }
}
@media all and (max-width: 767px) {
  .info__img1 {
    top: -25px;
  }
}
.info__lead {
  text-align: center;
  color: white;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3;
  margin-top: -40px;
}
.info__lead i {
  font-size: 2.6rem;
  margin-right: 5px;
}
@media all and (max-width: 767px) {
  .info__lead {
    margin-top: -26px;
  }
}
.info__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 800;
  font-size: 2rem;
  color: white;
}
.info__goods .or {
  margin-top: -70px;
  position: relative;
  left: -4px;
  width: calc(100% - 105px);
}
@media all and (max-width: 767px) {
  .info__goods {
    max-width: 560px;
    margin: -1% auto 0 auto;
  }
  .info__goods .or {
    margin-top: -50px;
  }
}
.info__bx {
  padding: 20px 0 43px 0;
  margin-top: 20px;
  background: white;
  border-radius: 11px;
  text-align: center;
}
.info__txt_warp {
  width: 260px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
}
.info h2 {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 800;
}
.info__num_line {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 800;
  background: #ffd200;
  margin: 10px 0 20px 0;
  height: 44px;
  place-content: center;
}
.info__num_line em {
  position: relative;
  top: -5px;
}
.info__num_line i {
  top: 4px;
  font-size: 3.8rem;
  font-weight: 900;
  -webkit-text-stroke: 6px white;
  text-stroke: 6px white;
  paint-order: stroke;
  margin: 0 5px;
  position: relative;
  filter: drop-shadow(2px 2px black);
}
.info__num_line span {
  position: relative;
  left: 10px;
  top: -5px;
}
.info__num_line2 {
  margin-top: 30px;
}
.info__num_line2 i {
  top: 4px;
  font-size: 3.8rem;
  font-weight: 900;
  -webkit-text-stroke: 6px white;
  text-stroke: 6px white;
  paint-order: stroke;
  margin: 0 5px;
  position: relative;
  filter: drop-shadow(2px 2px black);
}
.info__ym {
  display: inline-block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 100px;
  border: 2px solid #ffd200;
  padding: 7px 25px;
}
.info__time_line {
  font-size: 2rem;
  font-weight: 800;
  margin-top: 10px;
}
.info__time_line i {
  font-size: 3.2rem;
  line-height: 1;
}
.info__ym2 {
  margin-top: 10px;
}
.info__time_line-mini {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
  padding-bottom: 24px;
}
.info__time_line-mini i {
  font-size: 2.4rem;
  line-height: 1;
}
.info__time_line-mini em {
  font-size: 1.2rem;
}

.btn_bl {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  max-width: 295px;
  width: 100%;
  color: white;
  border-radius: 10px;
  background: #006ef0;
  border: 3px solid #040000;
  box-shadow: 3px 3px 0 #040000;
  padding: 10px 0;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  bottom: 0;
}
.btn_bl:hover {
  box-shadow: none;
  bottom: -3px;
}
.btn_bl .w1 {
  display: inline-block;
}
.btn_bl p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.btn_bl em {
  font-size: 2.8rem;
  margin-right: 5px;
  font-weight: 700;
}
.btn_bl i {
  padding-right: 42px;
  box-sizing: border-box;
  background: url("../../images/arw-btn_bl.png") center right no-repeat;
  background-size: 18px auto;
  place-content: center;
  text-align: center;
  font-weight: 900;
  font-size: 1.8rem;
}

.skew_bx {
  position: relative;
  margin-top: -20px;
  z-index: 100;
}
.skew_bx .sk1 {
  clip-path: polygon(0% 20px, 100% 0%, 100% 10px, 0 51%);
  background: #fabe00;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 2;
}
.skew_bx .sk2 {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 20%, 100% 0%, 100% 21%, 0 80%);
  background: #b8d200;
  width: 100%;
  height: 100px;
}

.skew_bx2 {
  transform: scale(-1, 1);
  z-index: 6;
  position: relative;
}
.skew_bx2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: white;
}

.skew_bx4 {
  transform: scale(-1, 1);
  z-index: 6;
  position: relative;
  background: #8ce6ff;
}
.skew_bx4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: white;
}

.about {
  padding: 10px 0 80px 0;
  letter-spacing: 0;
}
.about h2 {
  text-align: center;
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1;
}
.about__lead {
  text-align: center;
  margin: 10px 0;
  letter-spacing: 0;
  font-size: 1.6rem;
}
.about__lead-bold {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #ff5a00;
  letter-spacing: 0;
}
.about__lead-bold i {
  display: inline-block;
  position: relative;
}
.about__lead-bold i:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff5a00;
}
.about__goods {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.about__goods .goods_ttl {
  display: inline-block;
  line-height: 1;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  border-radius: 100px;
  background: white;
  padding: 10px 25px;
  box-sizing: border-box;
}
.about__goods .godds-imgs {
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 800;
  text-align: right;
  letter-spacing: 0.025em;
}
.about__goods .godds-imgs img {
  max-width: 98%;
}
.about__goods .img2 {
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .about__goods .img2 img {
    width: 100%;
  }
}
.about__goods2 {
  padding-top: 30px;
  box-sizing: border-box;
  text-align: center;
}
.about__goods2 .lead {
  font-weight: 700;
  font-size: 1.8rem;
}
.about__goods2 .lead i {
  font-size: 2.2rem;
  font-weight: 900;
}
.about__goods2 .mini {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  margin: 10px auto 0 auto;
  max-width: 170px;
}
.about__goods2 .im {
  text-align: center;
}
.about__goods2 .im img {
  display: inline-block;
  width: 250px;
  height: auto;
}
.about__goods2 .img {
  position: relative;
  margin-top: 20px;
}
.about__goods2 .img .lim {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: -24px;
}
.about__goods3 {
  margin-top: 40px;
  margin-bottom: 70px;
}
.about__goods3 .ttls {
  text-align: center;
  font-size: 1.5rem;
}
.about__goods3 .ttls h3 {
  font-size: 2rem;
  font-weight: 800;
}
.about__goods3 .tx0 {
  font-size: 1.8rem;
  font-weight: 800;
}
.about__goods3 .effect {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 10px;
  align-items: center;
  margin: 10px auto 0 auto;
  max-width: 290px;
  width: 100%;
}
.about__goods3 .effect .tl {
  background: white;
  border-radius: 100px;
  place-content: center;
  text-align: center;
  height: 22px;
  font-size: 1.3rem;
  font-weight: 500;
}
.about__goods3 .imgs {
  text-align: center;
}
.about__goods3 .imgs .img {
  max-width: 240px;
  width: 100%;
  margin: 5px auto;
}
.about__goods3 .imgs .tx {
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}
.about__goods3 .c2 {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 0 20px;
  max-width: 330px;
  margin: 0 auto;
}
.about__goods3 .c2 .effect {
  display: block;
}
.about__goods3 .c2 .effect .tl {
  width: 90px;
  margin-bottom: 5px;
}
.about__goods3 .c2 .effect .tx {
  font-weight: 400;
}
.about .aw-bx {
  text-align: left;
}
.about .aw1 {
  margin-top: 40px;
}
.about .aw-ttl {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 10px;
  width: calc(100% - 40px);
  margin: 0 auto;
  align-items: flex-start;
}
.about .aw-ttl .aw {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 800;
  line-height: 1;
  position: relative;
  padding-bottom: 5px;
  background: linear-gradient(transparent 50%, #ffd200 50%);
}
.about .aw-ttl .aw i {
  font-size: 3.5rem;
  line-height: 1;
}
.about .aw-ttl .name .tl {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
}
.about .aw-ttl .name .mn {
  margin-top: 5px;
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
}
.about .aw-ttl .name .mn:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
}
.about .aw-img {
  margin-top: 5px;
}
.about .aw3 {
  margin-top: 20px;
}
.about .aw3 .aw-img {
  margin: 5px auto 0 auto;
  width: 80%;
}
.about .atn1 {
  font-size: 12px;
  font-weight: 400;
  margin: 10px 0 5px 0;
}
.about .aw11 {
  margin-top: 30px;
}
.about .aw11 .aw-ttl, .about .aw12 .aw-ttl, .about .aw13 .aw-ttl {
  display: block;
}
.about .aw11 .aw-ttl .aw, .about .aw12 .aw-ttl .aw, .about .aw13 .aw-ttl .aw {
  width: 60px;
  margin: 0 auto;
}
.about .aw11 .aw-img, .about .aw12 .aw-img, .about .aw13 .aw-img {
  width: calc(100% - 40px);
  margin: 30px auto 0 auto;
}
.about .aw12 {
  margin-top: 20px;
}
.about .aw13 {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .about {
    padding: 0 0 80px 0;
  }
}

.dots {
  background-image: radial-gradient(circle, #ffa000 3px, transparent 2px);
  background-position: 0 0;
  background-size: 12px 12px;
  width: 100%;
  height: 12px;
}
.dots.dots2 {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.cate_tx {
  line-height: 1;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0;
  border: 1px solid #000;
  box-sizing: border-box;
  display: inline-block;
  padding: 1px 3px;
}

.cate_tx2 {
  line-height: 1;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 0 3px;
}
.cate_tx2.red {
  border: 1px solid #ff0000;
}

.red2 {
  color: #ff0000;
}

.product {
  padding: 64px 0 70px 0;
  box-sizing: border-box;
  text-align: center;
  background: white;
  letter-spacing: 0;
}
.product h2 {
  font-weight: 800;
  font-size: 2.6rem;
}
.product__lead {
  text-align: center;
  margin: 10px 0;
  letter-spacing: 0;
  font-size: 1.6rem;
}
.product__lead i {
  display: inline-block;
  position: relative;
  color: #ff5a00;
  font-weight: 700;
}
.product__lead i:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff5a00;
}
.product__lead-mini {
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  color: #ff5a00;
}
.product__lead-mini i {
  display: inline-block;
  position: relative;
}
.product__lead-mini i:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ff5a00;
}
.product .c2 {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}
.product .c2 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.07em;
}
.product .c2 h3 i {
  font-size: 1.3rem;
}
.product .c2 .tx_1 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 2px;
}
.product .c2 .tx_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 150px;
  margin: 5px auto 0 auto;
}
.product .c2 .tx_c2 .year {
  width: 65px;
  text-align: center;
  border-radius: 100px;
  font-size: 1rem;
  line-height: 1;
  height: 20px;
  place-content: center;
  background: #faeb00;
}
.product .c2 .tx_c2 .year i {
  font-weight: 800;
  font-size: 1.6rem;
}
.product .c2 .tx_c2 .bg_blue {
  background: #002873;
  color: white;
}
.product .c2 .tx_c2 .bg_l_blue {
  background: #6ec8f0;
}
.product .c2 .tx_c2 .bg_pink {
  background: #e1007d;
  color: white;
}
.product .c1 {
  margin-top: 20px;
}
.product .c1 .img {
  max-width: 270px;
  margin: 0 auto;
  width: 100%;
}
.product .c1 .tx_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 150px;
  margin: 5px auto 0 auto;
}
.product .c1 .tx_c2 .year {
  width: 65px;
  text-align: center;
  border-radius: 100px;
  font-size: 1rem;
  line-height: 1;
  height: 20px;
  place-content: center;
  background: #faeb00;
}
.product .c1 .tx_c2 .year i {
  font-weight: 800;
  font-size: 1.6rem;
}
.product .c1 .tx_c2 .bg_blue {
  background: #002873;
  color: white;
}
.product .c1 .tx_c2 .bg_l_blue {
  background: #6ec8f0;
}
.product .c1 .tx_c2 .bg_pink {
  background: #e1007d;
  color: white;
}
.product .c1 h3 {
  font-size: 15px;
  font-weight: bold;
}
.product .c1 .tx_1 {
  font-size: 14px;
  font-weight: bold;
}
.product .c1 .atn {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
}

.how {
  background: #8ce6ff;
  padding-top: 10px;
  padding-bottom: 70px;
}
.how h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
}
.how .lead {
  font-size: 16px;
  letter-spacing: 0;
}
.how .lead i {
  font-weight: 800;
  background: linear-gradient(transparent 0%, #fff100 0%);
}
.how .stp-bx {
  margin-top: 50px;
}
.how .stp-bx.st1 {
  margin-top: 30px;
}
.how .stp-bx .ttl {
  text-align: center;
  letter-spacing: 0;
}
.how .stp-bx .ttl i {
  font-weight: 800;
  font-size: 2.2rem;
  border-bottom: 2px solid #000;
}
.how .stp-bx .tx {
  margin-top: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 14px;
}
.how .atn_bx {
  margin-top: 70px;
}
.how .atn_bx h3 {
  font-size: 26px;
  text-align: center;
  font-weight: 800;
}
.how .atn_bx .lead {
  margin-top: 8px;
}
.how .atn_bx .img {
  margin-top: 20px;
  margin-bottom: 40px;
}
.how .ch-bx {
  margin-top: 20px;
}
.how .ch-bx .ttl {
  padding: 5px 0 5px 40px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.8rem;
  background: url("../../images/ch.png") center left no-repeat;
  background-size: 32px auto;
  letter-spacing: 0;
}
.how .ch-bx .ttl i {
  font-size: 16px;
}
.how .ch-bx .txt {
  letter-spacing: 0;
  margin-top: 5px;
  font-size: 16px;
}
.how .minis {
  margin-top: 10px;
}
.how .minis p {
  position: relative;
  font-size: 12px;
  padding-left: 1em;
  box-sizing: border-box;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 400;
}
.how .minis p:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.how .ng {
  margin-top: 40px;
}
.how .ng h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}
.how .ng .c_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}
.how .ng .c_2 .tx {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.1;
  padding: 8px 0;
  box-sizing: border-box;
}
.how a {
  margin-top: 30px;
}
.how .term {
  margin-top: 60px;
}
.how .term h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
}
.how .term .txts_wrap {
  margin-top: 10px;
  background: white;
  border-radius: 10px;
  padding: 20px 10px 20px 20px;
  box-sizing: border-box;
}
.how .term .txts {
  max-height: 470px;
  overflow-y: scroll;
  font-size: 12px;
  padding-right: 13px;
  letter-spacing: -0.025em;
}
.how .term .txts::-webkit-scrollbar {
  width: 6px;
  height: auto;
  background: #cccccc;
  border-left: 1.5px solid white;
  border-right: 1.5px solid white;
}
.how .term {
  /* スクロールバーの形を設定する */
}
.how .term .txts::-webkit-scrollbar-thumb {
  border-radius: 100px;
  width: 6px;
  position: absolute;
}
.how .term {
  /* スクロールバーの色を設定する */
}
.how .term .txts::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: black;
}
.how .term span {
  color: #ff0000;
  line-height: 1.7;
}
.how .term a {
  text-decoration: none;
  color: #333;
}
.how .cont {
  margin-top: 60px;
}
.how .cont h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}
.how .cont .infos {
  margin-top: 20px;
  border-radius: 10px;
  background: white;
  overflow: hidden;
  letter-spacing: 0;
}
.how .cont .infos .fb {
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  background: #ffd200;
  height: 45px;
  place-content: center;
}
.how .cont .infos .lr {
  margin: 0px 20px 0 20px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0 10px;
  align-items: center;
}
.how .cont .infos .lr .ttl {
  font-weight: 700;
  background: #ffd200;
  border-radius: 100px;
  height: 22px;
  text-align: center;
  place-content: center;
  font-size: 14px;
  line-height: 1;
}
.how .cont .infos .lr .tx1 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
.how .cont .infos .lr .tx1 i {
  font-size: 14px;
}
.how .cont .infos .lr .tx2 {
  font-size: 28px;
  font-weight: 800;
}
.how .cont .infos .lr .tx3 {
  font-size: 18px;
  font-weight: 700;
}
.how .cont .infos .lr1 {
  margin-top: 20px;
}
.how .cont .infos .minis {
  margin: 20px;
}

.info__under {
  margin-top: -100px;
  padding: 130px 0 0 0;
  z-index: 3;
}
.info__under h2 {
  text-align: center;
  color: white;
  font-size: 2.6rem;
  font-weight: 800;
}
.info__under .info__bx-und1 {
  margin-top: 30px;
  padding-top: 30px;
}

.info_under {
  position: relative;
  margin: -33px 0 0 0;
}
.info_under .img {
  width: 63%;
  margin: 0 0 0 auto;
  z-index: 3;
}
.info_under .img img {
  position: relative;
  z-index: 1;
}
.info_under .txt_r {
  position: absolute;
  top: 46%;
  left: 8%;
}
.info_under .txt {
  color: white;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  transform: rotate(-5deg);
}
.info_under .txt i {
  font-size: 2.4rem;
}

.about_product {
  padding: 20px 0 0 0;
  box-sizing: border-box;
  letter-spacing: 0;
  position: relative;
}
.about_product h2 {
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  position: relative;
}
.about_product h2 i {
  top: -15px;
  position: relative;
}
.about_product__lead {
  text-align: center;
  margin: 10px 0;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: -0.08em;
}
.about_product__lead i {
  display: inline-block;
  position: relative;
  color: #ff5a00;
  font-weight: 700;
}
.about_product__lead i:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff5a00;
}
.about_product__lead em {
  font-size: 1rem;
  vertical-align: super;
}
.about_product__lead-mini {
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 10px;
}
.about_product__lead-mini i {
  display: inline-block;
  position: relative;
}
.about_product__lead-mini i:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ff5a00;
}
.about_product__box {
  border-radius: 10px;
  background: white;
  text-align: center;
  position: relative;
  margin-top: 20px;
  padding: 30px 15px;
  box-sizing: border-box;
}
.about_product__box .img {
  position: relative;
  z-index: 2;
}
.about_product__box .img img {
  width: 100%;
}
.about_product__box .num {
  position: absolute;
  width: 85px;
  height: 85px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  background: #faeb00;
  border: 3px solid white;
  place-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.about_product__box .num i {
  font-weight: 800;
  font-size: 3rem;
}
.about_product__box .blue {
  background: #002873;
  color: white;
}
.about_product__box .blue em {
  letter-spacing: -0.1em;
}
.about_product__box .lblue {
  background: #6ec8f0;
}
.about_product__box .lblue em {
  letter-spacing: -0.1em;
}
.about_product__box .pink {
  background: #e1007d;
  color: white;
}
.about_product__box .pink em {
  letter-spacing: -0.1em;
}
.about_product__box h3 {
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 800;
}
.about_product__box h3 i {
  font-size: 1.8rem;
}
.about_product__box .effect {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 0 10px;
  align-items: center;
  font-feature-settings: "palt";
  margin: 10px auto 15px auto;
  max-width: 380px;
}
.about_product__box .effect .ttl {
  border-radius: 100px;
  border: 1px solid #000;
  font-size: 1.4rem;
  font-weight: 700;
}
.about_product__box .effect .txt {
  text-align: left;
  font-size: 1.4rem;
  width: 80%;
}
@media all and (max-width: 767px) {
  .about_product__box .effect .txt br {
    display: none;
  }
  .about_product__box .effect .txt {
    width: 100%;
  }
}
.about_product__box .effect .let i {
  letter-spacing: -0.5em;
}
@media all and (max-width: 767px) {
  .about_product__box .effect .let i {
    letter-spacing: unset;
  }
}
.about_product__box .txt-red {
  text-align: center;
  color: #ff5a00;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
}
.about_product__box .btn-yellow {
  font-size: 2rem;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 0;
  box-sizing: border-box;
  display: block;
  width: 260px;
  margin: 10px auto 0 auto;
  color: #000;
  text-decoration: none;
  background: url("../../images/arw.png") center right 20px no-repeat, #fabe00;
  background-size: 18px auto;
  transition: all 0.3s ease;
  box-shadow: 3px 4px 0 black;
  position: relative;
  bottom: 0;
}
.about_product__box .btn-yellow i {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
.about_product__box .btn-yellow:hover {
  bottom: -3px;
  box-shadow: none;
}
.about_product .sub {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}
.about_product .sub2 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
.about_product:before {
  content: "";
  position: absolute;
  top: -87px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff100;
  z-index: 90;
  clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0 100%);
}

.p1 .img {
  max-width: 230px;
  margin: 0 auto;
}

.footers {
  margin-top: 40px;
}
.footers a {
  display: block;
  background: url("../../images/arw.png") center right no-repeat;
  background-size: 25px auto;
  max-width: 375px;
  margin: 10px auto 0 auto;
}
.footers a img {
  width: 91%;
  min-width: 290px;
}
.footers a {
  transition: all 0.3s ease;
}
.footers a:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .footers a img {
    margin: 0 12% 0 auto;
    width: 290px;
  }
}
.footers .copyright {
  font-family: "IBM Plex Sans JP", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 45px;
  padding: 15px 0;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
}

/*# sourceMappingURL=top.css.map */
