@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  --red-color: #e5001e;
  --dark-red-color: #bf0019;
  --main-color: #271b1d;
}


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

p {
  margin-bottom: 0;
}

.wrapper {
  overflow: hidden;
}

.flex-box {
  display: flex;
}

.container {
  max-width: 1500px;
}

.content {
  overflow: hidden;
}

a {
  cursor: pointer;
}

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

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

@media (max-width: 768px) {
  .sp-img {
    display: block !important;
  }

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


/* =======================================
共通
======================================== */
.sec-ttl-box .sec-ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

.sec-ttl-box .sec-ttl span {
  color: var(--red-color);
}

.sec-ttl-box .sec-en {
  font-family: "Fjalla One", sans-serif;
  font-size: 120px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

.sec-ttl-box .sec-en span {
  color: var(--red-color);
}

/* row の左右 margin を調整 */
.row.gutter-76 {
  margin-left: -38px !important;
  margin-right: -38px !important;
}

/* その row 内の col の左右 padding を調整 */
.row.gutter-76>[class*="col-"] {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

/* row の左右 margin を調整 */
.row.gutter-60 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

/* その row 内の col の左右 padding を調整 */
.row.gutter-60>[class*="col-"] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* row の左右 margin を調整 */
.row.gutter-40 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

/* その row 内の col の左右 padding を調整 */
.row.gutter-40>[class*="col-"] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.more-btn {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  align-items: center;
  font-size: 18px;
  gap: 0 20px;
  color: var(--main-color);
}

.more-btn:hover {
  color: var(--main-color);
}

.more-btn .circle {
  width: 33px;
  display: block;
}

.more-btn .circle {
  position: relative;
  display: inline-block;
}

/* ▼ 2つ目の赤いSVGを重ねる */
.more-btn .circle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/common/circle-on-red.svg") no-repeat center / contain;
  opacity: 0;
  transition: opacity 0.4s ease;
  /* ← フェード */
}

/* ▼ hover したら赤いSVGをフェードイン */
.more-btn:hover .circle::after {
  opacity: 1;
}

@media (max-width: 991px) {
  .sec-ttl-box .sec-ttl {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
  }

  .sec-ttl-box .sec-ttl span {
    color: var(--red-color);
  }

  .sec-ttl-box .sec-en {
    font-family: "Fjalla One", sans-serif;
    font-size: 90px;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }

}

@media (max-width: 480px) {

  .sec-ttl-box .sec-en {
    font-family: "Fjalla One", sans-serif;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }

  .sec-ttl-box .sec-ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
  }

  .more-btn {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    align-items: center;
    font-size: 16px;
    gap: 0 10px;
    color: var(--main-color);
  }

  .more-btn .circle {
    width: 26px;
    display: block;
  }
}



/* =======================================
header
======================================== */
#header {
  position: relative;
  z-index: 1001;
}

.header__logo {
  width: 13vw;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  filter: drop-shadow(2px 0 12px rgba(143, 133, 134, .3));
  transition: .4s;
  display: inline-block;
  cursor: pointer;
}

.header__logo:hover {
  opacity: 0.8;
}

.header__logo.appeared span {
  transition: .4s;
}

.header__logo span {
  transition: .4s;
  width: 100%;
  /* ★ 初期値 */
  display: inline-block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header__logo.appeared span {
  width: 80%;
}

.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  filter: drop-shadow(2px 0 12px rgba(143, 133, 134, .3));
}

#gNavi .list-nav {
  display: flex;
  align-items: center;
}


.head_contents {
  z-index: 1000;
  padding: 20px 40px;
  align-items: center;
  position: fixed;
  right: 0;
  display: flex;
  gap: 0 40px;
  border-radius: 0 0 0 40px;
  top: 0;
  background-color: #fff;
}

#gNavi .list-nav {
  gap: 0 40px;
  margin-bottom: 0;
}

#gNavi .list-nav a {
  color: #271b1d;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.7s;
  font-family: "Noto Sans JP", sans-serif;
}

#gNavi .list-nav li {
  line-height: 1;
  font-size: 0;
}

#gNavi .list-nav a:hover {
  color: var(--red-color);
}

#gNavi .list-nav a {
  line-height: 1;
}

#gNavi .list-nav .on a {
  color: var(--red-color);
}

.btn-box {
  display: flex;
  gap: 0 20px;
}

.btn-box p {
  margin-bottom: 0;
}

.contact-btn a {
  height: 60px;
  display: flex;
  line-height: 1;
  border-radius: 16px;
  padding: 20px 24px;
  font-size: 0;
  align-items: center;
  gap: 0 7px;
  transition: 0.7s;
  background-color: var(--red-color);
}

