@charset "UTF-8";

.acms-entry-unit-full [class*="acms-col-"] {
    width: 100%;
}

.acms-entry.entry-column {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;

    * {
        box-sizing: border-box
    }

    [class*=acms-col-] {
        [class*=acms-col-] {
            padding-right: 0;
            padding-left: 0
        }
    }

    [class*=column-media] {
        padding-left: 0;
        padding-right: 0
    }

    p {
        margin-right: 0;
        margin-left: 0
    }

    img {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px
    }
}

.column-media>div {
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;

    a {
        width: 100%;
        padding: 0;
        display: block;
        box-sizing: border-box
    }
}

.entry-column h2 {
    margin: 0 0 25px;
    padding: 3px 0;
    font-size: 23px;
    color: #000;
    border-left: 5px solid #000;
    line-height: 1.3
}

.entry-column h3 {
    padding: 5px 0;
}

.entry-column h3,
.entry-column h4 {
    margin: 0 0 20px;
}

h2.h2_2 {
    border-bottom: 3px solid #222;
    background: 0 0;
    border-left: initial;
    padding: 3px 10px 3px 6px
}

h2.h2_3 {
    font-size: 24px;
    border-bottom: initial;
    border-left: none;
}

h2.h2_4 {
    background: 0 0;
    border-left: initial;
    padding: 3px 10px 3px 7px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

h2.h2_5 {
    padding: 9px 9px;
    border-left: 4px solid #18bbfd;
    background: #eee;
    line-height: 1.4
}

.entry-column blockquote {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 30px;
    padding: 30px;
    line-height: 1.8;
    color: #000;
    background: #efefef;
    border-left: none;
    font-size: 16px;
    border-radius: 12px;

    p {
        margin: 0;
    }
}

.entry-column h3 {
    line-height: 1.4;
    background: 0 0;
    font-size: 19px;
}

h3.h3_2 {
    border-bottom: 2px solid #222;
    padding-left: 5px
}

h3.h3_3 {
    font-size: 19px;
    padding-left: 5px;
    border-bottom: 2px solid #222;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

h3.h3_4 {
    font-size: 17px;
    padding: 10px 0;
    margin-bottom: 20px
}

.entry-column h3.h3_5 {
    background: #eee;
    padding: 10px 15px
}

.entry-column h4 {
    padding-left: 5px
}

h4.h4_2 {
    background: #ffe200;
    font-size: 18px;
    padding: 6px 10px;
    color: #000
}

h4.h4_3 {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 20px
}

p.p_center {
    text-align: center
}

span.text_custom1 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe200));
    background: linear-gradient(transparent 60%, #ffe200 60%)
}

span.text_custom2 {
    color: #fd2339;
    font-weight: 700
}

span.text_custom3 {
    color: #18bbfd;
    font-weight: 700
}

span.text_custom4 {
    font-weight: 700
}

span.text_custom5 {
    font-weight: 700;
    font-size: 17px
}

span.text_custom6 {
    background: #111;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 40px;
}

span.text_custom7 {
    background: #136152;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 40px;
}

ol.ol_bold,
ul.ul_bold {
    font-weight: 700
}

.mh_800 img {
    max-height: 800px;
    width: auto
}

.mh_600 img {
    max-height: 600px;
    width: auto
}

.mh_400 img {
    max-height: 400px;
    width: auto
}

@media screen and (max-width:480px) {
    .entry-column blockquote {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px auto 30px;
        padding: 20px 20px;
        line-height: 1.8;
        color: #000;
        background: #efefef;
        border-left: none;
        font-size: 15px;
        border-radius: 10px;
        box-sizing: border-box
    }

    .entry-column h3.h3_5 {
        background: #eee;
        padding: 10px 10px;
        font-size: 17px
    }

    .mh_800 img {
        max-height: 400px
    }

    .mh_600 img {
        max-height: 400px
    }

    .mh_400 img {
        max-height: 400px
    }

    .acms-entry [class*=column-video] {
        padding-left: 0;
        padding-right: 0;
    }

    .entry-column ul {
        padding: 0 0 0 15px;
    }

    .entry-column ol {
        padding: 0 0 0 25px;
    }
}

.span__date_add {
    margin-left: 20px
}

.span__date_add.time__entry_date i {
    color: #fe2339
}

.time__entry_date {
    letter-spacing: 2px
}

