@charset "UTF-8";
/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
/**
/* Font
/* "Noto Sans JP"
/* "Outfit"
/* "Zen Kaku Gothic New"
**/
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
 ******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
 ******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
 ******************************************/
/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  background-color: #0f141c;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
html.no-scroll {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/**
 * Layout
 * ========================== */
/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
.footer {
  padding-top: 60px;
  background-image: url("../../images/top/threeBgSp.webp");
  background-repeat: no-repeat;
  background-position: top -50px right 20px;
  background-size: 400px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
    background-image: url("../../images/top/threeBg.webp");
    background-position: top -60px right -50px;
    background-size: auto;
  }
}
@media (min-width: 1536px) {
  .footer {
    background-position: top -60px right calc((100% - 1200px) / 2 + 180px);
  }
}
.footer .footerContact {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 30px;
  margin: 0 auto;
  color: #ffffff;
  background-image: linear-gradient(
    135deg,
    rgba(230, 205, 0, 0.15),
    rgba(90, 93, 96, 0.15) 25%
  );
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .footer .footerContact {
    padding: 100px 80px;
    border-radius: 15px;
  }
}
.footer .footerContact:after {
  position: absolute;
  right: 17px;
  bottom: 19px;
  display: block;
  width: 17px;
  height: 12px;
  content: "";
  background-image: url("../../images/common/icon-arrowRight.svg");
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .footer .footerContact:after {
    display: none;
  }
}
.footer .footerContact__wrap {
  padding: 0 24px;
}
.footer .footerContact_heading {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .footer .footerContact_heading {
    font-size: 38px;
  }
}
.footer .footerContact_text {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  color: #d3d3d6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .footer .footerContact_text {
    width: 90%;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .footer .footerContact_text {
    width: revert;
  }
}
.footer .footerContact .iconCircleArrow {
  position: absolute;
  top: 50%;
  right: 80px;
  display: none;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .footer .footerContact .iconCircleArrow {
    display: block;
  }
}
.footer .footerContact:hover {
  border-color: white;
}
.footer .footerLogo {
  width: 145px;
  height: 71px;
}
@media (min-width: 768px) {
  .footer .footerLogo {
    width: auto;
    height: auto;
  }
}
.footer .footerLogo:hover {
  opacity: 0.7;
}
.footer .footerNavWrap {
  display: flex;
  gap: 40px;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  margin: 100px auto 0;
}
@media (min-width: 768px) {
  .footer .footerNavWrap {
    align-items: center;
    justify-content: space-between;
  }
}
.footer .footerNavWrap .footerNav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer .footerNavWrap .footerNav {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .footer .footerNavWrap .footerNav {
    flex-direction: row;
    gap: 40px;
  }
}
.footer .footerNavWrap .footerNav_link {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.5;
  color: #d3d3d6;
}
.footer .footerNavWrap .footerNav_link:hover {
  color: #e6cd00;
}
.footer .footerNavWrap .footerNav_link_gray {
  font-size: 14px;
  color: #7b7b81;
}
@media (min-width: 768px) {
  .footer .footerNavWrap .footerNav_link_gray {
    font-size: 12px !important;
  }
}
@media (min-width: 1024px) {
  .footer .footerNavWrap .footerNav_link_gray {
    font-size: 14px;
  }
}
.footer .footerNavWrap .footerNav_link_gray:hover {
  color: #ffffff;
}
.footer .footerNavWrap .footerNav_link_gray:hover::before {
  border-color: #ffffff;
}
.footer .footerNavWrap .footerNav_link_gray::before {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 12px;
  margin-right: 10px;
  content: "";
  border-top: solid 1px #7b7b81;
  transition: all 0.3s ease;
}
.footer .footerNavWrap .footerNav_childList {
  margin-top: 12px;
}
.footer .footerNavWrap .footerNav_childList .footerNav_item ~ .footerNav_item {
  margin-top: 6px;
}
.footer .footerNavWrap .footerNav_subList .footerNav_link_gray::before {
  content: none;
}
.footer .footerNavWrap .footerNav_subList .footerNav_item ~ .footerNav_item {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .footer .footerNavWrap .footerNav_subList .footerNav_item ~ .footerNav_item {
    margin-top: 20px;
  }
}
.footer .footerSnsWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
}
.footer .footerSnsWrap .footerSnsCnt {
  flex: 1;
  border-top: 1px solid #383a3d;
}
@media (min-width: 768px) {
  .footer .footerSnsWrap .footerSnsCnt {
    display: flex;
    justify-content: space-between;
    padding: 45px 50px 45px 60px;
  }
}
.footer .footerSnsWrap .footerSnsCnt .footerSns {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
@media (min-width: 768px) {
  .footer .footerSnsWrap .footerSnsCnt .footerSns {
    padding: 0;
  }
}
.footer .footerSnsWrap .footerSnsCnt .footerSns_link {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  color: #d3d3d6;
}
.footer .footerSnsWrap .footerSnsCnt .footerSns_link:hover {
  color: #e6cd00;
}
.footer .footerSnsWrap .footerSnsCnt .footerSns_cl {
  padding: 35px;
  font-size: 12px;
  color: #7b7b81;
  text-align: center;
  background-color: #000000;
}
@media (min-width: 768px) {
  .footer .footerSnsWrap .footerSnsCnt .footerSns_cl {
    padding: 0;
    text-align: left;
    background-color: transparent;
  }
}

.pagetop {
  display: none;
}
@media (min-width: 768px) {
  .pagetop {
    display: block;
  }
}
.pagetop_link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 115px;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  color: #ffffff;
  background-image: linear-gradient(
    190deg,
    rgba(230, 205, 0, 0.15),
    rgba(90, 93, 96, 0.15) 70%
  );
  border: 1px solid #383a3d;
}
.pagetop_link:hover {
  border-color: #ffffff;
}
.pagetop_text {
  margin: 0;
}

