@layer style {
  .t-hero {
    inline-size: 100%;
    block-size: 80rem;
    display: block;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .t-hero {
      block-size: 30rem;
    }
    .t-hero .p-fade-top, .t-hero .slideCell, .t-hero .span, .t-hero .img {
      block-size: 100%;
      margin-bottom: 0 !important;
    }
  }
  .t-slogan {
    font-family: var(--font-slogan);
    font-size: 2.2rem;
    line-height: 2.2;
    text-align: center;
    margin-inline: auto;
    letter-spacing: 0.2rem;
    color: var(--color-tex1);
  }
  @media screen and (max-width: 768px) {
    .t-slogan {
      font-size: 1.6rem;
      line-height: 2;
      letter-spacing: 0.1rem;
      padding-bottom: 1rem;
    }
  }
  .t-access-copy {
    color: var(--color-text2);
    line-height: 1.8 !important;
    padding-top: 0.8rem;
  }
  .t-hero-title {
    position: absolute;
    z-index: 6;
    inline-size: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 2rem;
  }
  @media screen and (max-width: 768px) {
    .t-hero-title {
      margin-top: 0.8rem;
    }
  }
  .t-hero-logo {
    inline-size: 65rem;
    margin-inline: auto;
    padding-bottom: 4rem;
  }
  @media screen and (max-width: 768px) {
    .t-hero-logo {
      inline-size: 30rem;
      padding-bottom: 2.5rem;
    }
  }
  .t-hero-logo img {
    inline-size: 100%;
    block-size: auto;
  }
  .t-hero-copy {
    z-index: 5;
    color: #fdfce8;
    font-family: var(--font-slogan);
    font-size: 2.3rem;
    line-height: 2.1;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-inline: auto;
  }
  @media screen and (max-width: 768px) {
    .t-hero-copy {
      font-size: 1.5rem;
      line-height: 1.8;
      letter-spacing: 0.1rem;
    }
  }
  .t-content__top {
    width: 100%;
    min-width: 1024px;
    overflow: hidden;
    position: relative;
    background: black;
  }
  @media screen and (max-width: 768px) {
    .t-content__top {
      min-width: inherit;
      min-width: auto;
    }
  }
  .t-content__top img {
    -o-object-fit: cover;
       object-fit: cover;
    inline-size: 100%;
    block-size: 80rem;
    opacity: 0.5;
  }
  @media screen and (max-width: 768px) {
    .t-content__top img {
      block-size: 30rem;
    }
  }
  .t-menu {
    padding-bottom: 12rem;
  }
  @media screen and (max-width: 768px) {
    .t-menu {
      padding-bottom: 5rem;
    }
  }
  .t-menu-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  @media screen and (max-width: 768px) {
    .t-menu-column {
      display: block;
    }
  }
  .t-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
  }
  .t-menu-list a {
    display: block;
    text-decoration: none;
    padding: 2.3em 2.8em 3em;
  }
  @media screen and (max-width: 768px) {
    .t-menu-list a {
      padding: 1.4em 2.2em;
    }
  }
  .t-menu-list a::before {
    display: none;
  }
  .t-menu-list h2 {
    padding-bottom: 8px;
  }
  @media screen and (max-width: 768px) {
    .t-menu-list h2 {
      padding-bottom: 6px;
    }
  }
  .t-menu-list:not(:last-child) {
    border-right: 1px solid #d9d9d9;
  }
  .t-menu-list__en {
    font-weight: 250;
    font-family: var(--font-en);
    font-size: 2.8rem;
    letter-spacing: 0.4rem;
  }
  @media screen and (max-width: 768px) {
    .t-menu-list__en {
      font-size: 1.8rem;
      letter-spacing: 0.3rem;
    }
  }
  .t-menu-list__jp {
    font-size: 1.5rem;
    color: var(--color-text2);
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .t-menu-list__jp {
      font-size: 1.2rem;
    }
  }
  .t-menu-list__jp::after {
    content: "";
    display: inline-block;
    inline-size: 4rem;
    background: #bfbfbf;
    -webkit-mask-image: url(/assets/image/common/icon/icon_arrow3.svg);
            mask-image: url(/assets/image/common/icon/icon_arrow3.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 50%;
            mask-size: 50%;
    aspect-ratio: 1/1;
    position: absolute;
    top: -2em;
    right: 0px;
  }
  @media screen and (max-width: 768px) {
    .t-menu-list__jp::after {
      inline-size: 3rem;
      -webkit-mask-size: 50%;
              mask-size: 50%;
      top: -1.8em;
      right: -0.5em;
    }
  }
  .t-menu-list::after {
    content: "";
    display: inline-block;
    inline-size: 1px;
    block-size: 4rem;
    background: #777777;
    rotate: 90deg;
    position: absolute;
    bottom: -2rem;
    right: 46px;
  }
  @media screen and (max-width: 768px) {
    .t-menu-list::after {
      display: none;
    }
  }
  .t-menu-list:hover {
    background: #F2F2EF;
  }
  .t-menu-list:hover::after {
    background: #d85c3f;
  }
  .t-menu-list:hover .t-menu-list__en {
    color: #d85c3f;
  }
  .t-menu-list:hover .t-menu-list__jp::after {
    background: #d85c3f;
  }
}