.hamburger {
    width: 80%;
    background-color: #fef9e1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: -82%;
    transition: left .3s ease-in-out;
    z-index: 100001;
    box-shadow: 2px 2px 8px 2px #c6b99ca8;
}

.hamburger.open {
    left: 0;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    /* padding-top: 140px; */
    /* position: fixed; */
}

.hamburger.open::-webkit-scrollbar {
    display: none;
}

.hamburgerinner {
    margin: 5% 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 130%; */
}

.category {
    font-family: 'Zen Maru Gothic';
    padding-right: 10px;
    width: fit-content;
}

.TOP{
    font-family: 'Zen Maru Gothic';
    padding-right: 10px;
    width: fit-content;
}

.TOP h3{
    /* margin-top: 80px; */
    margin-bottom: 10px;
    color: #333;
}

.category h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    color: #333;
}

.category_ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    padding-left: 18px;
}

.category_li {
    margin-right: 25px;
}

a {
    text-decoration: none;
    /* margin-right: 10px; */
    color: #333;
}

.nopen {
    height: 27px;
    color: #333;
    opacity: 0.5;
}

.nopen_ex {
    margin-bottom: 0;
}

.btnh {
    width: 50px;
}

.btnh:hover {
    color: #ec6b45;
}

@media (max-width: 645px) {

    .category,
    .category_li {
        white-space: nowrap;
    }
}

.hamburger-ul-padding{
    /* padding-bottom: 70px; */
}

#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    background-color: #000;
}

#logo_loader .f_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 200px;
    margin: auto;
    width: 400px;
    height: 290px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

#logo_loader .f_logo img {
    width: 100%;
    height: auto;
}

#logo_loader .f_logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 110%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 100%;
    animation: loadLogo 1.5s;
}

@keyframes loadLogo {
    0% {
        left: 0;
    }

    50% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

#logo_loader .f_logo:before {
    animation: loadLogo 1.5s;
}

#logo_loader.open {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-delay: 2s;
}

@keyframes slideOut {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

.header {
    height: 50%;
    width: fit-content;
}

.Logo_wrapper {
    margin-top: 10px;
    margin-left: 16%;
    width: fit-content;
}

.LOGO {
    width: fit-content;
    width: 50px;
    margin: 0 auto;
}

.LOGO.logo_white {
    margin-left: 20px
}

.LOGO.disappear {
    display: none;
}

.Menu {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 2;
    writing-mode: vertical-lr;
    color: #333;
    margin-top: 190px;
    margin-left: 12px;
}

.Menu:hover {
    cursor: pointer;
}

.linkbtn {
    width: fit-content;
}

.linkbtn_ul {
    list-style: none;
    width: fit-content;
    margin-left: 26px;
    padding: 0;
}

.linkbtn_li {
    margin-top: 13px;
    width: fit-content;
}

.linkbtn_li a {
    color: #333;
}

.linkbtn_li i {
    z-index: 10000;
}

.sns_icon {
    font-size: 20px;
}

.btn-wrap {
    position: relative;
    /* z-index: 10000; */
}

.btn-wrap:hover .search-btn {
    display: inline;
}

.fa-solid {
    position: fixed;
}

.search-btn {
    display: none;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: absolute;
    text-align: right;
    /* 親要素を基準 */
    border: 1px solid #2f2f2f;
    border-radius: 5px;
    /* 要素を非表示 */
    padding: 10px;
    /* テキストの前後の余白 */
    /* background-color: rgb(91, 172, 188, 1); */
    background-color: #f08866;
    /* 背景色（透明度） */
    width: 110px;
    /* 吹き出し全体の幅 */
    left: -3px;
    top: -11px;
    /* 表示位置 */
    font-size: 18px;
    /* 文字サイズ */
}

.btn-replace {
    position: absolute;
    left: 3px;
}

.search-btn:after {
    z-index: 1;
    top: 5%;
    /* 吹き出し口の縦位置 */
    content: "";
    /* コンテンツの挿入 */
    position: absolute;
    /* 親要素を基準 */
}

.openbtn {
    position: relative;
    /* background:#57a2c7; */
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    top: 190px;
    left: 12px;
}

.openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background: #333;
    width: 45%;
}

.openbtn.hovered span {
    background: #ec6b45;
}

.Menu_h {
    transition: color .4s;
}

.Menu_h.hovered {
    color: #ec6b45;
}

.Menu.hovered {
    color: #ec6b45;
}

.openbtn span:nth-of-type(1) {
    top: 15px;
}

.openbtn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.openbtn span:nth-of-type(3) {
    bottom: 15px;
    width: 16px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.sns_icon-i{
    font-size: 22px;
}

.program-btn {
    position: relative;
    left: 3px;
    font-size: 14px;
}