/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
.header {
  view-transition-name: site-header;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  background-color: #000000;
  border-radius: 4px;
  z-index: 20;
}
@media (min-width: 768px) {
  .header {
    top: 30px;
    height: unset;
  }
}
@media (min-width: 1024px) {
  .header {
    left: 30px;
    width: calc(100% - 60px);
    padding: 0px 50px 0px 35px;
  }
}
.header.fixed {
  position: fixed;
  top: 30px;
}
.header .logo {
  display: block;
  padding: 22px 0;
}
@media (min-width: 768px) {
  .header .logo {
    width: unset;
    height: unset;
  }
}
.header .logo:hover {
  opacity: 0.7;
}
.header .logo__img {
  width: 92px;
  height: 30px;
}
@media (min-width: 768px) {
  .header .logo__img {
    width: 116px;
    height: 38px;
  }
}
.header .logo__top {
  display: none;
}
.header .nav {
  display: none;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
}
@media (min-width: 768px) {
  .header .nav {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .header .nav {
    gap: 48px;
  }
}
@media (min-width: 768px) {
  .header .nav__logo {
    display: none;
  }
}
.header .navList {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 1280px) {
  .header .navList {
    gap: 48px;
  }
}
.header .navItem_link {
  display: inline-block;
  padding: 32px 0;
  color: #7b7b81;
  letter-spacing: 0.05em;
}
.header .navItem_link:hover {
  color: #e6cd00;
}
.header .navItem.active .navItem_link {
  padding-bottom: 28px;
  font-weight: bold;
  color: #e6cd00;
  border-bottom: solid 4px #e6cd00;
}
.header .navSub {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (min-width: 1280px) {
  .header .navSub {
    gap: 30px;
  }
}
.header .navLang {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #7b7b81;
}
.header .navLang_link {
  color: #7b7b81;
}
.header .navLang_link:hover {
  color: #ffffff;
}
.header .navLang_link.active {
  color: #ffffff;
}
.header .btnContact {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 20px;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  color: #ffffff;
  border: 1px solid #7b7b81;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .header .btnContact {
    padding: 12px 24px;
  }
}
.header .btnContact:hover {
  border-color: #ffffff;
}
.header .menuBtn {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  padding: 20px;
  text-align: center;
  background-color: #000000;
}
@media (min-width: 768px) {
  .header .menuBtn {
    display: none;
  }
}
.header .menuBtn__line {
  position: relative;
  top: 10px;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.header .menuBtn__line::before,
.header .menuBtn__line::after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.header .menuBtn__line::before {
  top: -5px;
}
.header .menuBtn__line::after {
  bottom: -5px;
}
.header .menuBtn__text {
  position: absolute;
  bottom: 15px;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  color: #ffffff;
}
.header .menuBtn.is_open .menuBtn__line {
  background-color: transparent;
}
.header .menuBtn.is_open .menuBtn__line::before {
  top: 0;
  rotate: 20deg;
}
.header .menuBtn.is_open .menuBtn__line::after {
  bottom: 0;
  rotate: -20deg;
}
.header.is_top {
  view-transition-name: none;
  position: absolute;
  background-color: transparent;
}
.header.is_top .logo__top {
  display: block;
}
.header.is_top .logo__common {
  display: none;
}
.header.is_top .logo__img {
  width: 137px;
  height: 49px;
}
@media (min-width: 768px) {
  .header.is_top .logo__img {
    width: 150px;
    height: 53px;
  }
}
@media (min-width: 1024px) {
  .header.is_top .logo__img {
    width: 218px;
    height: 78px;
  }
}
.header .spMenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  justify-content: center;
  overflow: scroll;
  background-color: #0f141c;
  opacity: 0;
  transition: all 0.3s ease;
}
.header .spMenu.is_open {
  visibility: visible;
  opacity: 1;
}
.header .spMenu__logo {
  width: 171px;
  margin: 100px auto 0;
}
.header .spMenu__logoLink:hover {
  opacity: 0.7;
}
.header .spMenu__list {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  gap: 40px 77px;
  margin: 55px auto 0;
}
.header .spMenu__item:nth-child(2n - 1) {
  text-align: right;
}
.header .spMenu__link {
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  color: #d3d3d6;
}
.header .spMenu__subList {
  margin-top: 16px;
}
.header .spMenu__subLink {
  color: #7b7b81;
}
.header .spMenu__subLink::before {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 12px;
  margin-right: 10px;
  content: "";
  border-top: solid 1px #7b7b81;
  transition: all 0.3s ease;
}
.header .spMenu__subLink + .spMenu__subLink {
  margin-top: 16px;
}
.header .spMenu__contact {
  justify-content: center;
  padding: 22px;
  margin: 70px 20px 0;
  background-image: linear-gradient(
    135deg,
    rgba(230, 205, 0, 0.15),
    rgba(90, 93, 96, 0.15) 30%
  );
}
.header .spMenu .spMenuLang {
  position: absolute;
  top: 33px;
  left: 43px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #7b7b81;
}
.header .spMenu .spMenuLang__link {
  color: #7b7b81;
}
.header .spMenu .spMenuLang__link:hover {
  color: #ffffff;
}
.header .spMenu .spMenuLang__link.active {
  color: #ffffff;
}
.header .spMenu__subMenu {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  color: #7b7b81;
}
.header .spMenu__snsList {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin-top: 30px;
  color: #d3d3d6;
  border-top: 1px solid #383a3d;
}
.header .spMenu__cl {
  padding: 35px;
  font-size: 0.75rem;
  color: #7b7b81;
  text-align: center;
  background-color: #000000;
}

/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
.layout-mission {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .layout-mission {
    margin-top: 12.5rem;
  }
}

.layout-about {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .layout-about {
    margin-top: 14.0625rem;
  }
}

.layout-product {
  padding-top: 1.875rem;
  margin-top: 4.625rem;
}
@media (min-width: 768px) {
  .layout-product {
    padding-top: 0rem;
    margin-top: 8.5625rem;
  }
}

.layout-description {
  margin-top: 4.0625rem;
}
@media (min-width: 768px) {
  .layout-description {
    margin-top: 12.25rem;
  }
}

/**
 * Object
 * ========================== */
/* Component ------------ */
/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
.mission-card {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  width: 100%;
  max-width: 25rem;
}
@media (min-width: 640px) {
  .mission-card {
    max-width: 27.5rem;
  }
}
@media (min-width: 768px) {
  .mission-card {
    gap: 2rem;
    max-width: 32.8125rem;
  }
}

.mission-card__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-card__icon {
  max-width: 5.8125rem;
  aspect-ratio: 93 / 101;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .mission-card__icon {
    max-width: 9.375rem;
    aspect-ratio: 150 / 162;
  }
}

.mission-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-card__text {
  flex: 1;
  margin-top: revert;
}
@media (min-width: 768px) {
  .mission-card__text {
    margin-top: 0.1875rem;
  }
}

.mission-card__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #7b7b81;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .mission-card__title {
    font-size: 2.0625rem;
  }
}

.mission-card__title span {
  color: #ffffff;
}

.mission-card__desc {
  margin-top: 0.4375rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #d3d3d6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .mission-card__desc {
    margin-top: 0.875rem;
    letter-spacing: 0.1em;
  }
}

/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
.sub-title {
  text-align: center;
}
@media (min-width: 1024px) {
  .sub-title {
    text-align: left;
  }
}

.sub-title.sub-title--center {
  text-align: center;
}

.sub-title__en {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7b7b81;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .sub-title__en {
    font-size: 1.0625rem;
  }
}

.sub-title__en.sub-title--center {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .sub-title__en.sub-title--center {
    font-size: 1.125rem;
  }
}

