@media screen and (min-width: 768px) {
    .media-detail {
        max-width: 1270px;
        margin: auto;
    }
    h1 {
        margin-top: 30px;
        margin-bottom: 25px;
        font-size: 32px;
        text-align: center;
    }
    .thumb {
        max-width: 1000px;
        margin: auto;
    }
    .content-body {
        position: relative;
    }
    .taxonomy-life-media-tag {
        position: absolute;
        z-index: 1;
        top: -20px;
        left: 185px;
        display: flex;
        column-gap: 5px;
        a {
            display: inline-block;
            font-size: 22px;
            width: 147px;
            text-align: center;
            border: 2px solid #AF9570;
            background: #fff;
            line-height: 1.3em;
        }
        a:first-of-type {
            order: 2;
        }
        a:nth-of-type(2) {
            order: 1;
            border: 2px solid #3D3D3D;
        }
    }
    .wp-block-post-terms__separator {
        display: none;
    }
    .pickup {
        position: relative;
        border: 1px solid #AF9570;
        max-width: 920px;
        margin: 60px auto;
        background: #fff;
        box-shadow: 5px 5px 0 #fff, -5px 5px 0 #fff;
    }
    .pickup__image {
        position: absolute;
        right: -40px;
        top: -70px;
    }
    .pickup-content {
        max-width: 1190px;
        margin: auto;
        margin-top: -100px;
        padding-top: 140px;
        .wp-block-columns:nth-of-type(1) {
            display: flex;
            align-items: start;
            padding-left: 55px;
            transform: translateX(50px);
            .pickup-content__textbox {
                z-index: 1;
                background: #fff;
                margin-top: 70px;
                padding: 50px;
                min-width: 568px;
                height: 303px;
                h2 {
                    font-size: 32px;
                    font-weight: normal;
                    line-height: 1.5em;
                    letter-spacing: .01em;
                    margin-bottom: 15px;
                }
                p {
                    font-family: "Zen Kaku Gothic New", sans-serif;
                    font-size: 16px;
                    line-height: 1.5em;
                    letter-spacing: .01em;
                }
            }
            .pickup-content__imagebox {
                z-index: 0;
                margin-left: -50px;
            }
        }
        .wp-block-columns:nth-of-type(2) {
            display: flex;
            align-items: start;
            padding-top: 50px;
            padding-bottom: 100px;
            padding-right: 25px;
            .pickup-content__textbox {
                order: 2;
                z-index: 1;
                background: #fff;
                margin-top: 70px;
                padding: 50px;
                min-width: 600px;
                height: 375px;
                h2 {
                    font-size: 32px;
                    font-weight: normal;
                    line-height: 1.5em;
                    letter-spacing: .01em;
                    margin-bottom: 15px;
                }
                p {
                    font-family: "Zen Kaku Gothic New", sans-serif;
                    font-size: 16px;
                    line-height: 1.5em;
                    letter-spacing: .01em;
                }
            }
            .pickup-content__imagebox {
                z-index: 0;
                margin-left: -50px;
                margin-right: -50px;
            }
        }
    }
    .bottom-content {
        max-width: 928px;
        margin: auto;
        margin-top: 70px;
        p {
            font-size: 16px;
            font-family: "Zen Kaku Gothic New", sans-serif;
            line-height: 1.5em;
            letter-spacing: .01em;
        }
    }
    .head01 {
        font-weight: normal;
        margin-top: 66px;
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 1.5em;
        letter-spacing: .01em;
        padding: 8px 1em;
        background: #DAD5C7;
    }
    .head01:before {
        display: inline-block;
        border-radius: 2px;
        content: "";
        width: .8em;
        height: .8em;
        margin-right: 8px;
        background: currentcolor;
    }
    .head02 {
        font-weight: normal;
        margin-top: 50px;
        color: #AF9570;
        padding-bottom: 15px;
        border-bottom: 1px solid;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 1.5em;
        letter-spacing: .01em;
        padding: 8px 1em;
    }
}


@media screen and (max-width: 767px) {
    .media-detail {
        max-width: 1270px;
        margin: auto;
    }
    h1 {
        width: 87.2%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 25px;
        font-size: 18px;
        text-align: left;
    }
    .thumb {
        max-width: 1000px;
        margin: auto;
    }
    .content-body {
        position: relative;
    }
    .taxonomy-life-media-tag {
        display: none;
    }
    .wp-block-post-terms__separator {
        display: none;
    }
    .pickup {
        position: relative;
        border: 1px solid #AF9570;
        max-width: 84.2%;
        margin: 60px auto;
        padding: 30px 25px!important;
        background: #fff;
        box-shadow: 5px 5px 0 #fff, -5px 5px 0 #fff;
        p {
            font-size: 12px!important;
        }
    }
    .pickup__image {
        position: absolute;
        width: 113px;
        right: -9%;
        top: -50px;
    }
    .pickup-content {
        margin-top: -150px;
        padding-top: 140px;
        padding-bottom: 30px;
        .wp-block-columns:nth-of-type(1) {
            display: flex;
            flex-wrap: wrap;
            align-items: start;
            .pickup-content__textbox {
                z-index: 1;
                order: 2;
                background: #fff;
                margin-top: -20px;
                padding: 25px;
                margin-right: 15.2%;
                h2 {
                    font-size: 16px;
                    font-weight: normal;
                    line-height: 1.5em;
                    letter-spacing: .01em;
                    margin-bottom: 15px;
                }
                p {
                    font-family: "Zen Kaku Gothic New", sans-serif;
                    font-size: 12px;
                    line-height: 1.5em;
                    letter-spacing: .01em;
                }
            }
            .pickup-content__imagebox {
                z-index: 0;
                margin-left: 6.67%;
            }
        }
        .wp-block-columns:nth-of-type(2) {
            margin-top: 30px;
            display: flex;
            flex-wrap: wrap;
            align-items: start;
            .pickup-content__textbox {
                z-index: 1;
                order: 2;
                background: #fff;
                margin-top: -20px;
                padding: 25px;
                margin-left: 15.2%;
                h2 {
                    font-size: 16px;
                    font-weight: normal;
                    line-height: 1.5em;
                    letter-spacing: .01em;
                    margin-bottom: 15px;
                }
                p {
                    font-family: "Zen Kaku Gothic New", sans-serif;
                    font-size: 12px;
                    line-height: 1.5em;
                    letter-spacing: .01em;
                }
            }
            .pickup-content__imagebox {
                z-index: 0;
                margin-right: 6.67%;
            }
        }
    }
    .bottom-content {
        margin: auto;
        margin-top: 50px;
        p {
            max-width: 86.9%;
            margin: auto;
            font-size: 12px;
            font-family: "Zen Kaku Gothic New", sans-serif;
            line-height: 1.5em;
            letter-spacing: .01em;
        }
    }
    .head01 {
        font-weight: normal;
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.5em;
        letter-spacing: .01em;
        padding: 8px 1em;
        background: #DAD5C7;
    }
    .head01:before {
        display: inline-block;
        border-radius: 2px;
        content: "";
        width: .8em;
        height: .8em;
        margin-right: 8px;
        background: currentcolor;
    }
    .head02 {
        font-weight: normal;
        max-width: 86.9%;
        margin: auto;
        margin-top: 25px;
        color: #AF9570;
        padding-bottom: 15px;
        border-bottom: 1px solid;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1.5em;
        letter-spacing: .01em;
        padding: 8px 1em;
    }
}