/*hf.css*/

/*----------------------------------
Header_Outline
------------------------------------*/

/*
header {
    width: 100%;
    transition: 0.5s;
    z-index: 101;
    position: relative;
    position: fixed;
    top: 0;
}

header.hidden {
    transform: translateY(-128px);
}
*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  transition: top 0.3s ease;
}

header.hidden {
  top: -128px; /* ← transform ではなく top で隠す */
}




.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.no-scroll .overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}


header.hide {
    transform: translateY(-65px);
}

.h_top {
    width: 1400px;
    max-width: 100%;
    height: 88px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}

.h_logo {
    display: flex;
    align-items: center;
    z-index: 10;
    margin: 0 auto 0 20px;
}

.h_logo span.logo_img {
    display: block;
    width: 260px;
    padding-right: 15px;
    max-width: 100%;
    width: clamp(17.3rem, 18.5vw, 26rem); 
    padding-right: 1.5rem;
    width: clamp(22.5rem, 24vw, 26rem);
    padding-right: 1.5rem;
}

.h_logo .logo_img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.h_logo span.e_mecha01 {
    display: block;
    width: 197px;
    position: relative;
    padding-left: 15px;
    width: clamp(8.7rem, 14vw, 19.7rem);
    padding-left: 1.5rem;
    width: clamp(11.3rem, 18.2vw, 19.7rem);
    padding-left: 1.5rem;
}

/*
@media screen and (min-width:768px) and ( max-width:1080px) {
    .h_logo {
        display: block;
    }
    .h_logo span.e_mecha01{
        margin-top: 1rem;
    }
}
*/

@media screen and (min-width:768px) and ( max-width:1080px) {
    .h_logo {
        display: block;
    }
    .h_logo span.e_mecha01{
        margin-top: 1rem;
    }
}



.h_logo span.e_mecha01:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 20px;
    background-color: var(--cloud40);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

/*
.h_logo span.logo_text {
    display: inline-block;
    font-size: 2.0rem;
    line-height: 1;
    padding-left: 15px;
    position: relative;
}

.h_logo span.logo_text:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 20px;
    background-color: var(--cloud40);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.h_logo span.e_mecha {
    display: block;
    width: 97px;
}
*/

#SS_searchForm {
    position: relative;
}

.h_top_links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: clamp(16px, 2vw, 24px);
    height: 100%;
}

.search_txt {
    width: 216px;
    width: clamp(18rem, 2.5vw + 14.5rem, 21.6rem);
    height: 40px;
    font-size: 1.4rem;
    border: 1px solid;
    border-color: var(--cloud30);
    background-color: var(--cloud10);
    color: var(--cloud40);
    padding: 14px 36px 14px 12px;
    border-radius: 3px;
}

#hd_search .search_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.h_top_link a {
    display: flex;
    align-items: center;
}

@media screen and (min-width:768px) and ( max-width:979px) {
    .h_top_link a {
        flex-direction: column-reverse;
    }
}

.h_top_link a img {
    display: block;
    width: 20px;
    margin-left: 3px;
}

.h_top_link.h_contact a img {
    width: 24px;
}

.h_top_link a span {
    font-size: clamp(1.2rem, calc(1rem + 0.4vw), 1.6rem);
    white-space: nowrap;
    font-weight: 500;
}

.h_top_link a:hover span,
.h_top_link a:focus-visible span {
    color: var(--blue40);
}

.h_login {
    height: 100%;
    max-width: 96px;
    min-width: 86px;
    width: 17%;
}

.h_login a {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--blue40);
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
}

.h_login a:hover {
    background-color: var(--blue50);
}

.h_login span {
    display: block;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    white-space: nowrap;
}

.h_login span.ic_login {
    width: 30px;
}


/*----------------------------------
Main Navi
------------------------------------*/

.page_head_wrap {
    transition: 0.5s;
    z-index: 97;
    background-color: rgba(255,255,255,1);
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto;
    /*position: fixed;*/
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 100%;
}

.main_navi #menuButton {
    display: none!important;
}

.main_navi {
    width: 100%;
    background-color: #000;
    margin: 0 auto;
    position: relative;
}

