.kv-inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kv-inner {
    padding-top: 0vw;
    height: 100vh;
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.kv-logo {
  position: relative;
  display: block;
  margin-left: 45%;
  width: 55%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kv-logo {
    margin-left: 5%;
    width: 92%;
  }
}

.kv-logo img {
  display: block;
  margin: auto;
  width: 100%;
}

.kv-date {
  position: relative;
  display: block;
  margin-left: 55%;
  width: 31%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kv-date {
    width: 60%;
    margin-left: 20%;
  }
}

.kv-date img {
  display: block;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .kv-date img {
    margin-top: 3vw;
  }
}

.kv-console {
  display: none;
}
@media screen and (max-width: 767px) {
  .kv-console {
    font-weight: 800;
    display: block;
    text-align: center;
    width: 80%;
    margin: 5% auto 0;
    line-height: 1.6;
    z-index: 1;
    letter-spacing: 0.02em;
  }
}

.kv-buy {
  position: relative;
  display: block;
  margin-left: 56%;
  margin-top: 2.5rem;
  width: 30%;
  text-align: center;
  z-index: 1;
  font-size: 1.9rem;
  border: 0.1em solid #fff;
  padding: 0.2em 1.3em 0.3em 1.3em;
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
.kv-buy div::before {
  margin-right: 0.2rem !important;
}
.kv-buy:hover {
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .kv-buy {
    font-size: 1.6rem;
    margin-top: 1.8rem;
    width: 74%;
    margin-left: 13%;
  }
}

.bnr-trial {
  display: block;
  width: 40%;
  margin: 4.5rem 0 0rem 51%;
}
@media screen and (max-width: 767px) {
  .bnr-trial {
    width: 85%;
    margin: 3rem 0 0 8%;
  }
}
.bnr-trial .bnr-trial-text {
  width: 70%;
  margin: 0 auto 0.5rem;
}

.kv-catch-wrap {
  position: absolute;
  display: block;
  top: 10%;
  left: 48%;
  width: 50%;
  height: auto;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .kv-catch-wrap {
    display: none;
  }
}

.kv-catch-effect {
  position: absolute;
  display: block;
  top: 0%;
  left: 0%;
  width: 100%;
  padding-top: 38.7%;
  height: auto;
  z-index: 1;
  -webkit-mask-image: url(../img/kv_catch_mask.png);
  background-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: 50% 50%;
  filter: drop-shadow(0 0 1rem white);
}
@media screen and (max-width: 767px) {
  .kv-catch-effect {
    display: none;
  }
}
.kv-catch-effect video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
}

.kv-catch-wrap .kv-catch-anim-01 {
  position: absolute;
  width: 110%;
  opacity: 0;
}

.kv-catch-wrap .kv-catch-anim-02 {
  position: absolute;
  width: 110%;
  left: -10%;
  top: -10%;
  opacity: 0;
}

.kv-catch-wrap.anim {
  opacity: 1;
  animation: 4.5s forwards anim-grich-00;
}
.kv-catch-wrap.anim .kv-catch-anim-01 {
  animation: 4.5s ease-in-out forwards anim-flash-01;
}
.kv-catch-wrap.anim .kv-catch-anim-02 {
  animation: 4.5s ease-in-out forwards anim-flash-02;
}

.kv-image {
  display: block;
  will-change: transform;
}

.kv-image-wrap {
  position: absolute;
  display: block;
  top: -20%;
  width: 90%;
  left: -18%;
  -webkit-mask-image: url(../img/common_anim_mask.png);
  background-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: 50% 50%;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .kv-image-wrap {
    opacity: 0;
    width: 100%;
    left: 0%;
    top: 0px;
  }
}

.kv-image-wrap.anim {
  opacity: 1;
  -webkit-mask-size: 250%;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .kv-image-wrap.anim {
    opacity: 0;
    -webkit-mask-size: 400%;
  }
}

.kv-video-wrap {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kv-video-wrap {
    display: block;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), black 10%, black 100%);
    mask-size: 100%;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), black 10%, black 100%);
    -webkit-mask-size: 100%;
  }
}
.kv-video-wrap video {
  filter: opacity(0.4);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv-scroll {
  position: absolute;
  width: 20vw;
  pointer-events: none;
  bottom: 0;
  left: calc(50% - 10vw);
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kv-scroll {
    display: flex;
  }
}
.kv-scroll .scroll-text {
  text-align: center;
  font-size: 1.3rem;
  color: #6200a0;
}
.kv-scroll .scroll-bar {
  position: relative;
  width: 2px;
  height: 15vw;
}
.kv-scroll .scroll-bar__obj {
  position: absolute;
  top: 0;
  width: 100%;
  background: #6200a0;
  height: 0%;
  animation: 2s infinite anim-scroll;
}

.topics-section {
  position: relative;
  max-width: 1400px;
  margin: auto;
}
.topics-inner {
  width: 100%;
  padding: 1rem min(6%, 84px) 0 min(7.5%, 105px);
  max-width: 1400px;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .topics-inner {
    padding-top: 6vw;
  }
}

.topics-section h2 {
  font-size: 3rem;
  font-weight: 600;
  color: #FFF;
  filter: drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.4));
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .topics-section h2 {
    color: #1a1a1a;
    filter: drop-shadow(0 0 0em rgba(0, 0, 0, 0.4));
    font-size: 2rem;
  }
}