.sub-title__ja {
  margin-top: 0.25rem;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .sub-title__ja {
    margin-top: 0.3125rem;
    font-size: 2.0625rem;
  }
}

.sub-title__ja.sub-title--center {
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .sub-title__ja.sub-title--center {
    margin-top: 0.75rem;
    font-size: 2.5rem;
  }
}

.sub-title__ja span {
  color: transparent;
  background: linear-gradient(82deg, #e6cd00 38.88%, #fc1600 98.35%);
  -webkit-background-clip: text;
  background-clip: text;
}

/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
.product-card {
  display: flex;
  flex-direction: column;
  max-width: 35.625rem;
  height: 100%;
  margin-inline: auto;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0.5rem;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .product-card__body {
    padding: 1.1875rem 2.5rem 1.875rem;
  }
}

.product-card__image {
  max-width: 35.625rem;
  aspect-ratio: 570 / 321;
  margin-inline: auto;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}

.product-card__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0f141c;
  text-align: center;
  letter-spacing: revert;
}
@media (min-width: 768px) {
  .product-card__title {
    min-height: 2.8em;
    font-size: 1.625rem;
  }
}

.product-card__subtitle {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #000000;
  text-align: center;
}

.product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .product-card__tags {
    margin-top: 0.6875rem;
  }
}

.product-card__tag {
  padding: 0.1875rem 0.875rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #000000;
  border: 1px solid #5c5d62;
  border-radius: 1.375rem;
}
@media (min-width: 768px) {
  .product-card__tag {
    padding: 0.375rem 1.375rem;
    font-size: 0.8125rem;
  }
}

.product-card__desc {
  min-height: 8em;
  margin-top: 0.625rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #0f141c;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .product-card__desc {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9375rem;
  }
}

.product-card__partner {
  margin-top: auto;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  color: #0f141c;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .product-card__partner {
    margin-top: auto;
    font-size: 0.9375rem;
  }
}

.product-card__partner span {
  padding-left: 0.375rem;
  font-weight: 400;
}

.product-card__store {
  display: inline-block;
}
.product-card__store img {
  width: 100%;
  height: auto;
}

.product-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding: 0.875rem 0.8125rem 0.9375rem;
  font-size: 0.6875rem;
  color: #000000;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background: rgba(90, 93, 96, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0 0 8px 8px;
}
@media (min-width: 768px) {
  .product-card__links {
    min-height: 4.8125rem;
    padding: 1rem 1.25rem;
    font-size: 0.75rem;
  }
}

.product-card__stores {
  display: flex;
  flex-shrink: 0;
  gap: 0.4375rem;
}

.product-card__store:hover {
  opacity: 0.7;
}

.product-card__store--google img {
  width: auto;
  height: 40px;
}

.product-card__store--apple img {
  width: auto;
  height: 40px;
}

.product-card__link {
  position: relative;
  display: inline-flex;
  gap: 0.8125rem;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f141c;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .product-card__link {
    gap: 0.5rem;
  }
}
.product-card__link::before {
  position: absolute;
  right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #000000;
  content: "";
  background: linear-gradient(-99deg, #fd1101, #e38500, #e6cd00);
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .product-card__link::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.product-card__link::after {
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  color: #000000;
  content: "→";
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .product-card__link::after {
    width: 2rem;
    height: 2rem;
  }
}
.product-card__link:hover::before {
  transform: translateX(0.25rem);
}
.product-card__link:hover::after {
  color: #ffffff;
  background: transparent;
  transform: translateX(0.25rem);
}

/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
.arrow-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50%;
}
.arrow-icon::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: conic-gradient(
    #e6cd00 180deg,
    #fd1101 337deg,
    transparent 10deg,
    transparent 0deg
  );
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side, transparent 92%, black 95%);
  mask: radial-gradient(farthest-side, transparent 92%, black 95%);
  transform: rotate(136deg);
}

