:root {
  --custom-gray-color: #656871;
  --campaign-banner-height: 0px;
  --campaign-banner-height-mobile: 0px;
  --coupon_container_width: 270px;
  --coupon_alert_width: 120px;
  --coupon_button_width: 200px;
  --coupon_button_width_mobile: 124px;
}

body {
  margin: calc(var(--campaign-banner-height) + 60px) 0 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #18191C;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  body {
    margin: calc(var(--campaign-banner-height) + 52px) 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: calc(var(--campaign-banner-height-mobile) + 52px) 0 0 0;
  }
}

.breadcrumb-list {
  display: flex;
  gap: 6px;
  padding-top: 24px;
  margin: 0 0 38px 135px;
  font-size: 12px;
  color: #9fa2ad;
  width: calc(100% - 270px);
  font-family: "Noto Sans JP", "source-han-sans-cjk-ja", "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .breadcrumb-list {
    padding-top: 20px;
    margin: 0 0 60px 24px;
    width: calc(100% - 48px);
  }
}
.breadcrumb-list a {
  text-decoration: none;
  color: #9fa2ad;
}
.breadcrumb-list a:hover {
  color: #18191C;
  text-decoration: underline;
}
.breadcrumb-list-text {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .breadcrumb-list-text {
    max-width: 100px;
  }
}
.breadcrumb-list-text:last-child {
  color: #18191C;
}
.breadcrumb-list .separator {
  display: inline-block;
  pointer-events: none;
  cursor: none;
  overflow: hidden;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
  z-index: 10;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  .header-wrapper {
    height: 52px;
  }
}
.header-wrapper-content {
  position: relative;
  top: 0;
  left: 0;
  height: 60px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 992px) {
  .header-wrapper-content {
    height: 52px;
  }
}
.header-wrapper-content .tells-logo {
  height: 51px;
  width: 51px;
}

.header-iframe-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .header-iframe-wrapper {
    height: 52px;
  }
}

.header-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 992px) {
  .header-iframe-wrapper iframe {
    height: 52px;
  }
}

.blog-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  font-weight: 400;
}

.blog-content {
  display: flex;
}

.blog-main {
  width: 100%;
  word-wrap: break-word;
}

.blog-article-inside {
  /* default value */
  /* padding: 76px 24px 24px; */
  padding: 116px 24px 24px;
}
@media screen and (min-width: 800px) {
  .blog-article-inside {
    /* default value */
    /* padding: 120px 60px 60px; */
    padding: 166px 60px 60px;
  }
}
.blog-article-inside * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.blog-article-inside h1 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.blog-article-inside h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.blog-article-inside h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.blog-article-inside p {
  margin: 1em 0;
}
.blog-article-inside ul {
  padding-inline-start: 40px;
  margin: 1em 0;
  list-style: disc;
}
.blog-article-inside ol {
  padding-inline-start: 40px;
  margin: 1em 0;
  list-style: decimal;
}

.page-container {
  padding-bottom: 200px;
  background-color: #F5F5F5;
  font-family: "Noto Sans JP", "source-han-sans-cjk-ja", "Roboto", sans-serif;
  font-weight: 400;
}
.page-container .breadcrumb-list {
  margin: 0 0 30px 135px;
}
@media screen and (max-width: 992px) {
  .page-container .breadcrumb-list {
    padding-top: 20px;
    margin: 0 0 40px 24px;
  }
}

.page-content {
  display: flex;
  justify-content: center;
}
.page-content * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.page-content h1 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.page-content h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.page-content h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.page-content p {
  margin: 1em 0;
}
.page-content ul {
  padding-inline-start: 40px;
  margin: 1em 0;
  list-style: disc;
}
.page-content ol {
  padding-inline-start: 40px;
  margin: 1em 0;
  list-style: decimal;
}

.page-main {
  width: 45%;
  word-wrap: break-word;
  background-color: white;
}
@media screen and (max-width: 992px) {
  .page-main {
    width: 100%;
    margin: 0 12px;
  }
}

.page-article img,
.blog-article img {
  width: 100%;
  height: auto;
}

.page-article-inside,
.blog-article-inside {
  font-family: "Noto Sans JP", "source-han-sans-cjk-ja", "Roboto", sans-serif;
}

.page-article-inside,
.blog-article-inside {
  padding: 12px;
}

.page-article-back,
.blog-article-back {
  font-size: 12px;
  color: inherit;
  text-decoration: none;
}
.page-article-back:hover,
.blog-article-back:hover {
  text-decoration: underline;
}

.page-article-title {
  font-size: 16px !important;
  margin: 24px 0 12px 0 !important;
}

.page-article-date {
  color: var(--custom-gray-color);
  font-size: 12px;
  margin-bottom: 12px;
}

.footer {
  font-family: Noto Sans JP, source-han-sans-cjk-ja, Roboto, sans-serif;
  font-weight: 400;
}
.footer * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.footer .footer__general-info {
  position: relative;
  overflow: hidden;
  color: #18191c;
  font-size: 12px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /* @media screen and (max-width: 767.98px) {
      padding-bottom: 50px;
  } */
}

.footer .footer__container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (width <= 767px) {
  .footer .footer__container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
  }
}
@media screen and (767px <= width <= 992px) {
  .footer .footer__container {
    padding-left: 131px;
    padding-right: 131px;
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .footer .footer__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .footer .footer__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .footer .footer__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer__container {
    max-width: 1140px;
  }
}

.footer .footer-grid-template {
  display: grid;
  /* height: 947px; */
  grid-template-columns: 208px 184px 1fr 1fr 572px;
  grid-template-rows: 60px 60px 60px 410px 0 59px;
}
@media screen and (992px <= width <= 1199px) {
  .footer .footer-grid-template {
    grid-template-columns: 208px 184px 2fr 2fr 460px;
  }
}
@media screen and (width <= 992px) {
  .footer .footer-grid-template {
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(1, 1fr);
    height: unset;
  }
}

.footer .grid-area--tells-logo {
  grid-area: tells-logo;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--tells-logo {
    grid-area: unset;
    grid-column: unset;
    grid-row: unset;
    margin-top: 80px;
    justify-self: center;
    border-right: none;
    min-width: 84px;
  }
}

.footer .grid-area--tells-logo img {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--tells-logo img {
    height: 40px;
  }
}

.footer .grid-area--tells-logo a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

.footer .grid-area--border {
  border-right: 1px solid #a3a396;
  grid-area: tells-logo;
  grid-column: 1/2;
  grid-row: 2/3;
  margin-right: 44px;
}
@media (max-width: 992px) {
  .footer .grid-area--border {
    display: none;
  }
}

.footer .grid-area--tells-message {
  grid-area: tells-message;
  grid-column: 1/3;
  grid-row: 2/3;
  align-self: center;
  padding-left: 200px;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--tells-message {
    grid-area: unset;
    grid-column: unset;
    grid-row: 2;
    justify-self: center;
    align-self: flex-end;
    font-size: 10px;
    opacity: 0.7;
    padding-left: 0;
    text-align: center;
    padding-top: 6vw;
  }
}

.footer .grid-area--contact {
  grid-area: contact;
  grid-column: 5/6;
  grid-row: 2/3;
  justify-self: flex-end;
  text-align: right;
  align-self: center;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--contact {
    grid-area: unset;
    grid-column: unset;
    grid-row: 7;
    justify-self: center;
    text-align: center;
    padding: 25px;
  }
}

.footer .grid-area--contact a {
  text-decoration: none;
  color: #18191c;
}

.footer .grid-area--contact .contact-title {
  opacity: 0.6;
}

.footer .grid-area--contact .contact-hours {
  opacity: 0.6;
  margin: 12px 0 0;
}

.footer .grid-area--other-links {
  grid-area: other-link;
  grid-column: 1/3;
  grid-row: 4/5;
  position: relative;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--other-links {
    grid-area: unset;
    grid-column: unset;
    grid-row: unset;
  }
}

.footer .grid-area--other-links .category-title {
  font-size: 13px;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--other-links .category-title {
    margin-bottom: 25px;
    font-size: 13px;
  }
}

.footer .grid-area--other-links .category-title--buy {
  margin-bottom: unset;
  font-size: 13px;
  font-weight: bold;
}

.footer .grid-area--other-links .experience,
.footer .grid-area--other-links .gift,
.footer .grid-area--other-links .rental,
.footer .grid-area--other-links .participate {
  margin-top: 25px;
}

.footer .grid-area--other-links .gift--url {
  margin-top: unset;
}

.footer .grid-area--other-links .item {
  color: #18191c;
  margin-top: 12px;
}

.footer .grid-area--other-links a {
  text-decoration: none;
  color: #18191c;
}

.footer .grid-area--other-links__2 {
  grid-column: 5/6;
  grid-row: 4/5;
  width: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--other-links__2 {
    grid-area: unset;
    grid-column: unset;
    grid-row: unset;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer .grid-area--other-links__2 a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #18191c;
}

.footer .grid-area--other-links__2 .social-links {
  display: flex;
  gap: 50px;
}
.footer .grid-area--other-links__2 .social-links .social-link {
  display: inline-block;
  cursor: pointer;
}
.footer .grid-area--other-links__2 .social-links .social-link .social-link__icon {
  display: block;
  width: 16px;
  height: 16px;
}

.footer .grid-area--other-links__2 .suspay-logo {
  width: 60px;
  height: 18px;
  margin-right: 8px;
}

.footer .grid-area--other-links__2 .telling-logo {
  width: 60px;
  height: 18px;
  margin-right: 8px;
}

.footer .grid-area--other-links__2 .spin-logo {
  width: 60px;
  height: 30px;
  margin-right: 8px;
}

.footer .grid-area--other-links__2 .vibes-logo {
  width: 60px;
  height: 25px;
  margin-right: 8px;
}

.footer .grid-area--other-links__2 img {
  vertical-align: middle;
  border-style: none;
}

@media screen and (width <= 992px) {
  .footer .grid-area--other-links__2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background-color: #d0d0c0;
    z-index: 1;
  }
}
.footer .grid-area--product-link {
  grid-area: product-link;
  grid-column: 1/5;
  grid-row: 4/5;
  justify-self: center;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--product-link {
    grid-area: unset;
    grid-column: unset;
    grid-row: unset;
    justify-self: flex-start;
    align-self: flex-end;
  }
  .footer .grid-area--product-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background-color: #d0d0c0;
    z-index: 1;
  }
}

