@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: 38px 22px 30px;
    }

    .shushu__header {
        margin-bottom: 28px;
    }

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

    .shushu__title {
        margin-bottom: 34px;
    }

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




/* ======================================================
   表参道文學 蒐集 限定音声プレーヤー
====================================================== */

body.shushu-page .wp-block-audio audio {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.shushu-player {
	display: grid;
	grid-template-columns: 60px minmax(0,1fr);
	align-items: center;
	gap: 22px;

	width: min(100%,560px);
	margin: 28px auto 48px;
	padding: 24px 26px;

	border-top: 1px solid rgba(181,138,56,.38);
	border-bottom: 1px solid rgba(181,138,56,.38);

	background:
	linear-gradient(
		90deg,
		transparent,
		rgba(123,24,34,.08),
		transparent
	);
}

.shushu-player__button{

	display:grid;
	place-items:center;

	width:58px;
	height:58px;
	padding:0;

	border:1px solid #a77e32;
	border-radius:50%;

	background:transparent;
	color:#c9a653;

	font-family:sans-serif;
	font-size:1.1rem;
	line-height:1;

	cursor:pointer;

	transition:
	background .25s ease,
	color .25s ease,
	border-color .25s ease,
	transform .2s ease;
}

.shushu-player__button:hover,
.shushu-player__button:focus-visible{

	border-color:#d0ad5c;
	background:rgba(181,138,56,.12);
	color:#ead28e;
	outline:none;
}

.shushu-player__button:active{
	transform:scale(.96);
}

.shushu-player__button.is-playing{

	border-color:#7b1822;
	background:#7b1822;
	color:#eee8dc;
}

.shushu-player__button span{
	display:block;
	transform:translateX(1px);
}

.shushu-player__button.is-playing span{
	transform:none;
	font-size:.88rem;
	letter-spacing:-.18em;
}

.shushu-player__controls{
	min-width:0;
}

.shushu-player__progress{

	--shushu-progress:0%;

	display:block;

	width:100%;
	height:18px;

	margin:0;
	padding:0;

	border:0;
	background:transparent;

	cursor:pointer;

	appearance:none;
	-webkit-appearance:none;
}

.shushu-player__progress::-webkit-slider-runnable-track{

	height:2px;
	border-radius:2px;

	background:
	linear-gradient(
		to right,
		#7b1822 0,
		#b58a38 var(--shushu-progress),
		rgba(181,138,56,.28) var(--shushu-progress),
		rgba(181,138,56,.28) 100%
	);
}

.shushu-player__progress::-webkit-slider-thumb{

	width:11px;
	height:11px;

	margin-top:-4.5px;

	border:1px solid #d1ae5d;
	border-radius:50%;

	background:#7b1822;
	box-shadow:0 0 4px rgba(123,24,34,.15);

	appearance:none;
	-webkit-appearance:none;
}

.shushu-player__progress::-moz-range-track{

	height:2px;
	border-radius:2px;
	background:rgba(181,138,56,.28);
}

.shushu-player__progress::-moz-range-progress{

	height:2px;
	border-radius:2px;
	background:linear-gradient(to right,#7b1822,#b58a38);
}

.shushu-player__progress::-moz-range-thumb{

	width:11px;
	height:11px;

	border:1px solid #d1ae5d;
	border-radius:50%;

	background:#7b1822;
	box-shadow:0 0 4px rgba(123,24,34,.15);
}

.shushu-player__time-row{

	display:flex;
	justify-content:space-between;

	margin-top:7px;

	color:#9f9589;

	font-family:
	"Yu Gothic",
	"YuGothic",
	"Hiragino Kaku Gothic ProN",
	sans-serif;

	font-size:.7rem;
	font-variant-numeric:tabular-nums;
	letter-spacing:.06em;
}

@media screen and (max-width:600px){

	.shushu-player{

		grid-template-columns:52px minmax(0,1fr);
		gap:17px;

		margin-top:24px;
		padding:21px 10px;
	}

	.shushu-player__button{

		width:50px;
		height:50px;
	}
}


/* 蒐集プレーヤー微調整 */

.shushu-player {
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 16px;
	width: min(92%, 520px);
	padding: 22px 18px;
}

.shushu-player__button {
	width: 52px;
	height: 52px;
}

.shushu-player__time-row {
	margin-top: 5px;
}

@media screen and (max-width: 600px) {
	.shushu-player {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
		width: 94%;
		padding: 18px 12px;
	}

	.shushu-player__button {
		width: 46px;
		height: 46px;
	}
}