@charset "UTF-8";
@import "subpage.css";
@font-face {
  font-family: "Royal_Rumble_Haettenschweiler";
  src: url(/font/Royal_Rumble_Haettenschweiler.ttf);
}
p {
  font-family: "Noto Sans JP";
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #030922;
}
a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.btn {
  font-size: 15px;
  padding: 10px 30px;
  display: block;
  border: 1px solid #030922;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
}
.btn:hover {
  transition: 0.5s;
  background-color: #030922;
  color: #fff;
  opacity: 1;
}
@media (max-width: 600px) {
  .btn {
    background-color: #030922;
    color: #ffffff;
  }
  .btn:hover {
    display: none;
  }
}

h2 {
  font-size: clamp(40px, 3.3333333333vw, 64px);
  margin-bottom: 50px;
  font-family: "Royal_Rumble_Haettenschweiler";
  font-weight: normal;
}

@media (max-width: 600px) {
  h2 {
    font-size: 62.5; /* 最小フォントサイズを設定 */
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 35px; /* 最大フォントサイズを設定 */
  }
}
.main_wrap {
  max-width: 1500px;
  margin: auto;
  padding: 0px 10px;
  width: 100%;
}

.main-visual {
  font-family: "Royal_Rumble_Haettenschweiler";
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}

.main-visual__image {
  width: 100%;
  height: auto;
  display: block;
}

.main-visual__text {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #000;
  z-index: 2;
}

.main-visual__title {
  font-weight: 100;
  font-size: clamp(40px, 3.3333333333vw, 128px);
}

@media (min-width: 800px) {
  .main-visual__title {
    font-size: clamp(40px, 8vw, 128px);
  }
}
@media (max-width: 600px) {
  .main-visual__title {
    font-size: 62.5;
  }
}
.main-visual__subtitle {
  font-size: clamp(40px, 3.3333333333vw, 128px);
  font-weight: 100;
  color: #eaeaea;
  left: 310px;
  position: relative;
  top: -20px;
}

@media (max-width: 1560px) {
  .main-visual__subtitle {
    left: 190px;
    top: -20px;
  }
}
@media (min-width: 800px) {
  .main-visual__subtitle {
    font-size: clamp(40px, 8vw, 128px);
  }
}
@media (max-width: 800px) {
  .main-visual__subtitle {
    left: 110px;
    top: -10px;
  }
}
@media (max-width: 600px) {
  .main-visual__subtitle {
    font-size: 62.5;
  }
}
.mv_logo {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 3;
}
.mv_logo img {
  width: 230px;
}
@media (max-width: 1000px) {
  .mv_logo {
    top: 40px;
    right: 30px;
  }
  .mv_logo img {
    width: 160px;
  }
}

.mv_image {
  max-width: 1235px;
  width: 100%;
  position: relative;
  top: 140px;
  left: 270px;
}
@media (max-width: 800px) {
  .mv_image {
    left: 100px;
    top: 90px;
  }
}
@media (max-width: 600px) {
  .mv_image {
    top: 90px;
  }
}
.mv_image .main-visual__image {
  width: 100%;
  height: 640px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .mv_image .main-visual__image {
    height: 410px;
  }
}
@media (max-width: 600px) {
  .mv_image .main-visual__image {
    height: 370px;
  }
}

.top_news {
  position: relative;
  background-color: white;
  z-index: 1;
  padding: 20px;
}
.top_news::after {
  content: "";
  position: absolute;
  top: 50%; /* NEWSの下半分から */
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f5f5;
  z-index: -1;
}
.top_news .main_wrap {
  display: flex;
  background: #ffffff;
  padding: 70px;
}
.top_news .main_wrap .title_wrap {
  width: 230px;
}