.footer .grid-area--product-link a {
  color: #18191c;
  text-decoration: none;
  font-weight: unset;
  margin-top: 25px;
  font-size: 12px;
}

.footer .grid-area--product-link a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footer .grid-area--product-link .third-items {
  margin-top: 12px;
}

.footer .grid-area--product-link .description {
  color: #8d8d8d;
  margin-top: 12px;
}

.footer .grid-area--product-link .site-map {
  margin-top: 34px;
}

.footer .grid-area--product-link .category-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .footer .grid-area--product-link .category-title {
    margin-top: 35px;
    font-size: 13px;
  }
}

.footer .grid-area--language-swicher {
  grid-area: language-swicher;
  grid-column: 5/6;
  grid-row: 4/5;
  justify-self: flex-end;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--language-swicher {
    grid-area: unset;
    grid-column: unset;
    grid-row: 3;
    justify-self: center;
    align-self: flex-end;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.footer .grid-area--newsletter {
  grid-area: newsletter;
  grid-column: 1/6;
  grid-row: 5/7;
  width: 507px;
  justify-self: center;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--newsletter {
    grid-area: unset;
    grid-column: unset;
    grid-row: unset;
    width: 100%;
  }
}

.footer .grid-area--newsletter .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 13px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--newsletter .title {
    font-size: 16px;
  }
}

.footer .grid-area--newsletter .description {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--newsletter .description {
    font-size: 10px;
    text-align: center;
  }
}

.footer .grid-area--newsletter .email-input {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 380px) {
  .footer .grid-area--newsletter .email-input {
    width: 100%;
  }
}

.footer .grid-area--newsletter .email-input .newsletter-subscription__form {
  display: flex;
}

.footer .grid-area--newsletter .email-input .newsletter-subscription__form .newsletter-subscription__form__input {
  border-radius: 24px 0 0 24px;
  width: 234.5px;
  height: 47px;
  font-size: 12px;
  color: #131915;
  letter-spacing: 0;
  padding-left: 27px;
  border: none;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--newsletter .email-input .newsletter-subscription__form .newsletter-subscription__form__input {
    width: 229.5px;
  }
}
@media screen and (max-width: 380px) {
  .footer .grid-area--newsletter .email-input .newsletter-subscription__form .newsletter-subscription__form__input {
    width: unset;
    flex: 1;
  }
}

.footer .grid-area--newsletter .email-input .newsletter-subscription__form .newsletter-subscription__form__input:focus {
  border: none;
  box-shadow: unset;
}

.footer .grid-area--newsletter .email-input .newsletter-subscription__form .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer .grid-area--newsletter .email-input .newsletter-subscription__form .newsletter-subscription__form__submit {
  display: inline-block;
  width: 135.5px;
  height: 47px;
  border: none;
  border-radius: 0 24px 24px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background: #5d7c69 0% 0% no-repeat padding-box;
  -webkit-appearance: none;
  appearance: none;
}

.footer .grid-area--newsletter .email-input .newsletter-subscription__form button:not(:disabled) {
  cursor: pointer;
}

.footer .grid-area--newsletter .email-input .newsletter-subscription__form .input-group-append {
  margin-left: -1px;
}

@media screen and (width <= 992px) {
  .footer .grid-area--newsletter::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background-color: #d0d0c0;
    z-index: 1;
  }
}
.footer .grid-area--all-right-reserved {
  grid-area: all-right-reserved;
  grid-column: 1/6;
  grid-row: 6/7;
  color: #8d8d8d;
  justify-self: center;
}
@media screen and (max-width: 992px) {
  .footer .grid-area--all-right-reserved {
    grid-area: unset;
    grid-column: unset;
    grid-row: unset;
    font-size: 10px;
    padding: 40px 0;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1284px);
  }
}
.campaign-container {
  position: fixed;
  top: 60px;
  left: 0;
  display: none;
  height: 46px;
  width: 100%;
  background-color: #1EAF58;
  cursor: pointer;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 1425px) {
  .campaign-container {
    width: unset;
    overflow: hidden;
    justify-content: left;
  }
}
@media screen and (max-width: 992px) {
  .campaign-container {
    top: 52px;
  }
}
@media screen and (max-width: 768px) {
  .campaign-container {
    height: 40px;
  }
}

.campaign-banner {
  color: #FFF;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1425px) {
  .campaign-banner {
    animation: scroll 40s linear infinite;
    justify-content: left;
    padding-right: 100px;
    flex-shrink: 0;
    padding-left: 200px;
  }
}

.campaign-container .mobile-banner {
  display: none;
}
@media screen and (max-width: 1425px) {
  .campaign-container .mobile-banner {
    display: flex;
  }
}

.campaign-banner .text-one {
  font-size: 14px;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .campaign-banner .text-one {
    font-size: 12px;
  }
}

.campaign-banner .text-two {
  font-size: 16px;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .campaign-banner .text-two {
    font-size: 12px;
  }
}

.campaign-banner .text-margin {
  margin-right: 15px;
}

.campaign-banner .text-bold {
  font-weight: bold;
}

.campaign-banner .image {
  width: auto;
  height: 46px;
  transform: translateY(2px);
  margin: 0 4px;
}
@media screen and (max-width: 768px) {
  .campaign-banner .image {
    height: 40px;
    transform: unset;
  }
}

.page-number-wrapper {
  display: flex;
  justify-content: center;
}
.page-number-wrapper .page-numbers {
  display: flex;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  justify-content: center;
  line-height: 40px;
  margin: 0;
  border: unset;
  box-sizing: initial;
  box-shadow: unset;
  font-size: initial;
  height: unset;
  width: unset;
  min-width: unset;
  transition: unset;
  background-color: transparent;
}
.page-number-wrapper .page-numbers:hover {
  background-color: unset;
  color: unset;
}
.page-number-wrapper a.page-numbers {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  border: none;
  box-shadow: none;
  margin: 0;
  align-items: center;
}
.page-number-wrapper a.page-numbers:hover {
  background-color: #18191C !important;
  color: #fff !important;
  outline: 2px solid #18191C;
  border-radius: 100px;
}
.page-number-wrapper a.dots,
.page-number-wrapper a.prev,
.page-number-wrapper a.next {
  background-color: unset;
  outline: unset;
}
.page-number-wrapper .current {
  background-color: #18191C !important;
  color: #fff !important;
  outline: 2px solid #18191C;
  border-radius: 100px;
  width: 40px;
  box-shadow: none;
}

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

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