.main_navi ul.page_navi {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 99;
}

.main_navi ul.page_navi > li {
    height: 40px;
    flex: 1;
}

@media screen and (min-width:980px) {
    .main_navi ul.page_navi {
        column-gap: 2%;
    }
    .main_navi ul.page_navi > li {
        width: 15%;
    }
}

@media screen and (min-width:768px) and ( max-width:979px) {
    .main_navi ul.page_navi {
        column-gap: clamp(1.2rem, 1.75vw, 2.8rem);
    }
    .main_navi ul.page_navi > li {
        width: auto;
    }
    .main_navi ul.page_navi > li > a {
        padding-left: clamp(1rem, 1.5vw, 3.5rem);
        padding-right: clamp(1rem, 1.5vw, 3.5rem);
    }
}

.main_navi ul.page_navi > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    position: relative;
    text-align: center;
    transition: .3s;
}

@media screen and (min-width:768px) {
    .main_navi ul.page_navi > li > a.current {
        background-color: var(--blue40);
    }
}

.main_navi ul.page_navi > li > a > span {
    width: 100%;
    height: auto;
    display: block;
    font-size: clamp(1.2rem, calc(1rem + 0.5vw), 1.6rem);
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    width: 100%;
    font-weight: 500;
    font-style: normal;
    white-space: nowrap;
    position: relative;
}

.main_navi ul.page_navi > li > a > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-top: -4px;
}

@media screen and (min-width:768px) {
    .main_navi ul.page_navi > li > a:hover,
    .main_navi ul.page_navi > li > a:focus-visible {
        opacity: 1!important;
        background-color: var(--cloud40);
    }
    .main_navi ul.page_navi > li > a:hover span,
    .main_navi ul.page_navi > li > a:focus-visible span {
        opacity: 1!important;
    }
}

/*
.main_navi ul.page_navi > li > a:hover::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #005BCB;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
*/
    
.main_navi > ul > li > ul {
    box-sizing: border-box;
    width: 1200px;
    max-width: 100%;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: none;
}

.navi_cont {
    box-sizing: border-box;
    width: 1200px;
    max-width: 100%;
    background-color: var(--blue00);
    background-color: var(--cloud10);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: none;
}

.navi_cont .ac_one {
    max-width: 100%;
    margin: 0 auto;
}

