@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Orbitron:wght@400..900&display=swap');

:root {
  --orange: #e36025;
}


body {
  color: #271b1d;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}

p {
  margin-bottom: 0;
}

.wrapper {
  overflow: hidden;
}

.flex-box {
  display: flex;
}

.container {
  max-width: 1620px;
}

.content {
  overflow: hidden;
}

a {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

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

.orbit {
  font-family: "Orbitron", sans-serif;
}

html, body {
  scroll-behavior: auto !important;
}

:target {
  scroll-margin-top: 100px; /* ← ヘッダーの高さ */
}

.fa-phone::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;  /* solid必須 */
  content: "\f095";
  display: inline-block;
}

.page-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 1620px) {
  .container {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }
}


/* =======================================
共通
======================================== */
.page-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.content {
  background-color: #1c1c1c;
}

.sec-box .en-text {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  font-size: 60px;
  background: linear-gradient(to bottom,
      #e36025 0%,
      #e36025 50%,
      #121212 80%,
      #121212 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(-4px 4px 10px rgba(0, 0, 0, 0.6));
  margin-bottom: 35px;
}

.sec-box h3 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 40px;
}

.sec-box h3 span.grede-silver {
  background: linear-gradient(to bottom,
      #6e6e6e 0%,
      #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-box h3::before {
  content: '';
  background-color: #e36025;
  height: 3px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.sec-box h3::after {
  content: '';
  background-color: #6e6e6e;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

a.more-btn {
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 480px;
  height: 72px;
  padding-right: 30px;
  border: 1px solid #ffffff;
  transition: 0.7s;
  background-color: #121212;
}

a.more-btn:hover {
  border: 1px solid var(--orange);
  color: var(--orange);
}

a.more-btn::after {
  content: '';
  background-color: #ffffff;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 3px;
  transition: 0.7s;
}

a.more-btn:hover::after {
  background-color: var(--orange);
}

@media (max-width: 1060px) {
  .sec-box .en-text {
    font-size: 70px;
    margin-bottom: 35px;
  }

  .sec-box h3 {
    font-size: 50px;
  }

}

@media (max-width: 880px) {
  .sec-box .en-text {
    font-size: 60px;
    margin-bottom: 25px;
  }

  .sec-box h3 {
    font-size: 40px;
    margin-bottom: 25px;
    padding-bottom: 30px;

  }

}

@media (max-width: 700px) {
  .sec-box .en-text {
    font-size: 50px;
    margin-bottom: 25px;
  }

  .sec-box h3 {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .sec-box .en-text {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .sec-box h3 {
    font-size: 28px;
  }

  a.more-btn {
    max-width: 300px;
    width: 100%;
    margin-top: 40px;
    height: 62px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  a.more-btn::after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
  }

}


/* =======================================
ヘッダー
======================================== */
#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

#header {
  height: 100px;
}

#header {
  background: linear-gradient(to bottom,
      #1c1c1c 0%,
      #1c1c1c 25%,
      #121212 100%);
}

#header .logo a {
  font-family: "Orbitron", sans-serif;
  font-size: 27px;
  font-weight: 700;
  transition: 0.7s;
  color: #fff;
}

#header .logo a span {
  color: #e36025;
}

#header .logo a:hover {
  opacity: 0.6;
}

.header-inner {
  justify-content: space-between;
  padding: 0 29px;
  height: 100%;
  display: flex;
  align-items: center;
}

.list-gnav {
  display: flex;
}

.list-gnav {
  gap: 0 40px;
}

.list-gnav li {
  line-height: 1;
}

.list-gnav a {
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: 500;
  transition: 0.7s;
  display: block;
  color: #fff;
  position: relative;
}

.list-gnav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #fff;
  transition: 0.4s ease;
  transform: translateX(-50%);
}

.list-gnav .active a::after,
.list-gnav a:hover::after {
  width: 100%;
}

@media (max-width: 1520px) {
  .header-inner {
    padding: 0 20px;
  }
}

@media (max-width: 1180px) {
  .list-gnav {
    gap: 0 22px;
  }
}

@media (max-width: 1060px) {
  #header {
    height: 100px;
  }

  .list-gnav {
    gap: 0 30px;
  }

  .list-gnav a {
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 7px;
    font-weight: 500;
    transition: 0.7s;
  }
  .list-gnav {
    display: none;
  }
}

@media (max-width: 480px) {
  #header {
    height: 80px;
  }

  #header .logo a {
    font-family: "Orbitron", sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

}

/* =======================================
お問い合わせ
======================================== */
.contact-area {
  background-size: cover;
  background-position: center center;
  background-image: url('../images/common/contact-bg.jpg');
  padding: 100px 0;
}