.language-switcher {
  position: fixed;
  z-index: 10;
  top: 20px;
  right: 0;
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .language-switcher {
    top: 15px;
  }
}
.language-switcher--seperator {
  background-color: #aeaeae;
  width: 1px;
  height: 15px;
}
.language-switcher--link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #aeaeae;
  text-decoration: none;
}
.language-switcher .current {
  color: #212121 !important;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.coupon-outer-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.coupon-container {
  position: fixed;
  background: #FFFFF0;
  border-radius: 4px;
  width: var(--coupon_container_width);
  height: 300px;
  transform: translateX(calc(50vw - 175px));
  bottom: 30px;
  z-index: 100;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 992px) {
  .coupon-container {
    width: unset;
    height: unset;
    transform: none;
  }
}
.coupon-container .banner-pc {
  width: 270px;
  height: 300px;
  display: block;
}
@media screen and (max-width: 992px) {
  .coupon-container .banner-pc {
    display: none;
  }
}
.coupon-container .banner-mobile {
  width: 358px;
  height: 100px;
  display: none;
}
@media screen and (max-width: 992px) {
  .coupon-container .banner-mobile {
    display: block;
    border-radius: 4px;
  }
}
.coupon-container .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2px;
  top: 3px;
  height: 26px;
  width: 26px;
  cursor: pointer;
  line-height: 0;
  z-index: 1;
  background-color: #777;
  opacity: 1;
  border-radius: 20px;
}
.coupon-container .close svg {
  width: 14px;
  height: 14px;
  stroke: white;
}
.coupon-container .close svg path {
  stroke-width: 2px;
}
.coupon-container .close:hover svg {
  stroke: #18191C;
}
@media screen and (max-width: 992px) {
  .coupon-container .close {
    top: 4px;
    right: 4px;
  }
}
.coupon-container .copy-alert {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  border-radius: 6px;
  color: white;
  font-size: 14px;
  left: calc(var(--coupon_container_width) / 2 - var(--coupon_alert_width) / 2);
  bottom: 58px;
  height: 32px;
  width: 120px;
  padding: 6px;
}
@media screen and (max-width: 992px) {
  .coupon-container .copy-alert {
    left: calc(50% + 42px);
    bottom: 86px;
    z-index: 3;
  }
}
.coupon-container .copy-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  line-height: 20px;
  width: var(--coupon_button_width);
  padding: 10px;
  background-color: #1EAF58;
  color: white;
  left: calc(var(--coupon_container_width) / 2 - var(--coupon_button_width) / 2);
  bottom: 16px;
  font-size: 14px;
  border: none;
}
.coupon-container .copy-btn:hover {
  background-color: #18191C;
}
.coupon-container .copy-btn svg-icon {
  position: relative;
  bottom: 2px;
}
.coupon-container .copy-btn.pc {
  display: flex;
}
@media screen and (max-width: 992px) {
  .coupon-container .copy-btn.pc {
    display: none;
  }
}
.coupon-container .copy-btn.mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .coupon-container .copy-btn.mobile {
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .coupon-container .copy-btn {
    background-color: #18191C;
    height: 39px;
    width: var(--coupon_button_width_mobile);
    font-size: 12px;
    left: calc(50% + 40px);
    bottom: 42px;
  }
}

.blogs {
  padding-bottom: 200px;
  background-color: #F5F5F5;
  font-family: "Noto Sans JP", "source-han-sans-cjk-ja", "Roboto", sans-serif;
  font-weight: 400;
}
.blogs * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.blogs .breadcrumb-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .blogs .breadcrumb-list {
    margin-bottom: 60px;
  }
}
.blogs .title-block {
  margin: 0 0 64px 135px;
}
@media screen and (max-width: 992px) {
  .blogs .title-block {
    margin: 0 0 44px 24px;
  }
}
.blogs .title-block-title {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
}
.blogs .title-block-subtitle {
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .blogs .title-block-subtitle {
    display: block;
    width: 100%;
    margin-top: 4px;
  }
}
.blogs--container {
  display: flex;
  justify-content: center;
}
.blogs--list {
  list-style-type: none;
  padding-inline-start: 0;
  margin: 0 135px 80px 135px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .blogs--list {
    margin: 0 0 80px 0;
    padding: 24px;
    background-color: white;
    gap: 24px;
  }
}
.blogs--list--block {
  max-width: 370px;
  min-width: 330px;
  width: 45%;
  display: block;
  margin-bottom: 4px;
  text-decoration: none;
  color: inherit;
}
.blogs--list--block:hover .thumbnail-img > img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
@media screen and (max-width: 992px) {
  .blogs--list--block {
    margin-bottom: 0;
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
}
.blogs--list--block .thumbnail-img {
  height: 208px;
  margin-bottom: 12px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .blogs--list--block .thumbnail-img {
    height: unset;
  }
}
.blogs--list--block .thumbnail-img img {
  object-fit: cover;
  height: 208px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .blogs--list--block .thumbnail-img img {
    height: 60px;
    width: 102px;
    margin-right: 8px;
  }
}
.blogs--list--block .article-title {
  font-size: 18px;
  word-break: break-all;
  margin-bottom: 14px;
  height: 84px;
  display: -webkit-box;
  max-width: 370px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .blogs--list--block .article-title {
    height: 64px;
    font-size: 14px;
    max-width: 100%;
  }
}
.blogs--list--block .writer-info {
  display: flex;
  align-items: center;
}
.blogs--list--block .writer-info .writer-img {
  display: inline-flex;
  margin: 0 4px;
}
@media screen and (max-width: 992px) {
  .blogs--list--block .writer-info .writer-img {
    display: none;
  }
}
.blogs--list--block .writer-info .writer-img img {
  object-fit: cover;
  height: 36px;
  width: 36px;
  border-radius: 100px;
  border: solid 2px #CECEC1;
}
.blogs--list--block .writer-info .article-date,
.blogs--list--block .writer-info .writer-name {
  color: var(--custom-gray-color);
  font-size: 12px;
}
.blogs--list--block .writer-info .article-date {
  min-width: 95px;
  display: inline-flex;
}
@media screen and (max-width: 992px) {
  .blogs--list--block .writer-info .article-date {
    margin-right: 4px;
  }
}
.blogs--list--block .writer-info .writer-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .blogs--list--block .block-left {
    display: inline-flex;
    transform: translateY(-30px);
  }
}
@media screen and (max-width: 992px) {
  .blogs--list--block .block-right {
    display: inline-block;
    width: calc(100% - 114px);
  }
}

