@charset "UTF-8";
.lp-container {
  margin-top: 60px;
}
@media screen and (min-width: 993px) {
  .lp-container {
    margin-top: 100px;
  }
}
.lp-container__inner {
  padding-inline: 12px;
}
.lp-container__inner--mx720 {
  max-width: 720px;
  margin-inline: auto;
}

.lp-header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: 0.3s ease;
  background: #09090B;
  z-index: 10000;
}
@media screen and (min-width: 993px) {
  .lp-header {
    height: 100px;
  }
  .lp-header.is-scrolling {
    height: 100px;
  }
}
.lp-header__inner {
  padding: 16px 24px;
  position: relative;
  transition: 0.3s ease;
  height: 100%;
}
@media screen and (min-width: 993px) {
  .lp-header__inner {
    padding: 36px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    margin-inline: auto;
  }
}
.lp-header__logo {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 993px) {
  .lp-header__logo {
    width: 200px;
  }
}
.lp-header__logo img {
  width: 120px;
}
@media screen and (min-width: 993px) {
  .lp-header__logo img {
    width: 160px;
  }
}
@media screen and (min-width: 993px) {
  .lp-header.is-scrolling .lp-header__inner {
    padding: 24px 40px;
  }
  .lp-header.is-scrolling .lp-header__logo svg {
    width: 148px;
    height: 36px;
  }
}
.lp-header__flex-pc {
  display: none;
}
@media screen and (min-width: 993px) {
  .lp-header__flex-pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
  }
}
.lp-header__trigger {
  width: 50px;
  position: absolute;
  right: 24px;
  top: 16px;
}
.lp-header__trigger button {
  background: #FF8A00;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 30px;
  position: relative;
}
.lp-header__trigger button::before, .lp-header__trigger button::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin-inline: auto;
  width: 32px;
  height: 1px;
  content: "";
  background: #FFFFFF;
  transition: all 0.8s ease-in-out;
}
.lp-header__trigger button::before {
  top: 6px;
}
.lp-header__trigger button::after {
  bottom: 6px;
}
.lp-header__trigger button span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin-inline: auto;
  width: 32px;
  height: 1px;
  content: "";
  background: #FFFFFF;
  transition: all 0.8s ease-in-out;
}
.lp-header__trigger button.is-open::before {
  top: 12px;
  transform: rotate(26deg);
}
.lp-header__trigger button.is-open::after {
  bottom: 12px;
  transform: rotate(-26deg);
}
.lp-header__trigger button.is-open span {
  background: #FF8A00;
}
@media screen and (min-width: 993px) {
  .lp-header__trigger {
    display: none;
  }
}
.lp-header__menus-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.lp-header__menu {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
.lp-header__menu a {
  color: #FFFFFF;
  transition: 0.4s;
}
.lp-header__menu a:hover {
  color: #FF8A00;
}

.lp-drawer {
  position: fixed;
  top: 60px;
  right: 0;
  width: 100vw;
  height: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.lp-drawer.is-open {
  background: #09090B;
  height: 100lvh;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s ease, opacity 1s ease;
}
@media screen and (min-width: 993px) {
  .lp-drawer {
    display: none;
  }
}
.lp-drawer__inner {
  padding: 64px 40px;
}
@media screen and (min-width: 768px) {
  .lp-drawer__menus {
    display: flex;
    justify-content: center;
  }
}
.lp-drawer__menu {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 24px;
}
.lp-drawer__button {
  width: 210px;
  height: 64px;
  margin: 56px auto 0;
}
.lp-drawer__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
}
.lp-drawer__menu, .lp-drawer__button {
  position: relative;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

.lp-footer {
  background: #535354;
  color: #FFFFFF;
  padding-block: 20px;
}
@media screen and (min-width: 768px) {
  .lp-footer {
    padding-block: 32px;
  }
}
@media screen and (min-width: 768px) {
  .lp-footer__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.lp-footer__logo {
  width: 120px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .lp-footer__logo {
    width: 200px;
    margin: 0;
  }
}
.lp-footer__text {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .lp-footer__text {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 0;
  }
}
.lp-footer__text a {
  text-decoration: underline;
  transition: 0.3s;
}
.lp-footer__text a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

body {
  background-color: #09090B;
  letter-spacing: 0.02em;
}

.pg-md__button-cart {
  width: 230px;
  height: 40px;
  margin: 48px auto;
}
@media screen and (min-width: 768px) {
  .pg-md__button-cart {
    width: 80%;
    max-width: 328px;
    height: 56px;
    margin: 100px auto;
  }
}
.pg-md__button-cart a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pg-md__button-cart a {
    font-size: 2.4rem;
  }
}
.pg-md__button-cart a span {
  position: relative;
  z-index: 1;
}
.pg-md__button-cart a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50%;
  right: 0;
  background-color: #FF8A00;
  transform: translateY(0);
  transition: all 0.3s;
}
.pg-md__button-cart a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FF8A00;
  transform: translateY(0);
  transition: all 0.3s;
}
.pg-md__button-cart a:hover {
  background: #FFFFFF;
  color: #FF8A00;
}
.pg-md__button-cart a:hover::before {
  transform: translateY(-100%);
}
.pg-md__button-cart a:hover::after {
  transform: translateY(100%);
}
.pg-md__section {
  padding-inline: 12px;
  max-width: 984px;
  margin-inline: auto;
}
.pg-md__iframe {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.pg-md__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pg-md__heading {
  padding: 32px 24px 52px;
}
.pg-md__heading-title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .pg-md__heading-title {
    font-size: 4.8rem;
    margin-bottom: 24px;
  }
}
.pg-md__heading-title span {
  color: #FF8A00;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .pg-md__heading-title span {
    font-size: 4.8rem;
  }
}
.pg-md__heading-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.pg-md__heading-text span {
  color: #FF8A00;
}
.pg-md__heading-text + .pg-md__heading-text {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .pg-md__heading-text + .pg-md__heading-text {
    margin-top: 40px;
  }
}
.pg-md__heading-scroll {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .pg-md__heading-scroll {
    padding: 0;
    margin: 0;
  }
}
.pg-md__heading-scroll::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNzUiIHZpZXdCb3g9IjAgMCAyNSA3NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0LjUgMC41VjczLjVMMSA1MC41IiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 30px;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
@media screen and (min-width: 768px) {
  .pg-md__heading-scroll::before {
    top: -112px;
    width: 23px;
    height: 72px;
  }
}
.pg-md__swiper {
  padding-bottom: 36px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .pg-md__swiper {
    padding-bottom: 60px;
    margin-bottom: 88px;
  }
}
.pg-md__swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .pg-md__swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.pg-md__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .pg-md__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 4px;
}
@media screen and (min-width: 768px) {
  .pg-md__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .pg-md__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-inline: 8px;
  }
}
.pg-md__swiper2 {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .pg-md__swiper2 {
    padding-bottom: 100px;
  }
  .pg-md__swiper2 .swiper-slide {
    transform: scale(0.9);
    transition: 0.6s;
  }
  .pg-md__swiper2 .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .pg-md__swiper2 .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
  }
}
.pg-md__swiper2 .swiper-button-prev, .pg-md__swiper2 .swiper-button-next {
  position: absolute;
  bottom: 8px;
  top: auto;
  transform: none;
  width: 0;
  height: 0;
  background: none;
  cursor: pointer;
  transition: 0.3s;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media screen and (min-width: 768px) {
  .pg-md__swiper2 .swiper-button-prev, .pg-md__swiper2 .swiper-button-next {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
.pg-md__swiper2 .swiper-button-prev {
  border-right: 12px solid #fff;
  border-left: 0;
}
@media screen and (min-width: 768px) {
  .pg-md__swiper2 .swiper-button-prev {
    border-right: 24px solid #fff;
  }
}
.pg-md__swiper2 .swiper-button-prev:hover {
  border-right-color: #FF8A00;
}
.pg-md__swiper2 .swiper-button-next {
  border-left: 12px solid #fff;
  border-right: 0;
}
@media screen and (min-width: 768px) {
  .pg-md__swiper2 .swiper-button-next {
    border-left: 24px solid #fff;
  }
}
.pg-md__swiper2 .swiper-button-next:hover {
  border-left-color: #FF8A00;
}
.pg-md__swiper2 .swiper-button-prev {
  left: 50%;
  margin-left: -40px;
  border-right-color: #fff;
}
@media screen and (min-width: 768px) {
  .pg-md__swiper2 .swiper-button-prev {
    margin-left: -60px;
  }
}
.pg-md__swiper2 .swiper-button-next {
  left: 50%;
  margin-left: 10px;
  border-left-color: #fff;
}
@media screen and (min-width: 768px) {
  .pg-md__swiper2 .swiper-button-next {
    margin-left: 30px;
  }
}
.pg-md__swiper2 .swiper-button-prev::after, .pg-md__swiper2 .swiper-button-next::after {
  display: none;
}
.pg-md__article + .pg-md__article {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .pg-md__article + .pg-md__article {
    margin-top: 100px;
  }
}
.pg-md__article-inner {
  background: #2C2C2C;
  border-radius: 16px;
  padding: 24px 12px 32px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-inner {
    padding: 32px 40px 48px;
  }
}
.pg-md__article-heading {
  margin-bottom: 12px;
}
.pg-md__article-title {
  color: #FF8A00;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pg-md__article-title {
    font-size: 2.4rem;
  }
}
.pg-md__article.is-main .pg-md__article-title {
  font-size: 2.4rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .pg-md__article.is-main .pg-md__article-title {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
.pg-md__article-subtitle {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pg-md__article-subtitle {
    margin-bottom: 24px;
    font-size: 4.8rem;
  }
}
.pg-md__article-description {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pg-md__article-description {
    font-size: 1.8rem;
    margin-top: 12px;
  }
}
.pg-md__article-flex {
  margin-bottom: 24px;
}
@media screen and (min-width: 993px) {
  .pg-md__article-flex {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .pg-md__article.is-main .pg-md__article-flex {
    align-items: center;
  }
}
@media screen and (min-width: 993px) {
  .pg-md__article-movie {
    width: 56%;
  }
}
.pg-md__article-info {
  margin-top: 30px;
}
@media screen and (min-width: 993px) {
  .pg-md__article-info {
    margin-top: 0;
    width: calc(44% - 36px);
  }
}
.pg-md__article-info-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-info-title {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
.pg-md__article-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .pg-md__article-text {
    font-size: 1.8rem;
  }
}
.pg-md__article-info-title .pg-md__article-text {
  margin-top: 24px;
}
.pg-md__article-link {
  width: 230px;
  height: 40px;
  margin-inline: auto;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-link {
    width: 80%;
    max-width: 328px;
    height: 56px;
  }
}
.pg-md__article-link a {
  display: flex;
  background: #FF8A00;
  border: 1px solid #FF8A00;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .pg-md__article-link a {
    font-size: 2.4rem;
  }
}
.pg-md__article-link a:hover {
  background: #FFFFFF;
  color: #FF8A00;
}
.pg-md__article-explain {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-explain {
    margin-top: 24px;
    margin-inline: 20px;
  }
}
.pg-md__article-explain-notes {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .pg-md__article-explain-notes {
    font-size: 1.8rem;
  }
}
.pg-md__article-explain-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .pg-md__article-explain-title {
    font-size: 1.8rem;
  }
}
.pg-md__article-explain-text {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .pg-md__article-explain-text {
    font-size: 1.6rem;
  }
}
.pg-md__article-explain-list li {
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-explain-list li {
    font-size: 1.6rem;
  }
}
.pg-md__article-explain-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__article-footnotes {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-footnotes {
    font-size: 2.4rem;
    margin-top: 68px;
  }
}
.pg-md__article-footnotes span {
  color: #FF8A00;
}
.pg-md__article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pg-md__article-list + .pg-md__article-list {
  margin-top: 12px;
}
.pg-md__article-list.is-col3 {
  justify-content: center;
  gap: 12px 8px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-list.is-col3 {
    gap: 12px;
  }
}
.pg-md__article-card {
  background: #808080;
  border-radius: 16px;
  padding: 24px 28px 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pg-md__article-card.is-w100-sp {
    width: 100%;
  }
}
.pg-md__article-card + .pg-md__article-card {
  margin-top: 20px;
}
.pg-md__article-card-title {
  color: #FF8A00;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-card-title {
    font-size: 2rem;
  }
}
.pg-md__article-card-subtitle {
  color: #2C2C2C;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
.pg-md__article-card-text {
  color: #09090B;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-card-text {
    font-size: 1.6rem;
    padding: 0 12px;
  }
}
.pg-md__article-card-list {
  margin-top: 12px;
  padding: 0 4px;
}
.pg-md__article-card-list li {
  color: #09090B;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 8px;
  position: relative;
}
.pg-md__article-card-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .pg-md__article-card-list li {
    font-size: 1.6rem;
  }
}
.pg-md__article-card-list li + .pg-md__article-card-list li {
  margin-top: 4px;
}
.pg-md__article-card-note {
  color: #2C2C2C;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pg-md__article-card-note {
    font-size: 1.6rem;
  }
}
.pg-md__article-card-notes {
  margin-left: 20px;
  color: #2C2C2C;
  font-size: 1.4srem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pg-md__article-card-notes {
    font-size: 1.6rem;
  }
}
.pg-md__article-card-image.is-style {
  max-width: 540px;
  margin-inline: auto;
}
.pg-md__article-list.is-col3 .pg-md__article-card {
  width: calc(50% - 4px);
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-list.is-col3 .pg-md__article-card {
    width: calc(33.3333333333% - 8px);
    padding: 24px 20px 32px;
  }
}
@media screen and (max-width: 767px) {
  .pg-md__article-list.is-col3 .pg-md__article-card.is-w100-sp {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pg-md__article-list.is-col3 .pg-md__article-card.is-w50-pc {
    width: calc(50% - 6px);
  }
}
.pg-md__article-list.is-col3 .pg-md__article-card-title {
  text-align: center;
}
.pg-md__article-list.is-col3 .pg-md__article-card + .pg-md__article-card {
  margin-top: 0;
}
.pg-md__article-definition {
  color: #09090B;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .pg-md__article-definition {
    gap: 4px;
  }
}
.pg-md__article-definition dt {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pg-md__article-definition dt {
    font-size: 1.6rem;
    width: 33%;
  }
}
.pg-md__article-definition dd {
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .pg-md__article-definition dd {
    width: calc(67% - 12px);
    font-size: 1.5rem;
  }
}
.pg-md__article-definition dd + dt {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-definition dd + dt {
    margin-top: 0;
  }
}
.pg-md__article-small-list {
  color: #09090B;
  padding: 12px;
}
.pg-md__article-small-list dt {
  font-size: 1.2rem;
  font-weight: 900;
  padding-left: 8px;
  position: relative;
}
.pg-md__article-small-list dt::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__article-small-list dd {
  font-size: 1.1rem;
  padding-left: 8px;
}
.pg-md__article-image-caption {
  color: #2C2C2C;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-image-caption {
    font-size: 1.2rem;
  }
}
.pg-md__article-joints {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-joints {
    flex-direction: row;
  }
}
.pg-md__article-joint {
  flex: 1;
  margin-inline: auto;
  text-align: center;
}
.pg-md__article-joint img {
  width: 188px;
  height: auto;
}
.pg-md__article-joint-text {
  color: #09090B;
  font-size: 1.4rem;
  margin-top: 12px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pg-md__article-joint-text {
    font-size: 1.6rem;
  }
}
.pg-md__article-joint-list {
  color: #2C2C2C;
  margin-top: 12px;
}
.pg-md__article-joint-list li {
  position: relative;
  padding-left: 16px;
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .pg-md__article-joint-list li {
    font-size: 1.6rem;
  }
}
.pg-md__article-joint-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__article-mapping {
  margin-top: 36px;
  font-size: 1.6rem;
}
.pg-md__article-mapping-title {
  color: #FF8A00;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pg-md__article-mapping-title {
    font-size: 2.4rem;
    text-align: left;
  }
}
.pg-md__article-mapping-ol > li {
  margin-top: 12px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .pg-md__article-mapping-ol > li {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.pg-md__article-mapping-ol > li h5 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pg-md__article-mapping-ol > li h5 {
    font-size: 1.7rem;
  }
}
.pg-md__article-mapping-ol ul > li {
  position: relative;
  padding-left: 16px;
}
.pg-md__article-mapping-ol ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__article-col2 {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-col2 {
    margin-top: 32px;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
  }
}
.pg-md__article-col2-item {
  background: #808080;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-col2-item {
    flex: 1;
  }
}
.pg-md__article-col2-item article {
  padding: 24px 12px 32px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-col2-item article {
    padding: 32px 40px 48px;
  }
}
.pg-md__article-col2-item h4 {
  color: #FF8A00;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-col2-item h4 {
    font-size: 2rem;
  }
}
.pg-md__article-col2-item p {
  color: #2C2C2C;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pg-md__article-col2-item p {
    font-size: 1.6rem;
    text-align: center;
  }
}
.pg-md__article-col2-item dl {
  counter-reset: step; /* カウンターの初期化 */
  margin-top: 12px;
}
.pg-md__article-col2-item dl dt {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pg-md__article-col2-item dl dt {
    font-size: 1.6rem;
  }
}
.pg-md__article-col2-item dl dd {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .pg-md__article-col2-item dl dd {
    font-size: 1.6rem;
  }
}
.pg-md__article-col2-item dl dd::before {
  counter-increment: step;
  content: counter(step) ". ";
  font-weight: bold;
  margin-right: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__article-col2-item dl.is-nonum dt {
  margin-bottom: 4px;
  font-weight: 700;
}
.pg-md__article-col2-item dl.is-nonum dd {
  padding-left: 0;
  font-weight: 400;
}
.pg-md__article-col2-item dl.is-nonum dd::before {
  content: none;
}
.pg-md__article-col2-item dl.is-nonum dd + dt {
  margin-top: 12px;
}
.pg-md__article-col2-item ul > li {
  position: relative;
  padding-left: 16px;
}
.pg-md__article-col2-item ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__article-col2-item .is-list {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .pg-md__article-col2-item .is-list {
    font-size: 1.6rem;
  }
}
.pg-md__article-flow-title {
  color: #FF8A00;
  font-size: 1.6rem;
  font-weight: 700;
}
.pg-md__article-flow dl {
  counter-reset: num;
  margin-top: 12px;
}
.pg-md__article-flow dl dt {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pg-md__article-flow dl dt {
    font-size: 1.6rem;
  }
}
.pg-md__article-flow dl dd {
  color: #2C2C2C;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-flow dl dd {
    font-size: 1.6rem;
  }
}
.pg-md__article-flow dl dd:last-child {
  margin-bottom: 0;
}
.pg-md__article-flow dl dd::before {
  counter-increment: num;
  content: counter(num) ". ";
  font-weight: bold;
  margin-right: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__article-flow dl dd ul {
  color: #2C2C2C;
  margin-left: -16px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pg-md__article-flow dl dd ul {
    font-size: 1.6rem;
  }
}
.pg-md__article-flow dl dd ul > li {
  position: relative;
  padding-left: 16px;
}
.pg-md__article-flow dl dd ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__article-flow dl dd + dt {
  margin-top: 12px;
}
.pg-md__article-flow dl.is-nonum dd {
  padding-left: 0;
}
.pg-md__article-flow dl.is-nonum dd::before {
  content: none;
}
.pg-md__article-flow dl.is-disc dd {
  padding-left: 12px;
}
.pg-md__article-flow dl.is-disc dd::before {
  content: "・";
}
.pg-md__article-flow dl:first-child {
  margin-top: 0;
}
.pg-md__article-flow .is-group dt {
  color: #2C2C2C;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-flow .is-group dt {
    font-size: 1.6rem;
  }
}
.pg-md__article-card2 {
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  padding: 24px 12px 28px;
  margin-top: 20pxc;
}
@media screen and (min-width: 768px) {
  .pg-md__article-card2 {
    padding: 32px 40px 36px;
  }
}
.pg-md__article-card2 + .pg-md__article-card2 {
  margin-top: 20px;
}
.pg-md__article-card2-title {
  color: #FF8A00;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 12px;
}
.pg-md__article-card2-text {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
}
.pg-md__article-card2 dl {
  counter-reset: num2;
  margin-top: 12px;
  color: #FFFFFF;
}
.pg-md__article-card2 dl:first-child {
  margin-top: 0;
}
.pg-md__article-card2 dl dt {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pg-md__article-card2 dl dt {
    font-size: 1.5rem;
  }
}
.pg-md__article-card2 dl dt::before {
  counter-increment: num2;
  content: counter(num2) ". ";
  margin-right: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__article-card2 dl dd {
  color: #FFFFFF;
  font-size: 1.3rem;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pg-md__article-card2 dl dd {
    font-size: 1.4rem;
  }
}
.pg-md__article-card2 dl dd::before {
  content: none;
}
.pg-md__article-card2 ul > li {
  color: #FFFFFF;
  position: relative;
  padding-left: 16px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .pg-md__article-card2 ul > li {
    font-size: 1.6rem;
  }
}
.pg-md__article-card2 ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__article-card + .pg-md__article-card2 {
  margin-top: 20px;
}
.pg-md__article-grid {
  display: grid;
  grid-template-areas: "area1" "area2" "area3" "area4" "area5" "area6" "area7";
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "area1 area2" "area1 area6" "area3 area6" "area4 area6" "area4 area7" "area5 area7";
    padding: 20px;
  }
}
.pg-md__article-grid-box {
  background: #808080;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.pg-md__article-grid-box.area1 {
  grid-area: area1;
}
.pg-md__article-grid-box.area2 {
  grid-area: area2;
}
.pg-md__article-grid-box.area3 {
  grid-area: area3;
}
.pg-md__article-grid-box.area4 {
  grid-area: area4;
}
.pg-md__article-grid-box.area5 {
  grid-area: area5;
}
.pg-md__article-grid-box.area6 {
  grid-area: area6;
}
.pg-md__article-grid-box.area7 {
  grid-area: area7;
}
.pg-md__article-grid-box.area3, .pg-md__article-grid-box.area4, .pg-md__article-grid-box.area5 {
  min-height: 220px;
}
.pg-md__article-grid-box h5 {
  color: #2C2C2C;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pg-md__article-grid-box h5 {
    font-size: 1.4rem;
  }
}
.pg-md__article-grid-box dl dt {
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 8px;
}
.pg-md__article-grid-box dl dt::before {
  content: "・";
}
.pg-md__article-grid-box dl dd {
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 12px;
}
.pg-md__article-box {
  background: #D9D9D9;
  color: #2C2C2C;
  padding: 24px 20px;
  border-radius: 16px;
}
.pg-md__article-box + .pg-md__article-box {
  margin-top: 20px;
}
.pg-md__article-box h5 {
  color: #FF8A00;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.pg-md__article-box p {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pg-md__article-box p {
    font-size: 1.6rem;
  }
}
.pg-md__article-box dt {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.pg-md__article-box dd {
  font-size: 1.4rem;
  font-weight: 400;
}
.pg-md__article-box dl.pg-md__article-box-howto {
  counter-reset: step; /* カウンターの初期化 */
  margin-top: 12px;
}
.pg-md__article-box dl.pg-md__article-box-howto dt {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pg-md__article-box dl.pg-md__article-box-howto dt {
    font-size: 1.6rem;
  }
}
.pg-md__article-box dl.pg-md__article-box-howto dd {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pg-md__article-box dl.pg-md__article-box-howto dd {
    font-size: 1.6rem;
  }
}
.pg-md__article-box dl.pg-md__article-box-howto dd::before {
  counter-increment: step;
  content: counter(step) ". ";
  font-weight: 700;
  margin-right: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__article-box dl.pg-md__article-box-howto dd.u-text-bold::before {
  font-weight: 700;
}
.pg-md__article-box dl.pg-md__article-box-howto dd ul li {
  font-weight: 400;
}
.pg-md__article-options dl dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-options dl dt {
    font-size: 1.6rem;
  }
}
.pg-md__article-options dl dd {
  position: relative;
  font-size: 1.4rem;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .pg-md__article-options dl dd {
    font-size: 1.6rem;
  }
}
.pg-md__article-options dl dd + dt {
  margin-top: 12px;
}
.pg-md__article-options ul > li {
  position: relative;
  padding-left: 16px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .pg-md__article-options ul > li {
    font-size: 1.6rem;
  }
}
.pg-md__article-options ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__article-options dl.u-text-black dt, .pg-md__article-options dl.u-text-black dd {
  color: #2C2C2C;
}
.pg-md__article-options dl.u-text-black dd {
  font-weight: 400;
}
.pg-md__article-options dl.is-nonum dt {
  padding-left: 0;
}
.pg-md__article-options dl.is-nonum dt::before {
  content: none;
}
.pg-md__article-note {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .pg-md__article-note {
    margin-top: 32px;
  }
}
.pg-md__article-note-title {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pg-md__article-note-title {
    font-size: 1.6rem;
  }
}
.pg-md__article-note-list > li {
  position: relative;
  padding-left: 16px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .pg-md__article-note-list > li {
    font-size: 1.6rem;
  }
}
.pg-md__article-note-list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.pg-md__animation {
  margin-block: 80px;
}
.pg-md__animation-heading {
  margin-bottom: 40px;
}
.pg-md__animation-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pg-md__animation-title {
    font-size: 3.6rem;
  }
}
.pg-md__animation-title .is-large {
  color: #FF8A00;
  font-size: 4.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .pg-md__animation-title .is-large {
    font-size: 6.4rem;
  }
}
.pg-md__animation-english {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}
.pg-md__animation-mv {
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
}
.pg-md__animation-items {
  max-width: 1240px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pg-md__animation-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.pg-md__animation-item {
  border: 1px solid #FF8A00;
  border-radius: 16px;
  padding: 24px 20px 32px;
}
@media screen and (min-width: 768px) {
  .pg-md__animation-item {
    padding: 28px 32px 32px;
    width: calc(33.3333333333% - 16px);
  }
}
.pg-md__animation-item + .pg-md__animation-item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .pg-md__animation-item + .pg-md__animation-item {
    margin-top: 0;
  }
}
.pg-md__animation-item h3 {
  color: #FF8A00;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .pg-md__animation-item h3 {
    font-size: 2.4rem;
  }
}
.pg-md__animation-item p {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  max-width: 260px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pg-md__animation-item p {
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 0;
  }
}
.pg-md__animation-frame {
  position: relative;
}
.pg-md__animation-frame-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin-inline: auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .pg-md__animation-frame-img {
    top: 20px;
  }
}
.pg-md__animation-frame-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-md__animation-frame.is-img01 .pg-md__animation-frame-img {
  width: 40%;
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  .pg-md__animation-frame.is-img01 .pg-md__animation-frame-img {
    max-width: 320px;
  }
}
.pg-md__animation-frame.is-img02 .pg-md__animation-frame-img {
  width: 84%;
  max-width: 800px;
  top: 24%;
}
.pg-md__banner {
  margin-inline: -16px;
  overflow: hidden;
  height: 238px;
}
.pg-md__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-md__bottom {
  margin-block: 80px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pg-md__bottom {
    margin-top: 160px;
    margin-bottom: 100px;
  }
}
.pg-md__bottom-catch {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .pg-md__bottom-catch {
    font-size: 4.8rem;
  }
}
.pg-md__bottom-main {
  font-size: 3.4rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .pg-md__bottom-main {
    font-size: 6.4rem;
  }
}
.pg-md__bottom-main span {
  color: #FF8A00;
}
.pg-md__plan {
  background: #FFFFFF;
  color: #09090B;
  border-radius: 16px;
  padding: 24px 16px 32px;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (min-width: 993px) {
  .pg-md__plan {
    padding: 32px 40px 40px;
  }
}
.pg-md__plan-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .pg-md__plan-title {
    font-size: 2.4rem;
    overflow: hidden;
  }
  .pg-md__plan-title span {
    position: relative;
    padding-inline: 40px;
  }
  .pg-md__plan-title span::before, .pg-md__plan-title span::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    height: 1px;
    background: #09090B;
  }
  .pg-md__plan-title span::before {
    left: -220px;
  }
  .pg-md__plan-title span::after {
    right: -220px;
  }
}
.pg-md__plan-item {
  margin: 0px 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pg-md__plan-item {
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0;
  }
}
.pg-md__plan-item + .pg-md__plan-item {
  padding-top: 32px;
  margin-top: 32px;
  position: relative;
}
.pg-md__plan-item + .pg-md__plan-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 240px;
  height: 1px;
  background: #2C2C2C;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pg-md__plan-item + .pg-md__plan-item::before {
    width: 94%;
    height: 2px;
    background: #D9D9D9;
    margin-inline: auto;
  }
}
.pg-md__plan-item-name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .pg-md__plan-item-name {
    text-align: center;
    width: 36%;
    font-size: 3.2rem;
  }
}
.pg-md__plan-item-name span {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .pg-md__plan-item-name span {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-md__plan-item-cols {
    width: 60%;
    position: relative;
  }
  .pg-md__plan-item-cols.is-border-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    width: 2px;
    height: 100%;
    background: #D9D9D9;
  }
}
.pg-md__plan-item-price {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .pg-md__plan-item-price {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 40px;
    padding-block: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pg-md__plan-item-price.is-pl140 {
    padding-left: 180px;
  }
}
@media screen and (min-width: 768px) {
  .pg-md__plan-item-price + .pg-md__plan-item-price {
    border-top: 2px solid #D9D9D9;
    padding-block: 20px;
    margin-top: 10px;
  }
}
.pg-md__plan-item-price .is-label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .pg-md__plan-item-price .is-label {
    font-size: 2rem;
    text-align: left;
    line-height: 1;
    width: 140px;
  }
}
.pg-md__plan-item-price .is-price {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .pg-md__plan-item-price .is-price {
    line-height: 1.4;
    font-size: 5.4rem;
    letter-spacing: -0.01em;
  }
}
.pg-md__plan-item-price .is-price span {
  font-size: 1.6rem;
  margin-left: 4px;
}
.pg-md__specification {
  max-width: 1240px;
  margin-inline: auto;
}
.pg-md__specification + .pg-md__specification {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .pg-md__specification + .pg-md__specification {
    margin-top: 60px;
  }
}
.pg-md__specification-title {
  font-size: 3rem;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .pg-md__specification-title {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
.pg-md__specification-table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
}
.pg-md__specification-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: white transparent;
  padding-bottom: 20px;
}
.pg-md__specification-table-wrapper::-webkit-scrollbar {
  height: 8px; /* 横スクロールバーの高さ */
  background-color: transparent; /* 背景を透明に */
}
.pg-md__specification-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #fff; /* スクロール部分（つまみ）を白に */
  border-radius: 4px;
}
.pg-md__specification-table-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.pg-md__specification-table th {
  background-color: #808080;
  border: 1px solid #000;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .pg-md__specification-table th {
    font-size: 2rem;
    padding: 24px;
  }
}
.pg-md__specification-table th.is-label {
  background-color: #D9D9D9;
  color: #2C2C2C;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 12px;
  text-align: left;
  width: 108px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .pg-md__specification-table th.is-label {
    font-size: 2rem;
    padding: 24px;
    width: 180px;
  }
}
.pg-md__specification-table td {
  background-color: #FFFFFF;
  border: 1px solid #000;
  color: #2C2C2C;
  font-size: 1.4rem;
  vertical-align: middle;
  text-align: left;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .pg-md__specification-table td {
    font-size: 2rem;
    padding: 24px;
  }
}
.pg-md__specification-table td span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .pg-md__specification-table td span {
    font-size: 1.4rem;
  }
}
.pg-md__specification-table .is-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  border-right: 1px solid #000;
}
.pg-md__specification-table th:last-child, .pg-md__specification-table td:last-child {
  width: 50%;
}
.pg-md__specification-list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .pg-md__specification-list {
    margin-top: 32px;
  }
}
.pg-md__specification-list dt {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pg-md__specification-list dt {
    font-size: 2rem;
  }
}
.pg-md__specification-list dd {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .pg-md__specification-list dd {
    font-size: 1.4rem;
  }
}
.pg-md__specification-list ul li {
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .pg-md__specification-list ul li {
    font-size: 1.4rem;
  }
}
.pg-md__specification-list ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
  }
}