@charset "UTF-8";

@layer base {
    html {
        color: #333;
        font-size: 62.5%;
        margin: 0;
        padding: 0;
        position: relative;
        word-break: break-word;
        font-family: "メイリオ", "Meiryo", sans-serif;
    }

    /* ================================================== */
    /* プロジェクト固有設定 */
    body {
        margin: 0;
        padding: 0;
        position: relative;
        font-size: 1.6rem;

        font-weight: bold;
        font-family: var(--font-zen-maru-gothic);
        line-height: 2;
        letter-spacing: 0.05em;
        color: var(--font-p-color);
    }
    section {
        padding-bottom: 100px;
    }
    main > section:last-child {
        padding-bottom: 0;
    }
    main {
        padding-bottom: 100px;
    }
    /* ================================================== */

    * {
        box-sizing: border-box;
    }

    address {
        font-style: normal;
    }

    table,
    tr,
    td,
    th {
        border-collapse: collapse;
        margin: 0;
    }

    td {
        padding: 5px 10px;
    }

    th {
        padding: 5px 10px;
    }

    img {
        align-self: flex-start;
        border: none;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

    img:not([width]) {
        width: auto;
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    a:hover,
    a:active {
        opacity: 0.8;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: var(--font-zen-maru-gothic);
        font-weight: bold;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    ul {
        margin: 0;
        padding: 0;
    }

    li {
        list-style: none;
    }

    ol {
        margin: 20px 0 20px 0;
        padding-left: 1.5em;
    }

    ol > li {
        margin-top: 0;
        margin-bottom: 1em;
    }

    button {
        font-family: var(--font-zen-maru-gothic);
        font-weight: bold;
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }

    button:hover,
    button:active {
        opacity: 0.8;
    }

    input,
    textarea {
        color: inherit;
        font-size: inherit;
        font-family: inherit;
    }

    input:is([type="text"], [type="email"], [type="tel"], [type="date"]),
    textarea {
        padding: 5px;
    }

    @media screen and (max-width: 767px) {
        input:is([type="text"], [type="email"], [type="tel"]),
        textarea {
            width: 100%;
        }
    }
}
/* ==========================================================================================================
*/
/* 全ページ共通レイアウト */
/*
 ========================================================================================================== */
.inner {
    width: calc(100% - var(--pc-right-left-space));
    margin-inline: auto;
}
.c-btn1 {
    border: none;
    outline: none;
    appearance: none;
    background-color: var(--cyan1);
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 30px;
    margin: 20px auto;
    cursor: pointer;
    padding: 10px 20px;
    min-width: 200px;
}
.c-btn1:hover {
    opacity: 0.8;
}

/* =====================================================
*/
/* 右ナビゲーション */
/*
 ===================================================== */
.l-wrapper .l-right-header {
    line-height: 1;
}
/* スクロールバー非表示設定 */
.l-wrapper .l-right-header::-webkit-scrollbar {
    display: none;
}
/* ロゴとメニュー */
.l-right-header__logo-and-menu-group {
    display: flex;
    justify-content: space-between;
    margin: 20px 20px -30px;
}
.l-right-header__logo-and-menu-group img {
    display: block;
    width: 100px;
}
/* ナビゲーション装飾 */
.l-right-header__nav-img {
    padding-top: 22px;
    width: 360px;
    height: auto;
    display: block;
    margin-inline: auto;
}
.l-right-header__nav-group {
    background-color: #fff;
    width: 360px;
    margin-inline: auto;
    padding: 26px 20px 50px 20px;
}
.l-right-header__link-list-parent {
    margin-bottom: 20px;
}
/* 中リンク設定 */
.l-right-header__link-list-parent > li:not(li:last-of-type) {
    margin-bottom: 14px;
}
.l-right-header__link-list-parent a {
    height: fit-content;
    font-family: var(--font-yusei-magic);
    font-size: 2.2rem;
    font-weight: normal;
}
/* 小リンク設定 */
.l-right-header__link-list-child a {
    font-size: 1.7rem;
}
.l-right-header__link-list-child > li {
    margin-top: 11px;
    margin-left: 20px;
}
/* SNS */
.l-right-header__nav-sns-links {
    width: 100px;
    display: flex;
    justify-content: space-between;
}
.l-right-header__nav-sns-links img {
    display: block;
    width: 40px;
    height: auto;
}

/* ------------------------------------- */
/* モバイル、PC1499px以下のみに使うナビゲーション用 ↓↓↓ */
/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.l-right-header__bnr-link-group img {
    display: block;
    width: 240px;
    height: auto;
}
.l-right-header__bnr-link-group a {
    display: block;
    width: fit-content;
}
.l-right-header__bnr-link-group a:not(a:last-of-type) {
    width: fit-content;
    vertical-align: top;
    margin-bottom: 4px;
}
.l-right-header__bnr-link-group a:nth-of-type(even):not(a:last-of-type) {
    margin-left: auto;
}
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */
/* ------------------------------------- */
/* 博進堂ロゴ */
.l-right-header__company-link img {
    margin-top: 30px;
    width: 290px;
}
.l-right-header__company-link {
    margin-inline: auto;
}

/* =====================================================
*/
/* フッター */
/*
 ===================================================== */
/* お問い合わせ */
.l-footer {
    position: relative;
    margin-bottom: -180px;
    background-color: var(--gray1);
}
.l-footer__contact-link {
    padding: 100px 0;
    background-color: var(--blue5);
    text-align: center;
}
.l-footer__contact-link a {
    margin-inline: auto;
    display: block;
    width: clamp(300px, 70%, 600px);
    height: auto;
}
.l-footer__contact-link-img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* リンクグループ */
.l-footer__link-list {
    padding: 100px 0 50px 0;
    text-align: center;
}
.l-footer__link-list-parent > li {
    font-size: 2.4rem;
    line-height: 1;
}
.l-footer__link-list-parent > li:not(:last-child) {
    margin-bottom: 40px;
}
.l-footer__link-list-child > li {
    font-size: 2rem;
}
.l-footer__link-list-child > li {
    margin-top: 20px;
}
/* SNSリンク */
.l-footer__sns-link {
    display: flex;
    justify-content: space-between;
    width: 150px;
    margin-inline: auto;
    margin-bottom: 50px;
}
.l-footer__sns-link img {
    display: block;
    width: 60px;
    height: auto;
}
/* バナーリンク */
.l-footer__bnr-link-group {
    margin-bottom: 50px;
}

.l-footer__bnr-link-group a:nth-of-type(2) {
    margin-left: auto;
}
.l-footer__bnr-link-group a:last-of-type {
    margin-inline: auto;
}

.l-footer__bnr-link-group a {
    display: block;
    width: fit-content;
}
.l-footer__bnr-link-group img {
    width: 360px;
    height: auto;
    vertical-align: top;
}
.l-footer__bnr-link-group a:not(a:last-child) {
    margin-bottom: 10px;
}
.I-footer__company-info-group {
    text-align: center;
}
/* ぴぃくらぶロゴ */
.l-footer__pi-club-link {
    display: block;
    width: fit-content;
    margin: 0 auto 30px;
}
.l-footer__pi-club-link img {
    display: block;
    width: 90px;
    height: auto;
}
/* 社名 */
.l-footer__company-name {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
}
/* アドレス */
.l-footer__company-address {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.6;
}
/* 博進堂ロゴ */
.l-footer__hakushindo-link {
    display: block;
    width: fit-content;
    margin: 30px auto 50px;
}
.l-footer__hakushindo-link img {
    display: block;
    width: 180px;
    height: auto;
}
/* コピーライト */
.l-footer__copyright {
    display: block;
    font-weight: normal;
    font-size: 1.6rem;
    padding-bottom: 20px;
    line-height: 1;
    letter-spacing: 0;
}
/* ------------------------------------- */
/* TOPへ戻る(PC追従設定)  ↓↓↓ */
/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.l-footer__top-link {
    display: none;
    width: fit-content;
    position: sticky;
    bottom: 0;
    margin-left: auto;
}
.l-footer__top-link img {
    vertical-align: top;
    width: 120px;
    height: auto;
}
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */
/* ------------------------------------- */

/* ニュース&トピック 一覧
------------------------------------------- */
.l-news-topics__deco-img {
    display: block;
    margin-inline: auto;
}
.l-news-topics-list {
    background-color: var(--blue4);

    margin-top: -55px;
    margin-bottom: 50px;

    padding: 90px 50px 80px 50px;
}
.l-news-topics-list__item {
    border-bottom: 1px solid var(--font-p-color);
}
.l-news-topics-list__item:not(.l-news-topics-list__item:last-of-type) {
    margin-bottom: 30px;
}
.l-news-topics-list__item time {
    display: block;
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
}
.l-news-topics-list__item a,
.l-news-topics-list__item p {
    display: block;
    margin-top: 0;
    margin-bottom: 15.84px;
    font-size: 2.4rem;
    line-height: 1.416;
}
.l-news-topics-list__item a:hover {
    color: var(--font-hover-color);
}

/* ==========================================================================================================
*/
/* メディアクエリ */
/*
 ========================================================================================================== */
/* 768px以上のディスプレイに表示する項目 */
@media screen and (min-width: 768px) {
    /* 3カラムのフレックス設定 */
    .l-wrapper {
        display: flex;
    }
    .l-wrapper .l-content {
        position: relative;
        flex-shrink: 0;
        width: 768px;
        order: 2;
    }
    :is(.l-pc-left, .l-right-header) {
        position: sticky;
        top: 0;
        height: 100vh;
    }
    /* =====================================================
    */
    /* 右ナビゲーション */
    /*
     ===================================================== */
    .l-wrapper .l-right-header {
        width: 460px;
        padding-bottom: 20px;
        flex-shrink: 0;
        order: 3;
        background-image: url(../img/img-header_back.jpg);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: auto;

        overflow: auto;
        /* スクロールバー非表示設定 */
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 100px;
    }
    /* =====================================================
    */
    /* 左ナビゲーション */
    /*
     ===================================================== */
    .l-wrapper .l-pc-left {
        order: 1;
        width: calc(100vw - 1228px);
        min-width: 52px;
        background-image: url(../img/img-header_back.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto;
    }
    /* リンク共通設定 */
    .l-pc-left a {
        display: block;
        width: fit-content;
    }
    /* ぴぃくらぶロゴ */
    .l-pc-left__pi-club-logo {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 1;
    }
    .l-pc-left__pi-club-logo-img,
    .l-right-header__pi-club-logo-img {
        display: block;
        width: 120px;
        height: auto;
    }

    /* リンク画像グループ基本設定
    ---------------------------------------- */
    /* 余白設定 */
    .l-pc-left__link-group {
        display: block;
        padding-top: 50px;
        height: 100vh;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .l-pc-left__link-group::-webkit-scrollbar {
        display: none;
    }

    /* 横長バナー */
    .l-pc-left__long-bnr {
        display: block;
        width: min(12.5vw, 240px);
        height: auto;
    }
    /* 長方形バナー */
    .l-pc-left__rect-bnr {
        display: block;
        width: min(15.625vw, 300px);
        height: auto;
    }
    /* 個別設定
    ---------------------------------------- */
    /* 便蔵さま */
    .l-pc-left__link-benzo {
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: 7.246%;
    }
    /* ラインアイコン */
    .l-pc-left__link-line {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: 43.478%;
    }
    /* リンク画像　横並び設定  ↓↓↓ */
    /* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
    .l-pc-left__flex-bnr {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        min-width: 435px;
        justify-content: flex-end;
        margin-right: 13.33%;
        margin-left: auto;
    }
    /* NFT */
    .l-pc-left__link-nft {
        margin-left: min(0.52vw, 10px);
    }
    /* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */
    /* Yahoo */
    .l-pc-left__link-yahoo {
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: 32.173%;
    }
    /* 限定商品 */
    .l-pc-left__link-limited {
        margin-left: auto;
        margin-right: 11.594%;
        margin-bottom: 20px;
    }
}

/* 1679px以下 左バナーをロゴと被らないように縦一列に配置 */
@media screen and (max-width: 1679px) {
    .l-pc-left__flex-bnr {
        display: block;
        min-width: inherit;
        margin-inline: auto;
    }
    .l-pc-left__link-twin {
        margin-left: 20px;
    }
    .l-pc-left__link-group {
        padding-top: 158px;
    }
    .l-pc-left__link-group a {
        margin-inline: auto;
        margin-bottom: 30px;
    }
    .l-pc-left__link-group > a:last-of-type {
        margin-bottom: 80px;
    }
}

/* 1500px以上で右ヘッダーの追加項目を非表示するメディアクエリ ↓↓↓ */
@media screen and (min-width: 1500px) {
    /* 字下げリンクとバナー3つを非表示 */
    .l-right-header__link-list-child-header,
    .l-right-header__link-list-child,
    .l-right-header__bnr-link-group a:not(.l-right-header__company-link) {
        display: none;
    }
    /* ロゴとメニューボタンを非表示 */
    .l-right-header__logo-and-menu-group {
        display: none;
    }
    /* 画面幅縮小時のバグを回避するための設定 */
    #site-grobal-nav {
        display: block !important;
    }
}

/* 1499px以下で右ヘッダーに追加リンクとメニューボタンを追加するメディアクエリ */
@media screen and (max-width: 1499px) {
    /* スマホでボタンを半透明にしないため */
    #site-menu-button:hover,
    #site-menu-button:active {
        opacity: 1;
    }
    .l-pc-left__link-group,
    .l-pc-left__pi-club-logo img {
        display: none;
    }
    .l-right-header__bnr-link-group {
        margin-top: 30px;
    }
    /* メニューボタンを最初閉じた状態で表示するため */
    #site-grobal-nav {
        display: none;
    }
}

/* 767px以下(モバイル)に適用するメディアクエリ */
@media screen and (max-width: 767px) {
    /* モバイルでは左ヘッダー非表示 */
    .l-pc-left {
        display: none;
    }
    /* 基本となる左右の空白 */
    .inner {
        width: calc(100% - var(--sp-right-left-space));
        max-width: 450px;
    }
    /* =====================================================
    */
    /* ナビゲーション (PC右ヘッダーのナビゲーションを継承) */
    /*
     ===================================================== */
    /* サイト背景 */
    #site-grobal-nav {
        overflow: auto;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 100001;
        width: 100%;
    }
    .site-grobal-nav__background {
        background-image: url(../img/img-header_back_sp.jpg);
        background-size: cover;
        padding-bottom: 50px;
    }
    .l-wrapper .l-right-header {
        line-height: 1;
    }
    /* ロゴとメニュー */
    .l-right-header__logo-and-menu-group {
        margin: 0;
    }
    .l-right-header__logo-and-menu-group img {
        width: 70px;
    }
    .l-right-header__pi-club-logo {
        position: fixed;
        z-index: 100002;
        top: 10px;
        left: 20px;
    }
    #site-menu-button {
        position: fixed;
        z-index: 100002;
        top: 18.5px;
        right: 20px;
    }
    /* ナビゲーション装飾 */
    .l-right-header__nav-img {
        width: 335px;
        padding-top: 75px;
        margin-inline: auto;
    }
    .l-right-header__nav-group {
        background-color: #fff;
        width: 335px;
        margin-inline: auto;
        padding: 18px 20px 50px;
    }
    .l-right-header__link-list-parent {
        margin-bottom: 20px;
    }
    /* 中リンク設定 */
    .l-right-header__link-list-parent > li:not(li:last-of-type) {
        margin-bottom: 20px;
    }
    .l-right-header__link-list-parent a {
        font-size: 2rem;
    }
    /* 小リンク設定 */
    .l-right-header__link-list-child a {
        font-size: 1.6rem;
    }
    .l-right-header__link-list-child > li {
        margin-top: 15px;
        margin-left: 20px;
    }
    /* SNS */
    .l-right-header__nav-sns-links {
        width: 100px;
        display: flex;
        justify-content: space-between;
    }
    .l-right-header__nav-sns-links img {
        display: block;
        width: 40px;
        height: auto;
    }
    /* 横長バナー */
    .l-right-header__bnr-link-group {
        margin-top: 30px;
    }
    .l-right-header__bnr-link-group img {
        width: 240px;
    }
    .l-right-header__bnr-link-group a:not(a:last-of-type) {
        margin-bottom: 2px;
    }
    /* 社名ロゴ */
    .l-right-header__company-link img {
        margin-top: 20px;
        width: 240px;
    }
    /*=================================================
    //
    //  フッター 
    //
    // ==============================================*/
    .l-footer {
        margin-bottom: 0;
    }
    .l-footer__contact-link {
        padding: 50px 0;
    }
    /* リンクグループ */
    .l-footer__link-list {
        padding-top: 50px;
    }
    .l-footer__link-list-parent > li {
        font-size: 1.6rem;
    }
    .l-footer__link-list-parent > li:not(:last-child) {
        margin-bottom: 30px;
    }
    .l-footer__link-list-child > li {
        font-size: 1.4rem;
    }
    /* SNSリンク */
    .l-footer__sns-link {
        width: 100px;
    }
    .l-footer__sns-link img {
        width: 40px;
        height: auto;
    }
    /* バナーリンク */
    .l-footer__bnr-link-group img {
        width: 240px;
        height: auto;
    }
    .l-footer__bnr-link-group a:nth-of-type(even) {
        margin: 0 0 0 auto;
    }
    .l-footer__bnr-link-group a:nth-of-type(odd) {
        margin: 0 auto 0 0;
    }
    /* ぴぃくらぶロゴ */
    .l-footer__pi-club-link {
        margin-bottom: 20px;
    }

    .l-footer__pi-club-link img {
        width: 56px;
    }
    /* 社名 */
    .l-footer__company-name {
        font-size: 2rem;
        margin-bottom: 16px;
    }
    /* アドレス */
    .l-footer__company-address {
        font-size: 1.4rem;
    }
    /* 博進堂ロゴ */
    .l-footer__hakushindo-link {
        margin: 20px auto 26px;
    }
    .l-footer__hakushindo-link img {
        width: 120px;
    }
    /* コピーライト */
    .l-footer__copyright {
        font-size: 1.2rem;
        padding-bottom: 28px;
    }
    /* トップリンク */
    .l-footer__top-link img {
        width: 60px;
    }
    .l-footer__top-link {
        position: absolute;
        /* bottom: -28px; */
        left: calc(100% - 60px);
    }
    /* ニュース&トピック 一覧
    ------------------------------------------- */
    .l-news-topics__deco-img {
        width: 261px;
        height: auto;
    }
    .l-news-topics-list {
        margin-top: -20px;
        padding: 60px 20px 65px 20px;
    }
    .l-news-topics-list__item:not(.l-news-topics-list__item:last-of-type) {
        margin-bottom: 30px;
    }
    .l-news-topics-list__item time {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .l-news-topics-list__item a,
    .l-news-topics-list__item p {
        margin-bottom: 10px;
        font-size: 16px;
    }
}