.announcements {
  padding-bottom: 200px;
  background-color: #F5F5F5;
  font-family: "Noto Sans JP", "source-han-sans-cjk-ja", "Roboto", sans-serif;
  font-weight: 400;
}
.announcements * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.announcements--container {
  display: flex;
  justify-content: center;
}
.announcements--list {
  width: 45%;
  list-style-type: none;
  padding-inline-start: 0;
}
@media screen and (max-width: 992px) {
  .announcements--list {
    width: 100%;
    margin: 0 12px;
  }
}
.announcements--list:last-child {
  margin-bottom: 40px;
}
.announcements--list .title-block {
  margin: 0 0 16px 12px;
}
@media screen and (max-width: 992px) {
  .announcements--list .title-block {
    margin: 0 0 18px 12px;
  }
}
.announcements--list .title-block-title {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
}
.announcements--list .title-block-subtitle {
  font-size: 14px;
}
.announcements--list--block {
  color: inherit;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  background-color: white;
  padding: 24px 12px;
}
.announcements--list--block:hover .title {
  text-decoration: underline;
}
.announcements--list--block .title {
  font-size: 16px;
  margin-bottom: 12px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .announcements--list--block .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.announcements--list--block .date {
  color: var(--custom-gray-color);
  font-size: 12px;
}

.how_to {
  padding-bottom: 200px;
  background-color: #F5F5F5;
  font-family: "Noto Sans JP", "source-han-sans-cjk-ja", "Roboto", sans-serif;
  font-weight: 400;
}
.how_to * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.how_to--container {
  display: flex;
  justify-content: center;
}
.how_to--list {
  width: 45%;
  list-style-type: none;
  padding-inline-start: 0;
}
@media screen and (max-width: 992px) {
  .how_to--list {
    width: 100%;
    margin: 0 12px;
  }
}
.how_to--list:last-child {
  margin-bottom: 40px;
}
.how_to--list .title-block {
  margin: 0 0 16px 12px;
}
@media screen and (max-width: 992px) {
  .how_to--list .title-block {
    margin: 0 0 18px 12px;
  }
}
.how_to--list .title-block-title {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
}
.how_to--list .title-block-subtitle {
  font-size: 14px;
}
.how_to--list--block {
  color: inherit;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  background-color: white;
  padding: 24px 12px;
}
.how_to--list--block:hover .title {
  text-decoration: underline;
}
.how_to--list--block .title {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .how_to--list--block .title {
    font-size: 14px;
  }
}

.faqs {
  padding-bottom: 200px;
  background-color: #F5F5F5;
  font-family: "Noto Sans JP", "source-han-sans-cjk-ja", "Roboto", sans-serif;
  font-weight: 400;
}
.faqs * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.faqs--container {
  display: flex;
  justify-content: center;
}
.faqs--list {
  width: 45%;
  list-style-type: none;
  padding-inline-start: 0;
}
@media screen and (max-width: 992px) {
  .faqs--list {
    width: 100%;
    margin: 0 12px;
  }
}
.faqs--list:last-child {
  margin-bottom: 40px;
}
.faqs--list .title-block {
  margin: 0 0 16px 12px;
}
@media screen and (max-width: 992px) {
  .faqs--list .title-block {
    margin: 0 0 18px 12px;
  }
}
.faqs--list .title-block-title {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
}
.faqs--list .title-block-subtitle {
  font-size: 14px;
}
.faqs--list--block {
  color: inherit;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  background-color: white;
  padding: 24px 12px;
}
.faqs--list--block:hover .title {
  text-decoration: underline;
}
.faqs--list--block .title {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .faqs--list--block .title {
    font-size: 14px;
  }
}

.moff-header {
  font-family: "Noto Sans JP", sans-serif;
  position: fixed;
  z-index: 10;
  background-color: white;
  width: calc(100% - 80px);
  top: 60px;
  display: flex;
  align-items: center;
  height: 24px;
  padding: 6px 40px;
  justify-content: space-between;
  box-sizing: unset;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .moff-header {
    width: 100%;
    top: unset;
    bottom: -1px;
    height: 24px;
    padding: 8px 0px 8px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.moff-header h1 {
  font-size: 2em;
  margin: 0;
}
.moff-header img {
  height: 26px;
}
@media screen and (max-width: 992px) {
  .moff-header img {
    height: 20px;
  }
}
.moff-header .left-block {
  display: flex;
  gap: 28px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .moff-header .left-block {
    gap: 38px;
  }
}
.moff-header .left-block .tabs {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 14px;
  color: #222227;
}
@media screen and (max-width: 992px) {
  .moff-header .left-block .tabs {
    gap: 12px;
    font-size: 13px;
    width: 333px;
    white-space: nowrap;
    padding-right: 24px;
    overflow-x: auto;
    /* smooth scrolling on IPhones */
    -webkit-overflow-scrolling: touch;
    /* Hide scrollbar for IE & Edge */
    -ms-overflow-style: none;
    /* Hide scrollbar for Firefox */
    scrollbar-width: none;
    /* Hide scrollbar for Chrome Safari & Opera */
  }
  .moff-header .left-block .tabs::-webkit-scrollbar {
    display: none;
  }
}
.moff-header .left-block .tabs a {
  color: #222227;
  text-decoration: unset;
}
.moff-header .left-block .tabs .link {
  cursor: pointer;
  opacity: 0.6;
}
.moff-header .left-block .tabs .link:hover {
  opacity: 1;
}
.moff-header .left-block .tabs .current {
  opacity: 1;
  margin-bottom: -6px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(34, 34, 39, 0.3333333333);
}
@media screen and (max-width: 992px) {
  .moff-header .left-block .tabs .current {
    border-bottom: 2px solid #222227;
    margin-bottom: unset;
    padding-bottom: unset;
  }
}
.moff-header .right-block {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .moff-header .right-block {
    display: none;
  }
}
.moff-header .right-block .social-link {
  display: inline-block;
  cursor: pointer;
}
.moff-header .right-block .social-link .social-link__icon {
  display: block;
  width: 16px;
  height: 16px;
}

.moff-page {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F5F5F0;
  font-weight: 400;
}
.moff-page * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.moff-page h1,
.moff-page h2,
.moff-page h3 {
  margin: 0;
}
.moff-page .separator {
  height: 1px;
  background-color: #E5E5E0;
}
.moff-page .mt {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .moff-page .mt {
    margin-top: 40px;
  }
}
.moff-page .moff-top-video {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #F5F5F0;
  margin-bottom: -190px;
}
@media screen and (max-width: 992px) {
  .moff-page .moff-top-video {
    margin-top: 40px;
    display: none;
  }
}
.moff-page .moff-top-video video {
  width: 100%;
  max-width: 2000px;
  clip-path: inset(6px);
  margin-bottom: -10px;
}
.moff-page .power {
  position: absolute;
  width: 90px;
  height: auto;
  background-color: #F5F5F0;
  top: 66%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .moff-page .power {
    max-width: 139px;
    width: 20%;
    top: 84.7%;
    height: auto;
    padding: 2px 0;
  }
}
@media screen and (max-width: 610px) {
  .moff-page .power {
    max-width: 139px;
    width: 20%;
    top: 86.7%;
    height: auto;
    padding: 2px 0;
  }
}
.moff-page .moff-top-video-mobile {
  position: relative;
  display: none;
  background-color: #F5F5F0;
}
@media screen and (max-width: 992px) {
  .moff-page .moff-top-video-mobile {
    margin-top: 52px;
    display: flex;
    justify-content: center;
  }
}
.moff-page .moff-top-video-mobile .img {
  width: 100%;
  max-width: 700px;
  clip-path: inset(6px);
  margin-bottom: -20px;
}
.moff-page .desktop-only {
  display: block;
}
@media screen and (max-width: 992px) {
  .moff-page .desktop-only {
    display: none;
    margin: 0;
  }
}
.moff-page-section {
  position: relative;
  padding: 0 80px 60px;
}
@media screen and (max-width: 992px) {
  .moff-page-section {
    padding: 0 24px 30px;
  }
}
.moff-page-section.top-section {
  margin-left: min(220px, 20%);
  margin-right: 80px;
}
@media screen and (max-width: 992px) {
  .moff-page-section.top-section {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .moff-page-section.mobile-indent {
    margin-left: 20px;
  }
}
.moff-page-section .timeline-line {
  position: absolute;
  transform: translate(-35px, 20px);
}
@media screen and (max-width: 1300px) {
  .moff-page-section .timeline-line {
    min-height: 1150px;
  }
}
@media screen and (max-width: 992px) {
  .moff-page-section .timeline-line {
    min-height: 1050px;
    transform: translate(-13px, -20px);
  }
}
@media screen and (max-width: 650px) {
  .moff-page-section .timeline-line {
    min-height: 1350px;
  }
}
@media screen and (max-width: 460px) {
  .moff-page-section .timeline-line {
    min-height: 1750px;
  }
}
.moff-page-section .timeline-circle {
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #53A262;
  border: 4px solid #F5F5F0;
  border-radius: 30px;
  outline: 1px solid #53A262;
  transform: translate(-42px, 11px);
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .moff-page-section .timeline-circle {
    transform: translate(-20px, 6px);
  }
}
.moff-page-section .timeline-circle-desktop {
  display: block;
}
@media screen and (max-width: 992px) {
  .moff-page-section .timeline-circle-desktop {
    display: none;
  }
}
.moff-page-section .timeline-circle-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .moff-page-section .timeline-circle-mobile {
    display: block;
  }
}
.moff-page-section .timeline-linemask {
  position: absolute;
  height: 340px;
  width: 4px;
  background-color: #F5F5F0;
  z-index: 1;
  transform: translate(-36px, 26px);
}
@media screen and (max-width: 992px) {
  .moff-page-section .timeline-linemask {
    height: 378px;
    transform: translate(-14px, 18px);
  }
}
.moff-page-section .header-container {
  display: flex;
  justify-content: space-between;
}
.moff-page-section .mobile-button-container {
  display: none;
}
@media screen and (max-width: 992px) {
  .moff-page-section .mobile-button-container {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
}
.moff-page-section .see-all-button {
  height: 40px;
  width: 130px;
  background-color: black;
  color: white;
  cursor: pointer;
  border: unset;
}
.moff-page-section .see-all-button:hover {
  background-color: #53A262;
}
.moff-page-section .overflow-hidden {
  overflow: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}
.moff-page-section .overflow-hidden ::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.moff-page-section .scrollable-container-desktop,
.moff-page-section .scrollable-container-mobile {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  margin-top: 30px;
}
.moff-page-section .scrollable-container-desktop.grid,
.moff-page-section .scrollable-container-mobile.grid {
  display: grid;
  grid-template-columns: repeat(4, 312px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1486px) {
  .moff-page-section .scrollable-container-desktop.grid,
  .moff-page-section .scrollable-container-mobile.grid {
    grid-template-columns: repeat(3, 312px);
  }
}
@media screen and (max-width: 1140px) {
  .moff-page-section .scrollable-container-desktop.grid,
  .moff-page-section .scrollable-container-mobile.grid {
    grid-template-columns: repeat(2, 312px);
  }
}
@media screen and (max-width: 992px) {
  .moff-page-section .scrollable-container-desktop.grid,
  .moff-page-section .scrollable-container-mobile.grid {
    grid-template-columns: repeat(3, 230px);
  }
}
@media screen and (max-width: 784px) {
  .moff-page-section .scrollable-container-desktop.grid,
  .moff-page-section .scrollable-container-mobile.grid {
    grid-template-columns: repeat(2, 230px);
  }
}
@media screen and (max-width: 992px) {
  .moff-page-section .scrollable-container-desktop,
  .moff-page-section .scrollable-container-mobile {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .moff-page-section .scrollable-container-desktop.desktop,
  .moff-page-section .scrollable-container-mobile.desktop {
    display: none;
  }
}
.moff-page-section .scrollable-container-desktop.mobile,
.moff-page-section .scrollable-container-mobile.mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .moff-page-section .scrollable-container-desktop.mobile,
  .moff-page-section .scrollable-container-mobile.mobile {
    display: flex;
  }
}
.moff-page-section .scrollable-container-desktop.event-scroll,
.moff-page-section .scrollable-container-mobile.event-scroll {
  column-gap: 24px;
  row-gap: 30px;
}
@media screen and (max-width: 576px) {
  .moff-page-section .scrollable-container-desktop.event-scroll,
  .moff-page-section .scrollable-container-mobile.event-scroll {
    gap: 10px;
  }
}
.moff-page-section .scrollable-container-desktop.press-scroll,
.moff-page-section .scrollable-container-mobile.press-scroll {
  gap: 21px;
}
@media screen and (max-width: 992px) {
  .moff-page-section .scrollable-container-desktop.press-scroll,
  .moff-page-section .scrollable-container-mobile.press-scroll {
    gap: 8px;
  }
}
.moff-page-section .scrollable-container-desktop a,
.moff-page-section .scrollable-container-mobile a {
  text-decoration: none;
  color: inherit;
}
.moff-page-section .scrollable-container-desktop .event-content-wrapper,
.moff-page-section .scrollable-container-mobile .event-content-wrapper {
  cursor: pointer;
  width: 312px;
}
@media screen and (max-width: 992px) {
  .moff-page-section .scrollable-container-desktop .event-content-wrapper,
  .moff-page-section .scrollable-container-mobile .event-content-wrapper {
    width: 230px;
  }
}
.moff-page-section .scrollable-container-desktop .event-content-wrapper img,
.moff-page-section .scrollable-container-mobile .event-content-wrapper img {
  width: 100%;
  height: 420px;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .moff-page-section .scrollable-container-desktop .event-content-wrapper img,
  .moff-page-section .scrollable-container-mobile .event-content-wrapper img {
    height: 312px;
    margin-bottom: 4px;
  }
}
.moff-page-section .scrollable-container-desktop .event-content-wrapper .name,
.moff-page-section .scrollable-container-mobile .event-content-wrapper .name {
  font-size: 24px;
  color: #222227;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  .moff-page-section .scrollable-container-desktop .event-content-wrapper .name,
  .moff-page-section .scrollable-container-mobile .event-content-wrapper .name {
    font-size: 20px;
    line-height: 22px;
  }
}
.moff-page-section .scrollable-container-desktop .event-content-wrapper .subtitle,
.moff-page-section .scrollable-container-mobile .event-content-wrapper .subtitle {
  font-size: 19px;
  color: #222227;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  .moff-page-section .scrollable-container-desktop .event-content-wrapper .subtitle,
  .moff-page-section .scrollable-container-mobile .event-content-wrapper .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.moff-page-section .scrollable-container-desktop .event-content-wrapper .location,
.moff-page-section .scrollable-container-mobile .event-content-wrapper .location {
  margin-top: 8px;
  font-size: 12px;
  color: #777777;
}
@media screen and (max-width: 992px) {
  .moff-page-section .scrollable-container-desktop .event-content-wrapper .location,
  .moff-page-section .scrollable-container-mobile .event-content-wrapper .location {
    margin-top: 6px;
  }
}
.moff-page-section .scrollable-container-desktop .press-content-wrapper,
.moff-page-section .scrollable-container-mobile .press-content-wrapper {
  cursor: pointer;
  width: 326px;
}
@media screen and (max-width: 992px) {
  .moff-page-section .scrollable-container-desktop .press-content-wrapper,
  .moff-page-section .scrollable-container-mobile .press-content-wrapper {
    width: 280px;
  }
}
.moff-page-section .scrollable-container-desktop .press-content-wrapper img,
.moff-page-section .scrollable-container-mobile .press-content-wrapper img {
  width: 100%;
  height: 200px;
  margin-bottom: 8px;
  background-color: white;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .moff-page-section .scrollable-container-desktop .press-content-wrapper img,
  .moff-page-section .scrollable-container-mobile .press-content-wrapper img {
    height: 172px;
  }
}
.moff-page-section .scrollable-container-desktop .press-content-wrapper .title,
.moff-page-section .scrollable-container-mobile .press-content-wrapper .title {
  font-size: 20px;
  color: #222227;
  margin-bottom: 6px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .moff-page-section .scrollable-container-desktop .press-content-wrapper .title,
  .moff-page-section .scrollable-container-mobile .press-content-wrapper .title {
    font-size: 16px;
  }
}
.moff-page-section .scrollable-container-desktop .press-content-wrapper .date,
.moff-page-section .scrollable-container-mobile .press-content-wrapper .date {
  font-size: 12px;
  color: #222227;
  display: flex;
  gap: 4px;
}
.moff-page-section .scrollable-container-desktop .press-content-wrapper .date .connector,
.moff-page-section .scrollable-container-mobile .press-content-wrapper .date .connector {
  color: #828293;
}
@media screen and (max-width: 992px) {
  .moff-page-section .scrollable-container-desktop .press-content-wrapper .date,
  .moff-page-section .scrollable-container-mobile .press-content-wrapper .date {
    font-size: 11px;
  }
}
.moff-page-section .partners-wrapper {
  mix-blend-mode: multiply;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
}
@media screen and (max-width: 992px) {
  .moff-page-section .partners-wrapper {
    gap: 8px 14px;
  }
}
.moff-page-section .partners-wrapper img {
  object-fit: contain;
  width: 188px;
  height: 100px;
}
@media screen and (max-width: 992px) {
  .moff-page-section .partners-wrapper img {
    width: 98px;
    height: 58px;
  }
}
.moff-page-section .moff-side-image {
  position: absolute;
  transform: translateX(min(-218px, -20%));
}
@media screen and (max-width: 992px) {
  .moff-page-section .moff-side-image {
    display: none;
  }
}
.moff-page-section .title {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #53A262;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .moff-page-section .title.mobile-title {
    font-size: 16px;
  }
}
.moff-page-section .headings {
  font-size: 24px;
  color: black;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .moff-page-section .headings {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: normal;
  }
}
.moff-page-section .small-headings {
  font-size: 20px;
  color: black;
  font-weight: normal;
  margin-bottom: 4px;
}
.moff-page-section .text-summary {
  font-size: 14px;
  color: #222227;
}
.moff-page-section .text {
  font-size: 14px;
  color: black;
}
.moff-page-section .text a {
  color: black;
}

.tabs-seperator {
  background-color: #E8E8E7;
  height: 36px;
  width: 1px;
}
@media screen and (max-width: 992px) {
  .tabs-seperator {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .left-block--archive {
    gap: 26px !important;
  }
}
@media screen and (max-width: 992px) {
  .left-block--archive .label {
    line-height: 13px;
  }
}

.link--archive {
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .link--archive {
    gap: 16px;
  }
}

.moff2024-archive-page {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F5F5F0;
  padding: 0 0 400px;
  font-weight: 400;
}
.moff2024-archive-page * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.moff2024-archive-page h1,
.moff2024-archive-page h2,
.moff2024-archive-page h3 {
  margin: 0;
  font-weight: unset;
}
.moff2024-archive-page .separator {
  width: 100%;
  height: 1px;
  background-color: #E5E5E0;
}
.moff2024-archive-page .wrapper {
  padding: 0 81px;
  max-width: 1277px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .wrapper {
    padding: 0 6.4vw;
  }
}
.moff2024-archive-page .session-title {
  color: #53A262;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .session-title {
    font-size: 16px;
  }
}
.moff2024-archive-page .intro {
  display: flex;
  column-gap: 30px;
  margin: 60px auto;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .intro {
    margin: 32px 0 70px;
    flex-direction: column;
    row-gap: 12px;
  }
}
.moff2024-archive-page .intro--title {
  width: 405px;
  font-size: 18px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .intro--title {
    width: unset;
    flex-shrink: unset;
  }
}
.moff2024-archive-page .intro--description {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .intro--description {
    font-size: 13px;
    color: #606057;
  }
}
.moff2024-archive-page .top {
  position: relative;
  width: 100%;
  height: 648px;
  color: white;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .top {
    height: 560px;
  }
}
.moff2024-archive-page .top--middle {
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.moff2024-archive-page .top--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.moff2024-archive-page .top--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.moff2024-archive-page .top--subtitle {
  position: absolute;
  top: 85px;
  width: 384px;
  height: 14px;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .top--subtitle {
    top: 60px;
    width: 332px;
  }
}
.moff2024-archive-page .top--title {
  position: absolute;
  top: 109px;
  width: 545px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .top--title {
    top: 83px;
    width: 315px;
  }
}
.moff2024-archive-page .top--text {
  position: absolute;
  top: 152px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .top--text {
    top: 151px;
    font-size: 16px;
    width: 100%;
  }
}
.moff2024-archive-page .top--button {
  position: absolute;
  top: 313px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .top--button {
    top: unset;
    bottom: 32px;
  }
}
.moff2024-archive-page .top--button__icon {
  width: 60px;
  height: auto;
}
.moff2024-archive-page .top--button__text {
  font-size: 16px;
  margin-top: 11px;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .top--button__text {
    margin-top: 15px;
    font-size: 13px;
    width: 100%;
  }
}
.moff2024-archive-page .speakers {
  display: grid;
  grid-template-columns: repeat(6, 200px);
  column-gap: 13px;
  row-gap: 32px;
  margin-top: 24px;
  margin-bottom: 52px;
  height: 610px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .moff2024-archive-page .speakers {
    grid-template-columns: repeat(5, 200px);
  }
}
@media screen and (max-width: 1239px) {
  .moff2024-archive-page .speakers {
    grid-template-columns: repeat(4, 200px);
  }
}
@media screen and (max-width: 1039px) {
  .moff2024-archive-page .speakers {
    grid-template-columns: repeat(3, 200px);
  }
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .speakers {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 16px;
    height: 490px;
  }
}
@media screen and (max-width: 768px) {
  .moff2024-archive-page .speakers {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 525px) {
  .moff2024-archive-page .speakers {
    grid-template-columns: repeat(2, 1fr);
    height: 710px;
  }
}
.moff2024-archive-page .speakers.expand {
  height: unset !important;
  overflow: unset !important;
}
.moff2024-archive-page .speakers .image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .speakers .image {
    height: 158px;
  }
}
.moff2024-archive-page .speakers .name {
  font-size: 18px;
  margin-bottom: 2px;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .speakers .name {
    font-size: 14px;
  }
}
.moff2024-archive-page .speakers .company {
  font-size: 12px;
  color: #777777;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .speakers .company {
    font-size: 10px;
  }
}
.moff2024-archive-page .see-all {
  width: 130px;
  height: 40px;
  background-color: #222227;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
}
.moff2024-archive-page .see-all:hover {
  background-color: #53A262;
}
.moff2024-archive-page .see-all__text {
  color: #FFFFFF;
  font-size: 14px;
}
.moff2024-archive-page .archive-title {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .archive-title {
    margin-top: 60px;
  }
}
.moff2024-archive-page .video-archive {
  padding: 0 80px;
  max-width: 1277px;
  margin: 30px auto 0;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .video-archive {
    padding: 0 0 0 6.4vw;
  }
}
.moff2024-archive-page .video-archive .day-section {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .video-archive .day-section {
    margin-bottom: 60px;
  }
}
.moff2024-archive-page .video-archive .day-header {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  display: inline;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .video-archive .day-header {
    font-size: 32px;
  }
}
.moff2024-archive-page .video-archive .day-subheader {
  font-size: 18px;
  transform: translate(10px, -18px);
  color: #222227;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .video-archive .day-subheader {
    font-size: 14px;
    transform: translate(10px, -15px);
  }
}
.moff2024-archive-page .video-archive .video-list {
  display: grid;
  grid-template-columns: repeat(4, 296px);
  row-gap: 32px;
  column-gap: 31px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .moff2024-archive-page .video-archive .video-list {
    grid-template-columns: repeat(3, 296px);
  }
}
@media screen and (max-width: 1143px) {
  .moff2024-archive-page .video-archive .video-list {
    grid-template-columns: repeat(2, 296px);
  }
}
@media screen and (max-width: 992px) {
  .moff2024-archive-page .video-archive .video-list {
    display: flex;
    column-gap: 6px;
    margin-top: 8px;
    overflow-x: auto;
    /* smooth scrolling on IPhones */
    -webkit-overflow-scrolling: touch;
    /* Hide scrollbar for IE & Edge */
    -ms-overflow-style: none;
    /* Hide scrollbar for Firefox */
    scrollbar-width: none;
    /* Hide scrollbar for Chrome Safari & Opera */
  }
  .moff2024-archive-page .video-archive .video-list::-webkit-scrollbar {
    display: none;
  }
}
.moff2024-archive-page .video-archive .video-title {
  font-size: 16px;
  margin: 7px 0 15px;
}
.moff2024-archive-page .video-archive .video-item {
  position: relative;
}
.moff2024-archive-page .video-archive .video-item .player {
  width: 296px;
  height: 320px;
}
.moff2024-archive-page .video-archive .video-item .player--cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 296px;
  height: 320px;
}
.moff2024-archive-page .video-archive .video-item .speaker {
  display: flex;
  align-items: flex-start;
  column-gap: 4px;
  margin-bottom: 4px;
}
.moff2024-archive-page .video-archive .video-item .name {
  font-size: 14px;
  flex-shrink: 0;
}
.moff2024-archive-page .video-archive .video-item .company {
  font-size: 11px;
  color: #777777;
}
.moff2024-archive-page .video-archive .play-button {
  position: absolute;
  top: 148px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: auto;
  z-index: 1;
}

.tabs-seperator {
  background-color: #E8E8E7;
  height: 36px;
  width: 1px;
}
@media screen and (max-width: 992px) {
  .tabs-seperator {
    display: none;
  }
}

.link--archive {
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .link--archive {
    gap: 16px;
  }
}

.moff2024-report-page {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F5F5F0;
  padding: 0 0 400px;
  font-weight: 400;
}
.moff2024-report-page * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.moff2024-report-page h1,
.moff2024-report-page h2,
.moff2024-report-page h3,
.moff2024-report-page h4 {
  margin: 0;
  font-weight: unset;
  font-size: unset;
}
.moff2024-report-page .separator {
  width: 100%;
  height: 1px;
  background-color: #E5E5E0;
}
.moff2024-report-page .wrapper {
  max-width: 1059px;
  margin: 0 auto;
  padding: 0 6.4vw;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .wrapper {
    max-width: 100%;
  }
}
.moff2024-report-page .session-title {
  color: #53A262;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .session-title {
    font-size: 16px;
  }
}
.moff2024-report-page .top {
  position: relative;
  width: 100%;
  height: 648px;
  color: white;
  display: flex;
  justify-content: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .top {
    height: 560px;
    margin-bottom: 40px;
  }
}
.moff2024-report-page .top--container {
  position: absolute;
  width: 87%;
  max-width: 1059px;
  padding: 0 6.4vw;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .top--container {
    margin-top: 32px;
  }
}
.moff2024-report-page .top--bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moff2024-report-page .top--subtitle {
  width: 293px;
  height: 11px;
  margin-bottom: 4px;
}
.moff2024-report-page .top--subtitle__en {
  transform: translateX(-22px);
}
.moff2024-report-page .top--title {
  width: 417px;
  height: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .top--title {
    width: 278px;
    margin-bottom: 11.5px;
  }
}
.moff2024-report-page .top--seperator {
  background-color: #FFFFFF;
  opacity: 0.2;
  height: 250px;
  width: 1px;
  margin: 30px 0;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .top--seperator {
    height: 200px;
    margin: 24px 0;
  }
  .moff2024-report-page .top--seperator__en {
    height: 120px !important;
  }
}
.moff2024-report-page .top--text {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .top--text {
    font-size: 14px;
  }
}
.moff2024-report-page .top--text1 {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 26px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .top--text1 {
    font-size: 32px;
    line-height: 40px;
    width: 248px;
  }
  .moff2024-report-page .top--text1__en {
    width: 325px !important;
  }
}
.moff2024-report-page .top--text2 {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .top--text2 {
    font-size: 16px;
    width: 176px;
  }
}
.moff2024-report-page .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 28px;
  margin-top: 12px;
}
@media screen and (max-width: 1200px) {
  .moff2024-report-page .stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8px;
  }
}
@media screen and (max-width: 552px) {
  .moff2024-report-page .stats {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
.moff2024-report-page .stats--item {
  display: flex;
  column-gap: 14px;
}
.moff2024-report-page .stats--icon {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .stats--icon {
    width: 27px;
  }
}
.moff2024-report-page .stats--title {
  font-size: 16px;
  line-height: 22px;
  color: #61616F;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .stats--title {
    line-height: 15px;
    font-size: 11px;
  }
}
.moff2024-report-page .stats .mt {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .stats .mt {
    margin-top: unset;
  }
}
.moff2024-report-page .stats--number {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .stats--number {
    font-size: 40px;
    line-height: 40px;
  }
}
.moff2024-report-page .stats--unit {
  font-size: 30px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .stats--unit {
    font-size: 16px;
  }
}
.moff2024-report-page .report {
  margin-top: 100px;
}
.moff2024-report-page .report--title {
  font-size: 30px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report--title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.moff2024-report-page .report--subtitle {
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report--subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: unset;
  }
}
.moff2024-report-page .report--text {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report--text {
    color: #606057;
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report--text b {
    color: #222227;
    font-size: 16px;
    font-weight: unset;
  }
}
.moff2024-report-page .report--text__border {
  padding-left: 32px;
  border-left: 4px solid #E0E0D7;
  border-radius: 4px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report--text__border {
    padding-left: 20px;
  }
}
.moff2024-report-page .report--customer {
  display: flex;
  column-gap: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report--customer {
    flex-direction: column;
    margin-bottom: 16px;
    row-gap: 2px;
  }
}
.moff2024-report-page .report--customer__img {
  width: calc(50% - 15px);
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report--customer__img {
    width: 75%;
  }
}
@media screen and (max-width: 575px) {
  .moff2024-report-page .report--customer__img {
    width: 100%;
  }
}
.moff2024-report-page .report--image {
  width: 730px;
  height: 500px;
  display: block;
  margin: 24px auto 0;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report--image {
    width: 75%;
    height: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .moff2024-report-page .report--image {
    width: 100%;
    height: auto;
  }
}
.moff2024-report-page .report--caption {
  font-size: 14px;
  margin-bottom: 16px;
  margin-top: 4px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report--caption {
    color: #606057;
    font-size: 11px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 575px) {
  .moff2024-report-page .report--caption {
    text-align: left;
  }
}
.moff2024-report-page .report .mb-1 {
  margin-bottom: 57px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report .mb-1 {
    margin-bottom: 24px;
  }
}
.moff2024-report-page .report .mb-2 {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report .mb-2 {
    margin-bottom: 80px;
  }
}
.moff2024-report-page .report .mb-3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report .mb-3 {
    margin-bottom: 10px;
  }
}
.moff2024-report-page .report .mb-4 {
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report .mb-4 {
    margin-bottom: 11px;
  }
}
.moff2024-report-page .report .mt-1 {
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report .mt-1 {
    margin-top: 80px;
  }
}
.moff2024-report-page .report--grid {
  display: grid;
  grid-template-areas: "image text1" "image text2";
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report--grid {
    grid-template-areas: "text1 text1" "image image" "text2 text2";
  }
}
.moff2024-report-page .report--flex {
  display: flex;
  align-items: centermoff;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report--flex {
    flex-direction: column;
  }
}
.moff2024-report-page .report .image {
  width: 406px;
  height: 325px;
  grid-area: image;
  margin-right: 30px;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .moff2024-report-page .report .image {
    width: 75%;
    margin-right: unset;
    margin-top: 10px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .moff2024-report-page .report .image {
    width: 100%;
  }
}
.moff2024-report-page .report .text1 {
  grid-area: text1;
}
.moff2024-report-page .report .text2 {
  grid-area: text2;
}
.moff2024-report-page .report a {
  color: #4D95E8;
  display: block;
}

.tabs-seperator {
  background-color: #E8E8E7;
  height: 36px;
  width: 1px;
}
@media screen and (max-width: 992px) {
  .tabs-seperator {
    display: none;
  }
}

.link--archive {
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .link--archive {
    gap: 16px;
  }
}

.moff2024-credit-page {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #000000;
  padding: 36px 0 400px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page {
    padding: 0 0 400px;
  }
}
.moff2024-credit-page * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.moff2024-credit-page h1,
.moff2024-credit-page h2,
.moff2024-credit-page h3,
.moff2024-credit-page h4 {
  margin: 0;
  font-weight: unset;
  font-size: unset;
}
.moff2024-credit-page .separator {
  width: 100%;
  height: 1px;
  background-color: #E5E5E0;
}
.moff2024-credit-page .wrapper {
  max-width: 1059px;
  margin: 0 auto;
  padding: 0 6.4vw;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .wrapper {
    max-width: 100%;
  }
}
.moff2024-credit-page .top {
  position: relative;
  width: 100%;
  height: 650px;
  color: white;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .top {
    height: 560px;
    margin-bottom: 40px;
  }
}
.moff2024-credit-page .top--container {
  position: absolute;
  margin-top: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .top--container {
    margin-top: 32px;
  }
}
.moff2024-credit-page .top--bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 1448px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .top--bg {
    min-width: unset;
  }
}
.moff2024-credit-page .top--subtitle {
  width: 293px;
  height: 11px;
  margin-bottom: 4px;
}
.moff2024-credit-page .top--title {
  width: 417px;
  height: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .top--title {
    width: 278px;
    margin-bottom: 11.5px;
  }
}
.moff2024-credit-page .top--seperator {
  background-color: #FFFFFF;
  opacity: 0.2;
  height: 250px;
  width: 1px;
  margin: 30px 0;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .top--seperator {
    height: 200px;
    margin: 24px 0;
  }
  .moff2024-credit-page .top--seperator__en {
    height: 120px !important;
  }
}
.moff2024-credit-page .top--text {
  font-size: 16px;
  margin-bottom: 124px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .top--text {
    font-size: 14px;
  }
}
.moff2024-credit-page .top--title {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 11.2px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .top--title {
    font-size: 16px;
    width: 176px;
  }
}
.moff2024-credit-page .credit {
  margin-top: 44px;
}
.moff2024-credit-page .credit .title {
  color: #6E6E6E;
  text-align: center;
  font-weight: 300;
}
.moff2024-credit-page .credit .title--producer {
  font-size: 18px;
  letter-spacing: -0.18px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .title--producer {
    font-size: 16px;
  }
}
.moff2024-credit-page .credit .title--normal {
  font-size: 16px;
  letter-spacing: -0.16px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .title--normal {
    font-size: 14px;
  }
}
.moff2024-credit-page .credit .title--japanese {
  font-size: 16px;
  letter-spacing: -0.16px;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .title--japanese {
    font-size: 14px;
  }
}
.moff2024-credit-page .credit .title--japanese__en {
  font-family: "Oswald", sans-serif;
}
.moff2024-credit-page .credit .team {
  font-size: 20px;
  letter-spacing: 2.2px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .team {
    font-size: 18px;
  }
}
.moff2024-credit-page .credit .team--moff {
  margin: 262px 0 104px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .team--moff {
    margin: 180px 0 80px;
  }
}
.moff2024-credit-page .credit .team--moff__en {
  font-family: "Oswald", sans-serif;
}
.moff2024-credit-page .credit .team--unit-a {
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .team--unit-a {
    margin-bottom: 24px;
  }
}
.moff2024-credit-page .credit .team--unit-b {
  margin: 104px 0 32px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .team--unit-b {
    margin: 80px 0 24px;
  }
}
.moff2024-credit-page .credit .name {
  color: white;
  text-align: center;
}
.moff2024-credit-page .credit .name--producer {
  font-size: 24px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .name--producer {
    font-size: 22px;
  }
}
.moff2024-credit-page .credit .name--normal {
  font-size: 20px;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .name--normal {
    font-size: 18px;
  }
}
.moff2024-credit-page .credit .name--japanese {
  font-size: 18px;
  letter-spacing: -0.18px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .name--japanese {
    font-size: 16px;
  }
}
.moff2024-credit-page .credit .name--member {
  font-size: 16px;
  letter-spacing: -0.16px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .name--member {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 374px) {
  .moff2024-credit-page .credit .name--member {
    text-align: center;
  }
}
.moff2024-credit-page .credit .container {
  display: grid;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.moff2024-credit-page .credit .container--one {
  grid-template-columns: repeat(4, max-content);
  column-gap: 67px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .container--one {
    grid-template-columns: repeat(2, max-content);
    column-gap: 67px;
    row-gap: 24px;
  }
}
.moff2024-credit-page .credit .container--two {
  grid-template-columns: repeat(3, max-content);
  column-gap: 134px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .container--two {
    grid-template-columns: repeat(2, max-content);
    column-gap: 60px;
    row-gap: 40px;
  }
  .moff2024-credit-page .credit .container--two .mobile-grid {
    grid-column: span 2;
  }
}
.moff2024-credit-page .credit .container--three {
  margin-top: 36px;
  grid-template-columns: repeat(4, max-content);
  column-gap: 64px;
  row-gap: 24px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .container--three {
    margin-top: 24px;
    column-gap: 18px;
    row-gap: 18px;
    grid-template-columns: repeat(2, max-content);
  }
}
@media screen and (max-width: 374px) {
  .moff2024-credit-page .credit .container--three {
    grid-template-columns: repeat(1, max-content);
  }
}
.moff2024-credit-page .credit .container--four {
  margin-top: 284px;
  grid-template-columns: repeat(6, max-content);
  column-gap: 60px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .container--four {
    margin-top: 180px;
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(4, max-content);
  }
}
.moff2024-credit-page .credit .mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .mb-120 {
    margin-bottom: 80px;
  }
}
.moff2024-credit-page .credit .mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .mb-60 {
    margin-bottom: 40px;
  }
}
.moff2024-credit-page .credit .mb-200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .mb-200 {
    margin-bottom: 160px;
  }
}
.moff2024-credit-page .credit .mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .moff2024-credit-page .credit .mb-80 {
    margin-bottom: 60px;
  }
}
.moff2024-credit-page .credit .logo-filter {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(145deg) brightness(118%) contrast(100%);
}
.moff2024-credit-page .credit .freewill {
  width: auto;
  height: 18px;
}
.moff2024-credit-page .credit .moff {
  width: auto;
  height: 18px;
}
.moff2024-credit-page .credit .tells {
  width: 52px;
  height: auto;
}
.moff2024-credit-page .credit .spin {
  width: 60px;
  height: auto;
}
.moff2024-credit-page .credit .vibes {
  width: 77px;
  height: auto;
}
.moff2024-credit-page .credit .suspay {
  width: 67px;
  height: auto;
}

.moff-archive-page {
  font-family: "Noto Sans JP", sans-serif;
  color: #222227;
  background-color: #F5F5F0;
  font-weight: 400;
}
.moff-archive-page * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page {
    padding-bottom: 300px;
  }
}
.moff-archive-page h2 {
  margin: unset;
  font-weight: inherit;
}
.moff-archive-page a {
  width: fit-content;
  text-decoration: none;
}
.moff-archive-page .d-flex {
  display: flex;
}
.moff-archive-page .header {
  display: block;
  margin-left: max(80px, 5%);
  margin-right: max(160px, 12%);
  padding: 90px 0 60px 80px;
  background-color: #F5F5F0;
  border-left: 1px solid #E5E5E0;
  border-right: 1px solid #E5E5E0;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .header {
    margin: 0;
    padding: 60px 24px 12px;
    border: unset;
  }
}
.moff-archive-page .header .title {
  font-size: 20px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .header .title {
    font-size: 12px;
    margin: 0;
  }
}
.moff-archive-page .header .subtitle {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .header .subtitle {
    font-size: 24px;
  }
}
.moff-archive-page .separator {
  height: 1px;
  background-color: #E5E5E0;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .separator-desktop {
    display: none;
  }
}
.moff-archive-page .timeline-line {
  position: absolute;
  transform: translate(-27px, 62px);
  min-height: 2210px;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .timeline-line {
    transform: translate(-14px, 14px);
    min-height: 2170px;
  }
}
.moff-archive-page .timeline-line.front1 {
  z-index: 1;
  background-color: #F5F5F0;
}
.moff-archive-page .timeline-line.front2 {
  z-index: 2;
  background-color: #F5F5F0;
}
.moff-archive-page .timeline-circle {
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #53A262;
  border: 4px solid #F5F5F0;
  border-radius: 30px;
  outline: 1px solid #53A262;
  transform: translate(-33px, 55px);
  z-index: 4;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .timeline-circle {
    transform: translate(-20px, 10px);
  }
}
.moff-archive-page .timeline-linemask {
  position: absolute;
  width: 4px;
  background-color: #F5F5F0;
  z-index: 3;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .timeline-linemask {
    height: 550px;
    transform: translate(-15px, 18px);
  }
}
.moff-archive-page .outer-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.moff-archive-page .outer-container.alternate-color {
  background-color: #EFEFE4;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .outer-container.alternate-color {
    background-color: unset;
  }
}
.moff-archive-page .event-container-desktop {
  display: flex;
  max-width: 1300px;
  justify-content: center;
  height: 440px;
  padding: 0 max(160px, 12%) 0 calc(max(80px, 5%) + 120px);
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .event-container-desktop {
    display: none;
  }
}
.moff-archive-page .event-container-desktop .left-block {
  min-width: 108px;
  display: flex;
  flex-direction: column;
  margin-right: min(54px, 5%);
}
.moff-archive-page .event-container-desktop .middle-block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  min-width: 528px;
}
.moff-archive-page .event-container-desktop .right-block {
  display: flex;
  border-right: 1px solid #E5E5E0;
}
.moff-archive-page .event-container-desktop .right-block img {
  min-width: 326px;
  height: 100%;
}
.moff-archive-page .event-container-mobile {
  display: none;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .event-container-mobile {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    padding: 40px 0 0 24px;
    margin-left: max(20px, 7%);
    margin-right: max(24px, 10%);
  }
}
.moff-archive-page .event-container-mobile .top-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.moff-archive-page .event-container-mobile .bottom-block {
  display: flex;
  flex-direction: column;
}
.moff-archive-page .event-container-mobile .cover-image {
  width: 100%;
  height: 394px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .event-container-mobile .cover-image {
    object-fit: contain;
  }
}
.moff-archive-page .year {
  margin-top: 30px;
  font-size: 40px;
  color: #53A262;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .year {
    margin-top: unset;
    font-size: 20px;
  }
}
.moff-archive-page .location {
  width: max-content;
  font-size: 12px;
  color: #53A262;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .location {
    color: #222227;
    display: flex;
    align-items: end;
    margin-top: unset;
    margin-bottom: 3px;
  }
}
.moff-archive-page .summary {
  font-size: 14px;
  color: #606057;
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .summary {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 16px;
  }
}
.moff-archive-page .archive-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-color: #222227;
  color: white;
  height: 40px;
  width: 160px;
  border: unset;
}
.moff-archive-page .archive-button:hover {
  background-color: #53A262;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .archive-button {
    width: 222px;
  }
}
.moff-archive-page .report {
  column-gap: 32px;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .report {
    flex-direction: column;
    row-gap: 12px;
  }
}
.moff-archive-page .report--people {
  width: 15px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .report--people {
    width: 20px;
  }
}
.moff-archive-page .report--shop {
  width: 15px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .report--shop {
    width: 17px;
  }
}
.moff-archive-page .report--talk {
  width: 15px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .report--talk {
    width: 18px;
  }
}
.moff-archive-page .report--label {
  font-size: 10px;
  color: #61616F;
  font-weight: 300;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .report--label {
    font-size: 11px;
  }
}
.moff-archive-page .report--number {
  font-size: 35px;
  color: #222227;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .report--number {
    font-size: 32px;
  }
}
.moff-archive-page .report--unit {
  color: #222227;
  font-size: 16px;
  font-weight: 300;
}
.moff-archive-page .report--container {
  margin-bottom: 32px;
  column-gap: 10px;
}
@media screen and (max-width: 1100px) {
  .moff-archive-page .report--container {
    margin: unset;
  }
}

