@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
}

body {
  font-family: "DM Sans", YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-height: 100dvh;
  background-color: #F8F9FA;
  color: #2C3233;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body img {
  width: 100%;
  height: auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .u-pc {
    display: none !important;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .u-pc-inlineblock {
    display: none;
  }
}

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

.u-sp-inlineblock {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-inline {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-inline {
    display: inline;
  }
}

.u-align--center {
  text-align: center;
}

/*************************************************
header
*************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
.header__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
@media screen and (max-width: 599px) {
  .header__container {
    height: 60px;
    padding: 0 12px;
  }
}
.header__logo a {
  display: block;
  line-height: 0;
}
.header__logo img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 599px) {
  .header__logo img {
    height: 18px;
  }
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 599px) {
  .header__actions {
    gap: 5px;
  }
}
.header__badge {
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .header__badge {
    font-size: 1.2rem;
  }
}
.header__badge-label {
  background-color: #2C3233;
  color: #fff;
  line-height: 1.4;
  display: inline-block;
  padding: 0 3px;
}
@media screen and (max-width: 599px) {
  .header__badge-label {
    background-color: #fff;
    color: #05b04d;
  }
}
.header__button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 15px;
  background-color: #06C755;
  color: #fff;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .header__button {
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 1.4rem;
    border-radius: 0;
    gap: 2px;
  }
}
.header__button:hover {
  background-color: #05b04d;
}
.header__button-icon {
  display: block;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 599px) {
  .header__button-icon {
    width: 36px;
    height: 36px;
  }
}
.header__button-text {
  line-height: 1;
}

/*************************************************
footer
*************************************************/
footer {
  position: sticky;
  top: 100%;
}

.footer {
  background-color: #2C3233;
  padding: 24px 0;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 48px 0 60px;
  }
}
.footer__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
    gap: 48px;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 38px;
}
@media screen and (max-width: 1024px) {
  .footer__sns {
    flex-direction: column;
    gap: 24px;
  }
}
.footer__sns-label {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
}
.footer__sns-links {
  display: flex;
  gap: 24px;
}
.footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  transition: opacity 0.3s ease;
}
.footer__sns-link:hover {
  opacity: 0.7;
}
.footer__sns-link svg {
  width: 100%;
  height: 100%;
}
.footer__right {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .footer__right {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__links {
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  .footer__links {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.footer__link {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  background-color: #454F50;
}
@media screen and (max-width: 599px) {
  .footer__link {
    font-size: 1.2rem;
  }
}
.footer__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/arrow_white.svg") no-repeat center/contain;
}
.footer__link:hover {
  opacity: 0.7;
}
.footer__copyright {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #CCD9DA;
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    font-size: 1.1rem;
  }
}

/*************************************************
top
*************************************************/
/*************************************************
hero
*************************************************/
.hero {
  padding-top: 64px;
  background-color: #F8F9FA;
}
@media screen and (max-width: 599px) {
  .hero {
    padding-top: 60px;
  }
}
.hero__announcement {
  background-color: #2C3233;
  padding: 3px 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .hero__announcement {
    padding: 6px 0;
  }
}
.hero__announcement-text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .hero__announcement-text {
    font-size: 1.3rem;
  }
}
.hero__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 40px 48px;
}
@media screen and (max-width: 599px) {
  .hero__container {
    padding: 24px 20px 30px;
  }
}
.hero__title {
  font-size: clamp(3.2rem, 3.3333333333vw, 5.4rem);
  font-weight: 500;
  text-align: center;
  color: #2C3233;
  margin: 0 0 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .hero__title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
  }
}
.hero__main {
  position: relative;
}
.hero__visual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media screen and (max-width: 1024px) {
  .hero__visual {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.hero__image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 136/155;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .hero__image-wrapper {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 599px) {
  .hero__image-wrapper {
    aspect-ratio: 7/5;
  }
}
.hero__image-wrapper--left {
  background-color: #e8dcc8;
}
.hero__image-wrapper--right {
  background-color: #c8ddd4;
}
.hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__label {
  position: absolute;
  bottom: 90px;
  left: calc(50% - 116px);
  transform: translateX(-50%);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .hero__label {
    text-align: center;
    width: 100%;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 40%);
  }
}
.hero__label span {
  display: block;
}
.hero__label-sub {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-shadow: 0 0 8px rgba(44, 50, 51, 0.3);
}
@media screen and (max-width: 599px) {
  .hero__label-sub {
    font-size: 1.8rem;
    text-shadow: 0 0 3px rgba(44, 50, 51, 0.4);
  }
}
.hero__label-main {
  font-size: 9.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: 0 0 8px rgba(44, 50, 51, 0.3);
}
@media screen and (max-width: 599px) {
  .hero__label-main {
    font-size: 5.4rem;
    text-shadow: 0 0 3px rgba(44, 50, 51, 0.4);
  }
}
.hero__features {
  width: 200px;
  position: absolute;
  bottom: 96px;
  right: calc(50% - 196px);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 1024px) {
  .hero__features {
    bottom: 100px;
    left: 20px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 599px) {
  .hero__features {
    width: 124px;
    gap: 4px;
    bottom: 32px;
  }
}
.hero__feature-item {
  display: flex;
  height: 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #2C3233;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .hero__feature-item {
    font-size: 1.3rem;
    padding: 3px 8px;
  }
}
.hero__products {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 880px;
  margin: -80px auto 0;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .hero__products {
    gap: 10px;
    margin: -12px auto 0;
  }
}
.hero__products-row {
  display: grid;
  gap: 25px;
}
@media screen and (max-width: 599px) {
  .hero__products-row {
    gap: 10px;
  }
}
.hero__products-row--top {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 599px) {
  .hero__products-row--top {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hero__products-row--bottom {
  grid-template-columns: repeat(3, 1fr);
  max-width: calc(75% + 40px);
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .hero__products-row--bottom {
    max-width: calc(75% + 20px);
    grid-template-columns: repeat(3, 1fr);
  }
}
.hero__product-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 20/11;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  .hero__product-item {
    border-radius: 3px;
  }
}
.hero__product-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  .hero__product-image {
    border-radius: 3px;
  }
}

/*************************************************
intro
*************************************************/
.intro {
  padding: 120px 0;
  background-color: #F8F9FA;
}
@media screen and (max-width: 599px) {
  .intro {
    padding: 60px 0;
  }
}
.intro__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 599px) {
  .intro__container {
    padding: 0 20px;
  }
}
.intro__header {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .intro__header {
    margin-bottom: 40px;
  }
}
.intro__title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .intro__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .intro__description {
    font-size: 1.4rem;
    font-weight: 400px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.intro__video {
  max-width: 960px;
  margin: 0 auto;
}
.intro__video-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 48/19;
  min-width: 0;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .intro__video-wrapper {
    border-radius: 6px;
    aspect-ratio: 7/4;
  }
}
.intro__video-element {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 60px;
  transition: background-color 0.6s ease;
}
@media screen and (max-width: 599px) {
  .intro__video-overlay {
    padding: 40px 30px;
  }
}
.intro__video-overlay:hover {
  background: rgba(0, 0, 0, 0.3);
}
.intro__video-content {
  color: #fff;
}
.intro__video-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .intro__video-title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.intro__video-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 100px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .intro__video-button {
    gap: 8px;
    padding: 5px 15px;
    font-size: 1.2rem;
  }
}
.intro__video-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.intro__video-button-icon {
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .intro__video-button-icon {
    font-size: 1rem;
  }
}
.intro__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.intro__modal.is-active {
  display: flex;
}
@media screen and (max-width: 599px) {
  .intro__modal {
    padding: 16px;
  }
}
.intro__modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.intro__modal-content {
  position: relative;
  max-width: 1200px;
  width: 100%;
  z-index: 1;
}
.intro__modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 599px) {
  .intro__modal-close {
    top: -40px;
    font-size: 2.8rem;
  }
}
.intro__modal-close:hover {
  opacity: 0.7;
}
.intro__modal-video {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #2C3233;
  border-radius: 8px;
  overflow: hidden;
}
.intro__modal-video-element {
  width: 100%;
  height: 100%;
}