/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
.tag {
  position: relative;
  padding: 1px 12px 1px 22px;
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  color: #d3d3d6;
  white-space: nowrap;
  cursor: pointer;
  background: #000000;
  border: 1px solid #5c5d62;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.tag.is_white {
  color: #5d5c62;
  background-color: #ffffff;
  border-color: #d3d3d6;
}
.tag.is_white::before {
  background-color: #5d5c62;
}
.tag::before {
  position: absolute;
  top: 50%;
  left: 12px;
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #d9d9d9;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.tag:not(.no_hover):hover,
.tag.active {
  position: relative;
  color: #0f141c;
  background: #ffffff;
  border-color: #ffffff;
}
.tag:not(.no_hover):hover::before,
.tag.active::before {
  background-color: #e6cd00;
}

.linkCircleIcon {
  display: flex;
  gap: 11px;
  align-items: center;
  font-weight: bold;
  color: #ffffff;
}
.linkCircleIcon:hover {
  color: #e6cd00;
}
.linkCircleIcon.is_black {
  color: #000000;
}
.linkCircleIcon.is_black:hover {
  color: #e6cd00;
}
.linkCircleIcon .hoverCircle {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  animation: circle-out 0.3s forwards;
}
.linkCircleIcon:hover .hoverCircle {
  animation: circle 0.3s forwards;
}
.linkCircleIcon .hoverCircleSmall {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  animation: circle-out 0.3s forwards;
}
.linkCircleIcon:hover .hoverCircleSmall {
  animation: circle 0.3s forwards;
}

@keyframes circle {
  from {
    stroke-dashoffset: 160;
  }
  to {
    stroke-dashoffset: 320;
  }
}
@keyframes circle-out {
  from {
    stroke-dashoffset: 320;
  }
  to {
    stroke-dashoffset: 160;
  }
}
@keyframes circle-small {
  from {
    stroke-dashoffset: 120;
  }
  to {
    stroke-dashoffset: 240;
  }
}
@keyframes circle-small-out {
  from {
    stroke-dashoffset: 240;
  }
  to {
    stroke-dashoffset: 120;
  }
}
/* Project ------------ */
/* Utility ------------ */
/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
.sp-only {
  display: none;
}
@media (max-width: 639px) {
  .sp-only {
    display: block;
  }
}

.md-only {
  display: none;
}
@media (min-width: 768px) {
  .md-only {
    display: block;
  }
}

.lg-only {
  display: none;
}
@media (min-width: 1024px) {
  .lg-only {
    display: block;
  }
}

@media (max-width: 639px) {
  .under-sm-only {
    display: block;
  }
}
@media (min-width: 640px) {
  .under-sm-only {
    display: block;
  }
}
@media (min-width: 768px) {
  .under-sm-only {
    display: none;
  }
}

@media (max-width: 639px) {
  .under-md-only {
    display: block;
  }
}
@media (min-width: 640px) {
  .under-md-only {
    display: block;
  }
}
@media (min-width: 1024px) {
  .under-md-only {
    display: none;
  }
}

@media (max-width: 639px) {
  .over-md-only {
    display: none;
  }
}
@media (min-width: 640px) {
  .over-md-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .over-md-only {
    display: block;
  }
}

@media (max-width: 639px) {
  .over-lg-only {
    display: none;
  }
}
@media (min-width: 640px) {
  .over-lg-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .over-lg-only {
    display: none;
  }
}
@media (min-width: 1024px) {
  .over-lg-only {
    display: block;
  }
}

.d-inline-block {
  display: inline-block;
}

/**
 * Pages
 * ========================== */
/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
.section-heading {
  margin-block: 0;
}
.section-heading__en {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #7b7b81;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (max-width: 639px) {
  .section-heading__en {
    font-size: 0.875rem;
    letter-spacing: 0.03em;
  }
}
.section-heading__ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (max-width: 639px) {
  .section-heading__ja {
    margin-top: 12px;
    font-size: 1.5625rem;
    line-height: 1.3;
  }
}

/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
/*
* ----------
* company-profile
* ----------
*/
.company-profile {
  padding-block: 65px;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .company-profile {
    padding-block: 120px 65px;
  }
}
.company-profile__container {
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 639px) {
  .company-profile__container {
    width: 88%;
    min-width: 352px;
    margin-inline: auto;
  }
}
@media (max-width: 639px) {
  .company-profile .section-heading__en {
    text-align: left;
  }
}
@media (max-width: 639px) {
  .company-profile .section-heading__ja {
    text-align: left;
  }
}
.company-profile__list {
  display: grid;
  grid-template-columns: max-content 1fr;
  margin-top: 40px;
}
@media (max-width: 639px) {
  .company-profile__list {
    display: block;
    margin-top: 24px;
  }
}
.company-profile__item-title {
  /* 幅を固定したい場合は下記を使う */
  width: 200px;
  padding: 20px 16px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f141c;
  border-bottom: 1px solid #d3d3d6;
}
@media (max-width: 639px) {
  .company-profile__item-title {
    padding: 16px 8px 0;
    border-bottom: none;
  }
}
.company-profile__item-text {
  padding: 20px 16px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0f141c;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #d3d3d6;
  /* 自動的に横に並び、折り返しも対応 */
}
@media (max-width: 639px) {
  .company-profile__item-text {
    padding: 3px 8px 16px;
  }
}

.company-profile {
  padding-top: 65px;
  margin-top: 65px;
  background-color: transparent;
}
.company-profile__item-title,
.company-profile__item-text {
  color: #ffffff;
}

.section-heading__ja {
  color: #ffffff;
}

.frontpage {
  background-image:
    url(../../images/top/bg03.jpg), url(../../images/top/bg04.jpg);
  background-repeat: no-repeat;
  background-position:
    top -80px left -45px,
    top 1590px left 0;
  background-size: 787px;
}
@media (min-width: 768px) {
  .frontpage {
    background-position:
      top -80px left -45px,
      top 1250px right -277px;
    background-size: 887px, 1462px;
  }
}

.bg01 {
  position: absolute;
  top: -80px;
  left: -45px;
  z-index: -1;
  width: 887px;
  height: 597px;
}

.bg02 {
  position: absolute;
  top: 700px;
  right: -277px;
  z-index: -1;
  width: 1462px;
  height: 865px;
}

.mv {
  padding-top: 420px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mv {
    padding-top: 270px;
    overflow: visible;
  }
}
.mv__catch {
  position: relative;
  z-index: 0;
  margin-left: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5625rem;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .mv__catch {
    margin-left: 140px;
    font-size: 5rem;
  }
}
.mv__content {
  position: relative;
  z-index: 1;
}

.mvBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .mvBg {
    top: 180px;
    right: 100px;
    left: unset;
    width: auto;
  }
}
.mvBg__inner {
  position: relative;
  max-height: 730px;
}
@media (min-width: 768px) {
  .mvBg__inner {
    max-height: unset;
  }
}
.mvBg__imgWrap {
  width: 100%;
  height: auto;
  aspect-ratio: 400 / 730;
}
@media (min-width: 768px) {
  .mvBg__imgWrap {
    width: 525px;
    height: 758px;
    aspect-ratio: unset;
    overflow: hidden;
    border-radius: 8px;
  }
}
.mvBg__imgWrap::before {
  position: absolute;
  top: -50px;
  left: -175px;
  z-index: 1;
  width: 263px;
  height: 283px;
  background-image: url("../../images/top/bg01.png");
}
@media (min-width: 768px) {
  .mvBg__imgWrap::before {
    content: "";
  }
}
.mvBg__imgWrap::after {
  position: absolute;
  right: -67px;
  bottom: -60px;
  z-index: 1;
  width: 130px;
  height: 130px;
  background-image: url("../../images/top/bg02.png");
}
@media (min-width: 768px) {
  .mvBg__imgWrap::after {
    content: "";
  }
}
.mvBg__img {
  width: 100%;
  object-fit: contain;
  object-position: top;
  filter: brightness(0.7);
}
@media (min-width: 768px) {
  .mvBg__img {
    height: 100%;
  }
}
.mvBg__lead {
  position: absolute;
  top: 250px;
  right: 15px;
  color: #e6cd00;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .mvBg__lead {
    top: 0;
    right: -40px;
  }
}

