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 .family {
  top: -10px;
  left: -12px;
  width: 75%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  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: 30%;
  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: 20%;
  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: 25%;
  left: 18%;
  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: 27%;
  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: 33.5%;
  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;
}
.mv .train {
  top: 41%;
  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: 54.5%;
  right: -4px;
  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;
}
@media all and (max-width: 767px) {
  .mv .bow {
    top: 53.5%;
  }
}
.mv .bow.over {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition-delay: 0.8s;
}
.mv .hima {
  top: 66%;
  left: 5px;
  width: 31%;
  height: auto;
  z-index: 4;
  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: 63%;
  }
}
.mv .hima.over {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition-delay: 0.8s;
}
.mv .car {
  top: 77.5%;
  right: -8px;
  width: 23.3%;
  height: auto;
  z-index: 4;
  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;
}
@media all and (max-width: 767px) {
  .mv .car {
    top: 74.5%;
  }
}
.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: 6;
  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 {
  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_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;
}

.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;
}

.about {
  padding: 10px 0 45px 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;
  margin-top: 10px;
}
.about__goods2 .im {
  text-align: center;
}
.about__goods2 .im img {
  display: inline-block;
}
.about__goods3 {
  max-width: 350px;
  margin: 30px auto 0 auto;
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 0 10px;
}
.about__goods3 .left {
  text-align: center;
}
.about__goods3 .right i {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 800;
}
.about__goods3 .right .cp {
  margin: 10px 0 5px 0;
  display: inline-block;
  border-radius: 100px;
  background: white;
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 8px;
  box-sizing: border-box;
}
.about__goods3 .right .txt {
  font-size: 1.5rem;
  line-height: 1.3;
  white-space: nowrap;
}

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

.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;
}

.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: 20px;
  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;
}

.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 {
    width: 100%;
  }
  .about_product__box .effect .txt br {
    display: none;
  }
}
.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: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%);
}

.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;
  transition: all 0.3s ease;
}
.footers a img {
  width: 91%;
  min-width: 290px;
}
.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 */
