@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,900;1,900&display=swap");
.navs__link, .appeal__link {
  display: block;
  transition: opacity 0.3s;
}
.navs__link:hover, .appeal__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1020px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 1021px) {
  .pcNone {
    display: none;
  }
}

.header-top {
  position: relative;
  z-index: 10;
  padding: 0;
}
@media screen and (max-width: 1020px) {
  .header-top {
    height: 50px;
  }
}

@media screen and (max-width: 1020px) {
  .tabLogo img {
    max-width: 297px;
    width: 100%;
  }
}

.drawer_menu {
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .drawer_menu {
    top: 0;
    left: 0;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 60px;
  }
}

.globalNav ul {
  justify-content: flex-start;
  margin-left: 30px;
  background-color: transparent;
}

.content img,
.content picture {
  display: block;
  max-width: 100%;
  height: auto;
}

.kv__container {
  margin-top: -110px;
}
@media screen and (max-width: 1020px) {
  .kv__container {
    margin-top: 0;
  }
}

.lead {
  background-color: #000;
  overflow: hidden;
}
.lead__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1020px) {
  .lead__container {
    padding-top: 20.5128205128vw;
    padding-bottom: 7.6923076923vw;
  }
}
.lead__container::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/img/lead_img_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1020px) {
  .lead__container::after {
    height: 17.9487179487vw;
    background-image: url(/img/lead_img_sp.png);
    background-size: 100% 17.9487179487vw;
  }
}
.lead__text {
  position: relative;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6666666667;
  text-align: center;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 1020px) {
  .lead__text {
    font-size: 3.8461538462vw;
    line-height: 1.8666666667;
  }
}

.appeal {
  background-color: #1f2c5f;
}
.appeal__container {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 20px 100px;
}
@media screen and (max-width: 1020px) {
  .appeal__container {
    max-width: 89.7435897436vw;
    padding: 11.5384615385vw 0;
  }
}
.appeal__title {
  line-height: 1;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
.appeal__title--en {
  font-size: 70px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1020px) {
  .appeal__title--en {
    font-size: 7.6923076923vw;
  }
}
.appeal__title--jp {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
@media screen and (max-width: 1020px) {
  .appeal__title--jp {
    font-size: 3.8461538462vw;
    margin-top: 3.0769230769vw;
  }
}
.appeal__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .appeal__list {
    margin-top: 10px;
  }
}
.appeal__item {
  width: 24%;
  margin-top: 40px;
}
@media screen and (max-width: 1020px) {
  .appeal__item {
    width: 43.5897435897vw;
    margin-top: 20px;
  }
}
.appeal__link {
  text-decoration: none;
}
.appeal__meta {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
}
@media screen and (max-width: 1020px) {
  .appeal__meta {
    display: block;
    text-align: center;
    margin-top: 0;
  }
}
.appeal__cat {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  margin-right: 10px;
  padding: 7px 9px;
  white-space: nowrap;
  color: #1f2c5f;
  background-color: #fff;
}
@media screen and (max-width: 1020px) {
  .appeal__cat {
    display: block;
    font-size: 10px;
    margin-right: 0;
    padding: 5px 9px;
  }
}
.appeal__text {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1020px) {
  .appeal__text {
    font-size: 14px;
    text-align: left;
    line-height: 1.3571428571;
    margin-top: 5px;
  }
}

.navs__item--02, .navs__item--01 {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .navs__item--02, .navs__item--01 {
    border-radius: 2.5641025641vw;
  }
}

.navs__text--02, .navs__text--01 {
  position: absolute;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 900;
}
@media screen and (max-width: 1020px) {
  .navs__text--02, .navs__text--01 {
    font-size: 3.0769230769vw;
    line-height: 1.4166666667;
  }
}

.navs {
  background-color: #000;
}
.navs__container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 1020px) {
  .navs__container {
    max-width: 89.7435897436vw;
    margin-bottom: 10px;
    padding: 5.1282051282vw 0 7.6923076923vw;
  }
}
.navs__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navs__item--01 {
  width: 23.6363636364%;
}
@media screen and (max-width: 1020px) {
  .navs__item--01 {
    width: 43.5897435897vw;
    margin-top: 2.5641025641vw;
  }
}
.navs__item--02 {
  width: 48.1818181818%;
  margin-top: 50px;
}
@media screen and (max-width: 1020px) {
  .navs__item--02 {
    width: 100%;
    margin-top: 2.5641025641vw;
  }
}
.navs__link {
  position: relative;
  color: #fff;
  background-color: #0e489e;
}
.navs__text--01 {
  top: 50%;
  left: 48.0769230769%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1020px) {
  .navs__text--01 {
    left: 21.7948717949vw;
  }
}
.navs__text--02 {
  top: 14%;
  left: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .navs__text--02 {
    top: 5.1282051282vw;
  }
}