@charset "utf-8";


html {
    scroll-padding-top: 80px;
}

.display-none {
    display: none;
}

body .width_adjust {
    margin: 0 auto;
    max-width: calc(1110px + 0.3%);
}

#wpadminbar {
    display: none;
}

/*----------------------------
    変数
----------------------------*/
:root {
/*--- テキスト色 ---*/
--textColor-accent: #2686C6;
}

/*----------------------------
    ローディングアニメーション
----------------------------*/
#splash_logo .fadeUp {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*----------------------------
    ヘッダー
----------------------------*/
@media  screen and (min-width: 768px) {
    body h1 img {
        max-height:  unset;
    }

    body .nav_left_logo {
        margin-right: 23px;
    }


}

body header {
    padding: 30px 1.6%;
}

.header_logo_wrap {
    margin-bottom: 30px;
}

.header_logo_wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #867C76;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    width: fit-content;
    margin: 0 auto;
}

.header_logo_wrap img {
    width: 163px;
}

body .nav_left_contact a {
    margin: 0;
}

.nav_left_category_inner {
    min-width: unset;
    cursor: default;
}

.fittoInsta {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 10px ;
    min-width: auto;
    width: 31px;
}

.fittoInsta img {
    height: 28px;
    width: 28px;
}

.nav_left {
    align-items: center;
    display: flex;
    gap: 3.6%;
    justify-content: center;
    width: 100%;
}

.nav_left_logo img {
    width: 185px;
    height: auto;
}

.nav_left_category_title i.fa-solid.fa-angle-down {
    color: #2686C6;
}

body .nav_left_category_inner ul {
    padding: 0;
}

body  .nav_left_category_inner .category_wrap_title > a {
    width: 100%;
}

body .nav_left_category_list {
    display: none;
}

body .nav_left_category_inner:hover .nav_left_category_list {
    padding-top: 28px;
    width: 180px;
    display: block;
}

body .is-animation .nav_left_category_inner:hover .nav_left_category_list {
    padding-top: 19px;
}

body header.is-animation .nav_left_category_list {
    padding-top: 20px;
}


.fa-solid.fa-user-large {
    font-size: 15px;
}


@media screen and (min-width: 768px)  {



    body header.is-animation {
        padding: 16px 1.6% ;
    }

    body .nav_left_contact:last-of-type a {
        margin: 0;
    }

    body .nav_left_contact.pc_only {
        width: fit-content;
        min-width: auto;
        text-wrap: nowrap;
    }

    body .nav_left_category {
        margin: 0;
    }

    .nav_left_category {
        width: fit-content;
    }

    .display-hide > a  {
        visibility: hidden;
        height: 0;
        pointer-events: none;
        position: absolute;
    }

}

@media screen and (max-width : 932px) and (min-width: 767px) {
    body .nav_left_category_inner:hover .nav_left_category_list {
        padding-top: 23px;
    }

    .nav_left_logo img {
        width: 135px;
    }

    body .nav_left_category {
        margin: 0;
    }

    body .nav_left_contact.pc_only {
        min-width: 0;
    }

    body .nav_left_contact a {
        margin: 0;
    }

    .nav_left_logo {
        margin-right: -20px;
    }


    .nav_right {
        gap: 10px;
    }


    body .nav_left_category {
        min-width: 75px;
    }


}

/* メニューは中央のまま（既存どおり）、検索窓は nav_upper 基準で右端へ絶対配置して切り離す
   ※ header の position は変更しない（固定が外れるため） */
@media screen and (min-width: 768px) {
    .nav_upper .nav_left {
        justify-content: center;
        width: 100%;
    }

    /* 左のログインバー(#custom-login-bar)と同じ配置・パディングで右上端へ */
    .nav_upper .nav_right {
        position: fixed;
        top: 0;
        right: 0;
        margin: 0;
        padding: 8px 15px;
        z-index: 99999;
    }

    .nav_right_search .input {
        width: 150px;
        max-width: 18vw;
    }
}

/* タブレット幅では検索窓をさらにコンパクトに */
@media screen and (max-width: 932px) and (min-width: 768px) {
    .nav_right_search {
        padding: 5px 10px;
    }

    .nav_right_search .input {
        width: 110px;
    }
}

/* SP（モバイル）：ハンバーガーメニュー内の検索フォーム */
@media screen and (max-width: 767px) {
    .nav_hamburger_search {
        margin-bottom: 12px;
        width: 100%;
    }

    .nav_hamburger_search .nav_right_search {
        display: block;
        width: 100%;
        box-sizing: border-box;
        background: var(--backgroundColor-sub, #f1f1f1);
        border-radius: 999px;
        padding: 8px 14px;
    }

    .nav_hamburger_search .nav_right_form {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .nav_hamburger_search .nav_right_search .input {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        max-width: none;
        background: transparent;
        border: none;
    }

    .nav_hamburger_search .nav_right_search_button {
        flex: 0 0 auto;
    }
}

.nav_left_category li > a[aria-current="page"] {
    visibility: hidden;
    height: 0;
    pointer-events: none;
    position: absolute;
}

.nav_left_category li .sub-menu {
    visibility: visible;
}

/* 入力欄とボタンを区切り線で明確に分ける（線の左＝入力欄／右＝ボタン） */
.nav_right_search .input {
    padding-right: 12px;
    border-right: 2px solid #fff;
    box-sizing: border-box;
}

.nav_right_search_button {
    background: transparent;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
}

body .nav_right_search_button::after {
    color: #3FD1CF;
}

/* input[type="search"] のブラウザ標準の×（クリア）ボタンを非表示 */
.nav_right_search input[type="search"]::-webkit-search-cancel-button,
.nav_right_search input[type="search"]::-webkit-search-decoration,
.nav_right_search input[type="search"]::-webkit-search-results-button,
.nav_right_search input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

/* 検索結果（チップ＋一覧） */
.search .main_section {
    margin: 40px 0 100px;
}

.search .main_section .section_title {
    margin-bottom: 15px;
}

.search .section_title .main_title {
    color: #3E3E3E;
    font-family: var(--fontFamily-main);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .search .section_title .main_title {
        font-size: 24px;
    }
}

.search .section_title .subtitle {
    font-family: var(--fontFamily-main);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #7B7B7B;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .search .section_title .subtitle {
        font-size: 14px;
    }
}

.search_chips {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 18px 0 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    scrollbar-width: none; /* Firefox：スクロールバー非表示 */
}

.search_chips::-webkit-scrollbar {
    display: none; /* Chrome/Safari：スクロールバー非表示 */
}

.search_chips.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.search_chip {
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.2;
    color: #3e3e3e;
    background: #fff;
    text-decoration: none;
    white-space: nowrap;
    flex: 0 0 auto;
}

.search_chip.is-active {
    border-color: #3FD1CF;
    background: rgba(63, 209, 207, 0.12);
}

.search_chip .count {
    color: #7b7b7b;
    margin-left: 4px;
}

.search_result_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
}

.search_result_item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/* タグ列：固定幅にしてタイトルの左端を揃える */
.search_result_type_wrap {
    flex: 0 0 auto;
    width: 170px;
    display: flex;
    align-items: baseline;
}

.search_result_type {
    font-size: 11px;
    color: #fff;
    background: #3FD1CF;
    border-radius: 999px;
    padding: 2px 8px;
    flex: 0 0 auto;
}