.moff-press-page {
  font-family: "Noto Sans JP", sans-serif;
  color: #222227;
  background-color: #F5F5F0;
  font-weight: 400;
}
.moff-press-page * {
  box-sizing: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.moff-press-page h2 {
  margin: unset;
  font-weight: inherit;
}
.moff-press-page a {
  width: fit-content;
  text-decoration: none;
}
.moff-press-page .separator {
  height: 1px;
  background-color: #E5E5E0;
}
.moff-press-page .header {
  display: block;
  margin-left: 80px;
  padding: 90px 0 60px 80px;
  background-color: #F5F5F0;
  border-left: 1px solid #E5E5E0;
}
@media screen and (max-width: 992px) {
  .moff-press-page .header {
    margin: 0;
    padding: 60px 24px 12px;
    border: unset;
  }
}
.moff-press-page .header .title {
  font-size: 20px;
  margin-bottom: 4px;
}
@media screen and (max-width: 992px) {
  .moff-press-page .header .title {
    font-size: 12px;
    margin: 0;
  }
}
.moff-press-page .header .subtitle {
  font-size: 40px;
}
@media screen and (max-width: 992px) {
  .moff-press-page .header .subtitle {
    font-size: 24px;
  }
}
.moff-press-page .content-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 62px;
  padding: 35px 160px 120px 160px;
}
@media screen and (max-width: 1050px) {
  .moff-press-page .content-container {
    gap: 30px;
    padding: 35px 100px 120px 100px;
  }
}
@media screen and (max-width: 992px) {
  .moff-press-page .content-container {
    gap: 32px;
    padding: 30px 24px 120px;
  }
}
.moff-press-page .content-container .content-wrapper {
  width: 326px;
}
.moff-press-page .content-container .content-wrapper img {
  width: 100%;
  height: 200px;
  margin-bottom: 8px;
  object-fit: cover;
}
.moff-press-page .content-container .content-wrapper .title {
  font-size: 20px;
  color: #222227;
  margin-bottom: 6px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .moff-press-page .content-container .content-wrapper .title {
    font-size: 16px;
  }
}
.moff-press-page .content-container .content-wrapper .date {
  font-size: 12px;
  color: #222227;
  display: flex;
  gap: 4px;
}
.moff-press-page .content-container .content-wrapper .date .connector {
  color: #828293;
}