@media screen and (max-width:480px) {
    .entry-column h2 {
        border-bottom: initial;
        padding-left: 10px;
        font-size: 21px
    }

    h2.h2_2 {
        border-bottom: 4px solid #222;
        background: 0 0;
        border-left: initial;
        font-size: 21px;
        padding: 5px;
        margin: 20px 0 25px
    }

    .entry-column {
        color: #111;
        word-wrap: break-word;
        padding: 0
    }

    h2.h2_3 {
        font-size: 22px;
        border-left: initial;
        padding: 0;
        line-height: 1.4
    }

    h2.h2_4 {
        font-size: 21px;
        border-left: initial;
        padding: 5px 0;
        line-height: 1.4
    }

    h2.h2_5 {
        padding: 8px 10px 7px 10px;
        font-size: 20px
    }

    .entry-column h3 {
        line-height: 1.4;
        font-size: 19px;
        padding-left: 0
    }

    .entry-column h3.h3_2 {
        font-size: 19px;
        margin: 10px 0 25px;
        border-bottom: 2px solid #222;
        padding: 10px 0;
        line-height: 1.4
    }

    .entry-column h3.h3_4 {
        font-size: 17px;
        line-height: 1.4
    }

    .entry-column h4.h4_2 {
        font-size: 17px;
        padding: 10px 8px
    }

    .entry-column h4 {
        margin: 0 0 20px;
        font-size: 17px;
        padding: 10px 0;
        line-height: 1.4
    }

    a.btn_for_cv {
        display: block;
        padding: 15px 10px;
        margin: 30px auto;
        width: 85%;
        text-align: center;
        color: #fff;
        border-radius: 7px;
        font-size: 16px
    }
}

section.product_wrap {
    margin: 10px auto 25px
}

.product_wrap_flex {
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 30px;
    padding: 0 10px;
}

.acms-entry.entry-column {
    .product_img {
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            max-height: 250px;
            margin: 0 auto
        }
    }
}

.product_detail h3 {
    font-size: 17px;
    line-height: 1.4;
    background: #000;
    color: #fff;
    padding: 4px 15px;
    margin-bottom: 20px;
    margin: 0 auto 20px
}

.entry-column p.title__product_detail {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 10px
}

p.product_info_p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px
}

a.amazon_a {
    border: 1px solid #f90;
    font-size: 13px;
    color: #f90
}

a.amazon_a:hover {
    background: rgba(255, 153, 0, .1);
    text-decoration: none
}

a.rakuten_a {
    border: 1px solid #bf0000;
    font-size: 13px;
    color: #bf0000
}

a.rakuten_a:hover {
    background: rgba(191, 0, 0, .1);
    text-decoration: none
}

a.rakuten_a:visited {
    color: #bf0000
}

a.amazon_a:visited {
    color: #f90
}

a.other_link_a {
    border: 1px solid #333;
    font-size: 13px;
    color: #333
}

a.other_link_a:hover {
    background: rgba(204, 204, 204, .4);
    text-decoration: none
}

a.other_link_a:visited {
    color: #333
}

a.yahoo_link_a {
    border: 1px solid #f03;
    font-size: 13px;
    color: #f03
}

a.yahoo_link_a:hover {
    background: rgba(255, 0, 51, .4);
    text-decoration: none
}

a.yahoo_link_a:visited {
    color: #f03;
    text-decoration: none
}

.url_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
}

.url_wrap a {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 7px 6px
}

.url_wrap a:only-of-type {
    width: 100%
}

p.custom_hr1 {
    text-align: center
}

.wrap_custom_hr2 img {
    margin: 30px auto 55px;
    max-width: 375px
}

.wrap_custom_hr1 img {
    display: block;
    margin: 30px auto 50px;
    max-width: 400px
}

@media screen and (max-width:767px) {
    .url_wrap {
        padding: 0
    }

    .product_wrap_flex {
        grid-template-columns: 1fr
    }

    .entry-column p.title__product_detail {
        margin: 0 0 10px
    }

    p.product_info_p {
        padding: 0 5px
    }

    .product_wrap_flex {
        padding: 0;
    }

    .acms-container main.main section.product_wrap {
        padding: 0;
    }
}