.news_wrap .list_wrap li {
  margin-bottom: 10px;
}
.news_wrap .list_wrap a {
  display: flex;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.btn_01::after {
  content: "";
  display: inline-block;
  background-image: url(/image/ar_b.svg);
  background-size: contain;
  width: 13px;
  height: 13px;
  right: -13px;
  position: relative;
  top: 1px;
}

.top_banner {
  margin-bottom: 40px;
}
.top_banner img {
  width: 100%;
}

.gray-bg {
  background-color: #f5f5f5;
  padding: 60px 20px;
}

.top_product .product_content a {
  display: flex;
  gap: 40px;
  position: relative;
}
.top_product .product_content a .image img {
  width: 100%;
}
.top_product .product_content:first-of-type {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.top_product .product_content .btn_arrow {
  width: 60px;
}

footer {
  display: flex;
  color: #fff;
  margin-top: auto;
}
footer a {
  color: #fff;
}
footer .f_con_wrap {
  max-width: 700px;
  padding: 60px 30px;
}
footer .item1,
footer .item2 {
  width: 50%;
}
footer .item1 {
  background-color: #4c4d49;
}
footer .item1 .f_con_wrap {
  margin-left: auto;
}
footer .item1 .f_con_wrap .contact_wrap {
  border-bottom: 1px solid;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
footer .item1 .f_con_wrap .contact_wrap .title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
footer .item1 .f_con_wrap .contact_wrap .title .en {
  font-size: 30px;
}
footer .item1 .f_con_wrap .contact_wrap .title .ja {
  font-size: 30px;
  font-weight: bold;
}
footer .item1 .address_wrap {
  font-size: 15px;
}
footer .item1 .address_wrap p {
  margin-bottom: 10px;
}
footer .item1 .address_wrap .title {
  margin-bottom: 30px;
}
footer .item1 .btn_01::after {
  background-image: url(/image/ar_w.svg);
}
footer .item2 {
  background: url(/image/footer_bg.jpg);
  background-size: cover;
  position: relative;
  height: 100%;
  height: auto;
}
footer .item2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
footer .item2 ul {
  z-index: 1;
  position: relative;
}
footer .item2 ul li {
  margin-bottom: 10px;
}

.bread_crumb_wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.bread_crumb_wrap li {
  display: inline;
  position: relative;
  padding-right: 18px;
  font-size: 12px;
  line-height: 1.83333em;
  letter-spacing: 0.05em;
}
.bread_crumb_wrap li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  top: 11px;
  right: 0;
  background-color: #433f37;
}
.bread_crumb_wrap li:last-of-type::before {
  display: none;
}

.header {
  background: #ffffff;
}

.logo img {
  padding: 10px;
}

.hamburger {
  max-width: 700px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburger .btn-gNav {
  position: relative;
  top: 0px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
}
.hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 10px;
  transition: all 400ms;
}
.hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}
.hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
}
.hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}
.hamburger .btn-gNav.open span:nth-child(1) {
  background: #ffffff;
  top: 6px;
  transform: rotate(-45deg);
}
.hamburger .btn-gNav.open span:nth-child(2), .hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #ffffff;
  transform: rotate(45deg);
}

.btn-gNav {
  display: none;
}

.gNav .gNav-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.gNav .gNav-menu li {
  margin: 0 auto;
  padding: 0 5px;
}
.gNav .gNav-menu li a {
  color: #000;
}

@media screen and (max-width: 600px) {
  .top_news .main_wrap {
    padding: 30px;
    flex-direction: column;
  }
  .top_news .main_wrap h2 {
    margin-bottom: 20px !important;
  }
  .top_product .product_content a {
    flex-direction: column;
  }
  .top_product .product_content a .btn_arrow {
    display: none;
  }
  footer {
    flex-direction: column-reverse;
  }
  footer .item1,
  footer .item2 {
    width: 100%;
  }
  .btn-gNav {
    display: block;
  }
  .gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #222;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 3;
    padding-top: 50px;
    transition: right 0.3s;
    overflow-y: auto;
  }
  .open2 {
    position: fixed !important;
    top: 25px !important;
  }
  .gNav.open {
    right: 0;
  }
  .gNav .gNav-menu {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
    /*justify-content: center;*/
  }
  .gNav .gNav-menu li {
    width: 86%;
    padding: 15px;
    border-bottom: #525252 1px solid;
  }
  .gNav .gNav-menu li a {
    color: #fff;
  }
  .open2.btn-gNav span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  .open2.btn-gNav span:nth-child(2) {
    background: #ffffff;
    top: 6px;
    opacity: 0; /* 第2スパンを非表示にする */
  }
  .open2.btn-gNav span:nth-child(3) {
    background: #ffffff;
    top: 20px;
    transform: rotate(45deg) translate(-5px, -5px);
  }
}
#youtube-area {
  position: relative;
  z-index: 1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  height: 720px;
}
@media (max-width: 600px) {
  #youtube-area {
    position: relative;
    height: 390px;
  }
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 257.777778vh;
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 110%;
  min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: 2; /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */