.pmagic .pm-group-view .pm-section {
    margin: 20px 0;
    min-height: 500px;
    display: flex;
}

.pm-section-right-panel {
    width: 70%;
}

div#header-in {
    justify-content: flex-start;
}

header .header-in .box_btn {
    margin: 0 0 0 0;
}

.view_pc.nav_menu {
    margin: 0 2% 0 auto;
    width: 28.5%;
}

.nav_menu ul {
    list-style: none;
    padding-left: 0;
    display: flex;
}

.nav_menu li {
    margin: 0 2.58%;
}

.nav_menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.65vw;
}

.pm-profile-tab-content,
.pg-profile-tab-content {
    display: none; /* すべてのタブコンテンツを非表示に */
}

.active-tab {
    display: block; /* アクティブなタブだけを表示 */
}

.active {
    font-weight: bold; /* アクティブなタブのスタイル */
}

.pmagic .pm-group-view .pm-section {
    margin: 20px 0;
    min-height: 500px;
    display: flex;
}

.pm-section-right-panel {
    width: 70%;
}

/* お気に入り */

.favorite_button {
    display: block;
    text-align: center;
    position: relative;
}
button.favorite_button_in {
    display: inline-block;
    width: 100%;
    padding: 12px 0 12px 0;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px -2px rgb(33 37 56 / 25%);
    cursor: pointer;
    border-radius: 0.45rem;
    border-color: rgb(80, 80, 80, 0.1);
    font-size: 0.95rem;
    transition: 0.2s ease-in-out;
    background: #f6890c;
    font-weight: 200;
    color: #fff;
    font-weight: bold;
    font-size: inherit;
}
button.favorite_button_in p {
    display: inline-block;
    margin: 0;
}
button.favorite_button_in:hover {
    opacity: 0.8;
}
button.favorite_button_in i {
    color: #ffffff;
    vertical-align: -1px;
    margin-right: 8px;
    opacity: 1;
}
.is-choosen .favorite_button_in {
    background: #6bb6ff;
}
.is-choosen .favorite_button_in i {
    opacity: 1;
    color: #FFFF00;
}
.is-choosen .favorite_button_in p {
    font-size: 0;
    color: #FFFF00;
    font-weight: 600;
}
.is-choosen .favorite_button_in p:before {
    font-size: 18px;
    content: "お気に入り登録済";
}

.con_house .slick-item .box_txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.box_made {
    font-size: 15px;
}

.box_area {
    display: flex;
}

.box_area ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
}

.box_area ul li {
    margin: 0 3px 0 0;
    color: #fff;
    font-size: 16px;
}

a.card {
    color: inherit;
    text-decoration: unset;
}

.box_voice .box_left {
    width: 20%;
    height: 20%;
    background: #25b69b;
    border-radius: 50%;
    overflow: hidden;
}

.con_works .box_works .box_btn a {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #CAC94D;
    border-radius: 5px;
    font-weight: bold;
}

article#post-1373,
article#post-63 {
    min-height: 65vh;
}

.pmagic .pm-profile-tab-wrap .pm-profile-tab a.active {
    color: #30b69b;
    font-weight: 700;
}

@media screen and (min-width: 1436px) {
    .nav_menu li a {
        font-size: 20px;
    }

    .con_house {
        padding-top: 70px;
    }

    .con_recommend {
        padding: 70px 0;
    }

    .con_voice {
        margin-bottom: 0;
        padding: 70px 0;
    }
}

@media screen and (min-width: 768px) {
    .single_post {
        display: flex;
    }
}

@media screen and (max-width: 767px) {

    .menu_flex {
        display: flex;
    }

    .bg_img {
        display: none;
    }

    .hamburger-menu-wrapper {
        position: relative;
        top: 55px;
        right: -23px;
        width: 31px;
        height: 27px;
    }

    #hamburger-menu-button {
        display: none;
    }

    #hamburger-menu-button:checked ~ .hamburger-menu-close {
        display: block;
        opacity: 0.8;
    }

    #hamburger-menu-button:checked ~ .hamburger-menu-content {
        transform: translate3d(0,0,0);
    }

    #hamburger-menu-button:checked + .hamburger-menu-open i {
        content: "";
        width: 31px;
        height: 31px;
        background: url(../img/exit_i.png);
    }

    .hamburger-menu-open .menubars {
        position: relative;
        content: "";
        width: 31px;
        height: 27px;
        background: url(../img/menu_i.png);
        background-size: contain;
        z-index: 6;
    }

    .hamburger-menu-open {
        position: absolute;
        margin-bottom: 0;
        content: "";
        top: -41px;
        width: 31px;
        height: 27px;
        background-size: contain;
        transition: 0.3s ease;
        animation: site-title 0.8s ease 0.5s 1 normal;
        animation-fill-mode: forwards;
        z-index: 4;
        cursor: pointer;
    }

    .hamburger-menu-close {
        display: none;
        background: #fff;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        transition: 0.3s ease;
        z-index: 3;
    }

    .hamburger-menu-close .menubars {
        position: relative;
        content: "";
        width: 31px;
        height: 27px;
        background: url(../img/exit_i.png);
        background-size: contain;
        z-index: 6;
    }

    .hamburger-menu-content {
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.3s ease;
        transform: translate3d(-100%,0,0);
        overflow: auto;
        z-index: 5;
    }

    .hamburger-menu {
        padding: 15px;
    }

    ul.menu {
        list-style: none;
        padding-left: 0;
    }

    .hamburger-menu li {
        position: relative;
        padding: 10px;
        border-bottom: 1px solid #414141;
        font-size: 18px;
        text-align: left;
        transition: 0.3s ease;
    }

    .hamburger-menu li:after {
        position:absolute;
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        border: 10px solid transparent;
        box-sizing: border-box;
        border-left-color: #414141;
        top: 20px;
        right: 0;
    }

    header .header-in .box_btn li a {
        color: #414141;
        font-size: 22px !important;
        padding: 0 !important;
    }

    .hamburger-menu li:before {
        color: #23B69B;
        padding-right: 5px;
        font-weight: 900;
    }

    .hamburger-menu li:hover {
        transform: translateX(5px);
    }
}