/*************************************************
features
*************************************************/
.features {
  position: relative;
}
.features__container {
  position: relative;
}
.features__item {
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .features__item {
    min-height: calc(100vh - 60px);
  }
}
.features__item:nth-child(1) {
  background-color: #fff;
}
.features__item:nth-child(2) {
  background-color: #EFF3F4;
}
.features__item:nth-child(3) {
  background-color: #DEE6E7;
}
.features__item:nth-child(4) {
  background-color: #CCD9DA;
}
.features__item--design .features__content {
  grid-template-columns: 1fr 1.2fr;
}
@media screen and (max-width: 1024px) {
  .features__item--design .features__content {
    grid-template-columns: 1fr;
  }
}
.features__content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: calc(100% - (38.19% + 34px)) 38.19%;
  gap: 34px;
}
@media screen and (max-width: 1024px) {
  .features__content {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 599px) {
  .features__content {
    padding: 30px 20px;
  }
}
.features__image-wrap {
  display: flex;
  align-items: end;
  gap: 32px;
}
@media screen and (max-width: 599px) {
  .features__image-wrap {
    gap: 0;
  }
}
.features__image {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .features__image {
    max-width: 550px;
  }
}
@media screen and (max-width: 599px) {
  .features__image {
    border-radius: 6px;
  }
}
.features__image-main {
  width: 100%;
  height: auto;
  display: block;
}
.features__device {
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .features__device {
    margin-left: -15px;
    flex-shrink: 1;
  }
}
.features__device-image {
  width: 100%;
  max-width: 179px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .features__device-image {
    min-width: 120px;
  }
}
.features__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .features__text {
    gap: 20px;
  }
}
.features__title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .features__title {
    font-size: 3.2rem;
  }
}
.features__subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: #5E6C6E;
}
@media screen and (max-width: 599px) {
  .features__subtitle {
    font-size: 1.8rem;
  }
}
.features__description {
  max-width: 550px;
}
@media screen and (max-width: 599px) {
  .features__description {
    font-size: 1.4rem;
  }
}
.features__note {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #5E6C6E;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 599px) {
  .features__note {
    font-size: 1.3rem;
  }
}
.features__note.mg20 {
  margin-top: 20px;
}
.features__products {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 880px;
  margin: auto auto 0;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .features__products {
    gap: 10px;
  }
}
.features__products-row {
  display: grid;
  gap: 25px;
}
@media screen and (max-width: 599px) {
  .features__products-row {
    gap: 10px;
  }
}
.features__products-row--top {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 599px) {
  .features__products-row--top {
    grid-template-columns: repeat(4, 1fr);
  }
}
.features__products-row--bottom {
  grid-template-columns: repeat(3, 1fr);
  max-width: calc(75% + 40px);
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .features__products-row--bottom {
    max-width: calc(75% + 20px);
    grid-template-columns: repeat(3, 1fr);
  }
}
.features__product-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 20/11;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  .features__product-item {
    border-radius: 3px;
  }
}
.features__product-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