.contact-area.sec-box .en-text {
  margin-left: 0;
  text-align: left;
}

.contact-area.sec-box h3 {
  text-align: left;
  padding-bottom: 40px;
}

.contact-area .text {
  color: #fff;
  font-size: 18px;
  line-height: 2;
}

.tel-box {
  font-size: 30px;
  display: flex;
  gap: 0 10px;
  align-items: center;
  color: #fff;
  margin-top: 30px;
}

.tel-text span {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
}

.business-detail {
  font-size: 18px;
  line-height: 2;
  color: #fff;
}

.contact-detail {
  display: table;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1300px) {

  .contact-area.sec-box .en-text {
    margin-left: 0;
    text-align: left;
    font-size: 70px;
  }

  .contact-area.sec-box h3 {
    text-align: left;
    padding-bottom: 40px;
  }

}

@media (max-width: 1080px) {
  .tel-text span {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
  }

}

@media (max-width: 991px) {
  .contact-area.sec-box .en-text {
    margin-left: 0;
    text-align: center;
    font-size: 70px;
  }

  .contact-area.sec-box h3 {
    text-align: center;
    padding-bottom: 40px;
  }

  .contact-area .text {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 2;
  }

  .contact-detail {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .business-detail {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    text-align: center;
  }

  .tel-text span {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
  }
}

@media (max-width: 700px) {
  .contact-area.sec-box .en-text {
    font-size: 50px;
    margin-bottom: 25px;
  }

  .contact-area.sec-box h3 {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .contact-area.sec-box .en-text {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .contact-area.sec-box h3 {
    font-size: 28px;
  }

}

@media (max-width: 480px) {
  .contact-area .text {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 2;
  }

  .business-detail {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    text-align: center;
  }

  .tel-box {
    font-size: 27px;
  }

  .tel-text span {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
  }
}

/* =======================================
フッター
======================================== */
#footer {
  background-color: #222222;
  padding-top: 145px;
  padding-bottom: 156px;
}

.ft-logo a {
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 27px;
  font-weight: 700;
  transition: 0.7s;
}

.ft-logo a:hover {
  opacity: 0.6;
  color: #fff;
}

.ft-logo a span {
  color: #e36025;
}

#footer .address {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 0 5px;
  color: #fff;
  margin-top: 55px;
}

.map-icon {
  font-size: 0;
}

.ft-nav {
  gap: 0 40px;
  margin-left: auto;
  justify-content: flex-end;
  display: flex;
}

.ft-nav li {
  padding-bottom: 10px;
  position: relative;
}

.ft-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}


.ft-nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #fff;
  transition: 0.4s ease;
  transform: translateX(-50%);
}

.ft-nav li .active a::after,
.ft-nav li a:hover::after {
  width: 100%;
}


.copy {
  text-align: right;
  margin-top: 100px;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .ft-nav {
    gap: 0 20px;
    margin-left: auto;
    justify-content: flex-end;
    display: flex;
  }
  #footer .address .sp {
  display: block;
}
#footer .address {
  justify-content: center;
}
  .ft-nav {
    gap: 0 20px;
    margin-left: auto;
    justify-content: flex-end;
    display: flex;
  }
  #footer {
    background-color: #222222;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ft-logo {
    text-align: center;
    margin: 0 auto;
  }

  #footer .address {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 55px;
  }

  .ft-nav {
    margin-top: 40px;
    gap: 20px 40px;
    flex-wrap: wrap;
    margin-left: auto;
    justify-content: center;
    display: flex;
  }

  .copy {
    text-align: center;
    margin-top: 100px;
    color: #fff;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #footer {
    background-color: #222222;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ft-logo a {
    color: #fff;
    font-family: "Orbitron", sans-serif;
    font-size: 22px;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  #footer .address {
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-top: 55px;
  }

  .copy {
    text-align: center;
    margin-top: 80px;
    color: #fff;
    font-size: 14px;
  }

  .ft-nav li a {
    font-size: 14px;
    font-weight: 500;
  }
}

/* =======================================
ページトップ
======================================== */

.page-top {
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #121212, #1c1c1c, #121212);
}

.page-top img {
  width: 14px;
}

@media (max-width: 768px) {
  .page-top {
    width: 70px;
    height: 70px;
  }

}

@media (max-width: 480px) {
  .page-top {
    width: 50px;
    height: 50px;
  }

  .page-top img {
    width: 10px;
  }
}