@media screen and (max-width:480px) {
    .product_detail h3 {
        font-size: 15px;
        margin: 0 10px 20px
    }

    .product_img {
        width: 60%;
        padding: 0 10px;
        margin: 0 auto 18px
    }

    section.product_wrap img {
        max-height: 200px
    }

    .product_detail {
        width: 100%
    }

    p.product_info_p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px
    }

    .wrap_custom_hr1 img {
        margin: 10px auto 35px;
        width: 80%
    }

    .wrap_custom_hr2 img {
        margin: 10px auto 35px;
        width: 250px
    }
}

.kanren_h2 {
    border-bottom: 1px solid #111;
    padding-bottom: 5px
}

.kanren_img {
    width: 100%
}

.kanren_p a {
    font-weight: 300;
    font-size: 13px
}

a.a__kanren_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.kanren_img_wrap {
    width: 16.6667%
}

.kanren_text_wrap {
    width: 83.333%;
    padding-left: 10px
}

.kanren_h3 {
    margin: 10px auto 0;
    width: 83.333%;
    display: inline;
    line-height: 1.4;
    font-size: 15px
}

p.kanren__p {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    p.kanren__p {
        font-size: 13px
    }
}

@media screen and (max-width:480px) {
    .kanren_wrap .acms-col-sm-4 {
        padding: 0 10px;
        margin-bottom: 15px
    }

    .kanren_h2 {
        margin-bottom: 12px
    }

    .kanren_h3 {
        font-size: 14px;
        line-height: 1.4;
        margin: 5px auto
    }

    a.a__kanren_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    p.kanren__p {
        display: none
    }
}

.link_a01 {
    font-size: 15px;
    border-radius: 25px
}

a.acms-list-group-item.link_a01 {
    padding: 10px 10px 10px 15px
}

a.btn_for_cv {
    box-sizing: border-box;
    background: #111;
    display: block;
    padding: 20px 25px;
    margin: 30px auto;
    width: 95%;
    max-width: 500px;
    text-align: center;
    color: #fff;
    border-radius: 99px;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
}

a.btn_for_cv:visited {
    color: #fff
}

a.btn_for_cv:hover {
    background: #333;
    text-decoration: none
}

a.btn_for_cv2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffe200;
    display: block;
    padding: 13px 25px;
    margin: 30px auto;
    width: 85%;
    max-width: 500px;
    text-align: center;
    color: #000;
    border-radius: 5px;
    font-size: 15px;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear
}

a.btn_for_cv2:visited {
    color: #000
}

a.btn_for_cv2:hover {
    background: #ffb100;
    text-decoration: none
}

@media screen and (max-width:480px) {
    a.btn_for_cv2 {
        width: 90%;
        font-size: 14px
    }
}

p.custom_hr1 {
    text-align: center
}

span.custom_hr4 {
    display: block;
    padding: 20px 0
}

span.custom_hr5 {
    display: block;
    padding: 40px 0
}

@media screen and (max-width:480px) {
    span.custom_hr4 {
        padding: 10px 0
    }

    span.custom_hr5 {
        padding: 20px 0
    }
}

.acms-entry.entry-column {
    section#custom_unit__items_list {
        margin: 40px 0;

        .ex_wrap_item__custom_unit__items_list {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 20px
        }

        .wrap__link_btn__custom_unit__items_list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px
        }

        img.soundhouse_img__items_list {
            height: auto;
            max-height: 11px;
            margin: 0
        }

        .wrap__link_btn__custom_unit__items_list a {
            text-align: center;
            display: flex;
            margin: 0 auto;
            font-size: 11px;
            border-radius: 5px;
            padding: 4px 5px;
            transition: background-color .3s, color .3s;
            height: 30px;
            align-items: center;
            justify-content: center
        }

        .wrap_item_image__custom_unit__items_list img {
            margin: 0 auto 10px;
            width: 75%;
            max-width: 125px
        }

        p.h2__custom_unit__items_list {
            margin: 0 0 20px 0;
            font-weight: 700;
            background: #dedede;
            padding: 2px 10px;
            border-radius: 2px;
            color: #000;
            font-size: 15px
        }

        p.h3__custom_unit__items_list {
            font-size: 14px;
            margin: 5px 0;
            font-weight: 700;
            line-height: 1.4;
            padding: 0
        }
    }
}

.wrap__link_btn__custom_unit__items_list a:hover {
    text-decoration: none
}

.acms-grid.wrap__link_btn__custom_unit__items_list>div {
    padding: 0 5px
}

.acms-grid.wrap__link_btn__custom_unit__items_list>div:only-child {
    width: 100%
}