.navi_cont .ac_one .ac_inner p.txt_a_ac {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .navi_cont .ac_one .ac_header {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .navi_cont .ac_one .ac_header {
        font-size: 16px;
        text-align: left;
        padding: 15px 60px 15px 15px;
    }
}

/*----------------------------------
Navi_Cont_Action
------------------------------------*/

.navi_cont {
    width: 100%;
    max-width: 1400px;
    height: 548px;
    overflow: hidden;
    position: absolute;
    z-index: 9;
}

.product_container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.product_container.active {
    display: block;
}

.column {
    width: 44%;
    height: 100%;
/*    padding: 75px 0 60px 0;*/
    padding: 0;
/*    overflow-y: auto;*/
    background: #fff;
/*    border-right: 1px solid var(--cloud20);*/
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: transform 0.4s ease, opacity 0.2s ease;
    opacity: 0;
    pointer-events: none;
}

.column.depth-1 {
    left: 0;
    z-index: 3;
    transform: translateX(0);
}

.column.depth-2,
.column.depth-3,
.column.placeholder {
    left: 44%;
    z-index: 2;
    transform: translateX(100%);
}

.column.active {
    opacity: 1;
    pointer-events: auto;
}

.column.show-right {
    transform: translateX(0);
}

.column.slide-left {
    left: 0 !important;
    transform: translateX(0);
    width: 44%;
    z-index: 4;
/*    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.1);*/
}

.column.show-right {
    width: 56%;
    transform: translateX(0);
    background-color: var(--blue00);
}

.column .inside.no_scrollbar {
    overflow-y: inherit;
}

.column .inside {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    overflow-y: auto;
/*
    padding-left: 30px;
    padding-right: 30px;
*/
    height: 100%;
    padding: 60px 30px 60px 30px;
}

@media screen and (min-width:768px) {
    .column.depth-2 .inside,
    .column.depth-3 .inside {
        padding-left: 45px;
    }
    .column.depth-2 .ac_header.tit_link,
    .column.depth-3 .ac_header.tit_link {
        display: block;
        margin-left: -15px;
        padding-bottom: 11px;
        border-bottom: 1px solid;
        border-color: var(--cloud20);
    }
}

@media screen and (min-width:768px) {
    /* スクロールバー全体 */
    .column .inside::-webkit-scrollbar {
        width: 10px;
    }
    /* スクロールバーのトラック（背景） */
    .column .inside::-webkit-scrollbar-track {
        background-color: #F1F1F1;
    }
    /* スクロールバーのつまみ（つかむ部分） */
    .column .inside::-webkit-scrollbar-thumb {
        background-color: #B3B4B5;
        border-radius: 0;
    }
    /* ホバー時のつまみ */
    .column .inside::-webkit-scrollbar-thumb:hover {
    }

}

.ac_header,
.ac_header_link {
    padding: 11px 15px;
    background;
    border-bottom: 1px solid;
    border-color: var(--cloud20);
    cursor: pointer;
    display: block;
    font-weight: 500;
    text-decoration: none;
    font-size: clamp(15px, calc(3px + 1.25vw), 18px);
    color: #000;
    transition: background 0.3s, border-color 0.3s;
    position: relative;
}

.ac_header:after,
.ac_header_link:after{
    content: '';
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    border-color: var(--blue40);
    transform: rotate(45deg);
    margin-left: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.ac_header:hover,
.ac_header:focus-visible,
.ac_header_link:hover,
.ac_header_link:focus-visible {
    background-color: var(--blue00);
    color: var(--blue40);
}

.ac_header span,
.ac_header_link span {
    font-size: clamp(15px, calc(3px + 1.25vw), 18px);
}

.ac_header.active {
    background-color: var(--blue00);
    color: var(--blue40);
}

.ac_header.active span {
    color: var(--blue40);
}

.ac_header span {
    font-weight: 500;
}

.column.placeholder {
    width: 56%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    background-color: var(--blue00);
}

.column .ac_header.lead {
    border-top: 1px solid;
    border-color: var(--cloud20);
}

.column.depth-1 {
    background-color: #fff;
/*    padding-top: 60px;*/
}

.column.depth-1 .ac_header {
    width: calc(100% + 30px);
    margin: 0 -30px 0 0;
    border-bottom: none;
    padding: 0;
}

.column.slide-left .ac_header {
    width: calc(100% + 30px);
    margin: 0 -30px 0 0;
    padding-left: 0;
    padding-right: 0;
}

.column.depth-1 .ac_header.active > ul {
    background-color: var(--blue00);
    color: var(--blue40);
}

.column.depth-1 .ac_header:after {
    content: none;
}

.column.depth-1 .ac_header.lead {
    border-top: none;
}

.column.depth-1 .ac_header > ul {
    display: flex;
    align-items: center;
    position: relative;
    padding: 11px 0;
    border-bottom: 1px solid;
    border-color: var(--cloud20);
/*
    width: calc(100% + 60px);
    margin: 0 -30px;
*/
}

.column.depth-1 .ac_header > ul:hover,
.column.depth-1 .ac_header > ul:focus-visible {
    background-color: var(--blue00);
    color: var(--blue40);
}

.column.depth-1 .ac_header.lead > ul {
    border-top: 1px solid;
    border-color: var(--cloud20);
}

.column.depth-1 .ac_header > ul:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    border-color: var(--blue40);
    transform: rotate(45deg);
    margin-left: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.column.depth-1 .ac_header.lead > ul > li:last-child {
    width: calc(100% - 77px);
}

.column.depth-1 .ac_header span.img01 {
    display: block;
    width: 67px;
    margin-right: 10px;
}

.column.depth-1 .h_tit01 {
    font-size: clamp(2.2rem, 1.5vw, 2.8rem);
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.column.depth-1 .h_tit01:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 27px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

/*
.column.depth-1,
.column.depth-2,
.column.depth-3 {
    padding-left: 30px;
    padding-right: 30px;
}
*/

.column .ac_header.tit_link {
    display: block;
    font-size: clamp(15px, calc(3px + 1.25vw), 18px);
    font-weight: 500;
    border-bottom: none;
    padding: 0 20px 0 0;
    margin-bottom: 0;
    position: relative;
}

.column .ac_header.tit_link:after {
    content: none;
}

.column .ac_header.tit_link span {
    display: inline-block;
    font-size: clamp(15px, calc(3px + 1.25vw), 18px);
    font-weight: 500;
}

.column .ac_header.tit_link span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    border-color: var(--blue40);
    transform: rotate(45deg);
    margin-left: 8px;
    margin-top: -4px;
}

.column.show-right .ac_header:hover,
.column.show-right .ac_header:focus-visible {
    background-color: #fff;
}

.column .ac_header.tit_link:hover,
.column .ac_header.tit_link:focus-visible {
    background-color: transparent;
}

.navi_cont_close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
    cursor: pointer;
}

.navi_cont_close img {
    width: 30px;
}

.navi_cont_close span {
    font-size: 1.4rem;
}

.column .ac_header.pre_bt {
    position: absolute;
    top: 24px;
    left: 30px;
    padding: 0;
    border: none;
    display: inline-block;
    margin: 0;
    width: auto;
    padding-left: 20px;
}

.column .ac_header.pre_bt:after {
    left: 0;
    right: auto;
    transform: rotate(-135deg);
}

button.back_to_menu {
    display: none;
}

@media screen and (min-width:768px) {
    .column.show-right .ac_header.pre_bt {
        display: none;
    }
}

/*----------------------------------
Navi_Cont_Sc
------------------------------------*/

.navi_cont_sc .column.depth-1 .ac_header {
    width: calc(100% + 30px);
    margin: 0 -30px 0 0;
    border-bottom: none;
    padding: 0;
}

.navi_cont_sc .column.depth-1 .ac_header > p {
    display: flex;
    align-items: center;
    position: relative;
    padding: 11px 0;
    border-bottom: 1px solid;
    border-color: var(--cloud20);
    font-size: clamp(15px, calc(3px + 1.25vw), 18px);
    font-weight: 500;
    position: relative;
}

.navi_cont_sc .column.depth-1 .ac_header.lead > p{
    border-top: 1px solid;
    border-color: var(--cloud20);
}

.navi_cont_sc .column.depth-1 .ac_header > p:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    border-color: var(--blue40);
    transform: rotate(45deg);
    margin-left: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

/*----------------------------------
Navi_Cont Single_level
------------------------------------*/

.navi_cont.single_level {
    height: auto;
    padding: 0;
}

.navi_cont.single_level .inside {
    padding-left: 60px;
    padding-right: 60px;
}

.navi_cont.single_level .inside .h_tit01 {
    font-size: clamp(2.2rem, 1.5vw, 2.8rem);
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.navi_cont.single_level .inside .h_tit01:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 27px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.navi_cont.single_level .column {
    position: static;
    width: 100%;
    height: auto;
    opacity: 1!important;
    pointer-events: auto;
/*
    padding-top: 60px;
    padding-bottom: 60px;
*/
}

.single_level_menu > li {
    border-bottom: 1px solid;
    border-color: var(--cloud20);
    position: relative;
}

.single_level_menu > li:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    border-color: var(--blue40);
    transform: rotate(45deg);
    margin-left: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.single_level_menu > li:first-child {
    border-top: 1px solid var(--cloud20);
}

.single_level_menu > li > a {
    padding: 11px 15px;
    font-size: clamp(15px, calc(3px + 1.25vw), 18px);
/*
    border-bottom: 1px solid;
    border-color: var(--cloud20);
*/
    cursor: pointer;
    display: block;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    transition: background 0.3s, border-color 0.3s;
    position: relative;
    
    width: width: calc(100% + 120px);
    margin: 0 -60px;
    padding-left: 60px;
    padding-right: 60px;
}

.single_level_menu > li > a:hover,
.single_level_menu > li > a:focus-visible {
    background-color: var(--blue00);
    color: var(--blue40);
}

.single_level_menu > li > a.active {
    background-color: var(--blue00);
    color: var(--blue40);
}

.single_level_menu > li > a.active span {
    color: var(--blue40);
}



/*----------------------------------
Addition_1127
------------------------------------*/

.column.depth-4 {
    left: 44%;
    transform: translateX(200%);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.column.depth-4.active {
    opacity: 1;
    pointer-events: auto;
}

/* depth-4 表示状態 */
.column.depth-4.show-right {
    transform: translateX(0);
    width: 56%;
    background-color: var(--blue00);
    z-index: 5;
}

/* depth-4表示時、depth-3を左に寄せる */
.column.depth-3.slide-left {
    left: 0 !important;
    transform: translateX(0);
    width: 44%;
    z-index: 4;
}

@media screen and (min-width:768px) {
    .ac_header_link.link-item {
        width: calc(100% + 30px);
        margin: 0 -30px 0 0;
    }
}




/*----------------------------------
Footer
------------------------------------*/

@media screen and (max-width:767px) {
    ul.ft_nav ul {
        overflow: hidden;
        max-height: 0;
        transition: height 0.3s ease;
    }
    ul.ft_nav {
        display: block;
    }
    ul.ft_nav > li {
        width: 100%;
    }
}

footer {
    background-color: var(--cloud10);
    padding-top: 48px;
    position: relative;
}

.footer_logo {
    width: 274.5px;
}

.ft_nav_wrap {
    margin-top: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid;
    border-color: var(--cloud20);
    
    display: flex;
    column-gap: 3%;
    align-items: flex-start;
}

ul.ft_nav {
    width: 273px;
    max-width: 22.75%;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

ul.ft_nav > li {
    flex: 1;
    width: 100%;
/*    min-width: 22.36%;*/
/*    margin-top: 48px;*/
}

ul.ft_nav > li a {
    position: relative;
    padding-right: 20px;
    transition: all 0.2s ease;
}

ul.ft_nav > li a:hover,
ul.ft_nav > li a:focus-visible {
    color: var(--blue40);
}

ul.ft_nav > li a:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1px;
    border-right: solid 1px;
    border-color: var(--blue40);
    transform: rotate(45deg);
    margin-left: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

ul.ft_nav > li > a {
    display: block;
    font-size: 1.6rem;
    font-size: clamp(1.4rem, 1vw + 0.2rem, 1.6rem);
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 1px solid;
    border-color: var(--cloud20);
    margin-bottom: 10px;
}

ul.ft_nav > li > a:after {
    top: 8px;
    bottom: auto;
}

@media screen and (min-width:768px) {
    ul.ft_nav > li.ft_single > a {
        border-bottom: none;
    }
}

ul.ft_nav > li > ul > li {
    margin-bottom: 4px;
}

ul.ft_nav > li > ul > li > a {
    display: block;
    font-size: 1.4rem;
    font-size: clamp(1.2rem, 0.5vw + 1rem, 1.4rem);
}

.youtube_link_wrap {
    padding-top: 22px;
    padding-bottom: 22px;
}

.youtube_link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 18px;
}

.youtube_link .youtube_ic img {
    display: block;
    width: 47px;
}

.youtube_link span.youtube_text {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    padding-right: 14px;
    position: relative;
}

.youtube_link span.youtube_text:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1px;
    border-right: solid 1px;
    border-color: var(--blue40);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.copy_right_wrap {
/*
    padding-top: 29px;
    padding-bottom: 29px;
*/
    height: 80px;
    background-color: #000;
}

.copy_right_wrap .inner {
    height: 100%;
}

.copy_right_wrap ul.ft_links {
    display: flex;
    align-items: center;
    height: 100%;
}

.copy_right_wrap ul.ft_links li {
    color: #fff;
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
}

.copy_right_wrap ul.ft_links li a {
    color: #fff;
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
    border-bottom: 1px solid #fff;
    margin-right: 10px;
}

.copy_right_wrap ul.ft_links li.copy_right {
    margin-left: auto;
}

.copy_right_wrap ul.ft_links li a:hover,
.copy_right_wrap ul.ft_links li a:focus-visible {
    opacity: 0.7;
}

.main_navi sub {
    color: #E20505;
}