.topTopics {
  max-width: 864px;
  padding: 16px 20px 53px;
  margin-top: 30px;
  margin-left: 24px;
  background-color: rgba(22, 27, 34, 0.8);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-radius: 8px 0 0 8px;
  backdrop-filter: blur(12px);
}
@media (min-width: 768px) {
  .topTopics {
    width: 100%;
    padding: 40px;
    margin-top: 120px;
    margin-left: 0;
    background-color: rgba(90, 93, 96, 0.15);
    border-color: rgba(255, 255, 255, 0.15);
    border-radius: 0 8px 8px 0;
    backdrop-filter: unset;
  }
}
.topTopics .splide__track {
  width: 100%;
}
.topTopics .splide__arrows {
  position: absolute;
  top: -25px;
  right: 0;
  width: 110px;
}
.topTopics .splide__arrow svg {
  display: none;
}
.topTopics .splide__arrow--prev,
.topTopics .splide__arrow--next {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.topTopics .splide__arrow--prev:hover,
.topTopics .splide__arrow--next:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.topTopics .splide__arrow--prev {
  left: 0;
  background-image: url("../../images/common/icon-arrowLeft.svg");
}
.topTopics .splide__arrow--prev:hover {
  background-color: transparent;
}
.topTopics .splide__arrow--next {
  right: 0;
  background-image: url("../../images/common/icon-arrowRight.svg");
}
.topTopics .splide__arrow--next:hover {
  background-color: transparent;
}
.topTopics__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topTopics__heading {
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  color: #d3d3d6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .topTopics__heading {
    font-size: 1.5rem;
  }
}
.topTopics__moreLink {
  position: absolute;
  right: 24px;
  bottom: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: bold;
  font-optical-sizing: auto;
  color: #ffffff;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .topTopics__moreLink {
    position: unset;
  }
}
.topTopics__page {
  margin-right: 30px;
  font-family: "Outfit", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  color: #7b7b81;
  letter-spacing: 0.35em;
}
@media (min-width: 768px) {
  .topTopics__page {
    display: none;
  }
}
.topTopics__list {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .topTopics__list {
    margin-top: 20px;
  }
}
.topTopics__article {
  display: flex;
  gap: 15px;
  align-items: start;
  justify-content: start;
}
.topTopics .article__imgWrap {
  flex-shrink: 0;
  width: 130px;
  height: 85px;
  overflow: hidden;
  border-radius: 2px;
}
.topTopics .article__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.topTopics .article__header {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 7px;
  align-items: center;
}
.topTopics .article__date {
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  color: #7b7b81;
}
@media (min-width: 768px) {
  .topTopics .article__date {
    font-size: 0.8125rem;
  }
}
.topTopics .article__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 85px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  font-size: 0.875rem;
  color: #ffffff;
  transition: all 0.3s ease;
}
.topTopics .article:hover .article__text {
  color: #7b7b81;
}
.topTopics .article:hover .article__img {
  transform: scale(1.1);
}

.topStory {
  max-width: 1200px;
  padding: 0 24px;
  margin: 86px auto 0;
}
@media (min-width: 768px) {
  .topStory {
    margin: 100px auto 0;
  }
}
.topStory__inner {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .topStory__inner {
    display: flex;
    gap: 24px;
    align-items: start;
    justify-content: space-between;
    max-width: unset;
  }
}
.topStory__heading {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.8;
  color: #ffffff;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .topStory__heading {
    font-size: 1.875rem;
  }
}
@media (min-width: 1280px) {
  .topStory__heading {
    font-size: 2.3125rem;
  }
}
.topStory__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
}
@media (min-width: 768px) {
  .topStory__text {
    gap: 32px;
    margin-top: 0;
    font-size: 1.375rem;
  }
}
.topStory__link {
  justify-content: start;
  font-size: 14px;
}

.topThree {
  padding: 88px 24px 0;
  background-image: url("../../images/top/threeBgSp.svg");
  background-repeat: no-repeat;
  background-position: top -50px right 0;
  background-size: 400px;
}
@media (min-width: 768px) {
  .topThree {
    padding: 170px 24px 0;
  }
}
@media (min-width: 1024px) {
  .topThree {
    background-image: url("../../images/top/threeBg.svg");
    background-position: top 0px right calc((100% - 1200px) / 2 + 210px);
    background-size: auto;
  }
}
.topThree__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .topThree__inner {
    flex-direction: row;
    gap: 10px;
  }
}
.topThree__textWrap {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 768px) {
  .topThree__textWrap {
    gap: 23px;
  }
}
@media (min-width: 1024px) {
  .topThree__textWrap {
    max-width: 290px;
  }
}
.topThree__heading {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .topThree__heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .topThree__heading {
    text-align: left;
  }
}
.topThree__text {
  line-height: 1.9;
  color: #d3d3d6;
  letter-spacing: 0.03em;
}
.topThree__link {
  align-self: center;
}
@media (min-width: 1024px) {
  .topThree__link {
    align-self: end;
  }
}
.topThree__figure {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .topThree__figure {
    justify-content: end;
  }
}

