@font-face {
  font-family: "HiraKakuProN-W3";
  src: url("../fonts/HiraKakuProN-W3.woff2") format("woff2"), url("../fonts/HiraKakuProN-W3.woff") format("woff");
}
@font-face {
  font-family: "HiraKakuProN-W6";
  src: url("../fonts/HiraKakuProN-W6.woff2") format("woff2"), url("../fonts/HiraKakuProN-W6.woff") format("woff");
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff");
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff");
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "HiraKakuProN-W3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: #2E2929;
}

.section {
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 20px;
  }
}
.section__ttl {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__ttl {
    gap: 12px;
  }
}
.section__ttl--main {
  display: flex;
  color: #fff;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .section__ttl--main {
    font-size: 40px;
  }
}
.section__ttl--main span {
  opacity: 0;
  transform: translateX(20%);
}
.section__ttl--main span.space {
  width: 15px;
}
.section__ttl--sub {
  font-family: "HiraKakuProN-W6", sans-serif;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .section__ttl--sub {
    font-size: 14px;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.js-fade {
  opacity: 0;
  transform: translateY(10px);
}

.fv__inner {
  position: relative;
  width: 100%;
  height: 100dvh;
}
.fv__ttl {
  position: absolute;
  inset: 0 40px 0 auto;
  margin: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: fit-content;
  height: fit-content;
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 20px;
  color: #D1D1D1;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fv__ttl {
    inset: 0;
    bottom: 130px;
    width: 240px;
    font-size: 15px;
  }
}
.fv__ttl img {
  width: 100%;
}
.fv__slider {
  width: 100%;
  height: 100%;
}
.fv__slider .splide__track {
  width: 100%;
  height: 100%;
}
.fv__slider .splide__list {
  width: 100%;
  height: 100%;
}
.fv__slider-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv__slider-item img {
  width: 110%;
  height: 100%;
  object-fit: cover;
}
.fv__slider-item.animate-bg .slide-img {
  animation: pan 10s linear forwards;
}
@keyframes pan {
  from {
    transform: translateX(-5%);
  }
  to {
    transform: translateX(5%);
  }
}
.fv__slider-txt {
  position: absolute;
  inset: auto auto 0 0;
  margin: auto;
  width: 530px;
  padding: 26px 50px;
  background-color: #F0E7DA;
  border-top-right-radius: 4px;
}
@media screen and (max-width: 768px) {
  .fv__slider-txt {
    width: 360px;
    padding: 20px 24px;
  }
}
.fv__slider-txt-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .fv__slider-txt-top {
    margin-bottom: 8px;
  }
}
.fv__slider-txt-top .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .fv__slider-txt-top .arrow {
    width: 26px;
    height: 26px;
  }
}
.fv__slider-txt-top .arrow img {
  width: 12px;
  object-fit: contain;
}
.fv__slider-txt .label {
  display: flex;
  align-items: center;
  font-family: "Helvetica-Bold", sans-serif;
  color: rgba(46, 41, 41, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
}
.fv__slider-txt .label span {
  line-height: 1;
  transform: translateY(35px);
}
.fv__slider-txt .label .space {
  width: 5px;
}
.fv__slider-txt .label .num {
  font-size: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .fv__slider-txt .label .num {
    font-size: 30px;
  }
}
.fv__slider-ttl {
  font-family: "HiraKakuProN-W6", sans-serif;
  line-height: 1;
}
.fv__slider-ttl .sub-ttl {
  display: flex;
  font-size: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fv__slider-ttl .sub-ttl span {
  transform: translateY(16px);
}
.fv__slider-ttl .main-ttl {
  display: flex;
  font-size: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .fv__slider-ttl .main-ttl {
    font-size: 26px;
  }
}
.fv__slider-ttl .main-ttl span {
  transform: translateY(36px);
}
.fv .splide__pagination {
  inset: 0 auto 0 40px;
  padding: 0;
  flex-flow: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .fv .splide__pagination {
    gap: 12px;
    height: fit-content;
    top: auto;
    bottom: 160px;
    left: 20px;
  }
}
.fv .splide__pagination__page {
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fv .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.fv .splide__pagination__page.is-active {
  background-color: #F0FA02;
  transform: scale(1);
}

.lead {
  background-color: #2E2929;
}
.lead__ttl--en {
  font-family: "Helvetica", sans-serif;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.1);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead__ttl--en {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.lead__ttl--en span {
  display: inline-block;
  opacity: 0;
  transform: translateX(20%);
}
.lead__ttl--en span.space {
  width: 15px;
}
.lead__ttl--ja {
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 22px;
  color: #F0FA02;
  text-align: center;
  margin-bottom: 30px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lead__ttl--ja {
    font-size: 20px;
  }
}
.lead__txt {
  font-size: 16px;
  line-height: 3;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lead__txt {
    line-height: 2.5;
  }
}

.lineup {
  background-color: #8F8882;
}
.lineup .inner {
  max-width: 1200px;
}
.lineup__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lineup__list {
    flex-flow: column;
    gap: 10px;
  }
}
.lineup__item {
  width: 24%;
  border-radius: 4px;
  background-color: #E9E9E9;
}
@media screen and (max-width: 768px) {
  .lineup__item {
    width: 100%;
  }
}
.lineup__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .lineup__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
  }
}
.lineup__item:hover .lineup__img img {
  transform: scale(1.1);
}
.lineup__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.62/1;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lineup__img {
    width: 40%;
    margin-bottom: 0;
  }
}
.lineup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.lineup__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lineup__bottom {
    width: 56%;
  }
}
.lineup__bottom h3 {
  display: flex;
  flex-flow: column;
  gap: 10px;
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 18px;
  line-height: 1;
}
.lineup__bottom h3 span {
  font-size: 13px;
  opacity: 0.5;
}
.lineup .lineup__arrow {
  width: 12px;
  opacity: 0.5;
}