/* SP：タグとタイトルを2行（縦並び）に */
@media screen and (max-width: 767px) {
    .search_result_item {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    /* 縦並びのときは固定幅を解除 */
    .search_result_type_wrap {
        width: auto;
    }
}

.search_result_link {
    color: #3e3e3e;
    text-decoration: none;
    font-weight: 600;
}

.search_result_link:hover {
    text-decoration: underline;
}

.search_result_date {
    margin-left: auto;
    font-size: 12px;
    color: #7b7b7b;
    flex: 0 0 auto;
}

.search_result_video_toggle {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
}

/* 検索結果ページネーション（アーカイブと同デザイン） */
.search .pagination {
    margin: 60px 0 0;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.search .pagination div {
    color: #7B7B7B;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search .pagination .current {
    background-color: #3FD1CF;
    color: #fff;
    border: none;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.search .pagination div a {
    color: inherit;
    text-decoration: none;
}

.search .pagination .dots {
    color: #7B7B7B;
}

/* 勉強会動画モーダル */
.search_video_modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_video_modal[hidden] {
    display: none;
}

.search_video_modal_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.search_video_modal_dialog {
    position: relative;
    width: min(90vw, 900px);
    z-index: 1;
}

.search_video_modal_close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.search_video_modal_iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}

.search_video_modal_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (min-width: 768px) {
    .is-animation .scroll-out{
        display: none;
    }

    .is-animation .display-none {
        display: block;
        animation: none;
    }

    .is-animation .scroll-in img {
        max-height: 32px;
    }

}

/*----------------------------
    パンくずリスト
----------------------------*/

.custom-breadcrumb-item a {
    color: #3FD1CF;
}

.custom-breadcrumb-item {
    color: #3e3e3e;
    font-size: 14px;
}

.breadcrumb-area .custom-breadcrumb-item i {
    margin: 0 20px;
    position: relative;
    top: -2px
}


/*----------------------------
    BRAND LIST
----------------------------*/
body .section-brand {
    background: transparent;
}

.section_inner.brand {
    width: 82.5%;
    max-width: 1110px;
}

body .brand_more {
    color: #133050;
    border-bottom:  1px solid #133050;
}

body .brand_more i.fa-solid.fa-arrow-right {
    color: #133050;
}

body .section-brand .brand_img {
    width: 153px;
    height: 153px;
    object-fit: contain;
    background: #fff;
    vertical-align: top;
}

.section-brand a {
    background: transparent;
}

.brand_name {
    background: transparent;
    margin-top: 10px;
    color: #7b7b7b;
    font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1.5;
    word-break: break-all;
}

.section-brand .brand_content {
     gap: 21px 38px;
    justify-content: center;
}

.section-brand .brand_content_inner {
  width: calc((100% - (38px * 5)) / 6);
}



/* 5列 */
@media screen and (min-width: 768px) and  (max-width: 1300px) {


    .section-brand .brand_content_inner {
        width: calc((100% - (38px * 4)) / 5);
    }

    .section-brand .brand_content_inner a::before {
        padding-top: 100%;
    }


    body .section-brand .brand_img {
        width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
    }
}

/* 4列 */
@media screen and (min-width: 768px) and (max-width: 1050px) {
    body .section-brand .brand_content_inner {
        width: calc((100% - (38px * 3)) / 4);
    }

}


.section-brand .brand_content_inner {
    background: transparent;
}

body .breadcrumb-area {
    padding: 180px 0 0;
    max-width: 1114px;
}

@media (width <= 1165px) {
    body .breadcrumb-area {
        padding: 180px 3% 0;
    }
}

/*----------------------------
    ITEM CATEGORY
----------------------------*/
.section_inner.category {
    width: 82.5%;
    max-width: 1110px;
}

.section-category .display-hide {
    pointer-events: none;
	visibility: hidden;
}

.display-hide > a {
    display: block;
    height: 0;
}

.sub-menu {
    pointer-events: visible;
	visibility: visible;
}
/*----------------------------
    フッター
----------------------------*/

body footer {
    background: #F5F5F5;
    padding: 0;
}

body .footer_inner {
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin: 0;
}

body .footer_inner a {
    color: inherit;
}

.footer_upper, .footer_lower {
    width: 100%;
}

.footer_upper .width_adjust, .footer_lower .width_adjust {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_upper {
    padding: 60px 0;
    color: #3E3E3E;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.footer_upper_left {
    width: 40%;
}

.footer_upper_left a {
    display: block;
}

.footer_upper_left img {
    height: 40px;
}

.footer_upper_left i {
    margin-right: 8px;
}

.footer_upper_right {
    width: 60%;
    text-align: right;
}

.footer_upper_right ul {
    display: grid;
    gap: 30px 10%;
    justify-items: start;
    justify-content: end;
    grid-template-columns: auto auto;
}

.footer_upper_right ul a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_upper_right ul img {
    width: 35px;
    height: 35px;
}

.footer_lower {
    background-color: #3FD1CF;
    padding: 20px 0;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.footer_lower_left {
    width: 35%;
}

.footer_lower_left ul {
    display: flex;
    gap: 30px;
}

@media (min-width: 768px) and (max-width: 810px)  {
    .footer_lower_left ul {
        gap: 20px;
        font-size: 13px;
    }
}

.footer_lower_right {
    width: 65%;
    font-size: 14px;
    text-align: right;
}

.footer_lower_right p:last-of-type {
    font-size: clamp(9px, 1vw, 12px);
    margin-top: 6px;
}

body .footerLogo {
    width: 303px;
}

body .footer_right ul {
    gap: 32px;
    justify-content: center;
}

.footer_right ul .footer_insta img {
    margin-left: 0;
}

body .copyright {
    margin-top: 20px;
    font-weight: 400;
}

body .footer_left {
    width: fit-content;
    margin: 0 auto;
}

.footer_left img {
    height: 30px;
    width: 100%;
}

.footer_left a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo_text {
    color: #fff;
    font-size: var(--fontFamily-main);
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

body .footerLogo img {
    width: 238px;
}

.footer_br {
    display: none;
}

@media (min-width: 768px) and (max-width: 895px) {
    .footer_br {
        display: block;
    }

}

@media screen and (max-width: 1375px) {
    body .footer_right ul {
        gap: 10px 4%;
    }

    body .footer_right ul a {
        font-size: 12px;
    }
}


@media screen and (max-width: 1180px) {
    body .footer_right ul {
        gap: 10px 2%;
    }

    body .footer_right ul a {
        font-size: 10px;
    }

    body  .footer_right ul a img {
        height: 14px;
        margin-left: 3px;
        width: 14px;
    }

}

/*----------------------------
    トップに戻るボタン
----------------------------*/

#page-top a {
    bottom: 70px!important;
}

/*----------------------------
    カスタムログイン/ログアウトバー（左上）
----------------------------*/
#custom-login-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	padding: 8px 15px;
	background: transparent;
}

#custom-login-bar .custom-login-link {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#custom-login-bar .custom-login-link:hover {
	color: #000000;
}

#custom-login-bar .custom-login-user {
	position: relative;
	display: inline-block;
}

#custom-login-bar .custom-login-username {
	color: #000000;
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	cursor: pointer;
	padding: 0;
	display: inline-block;
}

#custom-login-bar .custom-login-welcome {
	display: inline;
}

#custom-login-bar .custom-login-name {
	display: inline;
}

#custom-login-bar .custom-login-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: transparent;
	min-width: 100px;
	padding-top: 3px;
}

#custom-login-bar .custom-login-user:hover .custom-login-dropdown {
	display: block;
}

#custom-login-bar .custom-login-logout {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	display: block;
	padding: 2px 0;
	line-height: 1.3;
}

#custom-login-bar .custom-login-logout:hover {
	color: #000000;
}


