@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* ==================================================
   表参道文學 蒐集・限定音声ページ
================================================== */

body.shushu-page {
    margin: 0;
    background:
        radial-gradient(circle at 50% 0%,
            rgba(120, 20, 28, 0.12),
            transparent 42%),
        #090909;
    color: #eee8dc;
    font-family:
        "Yu Mincho",
        "YuMincho",
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        serif;
}

body.shushu-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.035;
    background-image:
        repeating-linear-gradient(0deg,
            rgba(255, 255, 255, 0.5) 0,
            rgba(255, 255, 255, 0.5) 1px,
            transparent 1px,
            transparent 4px);
}

body.shushu-page .shushu {
    position: relative;
    box-sizing: border-box;
    width: min(100%, 720px);
    min-height: 100vh;
    margin: 0 auto;
    padding: 64px 28px 38px;
    text-align: center;
}

.shushu__header {
    margin-bottom: 48px;
}

.shushu__brand {
    margin: 0 0 22px;
    color: #d2b064;
    font-size: 0.82rem;
    letter-spacing: 0.36em;
    text-indent: 0.36em;
}

.shushu__series {
    margin: 0;
    color: #b58a38;
    font-size: clamp(2rem, 8vw, 3.4rem);
    font-weight: 400;
    letter-spacing: 0.42em;
    text-indent: 0.42em;
    line-height: 1.3;
}

.shushu__ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 180px;
    margin: 28px auto 0;
}

.shushu__ornament::before,
.shushu__ornament::after {
    content: "";
    display: block;
    width: 62px;
    height: 1px;
    background: linear-gradient(to right,
            transparent,
            #8d6b2f);
}

.shushu__ornament::after {
    background: linear-gradient(to left,
            transparent,
            #8d6b2f);
}

.shushu__ornament span {
    display: block;
    width: 7px;
    height: 7px;
    background: #7b1822;
    transform: rotate(45deg);
}

.shushu__title {
    margin: 0 0 42px;
    color: #eee8dc;
    font-size: clamp(1.7rem, 6vw, 2.6rem);
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.65;
}

.shushu__content {
    font-family:
        "Yu Gothic",
        "YuGothic",
        "Hiragino Kaku Gothic ProN",
        sans-serif;
    font-size: 0.95rem;
    line-height: 2;
}

.shushu__content>* {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
}

.shushu__content h2,
.shushu__content h3 {
    color: #c9a653;
    font-family:
        "Yu Mincho",
        "YuMincho",
        "Hiragino Mincho ProN",
        serif;
    font-weight: 400;
    letter-spacing: 0.12em;
}

.shushu__content h2 {
    margin-top: 48px;
    margin-bottom: 20px;
    font-size: 1.18rem;
}

.shushu__content h3 {
    margin-top: 20px;
    font-size: 1.05rem;
}

.shushu__content p {
    color: #ddd6ca;
}

.shushu__content figure.wp-block-image {
    margin-top: 0;
    margin-bottom: 44px;
}

.shushu__content figure.wp-block-image img {
    display: block;
    max-width: min(100%, 420px);
    height: auto;
    margin: 0 auto;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.48),
        0 0 0 1px rgba(201, 166, 83, 0.18);
}

.shushu__content .wp-block-audio {
    margin-top: 24px;
    margin-bottom: 40px;
}

.shushu__content .wp-block-audio audio {
    display: block;
    width: 100%;
    border-radius: 30px;
    filter: sepia(0.18) saturate(0.85);
}

.shushu__footer {
    margin-top: 66px;
}

.shushu__ornament--footer {
    margin-top: 0;
    margin-bottom: 32px;
}

.shushu__limited {
    margin: 0;
    color: #b7afa4;
    font-size: 0.78rem;
    line-height: 1.9;
    letter-spacing: 0.08em;
}

.shushu__copyright {
    margin: 34px 0 0;
    color: #786b5c;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
}

body.shushu-page .wp-block-separator {
    width: 64px;
    margin-top: 36px;
    margin-bottom: 36px;
    border: 0;
    border-top: 1px solid #76202a;
    opacity: 1;
}

body.shushu-page a {
    color: #d1ae5d;
}

@media screen and (max-width: 600px) {
    body.shushu-page .shushu {
        padding: 48px 22px 30px;
    }

    .shushu__header {
        margin-bottom: 38px;
    }

    .shushu__series {
        letter-spacing: 0.32em;
        text-indent: 0.32em;
    }

    .shushu__title {
        margin-bottom: 34px;
    }

    .shushu__content figure.wp-block-image {
        margin-bottom: 36px;
    }
}