@charset "UTF-8";
@-webkit-keyframes t-blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes t-blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a, a:hover {
  text-decoration: none;
}

a > img, nav > img, li > img, div > img {
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}

.t-clearfix:after {
  font-size: 0;
}

.t-clearfix {
  zoom: 1;
}

.t-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd {
  position: relative;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

p, div, span {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

img,
a img {
  border: none;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

#wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.t-sp {
  display: none !important;
}

@keyframes t-blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html {
  font-size: 1.25vw;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #f0f0f0;
}

body.t-noscroll {
  overflow: hidden;
}

body.t-hide {
  opacity: 0;
}

body.t-hide div, body.t-hide h1, body.t-hide h2, body.t-hide h3, body.t-hide h4, body.t-hide h5, body.t-hide ul, body.t-hide li, body.t-hide span, body.t-hide dl, body.t-hide dt, body.t-hide dd {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.t-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.t-inter {
  font-family: 'Inter', sans-serif;
}

.t-header-menu {
  position: fixed;
  left: 6.24em;
  top: 0;
  width: calc(100% - 6.24em);
  height: 100%;
  background-color: #fff;
  z-index: 5;
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: clip-path 0.6s cubic-bezier(0.63, 0, 0.45, 1);
  transition: clip-path 0.6s cubic-bezier(0.63, 0, 0.45, 1);
  transition: clip-path 0.6s cubic-bezier(0.63, 0, 0.45, 1), -webkit-clip-path 0.6s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 0, 0 100%);
  overflow: hidden;
  pointer-events: none;
}

.t-header-menu.t-show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: auto;
}

.t-header-menu__inner {
  width: 100%;
  height: 100%;
}

.t-header-menu-list-inner {
  display: inline-block;
  left: 50%;
  top: 49.5%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.t-header-menu-list {
  
  width: 23.13vw;
  margin-right: 8.4vw;
  display: inline-block;
  vertical-align: top;
}

.t-header-menu-list:nth-child(2) {
  margin-right: 0;
}

.t-header-menu-list__item {
  
  font-size: 4.37vw;
  margin-bottom: 1.15vw;
  font-weight: 400;
}

.t-header-menu-list__item:last-child {
  margin-bottom: 0;
}

.t-header-menu-list__item a, .t-header-menu-list__item a:link, .t-header-menu-list__item a:visited {
  position: relative;
}

.t-header-menu-list__item a:before, .t-header-menu-list__item a:link:before, .t-header-menu-list__item a:visited:before {
  content: " ";
  display: block;
  width: 100%;
  
  height: 0.125vw;
  bottom: 0.75vw;
  position: absolute;
  left: 0;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: translate3d(0, 0, 0) scaleX(0);
          transform: translate3d(0, 0, 0) scaleX(0);
}

.t-kv-lang {
  
  font-size: 0.875vw;
  position: fixed;
  right: 3.5em;
  top: 3em;
  z-index: 5;
  -webkit-transition: opacity 0.5s ease-out 0.4s;
  -o-transition: opacity 0.5s ease-out 0.4s;
  transition: opacity 0.5s ease-out 0.4s;
  opacity: 0;
}

.t-kv-lang.t-show {
  opacity: 1;
}

.t-kv-lang span {
  padding-right: 0.24em;
}

.t-kv-lang span:last-child {
  padding-right: 0;
}

.t-kv-lang span.t-jp, .t-kv-lang span.t-en {
  position: relative;
}

.t-kv-lang span.t-jp.t-active, .t-kv-lang span.t-en.t-active {
  font-weight: bold;
  pointer-events: none;
}

.t-kv-lang span.t-jp.t-active:before, .t-kv-lang span.t-en.t-active:before {
  -webkit-transform: translate3d(0, 0, 0) scaleX(1);
          transform: translate3d(0, 0, 0) scaleX(1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.t-kv-lang span.t-jp:before, .t-kv-lang span.t-en:before {
  content: " ";
  display: block;
  width: 86%;
  
  height: 0.13vw;
  background-color: #000;
  left: 0;
  
  bottom: -0.13vw;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform: translate3d(0, 0, 0) scaleX(0);
          transform: translate3d(0, 0, 0) scaleX(0);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}


img:not([src*="common"]):not([src*=".svg"]) {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}


img,
[class*="__pic"],
[class*="picarea__pic"],
[class*="card__item-pic"],
.t-box-pic,
[class*="section-pic"] {
  border-radius: 0 !important;
}

.t-kv-access {
  
  font-size: 0.68vw;
  line-height: 1.45;
  position: fixed;
  left: 13.7em;
  top: 4.3em;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
}

.t-kv-access.t-show {
  opacity: 1;
}

.t-kv-url {
  
  font-size: 0.68vw;
  position: absolute;
  right: 0.2em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  z-index: 5;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-out 0.6s;
  -o-transition: opacity 0.5s ease-out 0.6s;
  transition: opacity 0.5s ease-out 0.6s;
  opacity: 0;
}

.t-kv-url.t-show {
  opacity: 1;
}

header {
  width: 6.24em;
  height: 50vh;
  background: #fff;
  border-radius: 0 0 2.6em 0; 
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

header.t-show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}


header.t-active {
  height: 100vh !important;
}

.t-header-inner {
  height: 100%;
}

.t-header-logo {
  width: 5.6em;
  margin: 0 auto;
  padding-top: 2.14em;
}

.t-header-btn {
  width: 100%;
  height: 20em;
  position: absolute;
  top: 6em;
  cursor: pointer;
}

.t-header-btn .t-header-btn__inner {
  width: 9px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.t-header-btn .t-header-btn__inner > div {
  width: 2px;
  height: 100%;
  -webkit-transition: left 0.6s ease-out,top 0.6s ease-out,background-color 0.5s ease-in-out,-webkit-transform 0.6s ease-out;
  transition: left 0.6s ease-out,top 0.6s ease-out,background-color 0.5s ease-in-out,-webkit-transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out,left 0.6s ease-out,top 0.6s ease-out,background-color 0.5s ease-in-out;
  transition: transform 0.6s ease-out,left 0.6s ease-out,top 0.6s ease-out,background-color 0.5s ease-in-out;
  transition: transform 0.6s ease-out,left 0.6s ease-out,top 0.6s ease-out,background-color 0.5s ease-in-out,-webkit-transform 0.6s ease-out;
  background-color: #707070;
  position: absolute;
  left: 0;
  top: 0;
}

.t-header-btn .t-header-btn__inner > div:last-child {
  left: auto;
  right: 0;
}

.t-header-btn.t-active .t-header-btn__inner > div {
  left: 5px;
  -webkit-animation: t-btnRotate 0.6s ease-out forwards;
          animation: t-btnRotate 0.6s ease-out forwards;
}

.t-header-btn.t-active .t-header-btn__inner > div:last-child {
  -webkit-animation: t-btnRotate2 0.6s ease-out forwards;
          animation: t-btnRotate2 0.6s ease-out forwards;
}

@-webkit-keyframes t-btnAnime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  90% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes t-btnAnime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  90% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes t-btnAnime2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  90% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes t-btnAnime2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  90% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes t-btnAnime3 {
  0% {
    -webkit-transform: rotate(-390deg) translate(0, 0);
            transform: rotate(-390deg) translate(0, 0);
  }
  70% {
    -webkit-transform: rotate(-390deg) translate(0, -30%);
            transform: rotate(-390deg) translate(0, -30%);
  }
  90% {
    -webkit-transform: rotate(-390deg) translate(0, 5%);
            transform: rotate(-390deg) translate(0, 5%);
  }
  100% {
    -webkit-transform: rotate(-390deg) translate(0, 0);
            transform: rotate(-390deg) translate(0, 0);
  }
}

@keyframes t-btnAnime3 {
  0% {
    -webkit-transform: rotate(-390deg) translate(0, 0);
            transform: rotate(-390deg) translate(0, 0);
  }
  70% {
    -webkit-transform: rotate(-390deg) translate(0, -30%);
            transform: rotate(-390deg) translate(0, -30%);
  }
  90% {
    -webkit-transform: rotate(-390deg) translate(0, 5%);
            transform: rotate(-390deg) translate(0, 5%);
  }
  100% {
    -webkit-transform: rotate(-390deg) translate(0, 0);
            transform: rotate(-390deg) translate(0, 0);
  }
}

@-webkit-keyframes t-btnAnime4 {
  0% {
    -webkit-transform: rotate(-330deg) translate(0, 0);
            transform: rotate(-330deg) translate(0, 0);
  }
  70% {
    -webkit-transform: rotate(-330deg) translate(0, 30%);
            transform: rotate(-330deg) translate(0, 30%);
  }
  90% {
    -webkit-transform: rotate(-330deg) translate(0, -5%);
            transform: rotate(-330deg) translate(0, -5%);
  }
  100% {
    -webkit-transform: rotate(-330deg) translate(0, 0);
            transform: rotate(-330deg) translate(0, 0);
  }
}

@keyframes t-btnAnime4 {
  0% {
    -webkit-transform: rotate(-330deg) translate(0, 0);
            transform: rotate(-330deg) translate(0, 0);
  }
  70% {
    -webkit-transform: rotate(-330deg) translate(0, 30%);
            transform: rotate(-330deg) translate(0, 30%);
  }
  90% {
    -webkit-transform: rotate(-330deg) translate(0, -5%);
            transform: rotate(-330deg) translate(0, -5%);
  }
  100% {
    -webkit-transform: rotate(-330deg) translate(0, 0);
            transform: rotate(-330deg) translate(0, 0);
  }
}

@-webkit-keyframes t-btnRotate {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  100% {
    -webkit-transform: rotate(-390deg) translate(0, 0);
            transform: rotate(-390deg) translate(0, 0);
  }
}

@keyframes t-btnRotate {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  100% {
    -webkit-transform: rotate(-390deg) translate(0, 0);
            transform: rotate(-390deg) translate(0, 0);
  }
}

@-webkit-keyframes t-btnRotate2 {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  100% {
    -webkit-transform: rotate(-330deg) translate(0, 0);
            transform: rotate(-330deg) translate(0, 0);
  }
}

@keyframes t-btnRotate2 {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  100% {
    -webkit-transform: rotate(-330deg) translate(0, 0);
            transform: rotate(-330deg) translate(0, 0);
  }
}

@-webkit-keyframes t-btnRotate3 {
  0% {
    -webkit-transform: rotate(-390deg) translateY(0);
            transform: rotate(-390deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}

@keyframes t-btnRotate3 {
  0% {
    -webkit-transform: rotate(-390deg) translateY(0);
            transform: rotate(-390deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}

@-webkit-keyframes t-btnRotate4 {
  0% {
    -webkit-transform: rotate(-330deg) translateY(0);
            transform: rotate(-330deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}

@keyframes t-btnRotate4 {
  0% {
    -webkit-transform: rotate(-330deg) translateY(0);
            transform: rotate(-330deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}

.t-header-share {
  position: absolute;
  left: 50%;
  bottom: 2.14em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.t-header-share__text {
  width: 100%;
  font-size: 0.68em;
  margin-right: 8.5em;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.t-header-share-list__item {
  margin: 0 auto;
  margin-bottom: 0.9em;
}

.t-header-share-list__item a, .t-header-share-list__item a:link, .t-header-share-list__item a:visited {
  display: block;
}

.t-header-share-list__item img {
  width: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}

.t-header-share-list__item:nth-child(2) img {
  width: 15px;
}

.t-header-share-list__item:nth-child(3) {
  margin-bottom: 0;
}

.t-header-share-list__item:nth-child(3) img {
  width: 15px;
}

.t-header-menu-lang {
  
  font-size: 1vw;
  width: 23.13vw;
  margin-right: 8.7vw;
  display: inline-block;
  vertical-align: top;
}

.t-header-menu-lang span {
  
  padding-right: 0.24vw;
}

.t-header-menu-lang span:last-child {
  padding-right: 0;
}

.t-header-menu-lang span.t-jp, .t-header-menu-lang span.t-en {
  position: relative;
}

.t-header-menu-lang span.t-jp.t-active, .t-header-menu-lang span.t-en.t-active {
  font-weight: bold;
  pointer-events: none;
}

.t-header-menu-lang span.t-jp.t-active:before, .t-header-menu-lang span.t-en.t-active:before {
  -webkit-transform: translate3d(0, 0, 0) scaleX(1);
          transform: translate3d(0, 0, 0) scaleX(1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.t-header-menu-lang span.t-jp:before, .t-header-menu-lang span.t-en:before {
  content: " ";
  display: block;
  width: 86%;
  
  height: 0.2vw;
  bottom: -0.2vw;
  background-color: #000;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform: translate3d(0, 0, 0) scaleX(0);
          transform: translate3d(0, 0, 0) scaleX(0);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.t-header-menu-bottom-inner {
  
  padding-top: 2.94vw;
}

.t-header-menu-share {
  
  width: 23.13vw;
  display: inline-block;
}

.t-header-menushare__text {
  
  font-size: 0.875vw;
  margin-right: 5vw;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}

.t-header-menushare-list {
  display: inline-block;
}

.t-header-menushare-list__item {
  
  width: 0.63vw;
  margin-right: 1.7vw;
  display: inline-block;
}

.t-header-menushare-list__item:nth-child(2) {
  
  width: 1.25vw;
}

.t-header-menushare-list__item:nth-child(3) {
  
  width: 1.19vw;
}

.t-header-menu__circle {
  
  width: 8.75vw;
  height: 8.75vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
}

.t-header-menu__circle.t-active .t-header-menu-circle__inner {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.t-header-menu-circle__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.3s cubic-bezier(0.63, 0, 0.45, 1), -webkit-transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform: scale(0.00001);
      -ms-transform: scale(0.00001);
          transform: scale(0.00001);
  background-color: #b7ea3e;
}

.t-kv-time {
  position: fixed;
  width: calc(100% - 6.25em);
  left: 6.25em;
  top: 2.8em;
  color: #000;
  
  z-index: 5;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-out 0.2s;
  -o-transition: opacity 0.5s ease-out 0.2s;
  transition: opacity 0.5s ease-out 0.2s;
  opacity: 0;
}

.t-kv-time.t-show {
  opacity: 1;
}

.t-kv-time__inner {
  font-size: 0.68vw;
  text-align: center;
}

.t-kv-time__1 {
  
  width: 1.1vw;
  position: relative;
  display: inline-block;
}

.t-box {
  width: calc(100% - 6.24em);
  left: 6.24em;
  padding: 0 3em;
  z-index: 1;
  overflow: hidden;
}

.t-box-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.t-kv-link {
  width: 3.56vw;
  height: 10.19vw;
  position: absolute;
  left: calc(100% - 3.56vw);
  bottom: 2.27em;
  z-index: 2;
}

.t-kv-link.t-show .t-kv-link-area {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.t-kv-link.t-fix {
  position: fixed;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.t-kv-link-area {
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.5s ease-out, -webkit-transform 1s cubic-bezier(0.63, 0, 0.45, 1);
  transition: background-color 0.5s ease-out, -webkit-transform 1s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 1s cubic-bezier(0.63, 0, 0.45, 1), background-color 0.5s ease-out;
  transition: transform 1s cubic-bezier(0.63, 0, 0.45, 1), background-color 0.5s ease-out;
  transition: transform 1s cubic-bezier(0.63, 0, 0.45, 1), background-color 0.5s ease-out, -webkit-transform 1s cubic-bezier(0.63, 0, 0.45, 1);
  border-radius: 0.6vw 0px 0px 0.6vw;
  background-color: #000;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.t-kv-link-area a {
  display: block;
  height: 100%;
}

.t-kv-link-sp {
  width: 25vmax;
  height: 4.7vmax;
  position: absolute;
  left: 50%;
  bottom: max(-37.5vh, -405px);
  border-radius: 1vw;
  background-color: #000;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

.t-kv-link-sp.t-show {
  opacity: 1;
}

.t-kv-link__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.t-kv-link__text {
  font-size: 1.12vw;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 0.7vw;
}

.t-kv-link__icon {
  width: 1vw;
  margin: 0 auto;
}

.t-kv-link__icon img {
  display: block;
}

.t-more-btn {
  
  width: 14.38vw;
  height: 14.38vw;
  border-radius: 50%;
  background-color: #000;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: background-color 0.3s cubic-bezier(0.63, 0, 0.45, 1);
}

.t-more-btn:before {
  content: " ";
  display: block;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background-color: #b7ea3e;
  position: absolute;
  left: -5%;
  top: -5%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform: translate(-30%, 100%) rotate(60deg);
      -ms-transform: translate(-30%, 100%) rotate(60deg);
          transform: translate(-30%, 100%) rotate(60deg);
}

.t-more-btn a, .t-more-btn a:link, .t-more-btn a:visited {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}

.t-more-btn .t-link-arrow {
  
  width: 1.32vw;
  left: 50%;
  top: 56.8%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.t-more-btn .t-move-link-arrow__bar {
  width: 1.86vw;
  right: -0.25vw;
  bottom: 0.65vw;
  height: 0.066vw;
}

.t-more-btn .t-move-link-arrow-bar__inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  width: 100%;
  right: auto;
  bottom: auto;
}

.t-more-btn .t-link-arrow-bar__inner,
.t-more-btn .t-move-link-arrow-bar__inner {
  background-color: #fff;
}

.t-more-btn .t-move-link-arrow {
  
  width: 1.32vw;
  left: 50%;
  top: 56.8%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  overflow: hidden;
}

.t-more-btn__text {
  text-align: center;
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 42%;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.t-link-arrow,
.t-move-link-arrow {
  
  width: 1.125vw;
  bottom: 2.6vw;
  position: absolute;
  right: 0;
}

.t-link-arrow img,
.t-move-link-arrow img {
  display: block;
}

.t-link-arrow__bar,
.t-move-link-arrow__bar {
  
  width: 3.69vw;
  height: 0.05vw;
  right: -0.45vw;
  bottom: 1.3vw;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.t-link-arrow-bar__inner,
.t-move-link-arrow-bar__inner {
  width: 50%;
  height: 100%;
  right: -1.9vw;
  bottom: 0.06vw;
  background-color: #000;
  -webkit-transition: width 0.3s cubic-bezier(0.63, 0, 0.45, 1), right 0.3s cubic-bezier(0.63, 0, 0.45, 1), bottom 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: width 0.3s cubic-bezier(0.63, 0, 0.45, 1), right 0.3s cubic-bezier(0.63, 0, 0.45, 1), bottom 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: width 0.3s cubic-bezier(0.63, 0, 0.45, 1), right 0.3s cubic-bezier(0.63, 0, 0.45, 1), bottom 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.t-move-link-arrow__inner {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  -o-transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44), -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
}

.t-move-link-arrow__inner:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-105%, -105%) scale(0.8);
      -ms-transform: translate(-105%, -105%) scale(0.8);
          transform: translate(-105%, -105%) scale(0.8);
}

.t-link-arrow__base img {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.t-link-arrow__base img.t-rev {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.t-contact-area {
  width: 100%;
  height: 100vh;
  z-index: 2;
  background: #fff;
  margin-bottom: 100vh;
  -webkit-transition: background-color 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  -o-transition: background-color 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transition: background-color 0.7s cubic-bezier(0.3, 0, 0.2, 1);
}

.t-contact-area a, .t-contact-area a:link, .t-contact-area a:visited {
  display: block;
  width: 100%;
  height: 100%;
}

.t-contact-area__title {
  width: 100%;
  
  font-size: 8.75vw;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.t-contact-area__arrow {
  
  width: 1.25vw;
  right: 6.9vw;
  position: absolute;
  bottom: 11.3vh;
  overflow: hidden;
}

.t-contact-area-arrow__inner {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  -o-transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44), -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
}

.t-contact-area-arrow__inner:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-130%, -130%);
      -ms-transform: translate(-130%, -130%);
          transform: translate(-130%, -130%);
}

.t-contact-area-arrow__inner img {
  display: block;
}

footer {
  position: relative;
  width: 100%;
  height: 100vh;
  left: 6.24em;
  padding: 0 6.24em;
  position: fixed;
  bottom: 0;
  right: 0;
  left: auto;
  visibility: hidden;
}

footer.t-show {
  visibility: visible;
}

.t-footer-inner {
  
  width: 71.42%;
  height: 100%;
  margin: 0 auto;
}

.t-footer-contents {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.t-footer-contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.t-footer-contents__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37%;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}

.t-footer-contents__logo {
  
  width: 9.5vw;            
  margin-top: 1.6vw;       
  margin-left: 1.1vw;      
}


.t-footer-contents-sns {
  display: none !important;
}


.t-header-menu-share {
  display: none !important;
}


.t-footer-contents-link-list__item { font-size: 1.15vw !important; }
.t-footer-contents-group__text { font-size: 1.15vw !important; }
.t-footer-contents__address,
.t-footer-contents__url,
.t-footer-contents__copyright { font-size: 0.8vw !important; }


.t-header-menu__circle { display: none !important; }
.t-header-menu-list__item a,
.t-header-menu-list__item a:link,
.t-header-menu-list__item a:visited {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.t-header-menu-list__item:hover a,
.t-header-menu-list__item a:hover {
  color: #b7ea3e !important;
}

.t-header-menu-list__item a:before,
.t-header-menu-list__item a:link:before,
.t-header-menu-list__item a:visited:before {
  display: none !important;
}

.t-footer-contents__center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38%;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  margin-top: 2.6vw; 
}

.t-footer-contents__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  top: -0.2vw;
  margin-top: 2.6vw; 
}

.t-footer-contents-linkarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 4.87em;
}

.t-footer-contents-link-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
}

.t-footer-contents-link-list__item {
  
  font-size: 0.875vw;
  margin-bottom: 0.99vw;
}

.t-footer-contents-link-list__item:last-child {
  margin-bottom: 0;
}

.t-footer-contents-group {
  
  margin-bottom: 3vw;
}

.t-footer-contents-group__text {
  
  font-size: 0.875vw;
  font-weight: bold;
  margin-bottom: 1vw;
}

.t-footer-contents-group-link {
  width: 100%;
}

.t-footer-contents-group-link__item {
  width: 100%;
  margin-right: 2.5%;
  margin-bottom: 0.3vw;
}

.t-footer-contents-group-link__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.t-footer-contents-sns__text {
  
  font-size: 0.875vw;
  font-weight: bold;
  display: inline-block;
  margin-right: 13%;
}

.t-footer-contents-sns-link {
  display: inline-block;
}

.t-footer-contents-sns-link__item {
  
  display: inline-block;
  vertical-align: middle;
}

.t-footer-contents-sns-link__item a, .t-footer-contents-sns-link__item a:link, .t-footer-contents-sns-link__item a:visited {
  padding: 0 2vw;
}

.t-footer-contents-sns-link__item img {
  width: 0.55vw;
  margin: 0 auto;
}

.t-footer-contents-sns-link__item:nth-child(2) {
  
}

.t-footer-contents-sns-link__item:nth-child(2) img {
  width: 0.94vw;
}

.t-footer-contents-sns-link__item:nth-child(3) {
  
  margin-right: 0;
}

.t-footer-contents-sns-link__item:nth-child(3) img {
  width: 0.88vw;
}

.t-footer-contents-sns-link__item img {
  display: block;
}

.t-footer-contents-bottom {
  position: absolute;
  left: -3vw; 
  bottom: 0.2em;
}

.t-footer-contents__address {
  font-size: 0.68vw;
  margin-bottom: 1vw;
}

.t-footer-contents__url {
  font-size: 0.68vw;
  margin-bottom: 1vw;
}

.t-footer-contents__copyright {
  
  font-size: 0.68vw;
}

@media screen and (min-width: 769px) {
  .t-sp_only {
    display: none !important;
  }
  .t-header-menu-list-inner.t-noscroll {
    overflow: scroll;
    top: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .t-header-menu-list__item:hover a:before, .t-header-menu-list__item:hover a:link:before, .t-header-menu-list__item:hover a:visited:before {
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .t-kv-lang span.t-jp:hover:before, .t-kv-lang span.t-en:hover:before {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  .t-header-logo:hover {
    -webkit-animation: t-blink_animation 0.6s ease-out;
            animation: t-blink_animation 0.6s ease-out;
  }
  .t-header-btn.t-move .t-header-btn__inner > div {
    -webkit-animation: t-btnAnime 1s cubic-bezier(0.63, 0, 0.45, 1);
            animation: t-btnAnime 1s cubic-bezier(0.63, 0, 0.45, 1);
  }
  .t-header-btn.t-move .t-header-btn__inner > div:last-child {
    -webkit-animation: t-btnAnime2 1s cubic-bezier(0.63, 0, 0.45, 1);
            animation: t-btnAnime2 1s cubic-bezier(0.63, 0, 0.45, 1);
  }
  .t-header-btn.t-move.t-active .t-header-btn__inner > div {
    -webkit-animation: t-btnAnime3 1s cubic-bezier(0.63, 0, 0.45, 1) forwards;
            animation: t-btnAnime3 1s cubic-bezier(0.63, 0, 0.45, 1) forwards;
  }
  .t-header-btn.t-move.t-active .t-header-btn__inner > div:last-child {
    -webkit-animation: t-btnAnime4 1s cubic-bezier(0.63, 0, 0.45, 1) forwards;
            animation: t-btnAnime4 1s cubic-bezier(0.63, 0, 0.45, 1) forwards;
  }
  .t-header-btn.t-hide .t-header-btn__inner > div {
    -webkit-animation: t-btnRotate3 0.6s cubic-bezier(0.63, 0, 0.45, 1) forwards;
            animation: t-btnRotate3 0.6s cubic-bezier(0.63, 0, 0.45, 1) forwards;
  }
  .t-header-btn.t-hide .t-header-btn__inner > div:last-child {
    -webkit-animation: t-btnRotate4 0.6s cubic-bezier(0.63, 0, 0.45, 1) forwards;
            animation: t-btnRotate4 0.6s cubic-bezier(0.63, 0, 0.45, 1) forwards;
  }
  .t-header-share-list__item:hover {
    -webkit-animation: t-blink_animation 0.6s ease-out;
            animation: t-blink_animation 0.6s ease-out;
  }
  .t-header-menu-lang span.t-jp:hover:before, .t-header-menu-lang span.t-en:hover:before {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  .t-header-menushare-list__item:hover {
    -webkit-animation: t-blink_animation 0.6s ease-out;
            animation: t-blink_animation 0.6s ease-out;
  }
  .t-kv-link:hover .t-kv-link-area {
    background-color: #f53a70;
  }
  .t-more-btn:hover {
    -webkit-transition: background-color 0.5s cubic-bezier(0.63, 0, 0.45, 1) 0.2s;
    -o-transition: background-color 0.5s cubic-bezier(0.63, 0, 0.45, 1) 0.2s;
    transition: background-color 0.5s cubic-bezier(0.63, 0, 0.45, 1) 0.2s;
    background-color: #b7ea3e;
  }
  .t-more-btn:hover:before {
    -webkit-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  .t-more-btn:hover .t-move-link-arrow__inner {
    -webkit-transform: translate(105%, 105%) scale(0.8);
        -ms-transform: translate(105%, 105%) scale(0.8);
            transform: translate(105%, 105%) scale(0.8);
  }
  .t-more-btn:hover .t-move-link-arrow__inner:nth-child(2) {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    -o-transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s, -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    -webkit-transform: translate(0, 0) scale(0.8);
        -ms-transform: translate(0, 0) scale(0.8);
            transform: translate(0, 0) scale(0.8);
  }
  .t-more-btn:hover .t-link-arrow__base img {
    opacity: 0;
  }
  .t-more-btn:hover .t-link-arrow__base img.t-rev {
    opacity: 1;
  }
  .t-more-btn:hover .t-move-link-arrow-bar__inner {
    background-color: #000;
  }
  .t-more-btn:hover .t-more-btn__text {
    color: #000;
  }
  .t-contact-area:hover {
    background-color: #fff;   /* hoverでも色は変えない(下線スイープ+浮きのみ) */
  }
  .t-contact-area:hover .t-contact-area-arrow__inner {
    -webkit-transform: translate(100%, 100%);
        -ms-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  .t-contact-area:hover .t-contact-area-arrow__inner:nth-child(2) {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: -webkit-transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    -o-transition: transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s, -webkit-transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .t-footer-contents.t-fix {
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    overflow-y: scroll;
  }
  .t-footer-contents-link-list__item a:hover, .t-footer-contents-link-list__item a:link:hover, .t-footer-contents-link-list__item a:visited:hover {
    -webkit-animation: t-blink_animation 0.6s ease-out;
            animation: t-blink_animation 0.6s ease-out;
  }
  .t-footer-contents-group-link__item:hover {
    -webkit-animation: t-blink_animation 0.6s ease-out;
            animation: t-blink_animation 0.6s ease-out;
  }
  .t-footer-contents-sns-link__item:hover {
    -webkit-animation: t-blink_animation 0.6s ease-out;
            animation: t-blink_animation 0.6s ease-out;
  }
}

@media screen and (min-width: 1281px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }
  .t-pc_only {
    display: none !important;
  }
  body {
    font-size: 3.73vw;
  }
  #wrapper {
    min-width: 100%;
    overflow: hidden;
  }
  .t-pc {
    display: none !important;
  }
  .t-sp {
    display: block !important;
  }
  html {
    font-size: 4.26vw;
    -webkit-text-size-adjust: 100%;
  }
  p {
    font-size: 3.47vw;
    line-height: 1.53;
    text-align: justify;
  }
  .t-header-menu {
    left: auto;
    top: 13.34vw;
    width: 100%;
    height: calc(100% - 13.34vw);
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 0 0, 0 0);
  }
  .t-header-menu.t-show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .t-header-menu__inner {
    height: calc(100vh - 13.34vw);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .t-header-menu-list-inner {
    left: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .t-header-menu-list {
    width: 100%;
    display: block;
    padding-left: 27vw;
    margin-right: 0;
  }
  .t-header-menu-list:first-child {
    padding-top: 5vw;
  }
  .t-header-menu-list:nth-child(2) {
    margin-top: 2.6vw;
  }
  .t-header-menu-list__item {
    font-size: 9vw;
    margin-bottom: 2.6vw;
  }
  .t-kv-access {
    height: 100vh;
    height: 100svh;
    font-size: 2.4vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    left: 3.5vw;
    top: 6.5vw;
    text-align: center;
    position: absolute;
  }
  .t-kv-url {
    font-size: 2.4vw;
    right: -6.3vw;
  }
  header {
    width: 100%;
    height: 13.34vw;
    -webkit-transition: background-color 0.3s ease-out,-webkit-transform 0.5s ease-out;
    transition: background-color 0.3s ease-out,-webkit-transform 0.5s ease-out;
    -o-transition: background-color 0.3s ease-out,transform 0.5s ease-out;
    transition: background-color 0.3s ease-out,transform 0.5s ease-out;
    transition: background-color 0.3s ease-out,transform 0.5s ease-out,-webkit-transform 0.5s ease-out;
    background: transparent;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  header.t-show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  header.t-active {
    background: #fff;
  }
  .t-header-logo {
    position: absolute;
    left: 4%;
    top: 3.7vw;
    padding-top: 0;
  }
  .t-header-btn {
    width: 18.3%;
    height: 100%;
    right: 0;
    top: auto;
  }
  .t-header-btn .t-header-btn__inner {
    width: 51%;
    height: 2.67vw;
    left: auto;
    right: 29.5%;
    top: 5.5vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .t-header-btn .t-header-btn__inner > div {
    width: 100%;
    height: 0.534vw;
    background-color: #000;
  }
  .t-header-btn .t-header-btn__inner > div:last-child {
    top: auto;
    bottom: 0;
  }
  .t-header-btn.t-active .t-header-btn__inner > div {
    -webkit-transition: left 0.6s ease-out, top 0.6s ease-out, background-color 0.5s ease-in-out, -webkit-transform 0.6s ease-out;
    transition: left 0.6s ease-out, top 0.6s ease-out, background-color 0.5s ease-in-out, -webkit-transform 0.6s ease-out;
    -o-transition: transform 0.6s ease-out, left 0.6s ease-out, top 0.6s ease-out, background-color 0.5s ease-in-out;
    transition: transform 0.6s ease-out, left 0.6s ease-out, top 0.6s ease-out, background-color 0.5s ease-in-out;
    transition: transform 0.6s ease-out, left 0.6s ease-out, top 0.6s ease-out, background-color 0.5s ease-in-out, -webkit-transform 0.6s ease-out;
    left: auto;
    top: 1vw;
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .t-header-btn.t-active .t-header-btn__inner > div:last-child {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .t-header-menu-lang {
    width: 100%;
    margin-right: 0;
    font-size: 4vw;
  }
  .t-header-menu-lang span.t-jp:before, .t-header-menu-lang span.t-en:before {
    height: 0.67vw;
  }
  .t-header-menu-bottom-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 27vw;
    padding-top: 14.3vw;
    margin-bottom: 20vw;
  }
  .t-header-menu-share {
    width: 100%;
    margin-bottom: 5.1vw;
  }
  .t-header-menushare__text {
    font-size: 2.65vw;
    display: block;
    margin-right: 0;
    margin-bottom: 2.2vw;
  }
  .t-header-menushare-list__item {
    width: 2.54vw;
    margin-right: 6.9vw;
  }
  .t-header-menushare-list__item:nth-child(2) {
    width: 4.67vw;
    margin-right: 6.8vw;
  }
  .t-header-menushare-list__item:nth-child(3) {
    width: 4.67vw;
  }
  .t-kv-time {
    position: absolute;
    width: 100%;
    left: auto;
    top: 5.5vh;
    z-index: 0;
  }
  .t-kv-time__inner {
    font-size: 2.95vw;
  }
  .t-kv-time__1 {
    width: 5vw !important;
    text-align: left;
  }
  .t-box {
    width: 100%;
    left: auto;
    padding: 5.33%;
  }
  .t-kv-link__inner {
    display: block;
    height: auto;
  }
  .t-kv-link__text {
    font-size: 2.65vw;
    text-align: center;
    line-height: 4.7vmax;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    margin: 0 auto;
  }
  .t-kv-link__icon {
    position: absolute;
    width: 2.14vw;
    right: 4.6vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .t-more-btn {
    width: 26.7vw;
    height: 26.7vw;
  }
  .t-more-btn .t-move-link-arrow__bar {
    width: 4.86vw;
    right: -0.6vw;
    bottom: 1.67vw;
    height: 0.15vw;
  }
  .t-more-btn .t-move-link-arrow {
    width: 3.2vw;
    top: 58.4%;
  }
  .t-more-btn__text {
    font-size: 3vw;
    top: 39%;
  }
  .t-link-arrow,
  .t-move-link-arrow {
    width: 3vw;
    bottom: 10.8vw;
  }
  .t-link-arrow__bar,
  .t-move-link-arrow__bar {
    width: 4.67vw;
    height: 0.18vw;
    right: -0.5vw;
    bottom: 1.7vw;
  }
  .t-link-arrow-bar__inner,
  .t-move-link-arrow-bar__inner {
    width: 100%;
    right: 0;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .t-contact-area {
    height: 79.6vw;
    margin-bottom: 0;
  }
  .t-contact-area__title {
    font-size: 12vw;
  }
  .t-contact-area__arrow {
    width: 6.4%;
    right: 5.33%;
    bottom: 5.3vw;
  }
  footer {
    width: 100%;
    height: auto;
    left: auto;
    padding: 16.4vw 22% 13.5vw;
    position: relative;
  }
  .t-footer-inner {
    width: 100%;
    max-width: inherit;
  }
  .t-footer-contents {
    width: 100%;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .t-footer-contents-wrap {
    display: block;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .t-footer-contents__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 8.8vw;
  }
  .t-footer-contents__logo {
    width: 29.87%;
    margin: 0 auto;
  }
  .t-footer-contents__center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 11.7vw;
  }
  .t-footer-contents__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    top: auto;
    margin-bottom: 5.7vw;
  }
  .t-footer-contents-linkarea {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 11vw;
  }
  .t-footer-contents-link-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.32%;
        -ms-flex: 0 0 31.32%;
            flex: 0 0 31.32%;
  }
  .t-footer-contents-link-list__item {
    font-size: 3.2vw;
    margin-bottom: 4.8vw;
  }
  .t-footer-contents-group {
    margin-bottom: 12.3vw;
  }
  .t-footer-contents-group__text {
    font-size: 3.2vw;
    margin-bottom: 2.9vw;
  }
  .t-footer-contents-group-link {
    width: 100%;
  }
  .t-footer-contents-group-link__item {
    width: 100%;
    float: none;
    margin-bottom: 0.7vw;
  }
  .t-footer-contents-group-link__item:last-child {
    margin-bottom: 0;
  }
  .t-footer-contents-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .t-footer-contents-sns__text {
    font-size: 3.2vw;
    margin-right: 0;
  }
  .t-footer-contents-sns-link {
    top: -3.4vw;
    right: -2.5vw;
  }
  .t-footer-contents-sns-link__item {
    margin-right: 0;
  }
  .t-footer-contents-sns-link__item a, .t-footer-contents-sns-link__item a:link, .t-footer-contents-sns-link__item a:visited {
    padding: 0 5vw;
  }
  .t-footer-contents-sns-link__item img {
    width: 2.2vw;
  }
  .t-footer-contents-sns-link__item:nth-child(2) {
    margin-right: 0;
  }
  .t-footer-contents-sns-link__item:nth-child(2) img {
    width: 3.8vw;
  }
  .t-footer-contents-sns-link__item:nth-child(3) img {
    width: 3.7vw;
  }
  .t-footer-contents-bottom.t-chrome {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .t-footer-contents-bottom {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .t-footer-contents__address {
    width: 115%;
    font-size: 2.66vw;
    margin-bottom: 3.3vw;
    text-align: center;
    line-height: 1.4;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .t-footer-contents__url {
    font-size: 2.66vw;
    text-align: center;
    margin-bottom: 5.2vw;
  }
  .t-footer-contents__copyright {
    font-size: 2.66vw;
    text-align: center;
  }
}

@media screen and (max-width: 1350px) {
  .t-kv-time__1 {
    width: 2em;
  }
}

@media screen and (max-width: 1085px) {
  .t-footer-contents-bottom.t-chrome {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
}


/* ============================================================
   FV / ナビ レイアウト調整 (2026-06)
   ・ナビ(ハンバーガー)を左レール → 右上へ（ロゴは左上のまま）
   ・日付/時刻(kv-time)・スクロール表示(kv-scroll)を非表示
   ============================================================ */
header{
  width:100%;
  height:auto;
  background:transparent;
  border-radius:0;
  z-index:10;
  pointer-events:none;
  -webkit-transform:translateY(-120%);
      -ms-transform:translateY(-120%);
          transform:translateY(-120%);
}
header.t-show{
  -webkit-transform:translateY(0);
      -ms-transform:translateY(0);
          transform:translateY(0);
}
header.t-active{ height:auto !important; }
.t-header-inner{
  display:-webkit-box; display:-ms-flexbox; display:flex;
  -webkit-box-align:center; -ms-flex-align:center; align-items:center;
  -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between;
  height:auto;
  padding:1.5em 2.2em;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.t-header-logo{ width:5.6em; margin:0; padding:0; pointer-events:auto; }
.t-header-btn{
  position:relative;
  width:2.4em; height:2.4em;
  top:auto; left:auto;
  pointer-events:auto;
}
.t-header-btn .t-header-btn__inner{ left:50%; top:50%; }
.t-header-menu{ left:0; width:100%; }
.t-kv-time{ display:none !important; }
.t-kv-scroll{ display:none !important; }

/* ============================================================
   READ MORE ピルボタン (2026-06)
   旧: 14.38vw 黒丸ボタン → テキスト + 丸枠アロー の最小ボタン
   ============================================================ */
.t-more-btn{
  width:auto !important; height:auto !important;
  border-radius:0 !important; background-color:transparent !important;
  overflow:visible !important;
}
.t-more-btn:before{ display:none !important; }
.t-more-btn a, .t-more-btn a:link, .t-more-btn a:visited{
  display:-webkit-inline-box !important; display:-ms-inline-flexbox !important; display:inline-flex !important;
  -webkit-box-align:center; -ms-flex-align:center; align-items:center;
  width:auto !important; height:auto !important;
}
.t-more-btn__text{
  position:static !important;
  -webkit-transform:none !important; transform:none !important;
  color:#1a1a1a !important; font-size:1vw; font-weight:600;
  letter-spacing:.16em; white-space:nowrap; line-height:1;
  margin-right:1.1vw;
}
.t-more-btn-arrow, .t-more-btn .t-move-link-arrow{
  position:relative !important;
  left:auto !important; top:auto !important; right:auto !important; bottom:auto !important;
  -webkit-transform:none !important; transform:none !important;
  width:3.8vw !important; height:2.1vw !important;
  border:1px solid #1a1a1a; border-radius:999px; overflow:hidden;
  -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto;
  -webkit-transition:background-color .35s ease; -o-transition:background-color .35s ease; transition:background-color .35s ease;
}
.t-more-btn-arrow > *{ display:none !important; }
.t-more-btn-arrow:after{
  content:""; position:absolute; left:0; right:0; top:0; bottom:0; margin:auto;
  width:1.15vw; height:1.15vw;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='13 6 19 12 13 18'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-transition:-webkit-filter .35s ease; transition:filter .35s ease;
}
.t-more-btn:hover .t-more-btn-arrow{ background-color:#1a1a1a; }
.t-more-btn:hover .t-more-btn-arrow:after{ -webkit-filter:invert(1); filter:invert(1); }
@media screen and (max-width:768px){
  .t-more-btn__text{ font-size:3.4vw; margin-right:3vw; }
  .t-more-btn-arrow, .t-more-btn .t-move-link-arrow{ width:13vw !important; height:7vw !important; }
  .t-more-btn-arrow:after{ width:4vw; height:4vw; }
}

/* ============================================================
   2026-06 ① ナビ右上常時表示(ハンバーガー廃止)  ② フッターgrad
   ============================================================ */
/* ① ハンバーガー廃止・ナビを右上の縦リストで常時表示 */
.t-header-btn{ display:none !important; }
.t-header-menu{
  position:fixed !important;
  left:auto !important; right:2.6em !important; top:4.8em !important;
  width:auto !important; height:auto !important;
  background:transparent !important; background-color:transparent !important;
  -webkit-clip-path:none !important; clip-path:none !important;
  pointer-events:auto !important; overflow:visible !important;
  z-index:9 !important;
}
.t-header-menu__inner{ width:auto !important; height:auto !important; }
.t-header-menu-list-inner{
  position:static !important; left:auto !important; top:auto !important;
  -webkit-transform:none !important; -ms-transform:none !important; transform:none !important;
  display:block !important;
}
.t-header-menu-contents{ display:block; text-align:right; }
.t-header-menu-list{
  display:block !important; width:auto !important; margin:0 !important; text-align:right;
}
.t-header-menu-list__item{
  font-size:1.0vw !important; margin-bottom:.5vw !important; font-weight:500; line-height:1.25;
}
.t-header-menu-list__item:last-child{ margin-bottom:0; }
.t-header-menu-list__item a{ color:#1a1a1a; -webkit-transition:color .3s ease; -o-transition:color .3s ease; transition:color .3s ease; }
.t-header-menu-list__item a:hover{ color:#b7ea3e; }
.t-header-menu-list__item a:before{ display:none !important; }
.t-header-menu-bottom-inner, .t-header-menu__circle, .t-header-menu-share, .t-header-menu-lang{ display:none !important; }


@media screen and (max-width:768px){
  .t-header-menu{ right:5.33% !important; top:16vw !important; }
  .t-header-menu-list__item{ font-size:3.6vw !important; margin-bottom:1.6vw !important; }
}

/* ============================================================
   2026-06 修正: ①grad透け対策(box2-6を地色で覆う) ②footerのみgrad
   ③ナビ位置上げ ④ロゴ拡大
   ============================================================ */
/* ③ ナビをもう少し上へ */
.t-header-menu{ top:3.2em !important; }
/* ④ ロゴ拡大 */
.t-header-logo{ width:8.4em !important; }
/* ④' ロゴをもっと左上へ（header-inner の余白を詰める） */
.t-header-inner{ padding:0.7em 1.2em !important; }
@media screen and (max-width:768px){
  .t-header-menu{ top:13vw !important; }
  .t-header-logo{ width:30vw !important; }
  .t-header-inner{ padding:3.2vw 4vw !important; }
}

/* ============================================================
   2026-06 ③contact白 ／ ④ フッター背景色は削除（透明＝他セクション同様の地）
   ============================================================ */
/* position:relative は legal ブロック(absolute)の基準として保持。背景グラデは削除。 */
.t-footer-inner{ position:relative; }
/* ③ Contact セクションは背景白(バウンドはindex.css実装済み) */
.t-contact-area{ background-color:#fff; }
/* ※ フッターの「見出し付きカラム」レイアウトはトップページ専用のため
     hp/css/index.css 側に実装（下層ページのフッターは従来どおり）。 */

/* ============================================================
   2026-06 Hover Underline Sweep + Float（サイト全体のリンク/メニュー項目）
   ・ホバーで下線が左→右にスイープ展開
   ・ホバーでリンク全体がふわっと浮く(translateY)
   対象: グローバルナビ項目 / フッターのナビリンク
   ============================================================ */
.t-header-menu-list__item a,
.t-footer-contents-link-list__item a{
  position:relative; display:inline-block;
  -webkit-transition:color .3s ease, -webkit-transform .3s ease;
  transition:color .3s ease, transform .3s ease;
}
.t-header-menu-list__item a::after,
.t-footer-contents-link-list__item a::after{
  content:""; position:absolute; left:0; bottom:-2px;
  width:0; height:2px; background:currentColor;
  -webkit-transition:width .3s cubic-bezier(.22,.61,.36,1);
  transition:width .3s cubic-bezier(.22,.61,.36,1);
}
.t-header-menu-list__item a:hover,
.t-footer-contents-link-list__item a:hover{
  -webkit-transform:translateY(-3px); transform:translateY(-3px);
  -webkit-animation:none !important; animation:none !important;   /* 旧blink hoverを無効化 */
}
.t-header-menu-list__item a:hover::after,
.t-footer-contents-link-list__item a:hover::after{ width:100%; }
@media screen and (max-width:768px){
  /* SPはタップ操作なので浮きは控えめに無効化（下線スイープのみ） */
  .t-header-menu-list__item a:hover,
  .t-footer-contents-link-list__item a:hover{ -webkit-transform:none; transform:none; }
}

/* ============================================================
   2026-06 ① ナビ各項目のhover色を「背景の線アニメ」の全色から割当
   下線は currentColor なので各項目の色に連動して同色でスイープ。
   ナビは ul が2つ(各4項目)なので、後続ul(+結合子)を別4色にして全8色を使用。
   背景線の色: b7ea3e / 2aa5d9 / 2a70d9 / a367dd / 892ad9 / bd2ad9 / dc3891 / d25d97
   ============================================================ */
/* ul1: APPROACH / SERVICE / WORKS / RECRUIT */
.t-header-menu-list .t-header-menu-list__item:nth-child(1) a:hover{ color:#b7ea3e !important; } /* lime  */
.t-header-menu-list .t-header-menu-list__item:nth-child(2) a:hover{ color:#2aa5d9 !important; } /* cyan  */
.t-header-menu-list .t-header-menu-list__item:nth-child(3) a:hover{ color:#2a70d9 !important; } /* blue  */
.t-header-menu-list .t-header-menu-list__item:nth-child(4) a:hover{ color:#a367dd !important; } /* purple*/
/* ul2: ABOUT / MEMBER / CONTACT / NEWS (ul1直後のul) */
.t-header-menu-list + .t-header-menu-list .t-header-menu-list__item:nth-child(1) a:hover{ color:#892ad9 !important; } /* deep purple */
.t-header-menu-list + .t-header-menu-list .t-header-menu-list__item:nth-child(2) a:hover{ color:#bd2ad9 !important; } /* magenta     */
.t-header-menu-list + .t-header-menu-list .t-header-menu-list__item:nth-child(3) a:hover{ color:#dc3891 !important; } /* pink        */
.t-header-menu-list + .t-header-menu-list .t-header-menu-list__item:nth-child(4) a:hover{ color:#d25d97 !important; } /* light pink  */
