@charset "UTF-8";
@import url("../css/nav_inner.css");
@font-face {
  font-family: "Oswald";
  src: url("../css/fonts/Oswald-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Light";
  src: url("../css/fonts/Oswald-Light.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../css/fonts/Oswald-Regular.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../css/fonts/NotoSansJP-Regular.woff") format("woff");
  font-style: normal;
}
:root {
  --vk-color-text-body: #fff;
}

@media (max-width: 991.98px) {
  body,
  html {
    font-size: 14px;
  }
}
html {
  scroll-padding-top: 110px;
}
@media (max-width:991.98px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "NotoSansJP", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

body,
header,
.site-header,
footer {
  background-color: #030303;
}

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

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

.min {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  color: var(--vk-color-text-body);
}

a:hover {
  color: #ed7700;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.pc-none {
  display: none;
}

.sp-none {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .lg-none {
    display: inline-block;
  }
  .lg-block {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .pc-none {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
.site-header {
  padding: 0;
  background-color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
@media (max-width:991.98px) {
  .site-header {
    background: #fff;
  }
}
.site-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  height: 80px;
  max-width: 100%;
}
@media (max-width:991.98px) {
  .site-header-container {
    height: 60px;
    padding: 0 20px;
  }
}
.site-header-left {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 100%;
  margin-left: -40px;
  padding-left: 40px;
  padding-right: 80px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
  min-width: 380px;
}
@media (max-width:991.98px) {
  .site-header-left {
    margin-left: -20px;
    padding-left: 20px;
    min-width: 310px;
  }
}
@media ( max-width: 767.98px) {
  .site-header-left {
    min-width: 310px;
  }
}
.site-header-logo {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.site-header-logo a {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}
.site-header-logo img {
  height: 40px;
  width: auto;
}
@media (max-width:991.98px) {
  .site-header-logo img {
    height: 30px;
  }
}
.site-header-logo span {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-top: 10px;
}
@media (max-width:991.98px) {
  .site-header-logo span {
    font-size: 16px;
  }
}
@media (max-width:1199.98px) {
  .site-header-nav {
    display: none;
  }
}
.site-header-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
.site-header-nav__item {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media (max-width:1399.98px) {
  .site-header-nav__item {
    padding: 0 5px;
  }
}
.site-header-nav__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #fff;
}
.site-header-nav__item:last-child {
  padding-right: 0;
}
.site-header-nav__item:last-child::after {
  content: none;
}
.site-header-nav__item:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 120px;
  height: 1px;
  background-color: #ed7700;
  z-index: 11;
}
.site-header-nav__item:hover .site-header-nav__sub {
  display: block;
  opacity: 1;
  visibility: visible;
}
.site-header-nav__item:hover .site-header-nav__link .text-wrap .en {
  opacity: 0;
}
.site-header-nav__item:hover .site-header-nav__link .text-wrap .jp {
  opacity: 1;
}
.site-header-nav__link {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
}
@media (max-width:1399.98px) {
  .site-header-nav__link {
    font-size: 14px;
  }
}
.site-header-nav__link .num {
  color: #ed7700;
  font-family: "Oswald-Light", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
@media (max-width:1399.98px) {
  .site-header-nav__link .num {
    font-size: 13px;
  }
}
.site-header-nav__link .text-wrap {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.site-header-nav__link .text-wrap > span {
  grid-row: 1;
  grid-column: 1;
  transition: opacity 0.3s;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
.site-header-nav__link .text-wrap .en {
  opacity: 1;
}
.site-header-nav__link .text-wrap .jp {
  opacity: 0;
  font-weight: bold;
  font-size: 14px;
}
.site-header-nav__sub {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  min-width: 140px;
  background-color: transparent;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 999;
  border: none;
}
.site-header-nav__sub .container {
  padding: 0;
  width: 100%;
}
.site-header-nav__sub-list {
  display: block;
  list-style: none;
  padding: 5px 15px;
  margin: 0;
  background-color: #000;
  border: 1px solid #ed7700;
  position: relative;
}
.site-header-nav__sub-list::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #ed7700;
}
.site-header-nav__sub-list::after {
  content: "";
  position: absolute;
  top: -4px;
  left: calc(50% + 0.5px);
  width: 10px;
  height: 10px;
  background-color: #000;
  z-index: 1;
}
.site-header-nav__sub-list li {
  border-bottom: 1px solid #fff;
  text-align: center;
}
.site-header-nav__sub-list li:last-child {
  border-bottom: none;
}
.site-header-nav__sub-list li a {
  display: block;
  padding: 20px 0;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  transition: color 0.3s;
}
.site-header-nav__sub-list li a:hover {
  color: #ed7700;
}
.site-header-nav__sub li a {
  color: #fff;
  font-size: 15px;
  padding-bottom: 7px;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.site-header-nav__sub li a:hover {
  color: #ed7700;
  border-color: #ed7700;
}
.site-header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width:1399.98px) {
  .site-header-right {
    gap: 25px;
  }
}
.site-header .btn-official {
  background-color: #ed7700;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #ed7700;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.site-header .btn-official:hover {
  opacity: 1;
  background-color: #000;
  border-color: #fff;
}
@media (max-width:1399.98px) {
  .site-header .btn-official {
    padding: 10px 10px;
  }
}
@media (max-width:991.98px) {
  .site-header .btn-official {
    display: none;
  }
}
.site-header .btn-official img {
  margin-left: 5px;
  width: 14px;
  height: 14px;
}
.site-header .btn-drawer-open {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-header .btn-drawer-open span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
@media (max-width:991.98px) {
  .site-header .btn-drawer-open span {
    background-color: #000;
  }
}

.site-header--layout--nav-float .site-header-logo a {
  display: flex;
  align-items: center;
}

.site-header + * {
  margin-top: 80px;
}
@media (max-width:991.98px) {
  .site-header + * {
    margin-top: 60px;
  }
}

.panel-drawer-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 200000;
  transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  overflow-y: auto;
  padding: 40px 0 40px;
}
@media ( max-width: 767.98px) {
  .panel-drawer-nav {
    padding: 15px 0;
  }
}
.panel-drawer-nav.is-open {
  right: 0;
}
.panel-drawer-nav .btn-drawer-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2001;
}
.panel-drawer-nav .btn-drawer-close::before, .panel-drawer-nav .btn-drawer-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.panel-drawer-nav .btn-drawer-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.panel-drawer-nav .btn-drawer-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.drawer-open {
  overflow: hidden;
}

.site-header--layout--nav-float .site-header-logo {
  margin-right: 0;
}

.header-ttl {
  width: 100%;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width:991.98px) {
  .header-ttl {
    background-position: top right;
    padding-top: 200px;
    background-size: 140%;
  }
}

.page-header-new {
  position: relative;
  padding: 80px 0;
}
@media (max-width:991.98px) {
  .page-header-new {
    padding: 20px 0 80px;
  }
}
@media ( max-width: 767.98px) {
  .page-header-new {
    padding: 20px 0 40px;
  }
}
.page-header-new__inner {
  position: relative;
  z-index: 10;
}
.page-header-new__upper {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width:991.98px) {
  .page-header-new__upper {
    margin-bottom: 36px;
    gap: 15px;
  }
}
@media ( max-width: 767.98px) {
  .page-header-new__upper {
    margin-bottom: 22px;
  }
}
.page-header-new__section-group {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-header-new__slogan {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width:991.98px) {
  .page-header-new__slogan {
    font-size: 11px;
  }
}
@media ( max-width: 767.98px) {
  .page-header-new__slogan {
    font-size: 8px;
    margin-bottom: 5px;
  }
}
.page-header-new__section-en {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  display: table;
}
.page-header-new__section-en::after {
  content: "";
  display: block;
  width: 120%;
  height: 3px;
  background: linear-gradient(90deg, #ed7700 0%, rgba(237, 119, 0, 0) 100%);
  margin-top: 5px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media (max-width:991.98px) {
  .page-header-new__section-en {
    font-size: 44px;
  }
}
@media ( max-width: 767.98px) {
  .page-header-new__section-en {
    font-size: 30px;
    margin-bottom: 0;
  }
  .page-header-new__section-en::after {
    width: 100%;
    height: 2px;
    bottom: -10px;
  }
}
.page-header-new__section-ja {
  font-size: 24px;
  margin-top: 30px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media (max-width:991.98px) {
  .page-header-new__section-ja {
    font-size: 19px;
  }
}
@media ( max-width: 767.98px) {
  .page-header-new__section-ja {
    font-size: 13px;
    margin-top: 15px;
  }
}
.page-header-new__num {
  font-family: "Oswald", sans-serif;
  font-size: 150px;
  line-height: 0.7;
  color: #000;
  -webkit-text-stroke: 2px #ed7700;
  text-stroke: 2px #ed7700;
  z-index: 1;
  pointer-events: none;
  font-weight: 500;
  letter-spacing: -0.05em;
  position: relative;
  top: auto;
  right: auto;
}
@media (max-width:991.98px) {
  .page-header-new__num {
    font-size: 120px;
  }
}
@media ( max-width: 767.98px) {
  .page-header-new__num {
    font-size: 80px;
    top: 0;
    right: 0;
  }
}
.page-header-new__title {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width:991.98px) {
  .page-header-new__title {
    font-size: 62px;
  }
}
@media ( max-width: 767.98px) {
  .page-header-new__title {
    font-size: 45px;
  }
}
.page-header-new__subtitle {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width:991.98px) {
  .page-header-new__subtitle {
    font-size: 20px;
  }
}
@media ( max-width: 767.98px) {
  .page-header-new__subtitle {
    font-size: 13px;
  }
}

@media (max-width:991.98px) {
  .page-header-new::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgb(3, 3, 3) 0%, rgb(3, 3, 3) 40%, rgba(3, 3, 3, 0) 100%);
  }
}
.breadcrumb {
  padding: 10px 0;
}

.breadcrumb .breadcrumb-list li:after {
  content: ">";
  position: relative;
  top: -1px;
}

.breadcrumb .breadcrumb-list li:last-child:after {
  content: none;
}

.breadcrumb .breadcrumb-list li a {
  text-decoration: none;
}

.breadcrumb .fa-home {
  display: none;
}

@media (max-width: 767.98px) {
  .breadcrumb {
    padding: 3px 0;
    font-size: 8px;
  }
}
.catalog {
  width: 100%;
  margin: 0;
}
.catalog__bg {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.catalog__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.catalog__img {
  width: 50%;
}
.catalog__img img {
  width: 100%;
  height: auto;
}
.catalog__content {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.catalog__text {
  width: 100%;
  margin-bottom: 30px;
  height: auto;
}
.catalog__btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 15px 60px;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s;
}
.catalog__btn:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .catalog__inner {
    flex-direction: column;
    gap: 30px;
  }
  .catalog__img, .catalog__content {
    width: 100%;
    align-items: center;
  }
}

.catalog-more {
  text-align: center;
  margin: 70px 0 100px;
}
@media ( max-width: 767.98px) {
  .catalog-more {
    margin: 50px 0 80px;
  }
}

.page .catalog {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.main-section--margin-bottom--on {
  margin-bottom: 0;
}

.footer-official {
  display: flex;
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 1px solid #fff;
}
@media ( max-width: 767.98px) {
  .footer-official {
    flex-direction: column;
    margin-bottom: 25px;
    width: 100%;
  }
}
.footer-official__img {
  width: 56%;
}
@media ( max-width: 767.98px) {
  .footer-official__img {
    width: 100%;
  }
}
.footer-official__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-height: 300px;
}
@media ( max-width: 767.98px) {
  .footer-official__img img {
    min-height: auto;
  }
}
.footer-official__content {
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  text-align: center;
}
@media ( max-width: 767.98px) {
  .footer-official__content {
    width: 100%;
    padding: 30px 20px;
  }
}
.footer-official__logo {
  width: 280px;
  margin-bottom: 15px;
}
@media ( max-width: 767.98px) {
  .footer-official__logo {
    width: 180px;
    margin-bottom: 20px;
  }
}
.footer-official__logo img {
  width: 100%;
  height: auto;
}
.footer-official__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
@media ( max-width: 767.98px) {
  .footer-official__link {
    font-size: 16px;
  }
}
.footer-official__link img {
  width: 14px;
  height: 14px;
  filter: brightness(0);
}
.footer-official__link:hover {
  opacity: 0.7;
}

.site-footer__copyright {
  text-align: center;
  color: #808080;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding-bottom: 80px;
}
@media ( max-width: 767.98px) {
  .site-footer__copyright {
    letter-spacing: 0.1em;
    padding-bottom: 50px;
  }
}

.page_top_btn,
.scrolled .page_top_btn {
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  box-shadow: none;
  display: block;
  opacity: 1;
  color: transparent;
  background-color: var(--vk-color-primary);
  background-position: 50% 5px;
  z-index: 100000;
}
.page_top_btn::after,
.scrolled .page_top_btn::after {
  content: "TOP";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991.99px) {
  .page_top_btn,
  .scrolled .page_top_btn {
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    box-shadow: none;
    display: block;
    opacity: 1;
    color: transparent;
  }
}

.error404 #breadcrumb,
.error404 .page-header {
  display: none;
}

.main-section-no-posts__link {
  display: inline-block;
  padding: 15px 40px;
  background-color: var(--vk-color-text-body);
  color: #000;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.main-section-no-posts__link:hover {
  color: #000;
}

.main-section-no-posts {
  text-align: center;
  margin: 25vh 0;
}

.main-section-no-posts__text {
  font-size: 20px;
  margin-bottom: 20px;
}