.topProduct {
  z-index: 0;
  margin-top: 90px;
  background-image: url("../../images/top/bg05.png");
  background-repeat: no-repeat;
  background-position: top -120px left -520px;
  background-size: 700px;
}
@media (min-width: 768px) {
  .topProduct {
    padding-top: 115px;
    margin-top: 90px;
    background-image:
      url("../../images/top/bg05.png"), url("../../images/top/bg05.png");
    background-position:
      top 0 right calc(50% + 630px),
      bottom -70px left calc(50% + 630px);
    background-size: 890px;
  }
}
.topProduct__heading {
  margin-top: 4px;
  font-size: 1.5625rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .topProduct__heading {
    margin-top: 18px;
  }
}
@media (min-width: 1024px) {
  .topProduct__heading {
    font-size: 2.5rem;
  }
}
.topProduct__heading__color {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(80deg, #e6cd00 35%, #fc1600);
  -webkit-background-clip: text;
  background-clip: text;
}
.topProduct__headingSub {
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  color: #7b7b81;
  text-align: center;
}
@media (min-width: 768px) {
  .topProduct__headingSub {
    font-size: 1.125rem;
  }
}
.topProduct__headingText {
  margin-top: 18px;
  font-size: 0.8125rem;
  color: #d3d3d6;
  text-align: center;
}
@media (min-width: 768px) {
  .topProduct__headingText {
    font-size: 0.9375rem;
  }
}
.topProduct__slide.is_main {
  margin-top: 44px;
}
.topProduct__slide.is_main .splide__track {
  padding-bottom: 100px;
}
.topProduct__slide.is_main .splide__slide {
  width: 100%;
  max-width: 872px;
  border-radius: 8px;
  opacity: 0.4;
  transform-origin: center top;
  translate: 0 15%;
  transition: all 0.3s ease;
}
.topProduct__slide.is_main .splide__slide img {
  scale: 0.9;
  transition: all 0.3s ease;
}
.topProduct__slide.is_main .splide__slide.is-prev img {
  rotate: -6deg;
}
.topProduct__slide.is_main .splide__slide.is-next img {
  rotate: 6deg;
}
.topProduct__slide.is_main .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
  translate: 0;
}
.topProduct__slide.is_main .splide__slide.is-active img {
  scale: 1;
}
.topProduct__slide.is_main .splide__arrow svg {
  display: none;
}
.topProduct__slide.is_main .splide__arrow--prev,
.topProduct__slide.is_main .splide__arrow--next {
  top: 40%;
  width: 36px;
  height: 36px;
  background-color: rgba(121, 121, 121, 0.8);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .topProduct__slide.is_main .splide__arrow--prev,
  .topProduct__slide.is_main .splide__arrow--next {
    width: 64px;
    height: 64px;
  }
}
.topProduct__slide.is_main .splide__arrow--prev:hover,
.topProduct__slide.is_main .splide__arrow--next:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.topProduct__slide.is_main .splide__arrow--prev {
  left: 20px;
  background-image: url("../../images/common/icon-arrowLeft.svg");
}
@media (min-width: 1024px) {
  .topProduct__slide.is_main .splide__arrow--prev {
    left: calc((100% - 1000px) / 2);
  }
}
.topProduct__slide.is_main .splide__arrow--prev:hover {
  background-image: url("../../images/common/icon-arrowLeft-black.svg");
}
.topProduct__slide.is_main .splide__arrow--next {
  right: 20px;
  background-image: url("../../images/common/icon-arrowRight.svg");
}
@media (min-width: 1024px) {
  .topProduct__slide.is_main .splide__arrow--next {
    right: calc((100% - 1000px) / 2);
  }
}
.topProduct__slide.is_main .splide__arrow--next:hover {
  background-image: url("../../images/common/icon-arrowRight-black.svg");
}
.topProduct__slide.is_thumb {
  margin-top: -80px;
}
.topProduct__slide.is_thumb .splide__list {
  justify-content: center;
}
.topProduct__slide.is_thumb .splide__slide {
  opacity: 0.3;
  transition: all 0.3s ease;
}
.topProduct__slide.is_thumb .splide__slide.is-active {
  border: none !important;
  opacity: 1;
}
.topProduct__slide.is_content .splide__slide .slideContent {
  max-width: 852px;
  margin: 19px auto 0;
}
@media (min-width: 768px) {
  .topProduct__slide.is_content .splide__slide .slideContent {
    margin: 30px auto 0;
  }
}
.topProduct__slide.is_content .splide__slide .slideContent__heading {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .topProduct__slide.is_content .splide__slide .slideContent__heading {
    font-size: 1.875rem;
  }
}
.topProduct__slide.is_content .splide__slide .slideContent__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .topProduct__slide.is_content .splide__slide .slideContent__tags {
    gap: 12px;
    margin-top: 32px;
  }
}
.topProduct__slide.is_content .splide__slide .slideContent__tagsItem {
  padding: 3px 15px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #d3d3d6;
  border: 1px solid #5c5d62;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .topProduct__slide.is_content .splide__slide .slideContent__tagsItem {
    padding: 6px 22px;
    font-size: 0.8125rem;
  }
}
.topProduct__slide.is_content .splide__slide .slideContent__desc {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #d3d3d6;
}
@media (min-width: 768px) {
  .topProduct__slide.is_content .splide__slide .slideContent__desc {
    margin-top: 16px;
    font-size: 0.9375rem;
  }
}
.topProduct__slide.is_content .splide__slide .slideContent__partner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
  font-size: 0.875rem;
  color: #d3d3d6;
  text-align: center;
}
@media (min-width: 768px) {
  .topProduct__slide.is_content .splide__slide .slideContent__partner {
    margin-top: 16px;
    font-size: 0.9375rem;
  }
}
.topProduct__slide.is_content .splide__slide .slideContent__partner-term {
  flex-shrink: 0;
}
.topProduct__slide.is_content .splide__slide .slideContent__partner-data {
  text-align: left;
}
.topProduct__slide.is_content .splide__slide .slideContent__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 17px 15px 21px;
  margin-top: 16px;
  background-color: rgba(90, 93, 96, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.topProduct__slide.is_content .splide__slide .slideContent__footer--right {
  justify-content: flex-end;
}
.topProduct__slide.is_content .splide__slide .slideContent__apps {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.topProduct__slide.is_content .splide__slide .slideContent__appsGoogle:hover,
.topProduct__slide.is_content .splide__slide .slideContent__appsApple:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .topProduct__slide.is_content .splide__slide .slideContent__appsGoogle,
  .topProduct__slide.is_content .splide__slide .slideContent__appsApple {
    width: auto;
  }
}
.topProduct__slide.is_content .splide__slide .slideContent__appsGoogle {
  width: 108px;
}
.topProduct__slide.is_content .splide__slide .slideContent__appsApple {
  width: 87px;
}
.topProduct__slide.is_content .splide__slide .slideContent__link {
  padding: 9px 15px;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #ffffff;
  border: solid 1px #5c5d62;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .topProduct__slide.is_content .splide__slide .slideContent__link {
    padding: 12px 24px;
    font-size: 0.875rem;
  }
}
.topProduct__slide.is_content .splide__slide .slideContent__link:hover {
  border-color: #ffffff;
}
.topProduct__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.topMember {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0;
  margin-top: 160px;
  background: linear-gradient(to bottom, #ffffff 65%, #0f141c 65%);
}
@media (min-width: 768px) {
  .topMember {
    padding-top: 80px;
  }
}
.topMember__header {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .topMember__header {
    justify-content: space-between;
  }
}
.topMember__headingSub {
  font-size: 0.875rem;
  color: #7b7b81;
  text-align: center;
}
@media (min-width: 768px) {
  .topMember__headingSub {
    font-size: 1.125rem;
    text-align: left;
  }
}
.topMember__heading {
  margin-top: 16px;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .topMember__heading {
    font-size: 1.875rem;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .topMember__heading {
    font-size: 2.5rem;
  }
}
.topMember__heading--color {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(80deg, #e6cd00 35%, #fc1600);
  -webkit-background-clip: text;
  background-clip: text;
}
.topMember__spMore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .topMember__spMore {
    display: none;
  }
}
.topMember__slide {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .topMember__slide {
    margin-top: 40px;
  }
}
.topMember .topMemberCard {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 240px;
}
@media (min-width: 768px) {
  .topMember .topMemberCard {
    width: 330px;
    height: 400px;
  }
}
.topMember .topMemberCard__imgWrap {
  overflow: hidden;
}
.topMember .topMemberCard__img {
  border-radius: 4px;
  scale: 1;
  transition: all 0.3s ease;
}
.topMember .topMemberCard:hover .topMemberCard__img {
  scale: 1.1;
}
.topMember .topMemberCard__info {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 18px 25px;
  margin-right: -20px;
  margin-bottom: -20px;
  background-color: rgba(15, 20, 28, 0.85);
  border-radius: 4px;
  backdrop-filter: blur(8px);
}
@media (min-width: 768px) {
  .topMember .topMemberCard__info {
    padding: 23px 32px;
  }
}
.topMember .topMemberCard__position {
  font-size: 0.8125rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .topMember .topMemberCard__position {
    font-size: 0.875rem;
  }
}
.topMember .topMemberCard__name {
  font-size: 1.0625rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .topMember .topMemberCard__name {
    font-size: 1.25rem;
  }
}
.topMember .topMemberCard__romanized {
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  font-optical-sizing: auto;
  color: #929292;
}
@media (min-width: 768px) {
  .topMember .topMemberCard__romanized {
    font-size: 0.875rem;
  }
}

.topNews {
  padding: 0 24px 110px;
  margin-top: 70px;
}
@media (min-width: 768px) {
  .topNews {
    padding: 0 24px 40px;
    margin-top: 190px;
  }
}
.topNews__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .topNews__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .topNews__inner {
    gap: 100px;
  }
}
.topNews__header {
  flex-shrink: 0;
}
.topNews__headingSub {
  font-family: "Outfit", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: medium;
  font-optical-sizing: auto;
  color: #7b7b81;
  text-align: center;
}
@media (min-width: 768px) {
  .topNews__headingSub {
    text-align: left;
  }
}
.topNews__heading {
  font-size: 2.0625rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .topNews__heading {
    text-align: left;
  }
}
.topNews__tagList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  align-items: start;
  justify-content: center;
  margin-top: 17px;
}
@media (min-width: 768px) {
  .topNews__tagList {
    flex-direction: column;
    margin-top: 60px;
  }
}
.topNews__more {
  display: none;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .topNews__more {
    display: flex;
  }
}
.topNews__spMore {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.topNews__newsListWrap {
  position: relative;
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .topNews__newsListWrap {
    margin-top: 0;
  }
}
.topNews__newsListWrap::after {
  position: absolute;
  top: 580px;
  left: -5px;
  width: calc(100% + 10px);
  height: 150px;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, transparent, #0f141c 65%);
}
.topNews__newsList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 700px;
  padding-bottom: 100px;
  overflow-y: scroll;
}
.topNews__newsImgWrap {
  flex-shrink: 0;
  overflow: hidden;
}
.topNews__newsImg {
  width: 96px;
  height: 63px;
  object-fit: cover;
  scale: 1;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .topNews__newsImg {
    width: 130px;
    height: 85px;
  }
}
.topNews__newsLink {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 16px;
  background-color: transparent;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .topNews__newsLink {
    gap: 20px;
    padding: 20px 24px;
  }
}
.topNews__newsLink::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #e6cd00 0%, #e38500 50%, #fd1101 100%);
  border-radius: 6px;
  transition: all 0.3s ease;
}
.topNews__newsLink::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.topNews__newsLink:hover::after {
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.topNews__newsLink:hover .topNews__newsImg {
  scale: 1.1;
}
.topNews__newsHeader {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  align-items: center;
  justify-content: start;
}
.topNews__newsTime {
  font-family: "Outfit", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: medium;
  font-optical-sizing: auto;
  color: #7b7b81;
}
.topNews__newsTag {
  font-size: 0.875rem;
}
.topNews__newsText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0f141c;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .topNews__newsText {
    font-size: 0.9375rem;
  }
}