.topics-section .swiper-slide {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .topics-section .swiper-slide {
    opacity: 1;
  }
}

.swiper-slide.swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}

.topics-item {
  display: block;
  width: 95%;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
  overflow: hidden;
}

.topics-item .text {
  padding: 0.8rem 1.2rem 1.2rem;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .topics-item .text {
    padding: 0.7rem 0.9rem 1.2rem;
  }
}

.topics-item .text-date {
  color: #d00;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .topics-item .text-date {
    font-size: 0.7em;
  }
}

.topics-item .text-content {
  display: -webkit-box;
  text-overflow: ellipsis;
  font-size: 0.9rem;
  line-height: 1.5;
  height: 4.5em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .topics-item .text-content {
    font-size: 0.7rem;
  }
}

.topics-item.no-work {
  background-color: rgba(0, 0, 0, 0.1);
}
.topics-item.no-work .image {
  opacity: 0;
}
.topics-item.no-work .text-date {
  opacity: 0;
}

.topics-banner .banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  gap: 0.5%;
}
@media screen and (max-width: 767px) {
  .topics-banner .banner-list {
    flex-wrap: wrap;
  }
}
.topics-banner .banner-item {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .topics-banner .banner-item {
    width: 49.5%;
  }
}

.topics-manual {
  text-align: center;
  margin-top: 2rem;
}
.topics-manual a {
  display: inline-block;
  border-radius: 0.5rem;
  border: 1px solid #705ac4;
  color: #4b3864;
  padding: 0.2rem 2.5rem;
  transition: all 0.5s;
  margin: 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .topics-manual a {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .topics-manual a:hover {
    background-color: #62408f;
    color: #fff;
  }
}

.movie-inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  padding: 8rem min(7.5%, 105px) 5rem;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .movie-inner {
    padding-top: 4rem;
  }
}

.movie-section h2 div {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .movie-section h2 div {
    margin-bottom: 6vw;
  }
}

.movie-thumb {
  position: relative;
  display: block;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .movie-thumb {
    width: 100%;
  }
}

.movie-thumb .swiper-slide {
  opacity: 0;
  transition: all 0.5s;
}

.movie-thumb .swiper-slide-active {
  opacity: 1;
}

.movie-thumb .swiper-button-next {
  margin-top: -3.5rem;
}

.movie-thumb .swiper-button-prev {
  margin-top: -3.5rem;
  left: -3rem;
}

.movie-thumb-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 96%;
}
@media screen and (max-width: 767px) {
  .movie-thumb-wrap {
    width: 90%;
  }
}

.movie-thumb-image {
  display: block;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}

.movie-thumb-play {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: linear-gradient(to right, #0032cf 0%, #5c00aa 51%, #d70000 100%);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .movie-thumb-play {
    width: 4rem;
    height: 4rem;
  }
}

.movie-thumb-image:hover .movie-thumb-play {
  transform: scale(1.1);
}

.movie-thumb-play img {
  display: block;
  position: absolute;
  width: 45%;
  top: 25%;
  left: 35%;
}

.movie-thumb-bg {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 155%;
  top: -55%;
  left: -25%;
  padding-top: 130%;
  background: url("../img/webp/features_bg.webp") no-repeat center center/contain;
  z-index: 0;
}

.movie-thumb-text {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  transform: skewX(-10deg);
  text-align: center;
  padding: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .movie-thumb-text {
    font-size: 1.5rem;
  }
}

.about-section {
  position: relative;
}

