@charset "UTF-8";
/**
 * ViewPort Mixin and setting rem to pixel.
 */
/** ここでデザインファイルのサイズを入力 */
/**
 * mixin
 */
/**
 * pxをvwで返す関数
 */
/** デスクトップ上でpxをvwを返す */
/** モバイル上でpxをvwを返す */
/** largeDisplay（1536px以上）でウィンドウサイズサイズに追従するための関数 */
/**
 * Colors
 */
.home-menu {
  margin: 120rem auto;
}
@media (max-width: 768px) {
  .home-menu {
    margin: 80rem auto;
  }
}
.home-menu .menu-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24rem;
  margin: 25rem auto 0;
  max-width: 1088rem;
}
@media (max-width: 768px) {
  .home-menu .menu-wrap {
    gap: 48rem 24rem;
    width: 88%;
  }
}
.home-menu .menu-item {
  border-radius: 24rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-menu .menu-item {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .home-menu .menu-item .image {
    line-height: 0;
    border-radius: 12rem;
    overflow: hidden;
  }
}
.home-menu .menu-item {
  position: relative;
  flex-basis: calc(25% - 18rem);
  line-height: 0;
}
@media (max-width: 768px) {
  .home-menu .menu-item {
    flex-basis: calc(50% - 12rem);
  }
}
.home-menu .menu-item .text-wrap {
  position: absolute;
  bottom: 18rem;
  left: 18rem;
  z-index: 2;
  color: #fff;
  line-height: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .home-menu .menu-item .text-wrap {
    position: relative;
    bottom: unset;
    left: unset;
    color: #000;
  }
}
.home-menu .menu-item .heading4 {
  display: block;
  margin: 10rem auto;
  font-size: 20rem;
  font-weight: 500;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  font-style: normal;
}
@media (max-width: 768px) {
  .home-menu .menu-item .heading4 {
    display: block;
    margin: 18rem auto 12rem;
    color: #FF9000;
    font-weight: 700;
  }
}
.home-menu .menu-item .text {
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  font-size: 15rem;
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
}
.home-menu .menu-item img {
  line-height: 0;
}
@media (max-width: 768px) {
  .home-menu .menu-item .heading3 {
    display: none;
  }
}
.home-menu .menu-item:not(.first-item) .image {
  position: relative;
}
.home-menu .menu-item:not(.first-item) .image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 110rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  content: "";
}
@media (max-width: 768px) {
  .home-menu .menu-item:not(.first-item) .image::before {
    display: none;
  }
}
.home-menu .menu-item:not(.first-item) .heading3 {
  position: absolute;
  top: 12rem;
  left: 32rem;
  color: #fff;
  font-size: 35rem;
  font-weight: 400;
  writing-mode: sideways-lr;
  font-family: "Avenir Next", "Avenir Next", "ryo-gothic-plusn", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
}
.home-menu .first-item {
  position: relative;
  flex-basis: unset;
  width: 100%;
}
.home-menu .first-item .image {
  position: relative;
}
.home-menu .first-item .image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 380rem;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
}
@media (max-width: 768px) {
  .home-menu .first-item .image::before {
    display: none;
  }
}
.home-menu .first-item .text-wrap {
  position: absolute;
  bottom: 24rem;
  left: 24rem;
  z-index: 2;
  color: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .home-menu .first-item .text-wrap {
    position: relative;
    bottom: unset;
    left: unset;
    color: #000;
  }
}
.home-menu .first-item .text-wrap .heading3 {
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  font-family: "Avenir Next", "Avenir Next", "ryo-gothic-plusn", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-size: 42rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.home-menu .heading2 .en {
  color: #FF9000;
}