.how-to-use {
  padding: 140px 0 0;
  background-color: #2E2929;
}
@media screen and (max-width: 768px) {
  .how-to-use {
    padding: 60px 0 0;
  }
}
.how-to-use .inner {
  max-width: 1040px;
  padding: 0 20px;
}
.how-to-use .section__ttl--sub {
  color: #D1D1D1;
}
.how-to-use__tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .how-to-use__tab {
    display: none;
  }
}
.how-to-use__tab-item {
  position: relative;
  width: 24%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
  padding: 22px 0;
  border-radius: 4px;
  border: 1px solid #8F8882;
  cursor: pointer;
}
.how-to-use__tab-item.is-active {
  background-color: #EEDCB4;
  border-color: #EEDCB4;
}
.how-to-use__tab-item.is-active::after {
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  inset: auto 0 -15px 0;
  margin: auto;
  width: 18px;
  height: 15px;
  background-color: #EEDCB4;
}
.how-to-use__tab-item.is-active span {
  color: #fff;
}
.how-to-use__tab-item.is-active p {
  color: #2E2929;
}
.how-to-use__tab-item span {
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #D1D1D1;
}
.how-to-use__tab-item p {
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #D1D1D1;
}
@media screen and (max-width: 768px) {
  .how-to-use__container {
    margin-bottom: 60px;
  }
}
.how-to-use__item-wrap {
  display: contents;
}
@media screen and (max-width: 768px) {
  .how-to-use__item-wrap {
    display: block;
    margin-bottom: 12px;
  }
  .how-to-use__item-wrap:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .how-to-use__accordion {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #8F8882;
    padding: 12px 20px;
    font-family: "HiraKakuProN-W6", sans-serif;
    font-size: 20px;
    color: #D1D1D1;
    cursor: pointer;
  }
  .how-to-use__accordion .num {
    font-family: "Helvetica-Bold", sans-serif;
    font-size: 22px;
    text-box-trim: trim-both;
    margin-right: 12px;
  }
  .how-to-use__accordion .toggle {
    position: relative;
    width: 13px;
    height: 13px;
    margin-left: auto;
  }
  .how-to-use__accordion .toggle::before, .how-to-use__accordion .toggle::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #D1D1D1;
  }
  .how-to-use__accordion .toggle::before {
    transform: rotate(90deg);
  }
  .how-to-use__accordion.is-active {
    color: #2E2929;
    background-color: #EEDCB4;
    border-color: #EEDCB4;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .how-to-use__accordion.is-active .num {
    color: #fff;
  }
  .how-to-use__accordion.is-active .toggle::after {
    background-color: #2E2929;
  }
  .how-to-use__accordion.is-active .toggle::before {
    background-color: #2E2929;
    transform: rotate(0deg);
  }
}
.how-to-use__item {
  display: none;
}
.how-to-use__item.is-active {
  display: block;
}
.how-to-use__item-ttl {
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 22px;
  text-align: center;
  color: #EEDCB4;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .how-to-use__item-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.how-to-use__item-txt {
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #fff;
  line-height: 2;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .how-to-use__item-txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .how-to-use__item-img {
    aspect-ratio: 1.62/1;
    object-fit: cover;
    margin-bottom: 40px;
  }
}
.how-to-use__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .how-to-use__content {
    display: block;
    margin-bottom: 40px;
  }
}
.how-to-use__left {
  width: 38%;
  height: auto;
  aspect-ratio: 1/1.41;
  overflow: hidden;
}
.how-to-use__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-to-use__list {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .how-to-use__list {
    width: 100%;
  }
}
.how-to-use__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .how-to-use__list li {
    display: block;
    margin-bottom: 40px;
  }
}
.how-to-use__list li:nth-child(2) {
  flex-direction: row-reverse;
}
.how-to-use__list li:last-child {
  margin-bottom: 0;
}
.how-to-use__list li img {
  width: 39.7%;
  height: auto;
  aspect-ratio: 1.62/1;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .how-to-use__list li img {
    width: 100%;
    margin-bottom: 24px;
  }
}
.how-to-use__list li .how-to-use__txt {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .how-to-use__list li .how-to-use__txt {
    width: 100%;
  }
}
.how-to-use__list li .how-to-use__txt-ttl {
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 18px;
  color: #EEDCB4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .how-to-use__list li .how-to-use__txt-ttl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.how-to-use__list li .how-to-use__txt-desc {
  color: #fff;
  line-height: 1.8;
}
.how-to-use__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  padding: 20px 30px;
  border-radius: 4px;
  background-color: #EEDCB4;
  margin: 0 auto 140px;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .how-to-use__link {
    margin-bottom: 48px;
  }
}
.how-to-use__link:hover {
  opacity: 0.7;
}
.how-to-use__link:hover img {
  transform: translateX(5px);
}
.how-to-use__link p {
  display: flex;
  flex-flow: column;
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 18px;
  line-height: 1;
  gap: 10px;
}
.how-to-use__link p span {
  font-size: 14px;
}
.how-to-use__link img {
  width: 12px;
  object-fit: contain;
  transition: transform 0.3s ease-out;
}