.about-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  padding: 0 min(7.5%, 105px);
  height: 45vw;
  margin: 4rem auto 0;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .about-inner {
    margin: 12vw auto 10vw;
  }
}
@media screen and (max-width: 767px) {
  .about-inner {
    height: auto;
    padding-bottom: 2rem;
  }
}

.about-section h2 {
  position: absolute;
  top: 0vw;
  right: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .about-section h2 {
    top: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .about-section h2 {
    top: -18vw;
  }
}

.about-section h2 > div {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.6;
}

.about-section h2 > div > div {
  background: #fff;
}

.about-section h3 {
  font-size: 5rem;
  color: #fff;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 600;
  filter: drop-shadow(0 0 0.2em rgba(24, 24, 179, 0.5));
  margin: 0 0 2rem -1.5rem;
}
@media screen and (max-width: 767px) {
  .about-section h3 {
    margin: 0 0 2vw -3vw;
    width: 80%;
  }
  .about-section h3 img {
    width: 100%;
  }
}

.about-section p {
  color: #fff;
}

.about-bg {
  position: absolute;
  top: -42%;
  width: 100%;
  -webkit-mask: url(../img/features_mask.png);
  mask: url(../img/features_mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-position: center;
  -webkit-mask-position: center;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .about-bg {
    width: 140%;
    top: -85%;
  }
}
@media screen and (max-width: 767px) {
  .about-bg {
    -webkit-mask: url(../img/features_mask@sp.png);
    mask: url(../img/features_mask@sp.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;
    top: -50%;
    width: 120%;
  }
}

.about-bg video {
  position: relative;
  width: 140%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .about-bg video {
    width: 250%;
  }
}

.features-inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 9rem min(5%, 70px) 8vw;
  box-sizing: border-box;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .features-inner {
    padding: 25vw 7.5% 0vw;
  }
}

.features-section h2 > div {
  margin-left: 3rem;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .features-section h2 > div {
    margin-left: 0;
  }
}

.features-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 7rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .features-item {
    margin-bottom: 18vw;
    display: block;
  }
}

.features-item.flex-reverse {
  flex-direction: row-reverse;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .features-item.flex-reverse {
    margin-bottom: 18vw;
  }
}

.features-item .image {
  position: relative;
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .features-item .image {
    width: 100%;
    margin-bottom: 10vw;
  }
}

@media screen and (min-width: 768px) {
  .features-item .image img {
    transition: filter 0.5s;
  }
  .features-item .image img:hover {
    filter: brightness(0.8);
  }
}

.features-item .image video {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.features-item .image .image-bg {
  position: absolute;
  width: 155%;
  top: -60%;
  left: -25%;
  padding-top: 130%;
  opacity: 0;
  pointer-events: none;
  background: url("../img/webp/features_bg.webp") no-repeat center center/contain;
  transform: translate(40px, -30px);
}

.features-item .swiper-slide {
  opacity: 0;
  pointer-events: none;
}

.features-item .swiper {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.features-item .swiper-slide-visible {
  pointer-events: all;
  opacity: 1;
}

.features-item .text {
  position: relative;
  padding: 0 2.5rem;
  z-index: 2;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .features-item .text {
    padding: 0;
    width: 100%;
  }
}

.features-item .content {
  font-feature-settings: "palt";
}

.features-item .text .btn-default {
  font-size: 1.2em;
  margin-top: 1.5em;
  background: linear-gradient(to right, #5232cc 0%, #8e4cc5 30%, #8e6cc4 100%);
}
@media screen and (max-width: 767px) {
  .features-item .text .btn-default {
    text-align: center;
    display: block;
    width: 96%;
    box-sizing: border-box;
    margin: 1.5em auto 0;
  }
}
.features-item .text .btn-default div::after {
  background-color: #a68fdb;
}
.features-item .text .btn-default::before {
  top: 0.2rem;
  left: 0.2rem;
}
.features-item .text .btn-default::after {
  top: 0.2rem;
  left: 0.2rem;
}

.features-item .text .btn-date {
  color: #bc0e73;
  font-weight: 800;
  font-size: 1.2rem;
  padding-top: 0.3em;
  text-align: center;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .features-item .text .btn-date {
    width: 100%;
  }
}
.features-item .text .btn-date strong {
  font-size: 1.3em;
  font-weight: 800;
}

.features-item .headline {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  margin: 1rem 0 1rem;
  background: linear-gradient(to right, #0032cf 0%, #5c00aa 51%, #d70000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .features-item .headline {
    text-align: center;
    font-size: 1.6rem;
  }
}

.features-item .chara {
  position: relative;
  margin: 1rem 0 0 15%;
  width: 75%;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .features-item .chara {
    margin-left: 8%;
    margin-top: 1rem;
    width: 84%;
  }
}

.features-item .chara p {
  color: #6d37b0;
  font-weight: 800;
  border-top: 1px solid #6d37b0;
  border-bottom: 1px solid #6d37b0;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  line-height: 1.5;
  box-sizing: border-box;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .features-item .chara p {
    font-size: 0.9rem;
  }
}

.features-item .chara img {
  position: absolute;
  width: 28%;
  bottom: 1px;
  right: -0.5rem;
}
@media screen and (max-width: 767px) {
  .features-item .chara img {
    width: 30%;
  }
}

.features-item .text-add {
  width: 100%;
  box-sizing: border-box;
  padding: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .features-item .text-add {
    padding: 3rem 0 0;
  }
}

.features-item .text-add .headline-sub {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2rem;
  color: #6500bd;
}
@media screen and (max-width: 767px) {
  .features-item .text-add .headline-sub {
    font-size: 1.5rem;
  }
}

.features-item .text-add .table-warp {
  overflow: hidden;
  border-radius: 1.5rem;
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  background-color: #FFF;
  padding: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .features-item .text-add .table-warp {
    width: 100%;
  }
}

.features-item .text-add .table-warp table {
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .features-item .text-add .table-warp table {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .features-item .text-add .table-warp tr {
    display: block;
  }
}

.features-item .text-add .table-warp th {
  padding: 0.8rem 1rem;
  line-height: 1.4;
  width: 35%;
  text-align: left;
  border-bottom: 1px solid #d1d2d4;
  color: #4b3864;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .features-item .text-add .table-warp th {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 0;
  }
}

.features-item .text-add .table-warp th.new::before {
  content: "NEW";
  font-size: 0.6rem;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  display: block;
  margin-top: -0.5rem;
  background: linear-gradient(to right, #0032cf 0%, #5c00aa 51%, #d70000 100%);
  color: #fff;
  border-radius: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .features-item .text-add .table-warp th.new::before {
    display: none;
  }
}

.features-item .text-add .table-warp th.new::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .features-item .text-add .table-warp th.new::after {
    content: "NEW";
    font-size: 0.6rem;
    line-height: 1;
    padding: 0.3rem 0.5rem;
    display: inline-block;
    margin-left: 0.5rem;
    transform: translate(0, -0.2rem);
    background: linear-gradient(to right, #0032cf 0%, #5c00aa 51%, #d70000 100%);
    color: #fff;
    border-radius: 2rem;
  }
}

.features-item .text-add .table-warp td {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #d1d2d4;
  font-size: 0.9rem;
  line-height: 1.4;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .features-item .text-add .table-warp td {
    display: block;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
  }
}

.features-item .text-add .table-warp tr:last-child th,
.features-item .text-add .table-warp tr:last-child td {
  border: 0;
}

.product-section {
  position: relative;
  margin-top: 8rem;
  background: #c61413;
}

.product-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  padding: 8em min(7.5%, 105px) 24vw;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product-inner {
    padding-top: 17vw;
    padding-bottom: 24vw;
  }
}

.product-section h2 {
  position: absolute;
  right: min(7.5%, 105px);
  top: 0;
}
@media screen and (max-width: 767px) {
  .product-section h2 {
    top: 3vw;
  }
}

.product-section h2 > div {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.6;
}

.product-section h2 > div > div {
  background: #fff;
}

.product-bg {
  position: absolute;
  top: -30vw;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-bg {
    top: -65vw;
  }
}

.product-bg img {
  width: 100%;
  display: block;
  display: block;
}

.product-list .two-line {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .product-list .two-line {
    display: block;
  }
}

.product-list .two-line .product-list__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .product-list .two-line .product-list__item {
    width: 100%;
  }
}

.product-list__item {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.product-list__item .attention-end {
  background-color: #666;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0.2rem 0;
}

.product-list__item-inner {
  padding: 2.5rem 2rem 2rem;
}
.product-list__item-inner.state-end {
  opacity: 0.7;
}

.product-list__item .info {
  padding: 2rem 2rem;
}

.product-list__item h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .product-list__item h4 {
    font-size: 1.5rem;
  }
}
.product-list__item h4.ir-savedata {
  margin-bottom: 0.9rem;
}
.product-list__item h4.ir-savedata:nth-last-of-type(1) {
  margin-top: 1.5rem;
}

.product-list__item h4 small {
  font-size: 0.85em;
  color: #6500bd;
  display: block;
  margin-bottom: 0em;
}
@media screen and (max-width: 767px) {
  .product-list__item h4 small {
    font-size: 1.5rem;
  }
}

.product-list__item h5 {
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  padding: 0.6em 0;
}
@media screen and (max-width: 767px) {
  .product-list__item h5 {
    font-size: 1.7rem;
  }
}

.product-list__item h5 div {
  transform: skewX(-10deg);
  font-weight: 800;
}

.product-list__item .price {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .product-list__item .price {
    display: block;
  }
}

.product-list__item .price-item {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .product-list__item .price-item {
    padding: 0;
  }
}

.product-list__item .price-item:first-child {
  border-right: 1px solid #000;
  padding-left: 0;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .product-list__item .price-item:first-child {
    padding: 0;
    border: 0;
    margin-bottom: 1rem;
  }
}

.product-list__item .price-console {
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
  transform: skewX(-10deg);
}
@media screen and (max-width: 767px) {
  .product-list__item .price-console {
    font-size: 1rem;
  }
}

.product-list__item .price-num {
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .product-list__item .price-num {
    font-size: 1.2rem;
  }
}

.product-list__item .price-num strong {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0 0.2em;
}
@media screen and (max-width: 767px) {
  .product-list__item .price-num strong {
    font-size: 2rem;
  }
}

.product-list__item .btn-detail {
  display: flex;
  width: 20rem;
  justify-content: center;
  color: #0049ba;
  align-items: center;
  margin: 0rem auto 1.5rem;
  font-size: 1.2rem;
}

.product-list__item .btn-detail div {
  transform: skewX(-10deg);
}

.product-list__item .btn-detail::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.4em;
  background: url(../img/icon-plus.png) no-repeat center/contain;
}

.product-list__item .btn-wrap {
  text-align: center;
  margin-top: auto;
  padding-bottom: 2rem;
}

.product-list__item .product-btn {
  padding: 0.5rem 3rem 0.6rem;
  border: 0.1em solid #fff;
  font-size: 1.5rem;
}

.product-list__item .bonus-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product-list__item .bonus-list {
    width: 100%;
    gap: 0.5rem;
  }
}

.product-list__item .bonus-item {
  display: inline-block;
  text-align: center;
}

.product-list__item .bonus-item p {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-list__item .bonus-item p {
    padding-top: 0.5em;
    font-size: 0.8rem;
  }
}

.product-list__item .bonus-item div {
  display: inline-block;
  font-weight: 600;
  font-size: 1.7rem;
  border: 0.2rem solid #aaa;
  padding: 0 1.2rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .product-list__item .bonus-item div {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

.text-attention {
  font-size: 0.9rem;
  margin-top: 1.5rem;
}

.shop-list {
  padding: 1rem 0 2rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .shop-list {
    display: block;
    padding: 0;
  }
}

.shop-item {
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shop-item {
    width: 100%;
    margin: 0 auto 5vw;
  }
}

.shop-item .shop-name {
  font-size: 1rem;
  font-weight: 600;
  transform: skewX(-10deg);
  text-align: center;
}

.shop-item .item-name {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.shop-item .product-btn {
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .shop-item .product-btn {
    font-size: 1.3rem;
  }
}

.product-table {
  border-collapse: collapse;
  color: #fff;
  margin: 3rem auto 4rem;
}

.product-table th {
  padding: 0.5rem 1rem;
  line-height: 1.3;
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 767px) {
  .product-table th {
    padding: 0.8rem 1rem;
    width: 30%;
  }
}

.product-table td {
  padding: 0.8rem 1rem;
  line-height: 1.3;
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 767px) {
  .product-table td {
    padding: 0.5rem 0rem;
  }
}
.product-table td .img-cero {
  display: block;
  height: 3em;
  width: auto;
}

.product-exp {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 1rem;
  color: #fff;
  padding: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.product-exp h5 {
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.product-exp p {
  font-size: 0.9rem;
}

.product-exp .text-min {
  color: #bbb;
}

.product-exp__btn {
  background-color: #fff;
  border-radius: 10rem;
  padding: 0.8rem 1.5rem;
  color: #7e105f;
  display: inline-block;
}
.product-exp__btn:hover {
  background-color: #f8c6ea;
}