.consent-container {
  position: fixed;
  width: 430px;
  background-color: #f0fcf8;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: var(--mdc-dialog-container-elevation, 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12));
}
@media screen and (max-width: 450px) {
  .consent-container {
    width: 95%;
  }
}
.consent-container .title {
  margin: 54px 40px 12px;
  font-size: 0.78rem;
  line-height: 1.22rem;
  font-weight: bold;
  width: unset;
}
.consent-container .subtitle {
  margin: 0 40px;
  font-size: 0.78rem;
  line-height: 1.22rem;
}
.consent-container .cookie {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
}
.consent-container .close-container {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 25px;
  height: 25px;
  background-color: #e6f2ee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.consent-container .close {
  width: 15px;
  height: 15px;
  filter: invert(81%) sepia(0%) saturate(363%) hue-rotate(211deg) brightness(85%) contrast(94%);
}
.consent-container .buttons {
  display: flex;
  height: 60px;
  border-top: 1px solid rgb(225, 225, 225);
  position: relative;
  margin-top: 40px;
}
.consent-container .buttons__container {
  width: 50%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consent-container .buttons__policy {
  border-radius: 20px 0 0;
}
.consent-container .buttons__policy:hover .buttons__policy--text {
  color: rgb(0, 0, 0);
}
.consent-container .buttons__policy--text {
  color: #aeaeae;
  font-size: 0.78rem;
}
.consent-container .buttons__agree {
  line-height: 60px;
  background-color: #0c0c0c;
  border-color: #e1e1e1;
  border-radius: 0 0 20px;
  cursor: pointer;
}
.consent-container .buttons__agree:hover {
  background-color: #303c39;
}
.consent-container .buttons__agree .button {
  background-color: unset;
  color: #ffffff;
  border: unset;
  font-size: 0.78rem;
  cursor: pointer;
}

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