.contact-btn a:hover {
  background-color: var(--dark-red-color);
}


.contact-text,
.tel-text {
  color: #fff;
}

.contact-text {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.head_contents .tel-text {
  color: #fff;
}

.tel-btn {
  height: 60px;
  display: flex;
  border-radius: 16px;
  gap: 0 5px;
  align-items: center;
  padding: 20px 24px;
}

.tel-text span {
  line-height: 1;
  font-weight: 400;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.tel-text span {
  line-height: 1;
  display: block;
  font-size: 24px;
}

.tel-btn {
  cursor: pointer;
  transition: 0.7s;
  background-color: var(--red-color);
}


.tel-btn:hover {
  background-color: var(--dark-red-color);
}

.list-gnav .has-sub {
  position: relative;
}

/* ▼ サブメニュー（初期状態） */
.list-gnav .sub-menu {
  position: absolute;

  /* ▼ 中央寄せするための3行 */
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  text-align: left;

  top: 71px;
  width: 200px;
  /* 好きな幅に調整できます */
  background: #fff;
  border-radius: 16px;
  padding: 8px 12px;
  box-shadow: 0 2px 12px rgba(143, 133, 134, 0.35);

  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 50;
}

.list-gnav .has-sub.active .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ▼ サブメニュー内の各リンク */
.list-gnav .sub-menu li {
  list-style: none;
}

.list-gnav .sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 12px 8px;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  color: var(--main-color) !important;
}

.list-gnav .sub-menu li a:hover {
  color: var(--red-color) !important;
}

.list-gnav .sub-menu li:first-child a {
  padding: 12px 8px;
}

/* 最後の行のボーダー消す */
.list-gnav .sub-menu li:last-child a {
  border-bottom: none;
}

.list-gnav .sub-menu li .circle {
  width: 16px;
  font-size: 0;
}

/* ▼ 業務内容 a に右余白 */
.list-gnav .has-sub>a {
  position: relative;
}

/* テキストとアイコンを横並びに */
.list-gnav .has-sub>a {
  align-items: center;
  display: flex;
  gap: 6px;
}

/* 丸アイコン本体 */
.icon-plus {
  font-size: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #909090;
}

/* 横線（−） */
.icon-plus::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background-color: #909090;
}

/* 縦線（＋用） */
.icon-plus::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 7px;
  background-color: #909090;
}

/* 開いている時は縦線だけ消す → マイナス表示 */
.list-gnav .has-sub.active .icon-plus::after {
  opacity: 0;
}

@media (max-width: 1600px) {
  .head_contents {
    z-index: 3;
    padding: min(calc(15px + (20 - 15) * (100vw - 991px) / (1600 - 991)),
        20px) min(calc(20px + (40 - 20) * (100vw - 991px) / (1600 - 991)),
        40px);
    align-items: center;
    position: fixed;
    right: 0;
    display: flex;
    gap: 0 min(calc(15px + (40 - 15) * (100vw - 991px) / (1600 - 991)),
        40px);
    border-radius: 0 0 0 min(calc(20px + (40 - 20) * (100vw - 991px) / (1600 - 991)),
        40px);
    top: 0;
    background-color: #fff;
  }

  #gNavi .list-nav {
    gap: 0 min(calc(15px + (40 - 15) * (100vw - 991px) / (1600 - 991)),
        40px);
    margin-bottom: 0;
  }

  #gNavi .list-nav a {
    color: #271b1d;
    font-size: min(calc(14px + (18 - 14) * (100vw - 991px) / (1600 - 991)),
        18px);
    text-decoration: none;
    font-weight: 500;
    transition: 0.7s;
    font-family: "Noto Sans JP", sans-serif;
  }

  .btn-box {
    display: flex;
    gap: 0 min(calc(15px + (20 - 15) * (100vw - 991px) / (1600 - 991)),
        20px);
  }

  .contact-text {
    font-size: min(calc(14px + (20 - 14) * (100vw - 991px) / (1600 - 991)),
        20px);
    line-height: 1;
    font-weight: 700;
  }

  .tel-text span {
    line-height: 1;
    display: block;
    font-size: min(calc(16px + (24 - 16) * (100vw - 991px) / (1600 - 991)),
        24px);
  }

  .contact-btn a {
    height: min(calc(45px + (60 - 45) * (100vw - 991px) / (1600 - 991)),
        60px);
    display: flex;
    line-height: 1;
    border-radius: 16px;
    padding: min(calc(14px + (20 - 14) * (100vw - 991px) / (1600 - 991)),
        20px) min(calc(14px + (24 - 14) * (100vw - 991px) / (1600 - 991)),
        24px);
    font-size: 0;
    align-items: center;
    gap: 0 7px;
    background-color: var(--red-color);
  }

  .tel-btn {
    height: min(calc(45px + (60 - 45) * (100vw - 991px) / (1600 - 991)),
        60px);
    align-items: center;
    padding: min(calc(14px + (20 - 14) * (100vw - 991px) / (1600 - 991)),
        20px) min(calc(14px + (24 - 14) * (100vw - 991px) / (1600 - 991)),
        24px);
  }
}