.acms-grid.wrap__link_btn__custom_unit__items_list .acms-col-6:nth-child(3),
.acms-grid.wrap__link_btn__custom_unit__items_list .acms-col-6:nth-child(4) {
    margin-top: 5px
}

a.amazon_a__items_list {
    background: #ffa724;
    color: #111;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear
}

a.amazon_a__items_list:hover {
    background: #dd8400;
    color: #111
}

a.amazon_a__items_list:visited {
    color: #111
}

a.rakuten_a__items_list {
    color: #fff;
    background: #bf0000;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear
}

a.rakuten_a__items_list:hover {
    color: #fff;
    background: #980000
}

a.rakuten_a__items_list:visited {
    color: #fff
}

a.yahoo_a__items_list {
    background: #f03;
    color: #fff;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear
}

a.yahoo_a__items_list:hover {
    background: #a80022
}

a.yahoo_a__items_list:visited {
    color: #fff
}

a.other_a__items_list {
    background: #dedede;
    color: #111;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear
}

a.other_a__items_list:hover {
    background: #bcbcbc
}

a.other_a__items_list:visited {
    color: #111
}

img.soundhouse_img__items_list {
    max-width: 60px
}

@media screen and (max-width:767px) {
    section#custom_unit__items_list {
        padding: 0 10px
    }

    section#custom_unit__items_list>.acms-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .acms-entry.entry-column {
        & section#custom_unit__items_list {
            .ex_wrap_item__custom_unit__items_list {
                grid-template-columns: 1fr 1fr;
                gap: 40px 20px
            }

            .acms-col-md-3.acms-col-6.js-autoheight-r.wrap_item__custom_unit__items_list:nth-child(3),
            .acms-col-md-3.acms-col-6.js-autoheight-r.wrap_item__custom_unit__items_list:nth-child(4) {
                margin-top: 30px
            }

            .wrap_item_image__custom_unit__items_list img {
                width: 60%;
                max-width: 100px
            }
        }
    }
}

@media screen and (max-width:480px) {
    .acms-entry.entry-column {
        & section#custom_unit__items_list {
            .wrap__link_btn__custom_unit__items_list a {
                height: 25px
            }

            img.soundhouse_img__items_list {
                height: auto;
                max-height: 8px;
                margin: 0
            }
        }
    }

    section#custom_unit__items_list {
        margin: 20px 0
    }

    .wrap__link_btn__custom_unit__items_list a {
        border-radius: 4px;
        padding: 5px 5px
    }

    p.h3__custom_unit__items_list {
        font-size: 13px;
        margin: 5px 0;
        font-weight: 700;
        line-height: 1.3;
        padding: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        white-space: initial
    }
}

.entry-column p.h2__custom_outline {
    border-left: none;
    color: #111;
    padding: 3px;
    margin: 0 10px 15px;
    font-weight: 700
}

nav.outline {
    border: 1px solid #111;
    padding: 15px;
    border-radius: 8px;
    margin: 0 10px 40px
}

nav.outline ol {
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 30px
}

ol.level-2 {
    padding: 5px 0 0
}

ol.level-3 {
    padding: 5px 0 0
}

nav.outline ol li {
    font-size: 15px
}

nav.outline ol.acms-ol {
    margin-top: 10px
}

nav.outline ol.level-1>li {
    font-weight: 700
}

nav.outline ol.level-2>li {
    font-weight: initial
}

nav.outline ol.level-2>li {
    font-weight: initial
}

@media screen and (max-width:767px) {
    nav.outline ol {
        font-size: 14px;
        margin-bottom: 0;
        padding-left: 20px
    }

    nav.outline ol li {
        font-size: 14px
    }
}

@media screen and (max-width:480px) {
    .entry-column h2.h2__custom_outline {
        margin: 0 10px 15px 2px
    }

    nav.outline {
        margin: 0 0 40px
    }
}

section.cu__audio_player audio {
    width: 85%;
    padding: 0 10px;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section.cu__audio_player {
    margin: 20px auto
}

p.p__cu_audio_player {
    margin: 5px 0 0 10px;
    font-size: 14px
}

@media screen and (max-width:767px) {
    section.cu__audio_player audio {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .pc_only {
        display: none !important
    }
}

@media screen and (max-width:480px) {
    .pc_tb_only {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .sp_tb_only {
        display: none !important
    }
}

@media screen and (min-width:481px) {
    .sp_only {
        display: none !important
    }
}