.feature {
  padding: 80px 30px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 40px 30px;
    margin-bottom: 60px;
  }
}
.feature__ttl {
  width: fit-content;
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  color: #D1D1D1;
  padding-bottom: 24px;
  border-bottom: 1px solid #F2F77A;
  margin: 0 auto 30px;
}
.feature__txt {
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #D1D1D1;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .feature__txt {
    font-size: 14px;
  }
}
.feature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
  max-width: 720px;
  margin: 0 auto;
}
.feature__item {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .feature__item {
    width: 100%;
  }
}
.feature__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.62/1;
  object-fit: cover;
  margin-bottom: 15px;
}
.feature__item h3 {
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 20px;
  color: #EEDCB4;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .feature__item h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.feature__item p {
  color: #fff;
  line-height: 1.8;
}

.difference {
  padding: 120px 0;
  background-color: #8F8882;
}
@media screen and (max-width: 768px) {
  .difference {
    padding: 60px 0;
  }
}
.difference__ttl {
  width: fit-content;
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  color: #2E2929;
  padding-bottom: 24px;
  border-bottom: 1px solid #D1D1D1;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .difference__ttl {
    line-height: 1.4;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.difference__table {
  width: 100%;
  margin-bottom: 60px;
}
.difference__table tr {
  border-bottom: 1px solid #D1D1D1;
}
.difference__table thead th {
  height: 60px;
  text-align: center;
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 20px;
  vertical-align: middle;
}
.difference__table thead .difference__th--pocket {
  width: 38%;
  background-color: rgba(209, 209, 209, 0.5);
}
.difference__table thead .difference__th--flexible {
  width: 38%;
  background-color: #F0FA02;
}
.difference__table tbody td {
  padding: 20px 24px;
  vertical-align: middle;
  font-size: 16px;
}
.difference__table tbody .difference__label {
  width: 240px;
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 16px;
  background-color: #fff;
}
.difference__table tbody .difference__content--pocket {
  background-color: #E9E9E9;
}
.difference__table tbody .difference__content--flexible {
  background-color: #FEFFE6;
}
.difference__comparison {
  margin-bottom: 30px;
}
.difference__comparison--row {
  display: flex;
}
.difference__comparison--row h3,
.difference__comparison--row span {
  width: 50%;
  padding: 16px 20px;
}
.difference__comparison--row h3 {
  text-align: center;
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  border-bottom: 1px solid #D1D1D1;
}
.difference__comparison--row h3:first-child {
  background-color: rgba(209, 209, 209, 0.5);
  border-right: 1px solid #8F8882;
}
.difference__comparison--row h3:last-child {
  background-color: #F0FA02;
}
.difference__comparison--row span {
  border: 1px solid #D1D1D1;
}
.difference__comparison--row span:first-child {
  border-right: none;
  background-color: #E9E9E9;
}
.difference__comparison--row span:last-child {
  background-color: #FEFFE6;
}
.difference__comparison--center {
  width: 100%;
  padding: 8px 20px;
  text-align: center;
  background-color: #fff;
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 14px;
}
.difference__txt {
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 18px;
  text-align: center;
}

.faq {
  padding: 120px 20px;
  background-color: #2E2929;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 60px 20px;
  }
}
.faq .section__ttl--sub {
  color: #D1D1D1;
}
.faq__list {
  max-width: 980px;
  margin: 0 auto;
}
.faq__item {
  padding: 36px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.faq__item:first-child {
  padding-top: 0;
}
.faq__item--q {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #EEDCB4;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .faq__item--q {
    align-items: baseline;
  }
}
.faq__item--q span {
  flex: none;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 22px;
}
.faq__item--q p {
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
.faq__item--a {
  display: flex;
  align-items: baseline;
  gap: 16px;
  color: #fff;
}
.faq__item--a span {
  flex: none;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 22px;
  color: #D1D1D1;
}
.faq__item--a p {
  font-size: 14px;
  line-height: 1.8;
}
.faq__item--a a {
  text-decoration: underline;
}

.series {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #8F8882;
}
@media screen and (max-width: 768px) {
  .series {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.series .section__ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .series .section__ttl {
    gap: 24px;
  }
}
.series .section__ttl--main {
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 36px;
  color: #2E2929;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .series .section__ttl--main {
    font-size: 30px;
  }
}
.series .section__ttl--sub {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.series__img {
  margin-bottom: 36px;
}
.series__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 280px;
  height: 56px;
  border-radius: 4px;
  background-color: #F0FA02;
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 16px;
  margin: 0 auto 80px;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .series__link {
    margin-bottom: 40px;
  }
}
.series__link:hover {
  opacity: 0.7;
}
.series__link:hover img {
  transform: translateX(5px);
}
.series__link img {
  width: 12px;
  object-fit: contain;
  transition: transform 0.3s ease-out;
}
.series__content {
  padding: 60px 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .series__content {
    padding: 30px;
  }
}
.series__txt {
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .series__txt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
.series__list {
  display: flex;
  justify-content: center;
  gap: 32px;
  max-width: 790px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .series__list {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    column-gap: 0;
  }
}
.series__list li {
  position: relative;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .series__list li {
    width: 47.6%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .series__list li img {
    margin-bottom: 8px;
  }
}
.series__list li p {
  position: absolute;
  top: 185px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: max-content;
  font-family: "HiraKakuProN-W6", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .series__list li p {
    position: static;
    width: auto;
    transform: none;
  }
}

.footer {
  padding: 60px 20px 30px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 20px 20px;
  }
}
.footer .inner {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.footer__logo {
  width: 187px;
  object-fit: contain;
  margin-bottom: 30px;
}
.footer__list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.footer__list li:first-child {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #D1D1D1;
}
.footer__list li a {
  font-family: "Helvetica", sans-serif;
  color: #2E2929;
}
.footer__list li a:hover {
  border-bottom: 1px solid #2E2929;
}
.footer small {
  font-family: "Helvetica", sans-serif;
  font-size: 11px;
  color: rgba(46, 41, 41, 0.5);
}/*# sourceMappingURL=style.css.map */