@media (max-width: 1150px) {

  .header__logo {
    width: 150px;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    filter: drop-shadow(2px 0 12px rgba(143, 133, 134, .3));
    transition: .4s;
  }
}

@media (max-width: 991px) {
  .head_contents {
    display: none;
  }

}

/* =======================================
お問い合わせ
======================================== */
.contact-area {
  padding-bottom: 140px;
}

.contact-area .sec-ttl-box {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  margin-top: -70px;
}

.contact-area .sec-ttl-box h3 {
  color: #fff;
}

.bottom-wrap {
  padding-top: 10px;
  position: relative;
}

.bottom-wrap.pt-0 {
  padding-top: 0;
}

.bottom-wrap {
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  background-image: url('../images/common/contact__bg.jpg');
}

.contact .bottom-wrap {
  background-image: none;
  background-color: rgb(247, 241, 237);
}

.contact-area .white-bar {
  padding: 24px 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.contact-area .white-bar.mail {
  padding: 0;
  transition: 0.7s;
}

.contact-area .white-bar.mail a {
  padding: 24px 0;
  height: 100%;
  display: block;
}

.contact-area .white-bar.mail:hover {
  opacity: 0.6;
}

.contact-area h4 {
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  margin-bottom: 14px;
}

.white-bar a {
  cursor: pointer;
}

.white-bar a:hover {
  opacity: 0.8;
}

.white-bar .icon {
  width: 29px;
  font-size: 0;
}

.mail.white-bar .icon {
  width: 32px;
  padding-top: 2px;
  font-size: 0;
}

.white-bar .text-box {
  display: flex;
}

.white-bar .text-box {
  display: flex;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
}

.white-bar.tel .text-box p {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
}

.white-bar.tel .text-box p span {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #000000;
  font-family: "Fjalla One", sans-serif;
}

.white-bar.mail .text-box p {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

@media (max-width:1220px) {
  .contact-area .row.gutter-60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  /* その row 内の col の左右 padding を調整 */
  .contact-area .row.gutter-60>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width:768px) {

  .bottom-wrap {
    width: 100%;
    position: absolute;
    background-size: cover;
    background-image: url('../images/common/contact__bg-sp.jpg');
  }

  .contact-area {
    padding-bottom: 100px;
  }

  .contact-area .row>div+div {
    margin-top: 20px;
  }

  .white-bar.mail .text-box p {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
  }
}

@media (max-width:480px) {
  .contact-area {
    padding-bottom: 80px;
  }

  .contact-area .sec-ttl-box {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    margin-top: -50px;
  }

  .contact-area h4 {
    font-weight: 500;
    letter-spacing: 0.06em;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    margin-bottom: 14px;
  }

  .white-bar.tel .text-box p span {
    font-size: 28px;
    line-height: 1;
    text-align: center;
    color: #000000;
    font-family: "Fjalla One", sans-serif;
  }
}

/* =======================================
フッター
======================================== */

#footer {
  border-radius: 40px 40px 0 0;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: rgba(229, 0, 39, 0.9);
  padding: 80px 0;
}

.ft-logo {
  max-width: 240px;
  width: 100%;
  transition: 0.7s;
  margin-bottom: 18px;
}

.ft-logo:hover {
  opacity: 0.6;
}

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

.address {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

.tel-fax-list div {
  font-family: "Fjalla One", sans-serif;
  display: flex;
  gap: 0 8px;
  align-items: center;
}

.tel-fax-list div+div {
  margin-top: 6px;
}

.tel-fax-list dt {
  padding: 6px 7px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #fff;
  color: var(--red-color);
}

.tel-fax-list dd {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

#footer .ft-nav li {
  line-height: 1;
}

#footer .ft-nav li+li {
  margin-top: 20px;
}

#footer .ft-nav li a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: 0.7s;
}

#footer .map-icon {
  max-width: 10px;
  font-size: 0;
  display: inline-block;
  width: 100%;
  transition: 0.7s;
}

#footer .map-icon:hover {
  opacity: 0.7;
}

#footer .flex {
  gap: 0 5px;
  display: flex;
  align-items:center;
}

#footer .ft-nav li a:hover {
  opacity: 0.5;
}