.topPartner {
  padding: 35px 20px 55px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .topPartner {
    padding: 70px 20px 90px;
  }
}
.topPartner__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.topPartner__header {
  text-align: center;
}
.topPartner__headingSub {
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: medium;
  font-optical-sizing: auto;
  color: #0f141c;
  text-align: center;
}
@media (min-width: 768px) {
  .topPartner__headingSub {
    font-size: 1.0625rem;
  }
}
.topPartner__heading {
  font-size: 1.5625rem;
  font-weight: bold;
  color: #0f141c;
}
@media (min-width: 768px) {
  .topPartner__heading {
    font-size: 2.0625rem;
  }
}
.topPartner__imgListWrap {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}
.topPartner__imgList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .topPartner__imgList {
    justify-content: center;
  }
}
.topPartner__imgItem {
  width: auto;
}

.en .mv__catch {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
}

/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
/**
 * Layout
 * ========================== */
/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
main {
  background-image: url(../../images/common/bg04.jpg);
  background-repeat: no-repeat;
  background-position: top -18px left calc(50% + 107px);
  background-size: 507px;
}
@media (min-width: 768px) {
  main {
    background-position: top -110px right calc(50% - 323px);
    background-size: 1462px;
  }
}

.title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 639px) {
  .title-wrapper {
    height: 276px;
    padding-top: 128px;
  }
}
@media (min-width: 640px) {
  .title-wrapper {
    height: 333px;
    padding-top: 128px;
  }
}
@media (min-width: 768px) {
  .title-wrapper {
    height: 500px;
    padding-top: 240px;
  }
}
@media (min-width: 1024px) {
  .title-wrapper {
    height: 650px;
    padding-top: 266px;
  }
}
.title-wrapper::before {
  position: absolute;
  top: 0;
  content: "";
}

