@charset "UTF-8";
/* CSS Document */
.sp {
  display: none;
}

@media (max-width: 480px) {
  body{
  }

  .container {
    width: 100%;
    min-width: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
    /* 調整用スタイル */
    /* ヘッダー */
    /* ヘッダーのナビ部分 */
    /* ナビのリンク */
    /* ハンバーガーメニュー */
    /* ハンバーガーメニューの線 */
    /* ハンバーガーメニュークリック後のスタイル */
  }
  .sp a {
    text-decoration: none;
  }
  .sp ul,
  .sp li {
    list-style: none;
  }
  .sp .header {
    background-color: white;
    width: 100%;
    height: 50px;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .sp .header .header__inner {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
    /* ヘッダーのロゴ部分 */
  }
  .sp .header .header__inner .header__title {
    width: 120px;
  }
  .sp .header .header__inner .header__title img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sp .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background: #e60013;
    transition: ease 0.4s;
    overflow-y: scroll;
  }
  /* フッタ */
}
@media screen and (max-width: 480px) and (min-width: 480px) {
  .sp .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%;
  }
  .sp .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .sp .nav-items {
    padding: 0;
  }
}
@media (max-width: 480px) and (min-width: 480px) {
  .sp .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
@media (max-width: 480px) {
  .sp .nav-items__item {
    margin-bottom: 40px;
  }
  .sp .nav-items__item a {
    color: white;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 16px;
    font-weight: normal;
  }
}
@media (max-width: 480px) and (min-width: 480px) {
  .sp .nav-items__item a {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .sp .nav-items__item a img {
    height: 30px;
    width: auto;
  }
  .sp .nav-items__item:last-child a {
    margin-bottom: 0;
  }
  .sp .nav-items__item ul.item_sub {
    display: none;
    margin-top: 0.8em;
    margin-left: 2em;
  }
  .sp .nav-items__item ul.item_sub li a {
    font-size: 16px;
    font-weight: normal;
  }
  .sp .nav-items__btn {
    text-align: center;
    width: 100%;
    border: solid white 1px;
    margin-bottom: 20px;
  }
  .sp .nav-items__btn a {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .sp .nav-items__btn-bk {
    border: none;
    background-color: #000;
  }
  .sp .header__hamburger {
    width: 48px;
    height: 100%;
  }
  .sp .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
}
@media (max-width: 480px) and (min-width: 480px) {
  .sp .hamburger {
    display: none;
  }
}
@media (max-width: 480px) {
  .sp .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  .sp .hamburger span:nth-child(1) {
    top: 0;
  }
  .sp .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .sp .hamburger span:nth-child(3) {
    top: 0;
  }
  .sp .header__nav.active {
    transform: translateX(0);
  }
  .sp .hamburger.active span {
    background-color: white;
  }
  .sp .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .sp .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .sp .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
  .m-breadcrumb {
    display: none;
  }
  .c-footer {
    min-width: auto;
  }
  .c-footer .c-footer-pagetop,
  .c-footer .c-footer-linksBox {
    display: none;
  }
  .c-footer .c-footer-btmCnts {
    width: 100%;
  }
}
/*2024/06/18 メニューデザイン調整・修正*/
@media (max-width: 480px) {
  .sp {
    /*menu open時*/
  }
  .sp header .header__inner .header__title .sp_menu_open_logo {
    display: none;
  }
  .sp header .header__inner.active {
    padding: 25px 30px 0;
    background-color: #C22108;
    z-index: 1;
  }
  .sp header .header__inner.active button#js-hamburger { /*✕*/
    width: 50px;
    margin: 5px 0 0 0;
  }
  .sp header .header__inner.active .sp_menu_close_logo {
    display: none;
  }
  .sp header .header__inner.active .sp_menu_open_logo {
    display: block;
  }
  .sp .header__nav {
    background: #C22108;
  }
  .sp .header__nav .nav-items {
    padding: 120px 45px 100px;
  }
  .sp .header__nav .nav-items .nav-items__item {
    margin: 0 0 25px;
  }
  .sp .header__nav .nav-items .nav-items__item.plus_menu_child > p {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFF;
    font-size: 15px !important;
    letter-spacing: 3px;
  }
  .sp .header__nav .nav-items .nav-items__item.plus_menu_child > p::before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 5px;
    width: 10px;
    height: 2px;
    background-color: #FFF;
    transition: 0.3s;
  }
  .sp .header__nav .nav-items .nav-items__item.plus_menu_child > p::after {
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    right: 9px;
    width: 2px;
    height: 10px;
    background-color: #FFF;
    transition: 0.3s;
  }
  .sp .header__nav .nav-items .nav-items__item.plus_menu_child > p.open::before {
    transition: 0.3s;
    transform: rotate(-135deg);
  }
  .sp .header__nav .nav-items .nav-items__item.plus_menu_child > p.open::after {
    transition: 0.3s;
    transform: rotate(-135deg);
  }
  .sp .header__nav .nav-items .nav-items__item > a {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 15px;
    letter-spacing: 3px;
  }
  .sp .header__nav .nav-items .nav-items__item .tgl_child_box {
    display: none;
    margin: 17px 0;
  }
  .sp .header__nav .nav-items .nav-items__item .tgl_child_box li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 32px;
  }
  .sp .header__nav .nav-items .nav-items__item .tgl_child_box li a {
    font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  .sp .header__nav .nav-items .nav-items__item .tgl_child_box li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 10px;
    height: 2px;
    background-color: #FFF;
  }
  .sp .header__nav .nav-items .nav-items__btn {
    margin: 0;
    padding: 0;
    border: 2px solid #FFF;
  }
  .sp .header__nav .nav-items .nav-items__btn-bk {
    margin: 35px 0 15px;
    border: none;
  }
  .sp .header__nav .nav-items .nav-items__btn a {
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
  }
}
/* close @include sp*//*# sourceMappingURL=sp_header.css.map */