/* =======================================
LINEボタン
======================================== */
.line-btn {
  position: fixed;
  right: 0;
  z-index: 100;
  color: #fff;
  font-weight: 700;
  border-radius: 10px 0 0 10px;
  font-size: 22px;
  bottom: 120px;
  padding: 15px 10px;
  background-color: #26ae0b;
  writing-mode: vertical-rl;
}

@media (max-width: 768px) {
  .line-btn {
    position: fixed;
    right: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    bottom: 100px;
  }
}

@media (max-width: 480px) {
  .line-btn {
    position: fixed;
    right: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 10px;
    bottom: 70px;
  }

}

/* =======================================
SPMENU
======================================== */
.openbtn {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 1px;
  display: none;
  background: linear-gradient(to bottom,
      #6e6e6e 0%,
      #ffffff 100%);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}

.openbtn {
  cursor: pointer;
  margin-left: 0;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  background-color: #001212;
}

.openbtn span:nth-of-type(1) {
  top: 8px;
  left: 7px;
  width: 35px;
}

.openbtn span:nth-of-type(2) {
  top: 17px;
  left: 7px;
  width: 35px;
}

.openbtn span:nth-of-type(3) {
  top: 26px;
  left: 7px;
  width: 35px;
}

.openbtn.active span:nth-of-type(1) {
  top: 12px;
  width: 35px;
  left: 7px;
  background-color: #001212;
  transform: translateY(5px) rotate(-160deg);
}

.openbtn.active span:nth-of-type(3) {
  top: 22px;
  left: 7px;
  width: 35px;
  background-color: #001212;
  transform: translateY(-5px) rotate(160deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active p {
  color: #001212;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
}

.overlay-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  color: #fff;
  text-align: left;
  background-color: var(--main-color);
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
  padding-bottom: 50px;
}



.overlay-menu-inner {
  position: relative;
  height: 100%;
  padding: 100px 20px 20px;
}

#sp-menu .flex-box {
  display: block;
}

.spNav-top-01 ul li {
  line-height: 1.5;
  padding-bottom: 10px;
}

.spNav-top-01 ul {
  width: 100%;
}

.spNav-top-01 ul li:nth-child(n+2) {
  margin-top: 22px;
}

.sp-nav-copy {
  margin-top: 60px;
  padding-bottom: 80px;
  color: #fff;
  font-size: 12px;
}

.overlay-menu-inner .fa-angle-right {
  padding-right: 5px;
}

.overlay-menu .tel {
  font-size: 0;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  display: flex;
  line-height: 1;
  font-family: "Orbitron", sans-serif;
  align-items: center;
  margin-top: 30px;
}

.overlay-menu .tel-text {
  color: #fff;
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "Orbitron", sans-serif;
  margin-left: 13px;
  padding: 0;
}

.overlay-menu .tel-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  font-size: 16px;
}

.overlay-menu .tel-icon .fa-phone {
  font-size: 20px;
  color: #fff;
}

.overlay-menu .tel a {
  display: block;
  font-size: 0;
  line-height: 1;
}

.overlay-menu {
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  transition: 0.7s;
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
  z-index: 1000;
}

.overlay-menu.active {
  opacity: 1;
  background: rgba(28, 28, 28, 0.85);
  pointer-events: all;
}

.overlay-menu-inner {
  position: relative;
  height: 100%;
  padding: 150px 28px 20px;
}

.spNav-top-01 ul li {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}

.spNav-top-01 ul li::before {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  content: '';
  display: block;
}

.spNav-top-01 ul li::after {
  background-color: var(--orange);
  width: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  content: '';
  display: block;
}

.spNav-top-01 ul li a {
  font-weight: 700;
  width: 100%;
  font-size: 20px;
  display: block;
  background: linear-gradient(to bottom,
      #6e6e6e 0%,
      #ffffff 50%,
      #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.spNav-top-01 ul {
  max-width: 100%;
  width: 100%;
}

.spNav-top-01 ul li:nth-child(n+2) {
  margin-top: 32px;
}

.sp-nav-copy {
  margin-top: 60px;
  color: #fff;
  font-size: 12px;
}

#sp-menu .copy {
  margin-top: 60px;
  font-weight: 500;
}

@media (max-width: 1060px) {
  .openbtn {
    top: 24px;
    right: 20px;
    display: block;
  }

  .openbtn p {
    font-size: 11px;
    font-family: "Orbitron", sans-serif;
    line-height: 1;
    text-align: center;
    color: #001212;
    font-weight: 700;
    margin-top: 33px;
  }
}

@media (max-width: 480px) {
  .openbtn {
    top: 15px;
    right: 20px;
    display: block;
  }

}