.page-title {
  display: grid;
  place-items: center;
  height: 128px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  -webkit-text-fill-color: transparent;
  text-align: center;
  letter-spacing: 0.1em;
  background: linear-gradient(-93deg, #fd1010 0%, #ec6d00 100%);
  -webkit-background-clip: text;
}
@media (max-width: 639px) {
  .page-title {
    height: 64px;
    font-size: 2.5rem;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(-96deg, #fd1010 0%, #edc600 100%);
    background-position: 40% center;
    -webkit-background-clip: text;
    background-size: 200%;
  }
}
@media (min-width: 640px) {
  .page-title {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .page-title {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-title {
    font-size: 5rem;
  }
}

.page-title--company {
  background-position: 20% center; /* 50〜70%の中心に当たるように設定（=60%） */
  background-size: 200%; /* 50〜70%の中心に当たるように設定（=60%） */
}

.ja .page-title--page {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
}

/**
 * Foundation
 * ==========================
 * 読み込み順の制御のためglob使わない
 */
@media (min-width: 1024px) {
  .breadcrumb {
    max-width: 1000px;
  }
}

.breadcrumb__list {
  display: flex;
  gap: 16px;
  padding: 0 16px;
  margin: 0;
  overflow: hidden;
  list-style: none;
  border-radius: 16px;
}

.breadcrumb__item {
  display: flex;
  flex-shrink: 0; /* 基本的には項目は縮小しない */
  align-items: center;
  white-space: nowrap; /* 基本的には項目は縮小しない */
}

/* 最後の項目だけ省略可能にする */
.breadcrumb__item:last-child {
  flex: 1 1 0;
  min-width: 0; /* 重要！ */
  overflow: hidden;
}

.breadcrumb__item:last-child {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb__item,
.breadcrumb__link {
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #d3d3d6;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.breadcrumb__link:hover {
  color: #e6cd00;
}

.breadcrumb__item + .breadcrumb__item::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 16px;
  vertical-align: -2px;
  content: "";
  background-image: url("../../images/common/icon_chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 639px) {
  .breadcrumb__item + .breadcrumb__item::before {
    width: 10px;
    height: 10px;
    vertical-align: -1px;
  }
}

body {
  background-color: transparent;
}

.title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 276px;
  padding-top: 36px;
}
@media (min-width: 768px) {
  .title-wrapper {
    height: 650px;
  }
}
.title-wrapper::before {
  position: absolute;
  top: 0;
  content: "";
}

.page-title {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  position: relative;
  z-index: 1;
}
@media (max-width: 639px) {
  .breadcrumb {
    margin-top: 8px;
  }
}

.title__background {
  position: absolute;
  top: 0;
  right: 0;
}

.philosophy__inner {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  align-items: center;
  max-width: 77.1875rem;
  padding-inline: 1.5rem;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .philosophy__inner {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 768px) {
  .philosophy__inner {
    gap: 6.5625rem;
    align-items: center;
    padding-inline: 1.5625rem;
  }
}

.philosophy__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.9375rem;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 768px) {
  .philosophy__content {
    gap: 1.875rem;
  }
}

.philosophy__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  padding: 8px 6px 4px 6px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, #eaac00 -10.45%, #fd1101 54.86%);
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .philosophy__lead {
    width: 3.375rem;
    padding: 19px 10px 5px 9px;
    font-size: 2.3125rem;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 768px) {
  .philosophy__lead + .philosophy__lead {
    margin-top: revert;
  }
}

.philosophy__lead:nth-child(4) {
  margin-right: 1.875rem;
}
@media (min-width: 768px) {
  .philosophy__lead:nth-child(4) {
    margin-right: 1.875rem;
  }
}

.philosophy__text-content {
  width: initial;
  margin-top: 1.75rem;
  font-size: 0.875rem;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .philosophy__text-content {
    width: 100%;
    margin-top: revert;
    font-size: 0.8125rem;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .philosophy__text-content {
    align-self: center;
  }
}

.philosophy__text {
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (max-width: 639px) {
  .philosophy__text {
    letter-spacing: 0.01em;
  }
}
@media (min-width: 768px) {
  .philosophy__text {
    margin-top: -0.625rem;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.philosophy__text strong {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .philosophy__text strong {
    font-size: 2rem;
  }
}

.philosophy__text + .philosophy__text {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .philosophy__text + .philosophy__text {
    margin-top: 1.9375rem;
  }
}

.mission__inner {
  padding-inline: 1rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .mission__inner {
    padding-inline: 4.375rem;
  }
}

.mission-content {
  position: relative;
  max-width: 97.5rem;
  padding: 3.75rem 1rem 3.625rem;
  margin-inline: auto;
  background-color: #000000;
  border-radius: 1rem;
}
.mission-content::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  content: "";
  background: linear-gradient(to right, rgb(112, 102, 15), rgb(143, 9, 0));
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .mission-content {
    padding: 7.0625rem 3.75rem 6.25rem;
  }
}
@media (min-width: 1280px) {
  .mission-content {
    padding: 7.0625rem 7.8125rem 6.25rem;
  }
}

.mission__overview {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
@media (max-width: 639px) {
  .mission__overview {
    gap: 0.75rem;
  }
}
@media (min-width: 640px) {
  .mission__overview {
    gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .mission__overview {
    gap: 5%;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .mission__overview {
    flex-direction: row;
    gap: 11%;
  }
}

.mission__heading {
  text-align: center;
}

.mission__lead {
  position: absolute;
  top: -2.6%;
  right: 0;
  left: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: center;
  letter-spacing: 0.1em;
  background: linear-gradient(
    93deg,
    #e6cd00 -38.66%,
    #cde600 -38.65%,
    #e38500 28.41%,
    #fd1101 108.18%
  );
  -webkit-background-clip: text;
  writing-mode: normal;
}
@media (min-width: 768px) {
  .mission__lead {
    top: 1%;
    right: revert;
    left: -3.125rem;
    font-size: 1.125rem;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.02em;
    background: linear-gradient(
      #e6cd00 -38.66%,
      #cde600 -38.65%,
      #e38500 28.41%,
      #fd1101 108.18%
    );
    -webkit-background-clip: text;
    writing-mode: vertical-rl;
    transform: translateY(0);
  }
}

.mission__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .mission__title {
    max-width: 40.625rem;
    font-size: 2.3125rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
}

.mission__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #d3d3d6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .mission__text {
    max-width: 31.25rem;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: revert;
  }
}

.mission__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.125rem 2rem;
  justify-items: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .mission__cards {
    gap: 3.0625rem 2.5rem;
    margin-top: 11.25rem;
  }
}
@media (min-width: 1280px) {
  .mission__cards {
    grid-template-columns: repeat(auto-fit, minmax(28.125rem, 1fr));
    justify-items: center;
  }
}
@media (min-width: 1536px) {
  .mission__cards {
    justify-items: stretch;
  }
}

.about {
  position: relative;
}

.about__inner {
  display: grid;
  max-width: 78.125rem;
  padding-inline: 1.5625rem;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .about__inner {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}
@media (min-width: 1280px) {
  .about__inner {
    gap: 2.5rem;
  }
}

.about {
  position: relative;
}
.about::after {
  position: absolute;
  top: 29%;
  right: 0;
  z-index: -2;
  width: 21.5625rem;
  height: 17.9375rem;
  pointer-events: none;
  content: "";
  background-image: url("../../images/story/image_about-decoration.webp");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .about::after {
    top: initial;
    right: 0;
    bottom: -18%;
    width: 59.125rem;
    height: 49.25rem;
  }
}

.about__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .about__title {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    align-self: end;
    font-size: 2rem;
  }
}

.about__label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  color: #7b7b81;
  letter-spacing: 0.1em;
}

.about__image {
  max-width: 19.375rem;
  margin-inline: auto;
  margin-top: 2.3125rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .about__image {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    max-width: 34.3125rem;
    margin-top: revert;
  }
}
@media (min-width: 1536px) {
  .about__image {
    margin-left: -3.125rem;
  }
}
.about__image img {
  width: 100%;
  max-width: 34.3125rem;
  height: auto;
}

.about__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 2.5625rem auto 0;
}
@media (min-width: 1024px) {
  .about__text {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    min-width: 35.625rem;
    margin-top: 0.625rem;
  }
}

.about__paragraph {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #d3d3d6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .about__paragraph {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 639px) {
  .about__paragraph br {
    display: none;
  }
}

.about__paragraph + .about__paragraph {
  margin-top: 0.1875rem;
}
@media (min-width: 768px) {
  .about__paragraph + .about__paragraph {
    margin-top: 1.1875rem;
  }
}

.about__button {
  display: flex;
  justify-content: center;
  max-width: 38.75rem;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .about__button {
    justify-content: flex-start;
    margin-inline: revert;
    margin-top: 1.875rem;
  }
}

.about__link {
  display: inline-flex;
  gap: 0.6875rem;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.about__link:hover {
  color: #e6cd00;
  opacity: 0.8;
}

@media (min-width: 640px) {
  .brand-state {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .brand-state {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  .brand-state {
    padding-top: 128px;
  }
}

/*****************************************
 * 表示・非表示のユーティリティクラス
 ******************************************/
.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: flex;
  }
}

.sp-only {
  display: flex;
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.test {
  color: red;
}

/*# sourceMappingURL=common.css.map */