.copy {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

@media (max-width:768px) {

  .ft-right {
    margin-top: 50px;
    display: table;
    margin-right: auto;
    margin-left: auto;
  }

  .ft-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
    gap: 30px 30px;
  }

  #footer .ft-nav li+li {
    margin-top: 0;
  }

  .address {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
  }

  .tel-fax-list {
    display: table;
    margin: 0 auto;
  }
  #footer .flex {
    justify-content: center;
  }
}

/* =======================================
ページトップ
======================================== */
.btn--pageTop {
  width: 40px;
  height: 144px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  z-index: 1000;
  transition: .3s;
}

.btn--pageTop.appeared {
  opacity: 1;
}

.btn--pageTop.appeared:hover {
  cursor: pointer;
}

.btn--pageTop.hidden {
  opacity: 0;
  pointer-events: none;
}


/* ★ フッターまで来たら、このクラスで「固定 → 絶対」に切り替え */
.btn--pageTop.stop {
  position: absolute;
  /* ←ここ重要！ */
  bottom: 40px;
  /* wrapper の下から 40px 上に固定される */
  right: 40px;
}

@media (max-width: 768px) {
  .btn--pageTop {
    width: 30px;
    height: 103px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: .3s;
  }
}

@media (max-width: 480px) {

  .btn--pageTop {
    right: 15px;
    width: 24px;
    height: 103px;
  }
}


/* =======================================
SPMENU
======================================== */

.openbtn {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 1px;
  display: none;
  box-shadow: 0 2px 12px rgba(143, 133, 134, 0.35);
  border-radius: 10px;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}

.openbtn.active {
  border: 1px solid #fff;
}

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

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 1.4rem;
  height: 3px;
  background-color: var(--red-color);
}

.openbtn span:nth-of-type(1) {
  top: 12px;
  left: 12px;
  width: 36px;
}

.openbtn span:nth-of-type(2) {
  top: 21px;
  left: 12px;
  width: 36px;
}

.openbtn span:nth-of-type(3) {
  top: 30px;
  left: 12px;
  width: 36px;
}

.openbtn.active span:nth-of-type(1) {
  top: 14px;
  width: 36px;
  left: 11px;
  transform: translateY(5px) rotate(-145deg);
}

.openbtn.active span:nth-of-type(3) {
  top: 24px;
  left: 11px;
  width: 36px;
  transform: translateY(-5px) rotate(145deg);
}

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

.overlay-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -280px;
  width: 280px;
  color: #fff;
  text-align: left;
  background-color: var(--red-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;
}

.spNav-top-01 ul li {
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.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;
  gap: 0 10px;
  line-height: 1;
  color: var(--blue-color);
  font-family: "Fjalla One", sans-serif;
  align-items: center;
  margin-top: 30px;
}

.overlay-menu .tel-text {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
  padding: 0;
  color: #fff;
  letter-spacing: 0.05em;
}

.overlay-menu .tel-icon {
  width: 30px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-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-color: rgba(229, 0, 39, 0.85);
  pointer-events: all;
}

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

.spNav-top-01 ul li {
  border-bottom: 2px solid #fff;
}

.ftNav-top .flex-box {
  display: block;
}

.spNav-top-01 ul li a {
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: right top 4px;
  font-weight: 700;
  display: block;
  font-size: 18px;
  color: #fff !important;
  width: 100%;
  line-height: 1;
}

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

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

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

.overlay-menu-inner .sub-menu {
  padding-left: 20px;
}

.overlay-menu-inner .has-submenu.open>.sub-menu {
  display: block;
}

.overlay-menu-inner .sub-menu {
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  transition:
    max-height 1s cubic-bezier(.17, .89, .32, 1.27),
    opacity 0.6s ease,
    transform 1s cubic-bezier(.17, .89, .32, 1.27);
}

/* 開いたとき（ビヨンと伸びる） */
.has-submenu.open .sub-menu {
  max-height: 500px;
  /* サブメニューより少し大きく */
}

.spNav-top-01 ul .sub-menu li {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.spNav-top-01 ul .sub-menu li:first-child {
  padding-top: 20px;
}

.spNav-top-01 ul .sub-menu li:nth-child(n+2) {
  margin-top: 0;
}

.spNav-top-01 ul .sub-menu li a {
  font-size: 16px
}

/* ＋アイコンの線を span で作る */
.toggle-icon {
  top: 2px;
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  /* 色はお好みで */
  transition: .3s;
}

/* 横線 */
.toggle-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}

/* 縦線（＋用） */
.toggle-icon::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
}

/* ▼ 開いたら縦線が消えて「−」になる */
.has-submenu.open .toggle-icon::after {
  opacity: 0;
}


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

  .openbtn p {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: var(--red-color);
    padding-left: 1px;
    font-weight: 700;
    margin-top: 38px;
  }
}


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