.features__item {
  position: relative;
  z-index: 4;
  --z: 1;
  filter: brightness(var(--z));
}
.features__item[data-feature="1"] {
  z-index: 1;
}
.features__item[data-feature="2"] {
  z-index: 2;
}
.features__item[data-feature="3"] {
  z-index: 3;
}
.features__item[data-feature="4"] {
  z-index: 4;
}

/*************************************************
statement
*************************************************/
.statement {
  position: relative;
  height: calc(100vh - 64px);
  overflow: hidden;
  background-color: #121317;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .statement {
    width: 100%;
    height: auto;
    aspect-ratio: 195/223;
    min-width: 0;
    padding: 40px 0;
  }
}
.statement__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.statement__background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.statement__container {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media screen and (max-width: 599px) {
  .statement__container {
    padding: 0 20px;
  }
}
.statement__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .statement__title {
    font-size: 1.8rem;
  }
}

/*************************************************
specs
*************************************************/
.specs {
  padding: 60px 0 80px;
  background: linear-gradient(180deg, #A0B8BA 0%, #5E6C6E 100%);
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .specs {
    padding: 60px 0;
  }
}
.specs__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 599px) {
  .specs__container {
    padding: 0 20px;
  }
}
.specs__grid-title {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 599px) {
  .specs__grid-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.specs__grid {
  margin-bottom: 94px;
}
@media screen and (max-width: 599px) {
  .specs__grid {
    margin-bottom: 60px;
  }
}
.specs__grid-image {
  width: 100%;
}
.specs__music-title {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 46px;
}
@media screen and (max-width: 599px) {
  .specs__music-title {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.specs__music {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .specs__music {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .specs__music {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
.specs__music-hero {
  grid-column: 1/3;
  grid-row: 1/2;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .specs__music-hero {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 599px) {
  .specs__music-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    aspect-ratio: 4/3;
    min-width: 0;
  }
}
.specs__music-hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .specs__music-hero-image {
    -o-object-position: -50px center;
       object-position: -50px center;
    border-radius: 0;
  }
}
.specs__music-content {
  grid-column: 3/4;
  grid-row: 1/2;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .specs__music-content {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.specs__music-heading {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .specs__music-heading {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}
.specs__music-description {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .specs__music-description {
    font-size: 1.4rem;
  }
}
.specs__music-image {
  width: 47.73%;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  .specs__music-image {
    width: 210px;
    border-radius: 3px;
  }
}
.specs__music-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.specs__music-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .specs__music-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.specs__music-feature {
  color: #fff;
}
.specs__music-feature-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .specs__music-feature-title {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.specs__music-feature-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .specs__music-feature-text {
    font-size: 1.4rem;
  }
}
.specs__music-feature-note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-top: 3px;
}
@media screen and (max-width: 599px) {
  .specs__music-feature-note {
    font-size: 1.2rem;
  }
}

/*************************************************
review
*************************************************/
.review {
  padding: 80px 0 100px;
  background-color: #F8F9FA;
}
@media screen and (max-width: 599px) {
  .review {
    padding: 60px 0;
  }
}
.review__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 599px) {
  .review__container {
    padding: 0 20px;
  }
}
.review__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .review__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.review__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .review__title {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.review__title span {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .review__title span {
    font-size: 1.6rem;
  }
}
.review__description {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.review__item {
  background-color: #fff;
  border-radius: 6px;
  padding: 24px 10px 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
}
.review__item.review__header {
  background-color: transparent;
  box-shadow: none;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 599px) {
  .review__item {
    gap: 15px;
    border-radius: 3px;
    height: auto;
  }
}
.review__image {
  border-radius: 3px;
  overflow: hidden;
  width: 80%;
  min-width: 280px;
  margin: 0 auto;
}
.review__image-main {
  border-radius: 3px;
  aspect-ratio: 16/9;
  min-width: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review__video {
  width: 80%;
  min-width: 280px;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  background-color: #2C3233;
}
@media screen and (max-width: 599px) {
  .review__video {
    width: 100%;
  }
}
.review__video-iframe {
  aspect-ratio: 16/9;
  min-width: 0;
  width: 100%;
  height: 100%;
}
.review__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
@media screen and (max-width: 599px) {
  .review__content {
    gap: 16px;
  }
}
.review__quote {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #2C3233;
  position: relative;
}
@media screen and (max-width: 599px) {
  .review__quote {
    font-size: 2rem;
  }
}
.review__quote .main {
  display: inline-block;
  position: relative;
}
.review__quote .main::before {
  content: "“";
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 6.4rem;
  color: #DEE6E7;
  position: absolute;
  top: -20px;
  left: -40px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .review__quote .main::before {
    font-size: 4.8rem;
    top: -3px;
    left: -15px;
  }
}
.review__quote .main::after {
  content: "”";
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 6.4rem;
  color: #DEE6E7;
  position: absolute;
  bottom: -40px;
  right: -40px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .review__quote .main::after {
    font-size: 4.8rem;
    bottom: -30px;
    right: -30px;
  }
}
.review__quote .sub {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.review__text {
  padding: 0 14px;
}
@media screen and (max-width: 599px) {
  .review__text {
    font-size: 1.4rem;
  }
}
.review__author {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 5px 18px;
  align-items: flex-start;
  padding: 18px;
  margin-top: auto;
  background-color: #F5F5F5;
}
@media screen and (max-width: 599px) {
  .review__author {
    gap: 8px 12px;
    padding: 10px;
  }
}
.review__author-image {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .review__author-image {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 60px;
    height: 60px;
  }
}
.review__author-info {
  grid-column: 2/3;
  grid-row: 1/2;
}
.review__author-name {
  font-size: 1.6rem;
  font-weight: 500;
  color: #5E6C6E;
  margin-bottom: 4px;
}
@media screen and (max-width: 599px) {
  .review__author-name {
    font-size: 1.4rem;
  }
}
.review__author-handle {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #fff;
  display: inline-block;
  background-color: #5E6C6E;
  padding: 0 8px;
}
@media screen and (max-width: 599px) {
  .review__author-handle {
    font-size: 1.2rem;
  }
}
.review__author-handle img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.review__author-bio {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #5E6C6E;
}
@media screen and (max-width: 599px) {
  .review__author-bio {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.review__author-bio a {
  text-decoration: underline;
}
.review__author-bio a:hover {
  color: #1B6066;
}

/*************************************************
scenes
*************************************************/
.scenes {
  padding: 120px 0 150px;
  background-color: #2C3233;
}
@media screen and (max-width: 599px) {
  .scenes {
    padding: 60px 0;
  }
}
.scenes__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 599px) {
  .scenes__container {
    padding: 0;
  }
}
.scenes__title {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .scenes__title {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
}
.scenes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .scenes__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.scenes__item {
  position: relative;
  overflow: hidden;
}
.scenes__image {
  position: relative;
  aspect-ratio: 22/31;
  min-width: 0;
  overflow: hidden;
  background-color: #1a1a1a;
}
@media screen and (max-width: 1024px) {
  .scenes__image {
    aspect-ratio: 3/2;
  }
}
.scenes__image-main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.scenes__label {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 599px) {
  .scenes__label {
    top: 12px;
    left: 12px;
  }
}
.scenes__subtitle {
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 599px) {
  .scenes__subtitle {
    font-size: 2.4rem;
  }
}

/*************************************************
product
*************************************************/
.product {
  padding: 120px 0 80px;
  background-color: #F8F9FA;
}
@media screen and (max-width: 599px) {
  .product {
    padding: 60px 0;
  }
}
.product__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .product__container {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .product__container {
    padding: 0 20px;
  }
}
.product__viewer {
  width: calc(50% - 20px);
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .product__viewer {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .product__viewer {
    flex-direction: column;
    gap: 15px;
  }
}
.product__main {
  flex: 1;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .product__main {
    order: 1;
  }
}
.product__main .swiper-slide .item {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.product__main .swiper-slide .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.product__thumbnails {
  width: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .product__thumbnails {
    width: 100%;
    height: 60px;
    order: 2;
    overflow-x: scroll;
  }
}
.product__thumbnails .swiper-slide {
  height: auto;
}
@media screen and (max-width: 599px) {
  .product__thumbnails .swiper-slide {
    width: 60px;
    height: 60px;
  }
}
.product__thumbnails .swiper-slide .item {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .product__thumbnails .swiper-slide .item {
    width: 60px;
    height: 60px;
  }
}
.product__thumbnails .swiper-slide .item:hover {
  opacity: 1;
}
.product__thumbnails .swiper-slide .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__thumbnails .swiper-slide-thumb-active .item {
  border-color: #5E6C6E;
  opacity: 1;
}
.product__info {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1024px) {
  .product__info {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .product__info {
    display: flex;
    flex-direction: column;
  }
}
.product__title {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .product__title {
    font-size: 3.6rem;
    margin-bottom: 0;
  }
}
.product__price-wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .product__price-wrapper {
    order: 3;
    margin-bottom: 20px;
  }
}
.product__badge {
  display: inline-block;
  background-color: #F78A6D;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .product__badge {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
}
.product__badge--additional {
  background: rgba(53, 192, 204, 0.3);
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 3px 8px;
}
@media screen and (max-width: 599px) {
  .product__badge--additional {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
}
.product__price {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 599px) {
  .product__price {
    flex-direction: column;
    gap: 0;
  }
}
.product__price-original {
  font-size: 1.3rem;
  font-weight: 600;
  color: #5E6C6E;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .product__price-original {
    text-align: center;
  }
}
.product__price-original .tax {
  font-size: 1.1rem;
  font-weight: 400;
}
.product__price-originalvalue {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-decoration: line-through;
}
@media screen and (max-width: 599px) {
  .product__price-originalvalue {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .product__price-arrow {
    transform: rotate(90deg);
  }
}
.product__price-current {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 599px) {
  .product__price-current {
    align-items: center;
  }
}
.product__price-wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.product__price-value {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .product__price-value {
    font-size: 2.8rem;
  }
}
.product__price-tax {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .product__price-tax {
    font-size: 1.2rem;
  }
}
.product__discount {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #FF5122;
}
@media screen and (max-width: 599px) {
  .product__discount {
    font-size: 1.4rem;
  }
}
.product__tabs {
  display: grid;
  grid-template-columns: repeat(4, 90px);
  gap: 10px;
  margin-bottom: 18px;
}
@media screen and (max-width: 599px) {
  .product__tabs {
    order: 1;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
}
.product__tab {
  /* Safari のデフォルトスタイルを完全リセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  aspect-ratio: 2/1;
  min-width: 0;
  max-width: 90px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product__tab::after {
  content: "選択中";
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.product__tab:hover {
  border-color: #CCD9DA;
}
.product__tab[aria-selected=true]::after {
  display: flex;
}
.product__tab img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__frame-name {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #5E6C6E;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .product__frame-name {
    order: 2;
  }
}
@media screen and (max-width: 599px) {
  .product__specs {
    order: 4;
  }
}
.product__specs-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 9px;
  border-bottom: 2px solid rgba(27, 96, 102, 0.5);
}
@media screen and (max-width: 599px) {
  .product__specs-title {
    font-size: 1.4rem;
  }
}
.product__specs-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product__specs-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(27, 96, 102, 0.5);
}
@media screen and (max-width: 599px) {
  .product__specs-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.product__specs-item:last-child {
  border-bottom: none;
}
.product__specs-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 0 12px;
}
@media screen and (max-width: 599px) {
  .product__specs-label {
    font-size: 1.4rem;
  }
}
.product__specs-value {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #5E6C6E;
}
@media screen and (max-width: 599px) {
  .product__specs-value {
    font-size: 1.3rem;
    padding: 0 12px;
  }
}
.product__additional {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 60px;
  background-color: #F8F9FA;
}
@media screen and (max-width: 599px) {
  .product__additional {
    padding: 0 20px;
    margin-top: 40px;
  }
}
.product__additional-container {
  border-radius: 10px;
  border: 1px solid rgba(27, 96, 102, 0.5);
  background-color: #fff;
  padding: 40px 24px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .product__additional-container {
    flex-direction: column;
    padding: 20px 10px;
    gap: 15px;
  }
}
.product__additional-image {
  width: 54.41%;
}
@media screen and (max-width: 599px) {
  .product__additional-image {
    width: 100%;
  }
}
.product__additional-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .product__additional-content {
    width: 100%;
  }
}
.product__additional-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .product__additional-title {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.product__additional-description {
  font-size: 1.6rem;
  font-weight: 600;
  color: #5E6C6E;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .product__additional-description {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.product__additional-notes {
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #5E6C6E;
}
.product__additional-notes p {
  text-indent: -1em;
  padding-left: 1em;
}

/*************************************************
faq
*************************************************/
.faq {
  padding: 100px 0;
  background-color: #EAEDF0;
}
@media screen and (max-width: 599px) {
  .faq {
    padding: 60px 0;
  }
}
.faq__container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 599px) {
  .faq__container {
    padding: 0 20px;
  }
}
.faq__title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .faq__title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.faq__list {
  border-top: 2px solid rgba(27, 96, 102, 0.5);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq__item {
  border-bottom: 1px solid #82A6AB;
}
.faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 12px;
  cursor: pointer;
  list-style: none;
  transition: opacity 0.3s ease;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::marker {
  display: none;
}
.faq__question:hover {
  opacity: 0.7;
}
.faq__question-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-right: 35px;
}
@media screen and (max-width: 599px) {
  .faq__question-text {
    font-size: 1.5rem;
  }
}
.faq__question-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 599px) {
  .faq__question-icon {
    width: 20px;
    height: 20px;
  }
}
.faq__question-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: #1B6066;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 599px) {
  .faq__question-icon::before {
    width: 14px;
  }
}
.faq__question-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: #1B6066;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 599px) {
  .faq__question-icon::after {
    height: 14px;
  }
}
.faq .is-opened .faq__question-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__answer {
  overflow: hidden;
}
.faq__answer-inner {
  padding: 12px 48px 24px 12px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #5E6C6E;
}
@media screen and (max-width: 599px) {
  .faq__answer-inner {
    padding: 0 38px 24px 12px;
    font-size: 1.4rem;
  }
}
.faq__answer-inner p + p {
  margin-top: 2px;
}
.faq__answer-note {
  text-indent: -1em;
  padding-left: 1em;
}
.faq__warranty-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__warranty-term {
  font-size: 1.5rem;
  font-weight: 600;
  color: #5E6C6E;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .faq__warranty-term {
    font-size: 1.4rem;
  }
}
.faq__warranty-desc p + p {
  margin-top: 8px;
}
.faq__warranty-desc ul {
  margin-top: 8px;
  padding-left: 1em;
  list-style: none;
}
.faq__warranty-desc ul li {
  position: relative;
  padding-left: 1em;
}
.faq__warranty-desc ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.faq__warranty-desc ul li + li {
  margin-top: 2px;
}
.faq__email-link {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.faq__email-link:hover {
  opacity: 0.7;
}
.faq__table-wrapper {
  margin-top: 15px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 599px) {
  .faq__table-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 32px 0 16px;
  }
}
.faq__table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .faq__table {
    min-width: 500px;
  }
}
.faq__table thead th {
  padding: 3px 10px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
  color: #5E6C6E;
  border: 1px solid #82A6AB;
}
.faq__table tbody td {
  border: 1px solid #82A6AB;
  padding: 6px 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #5E6C6E;
  vertical-align: middle;
}

/*************************************************
cta
*************************************************/
.cta {
  position: relative;
  height: clamp(500px, 100vh, 780px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .cta {
    height: 90vh;
  }
}
.cta__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.cta__background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 599px) {
  .cta__content {
    padding: 0 20px;
  }
}
.cta__box {
  border-radius: 6px;
  border: 1px solid rgba(94, 108, 110, 0.1);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  padding: 60px;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .cta__box {
    padding: 48px 24px;
  }
}
.cta__logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .cta__logo {
    margin-bottom: 30px;
  }
}
.cta__logo img {
  height: 63px;
  width: auto;
}
@media screen and (max-width: 599px) {
  .cta__logo img {
    height: 48px;
  }
}
.cta__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 30px;
}
.cta__description {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.cta__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 38px;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .cta__button {
    font-size: 1.6rem;
    gap: 8px;
  }
}
.cta__button:hover {
  background-color: #05b04d;
  transform: translateY(-2px);
}
.cta__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.cta__button-icon img {
  width: 30px;
  height: 30px;
}
.cta__button-text {
  line-height: 1;
}/*# sourceMappingURL=style.css.map */