@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* 松茸カオス：ヘッダー + ファーストビュー。パターン内だけに適用。 */
.matsutake-chaos-landing {
 --matsutake-chaos-yellow: #e8ff00;
 --matsutake-chaos-black: #0b0b0b;
 color: #fff;
 background: var(--matsutake-chaos-black);
 font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
 line-height: 1.7;
 isolation: isolate;
 margin-block: 0;
}
/* 全幅表示：中央配置されたSWELL LP本文から、画面幅へ広げる。
 * 本文幅とは独立して計算し、内側のコンテンツだけを1400pxに制限する。 */
.matsutake-chaos-landing.alignfull {
 position: relative;
 left: 50%;
 right: auto;
 width: 100vw !important;
 max-width: none !important;
 margin-inline: -50vw !important;
 transform: none;
}
/* 100vwに含まれる縦スクロールバー分をLPのページ端でクリップする。
 * overflow:hiddenと異なり、新しいスクロールコンテナを作らない。
 * 内側の本文には指定せず、全幅背景が本文幅で切れることを防ぐ。 */
body.single-lp {
 overflow-x: clip;
}
.matsutake-chaos-landing .matsutake-chaos-header,
.matsutake-chaos-landing .matsutake-chaos-hero,
.matsutake-chaos-landing .matsutake-chaos-hero-media,
.matsutake-chaos-landing .matsutake-chaos-hero-image,
.matsutake-chaos-landing .matsutake-chaos-hero-footer {
 width: 100% !important;
 max-width: none !important;
 margin-inline: 0 !important;
}
/* 現在のパターンにはhero-mediaはないが、メディア枠の幅制限も解除。 */
.matsutake-chaos-landing .matsutake-chaos-hero-image img,
.matsutake-chaos-landing .matsutake-chaos-hero::after {
 width: 100% !important;
 max-width: none !important;
}
.matsutake-chaos-landing .matsutake-chaos-header-inner,
.matsutake-chaos-landing .matsutake-chaos-hero-inner {
 width: 100% !important;
 max-width: 1400px !important;
 margin-inline: auto !important;
}
/* 編集画面ではキャンバス幅を使い、画面外へはみ出させない。 */
.editor-styles-wrapper .matsutake-chaos-landing.alignfull {
 left: auto;
 width: 100% !important;
 margin-inline: 0 !important;
}
.matsutake-chaos-landing *,
.matsutake-chaos-landing *::before,
.matsutake-chaos-landing *::after { box-sizing: border-box; }
.matsutake-chaos-landing :is(p, h1, figure, .wp-block-group, .wp-block-buttons) { margin-block: 0; }
.matsutake-chaos-landing a { text-decoration: none; }
.matsutake-chaos-landing a:focus-visible,
.matsutake-chaos-landing button:focus-visible { outline: 3px solid var(--matsutake-chaos-yellow); outline-offset: 5px; }
.matsutake-chaos-header { position: relative; z-index: 5; background: #0b0b0b; border-bottom: 1px solid #383838; }
.matsutake-chaos-header-inner {
 display: flex; align-items: center; justify-content: space-between;
 gap: 1rem; max-width: 1400px; min-height: 76px; padding: 8px 20px; margin-inline: auto;
}
.matsutake-chaos-brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.matsutake-chaos-logo { width: 58px; flex: 0 0 58px; }
.matsutake-chaos-logo img { display: block; width: 58px; height: 58px; object-fit: contain; }
.matsutake-chaos-brand-name { font-size: 1.05rem; font-weight: 900; letter-spacing: -.04em; }
.matsutake-chaos-brand-name a { color: #fff; }
.matsutake-chaos-header .matsutake-chaos-navigation { margin-left: auto; font-size: .875rem; font-weight: 700; }
.matsutake-chaos-navigation a { color: inherit; text-underline-offset: 5px; }
.matsutake-chaos-navigation a:hover { text-decoration: underline; }
.matsutake-chaos-navigation .wp-block-navigation__responsive-container-open,
.matsutake-chaos-navigation .wp-block-navigation__responsive-container-close { min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.matsutake-chaos-navigation .wp-block-navigation__responsive-container.is-menu-open {
 background: #0b0b0b !important; color: #fff !important; padding: 28px;
}
.matsutake-chaos-navigation .is-menu-open .wp-block-navigation__container { align-items: flex-start; gap: 24px; font-size: 1.125rem; }
.matsutake-chaos-navigation .is-menu-open .wp-block-navigation-item a { padding-block: 8px; }
.matsutake-chaos-landing .matsutake-chaos-header-cta { display: none; }
.matsutake-chaos-landing .matsutake-chaos-button .wp-block-button__link {
 display: flex; justify-content: space-between; align-items: center; gap: 16px;
 position: relative; inset: auto; transform: none; float: none;
 height: auto; max-width: 100%; min-width: 0; margin: 0;
 white-space: normal; overflow-wrap: anywhere; text-align: left;
 min-height: 56px; padding: 15px 22px; border: 2px solid var(--matsutake-chaos-yellow);
 border-radius: 0; background: var(--matsutake-chaos-yellow); color: #0b0b0b;
 font-family: inherit; font-size: 1rem; font-weight: 900; line-height: 1.5;
 box-shadow: none; transition: background-color .15s, border-color .15s;
}
.matsutake-chaos-button .wp-block-button__link::after { content: "↗"; position: static; transform: none; flex: 0 0 auto; margin: 0; font-size: 1.25em; line-height: 1; }
.matsutake-chaos-landing .matsutake-chaos-button .wp-block-button__link:hover { background: #fff; border-color: #fff; }
.matsutake-chaos-landing .matsutake-chaos-button .wp-block-button__link:focus-visible { outline-color: #fff; }
.matsutake-chaos-hero { position: relative; overflow: hidden; background: #0b0b0b; }
.matsutake-chaos-hero::before {
 content: "CHAOS"; position: absolute; z-index: 1; top: 20px; right: -5px;
 color: transparent; -webkit-text-stroke: 1px rgb(255 255 255 / 25%);
 font-family: Impact, "Arial Black", sans-serif; font-size: clamp(6rem, 20vw, 19rem);
 line-height: .9; letter-spacing: -.035em; pointer-events: none;
}
.matsutake-chaos-hero .matsutake-chaos-hero-image {
 position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; z-index: 0;
}
.matsutake-chaos-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 62% 45%; }
.matsutake-chaos-hero::after { content: ""; position: absolute; inset: 0; background: rgb(0 0 0 / 57%); z-index: 0; pointer-events: none; }
.matsutake-chaos-hero .matsutake-chaos-hero-inner {
 position: relative; z-index: 2; max-width: 1400px; margin-inline: auto;
 padding: 48px 24px 42px; min-height: 630px; height: auto; display: grid; grid-template-columns: minmax(0, 1fr); align-content: center; justify-items: start; gap: 22px;
}
.matsutake-chaos-kicker { font-size: .875rem; font-weight: 800; letter-spacing: .12em; }
.matsutake-chaos-kicker::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 10px; background: #f33436; }
.matsutake-chaos-landing h1.matsutake-chaos-title {
 max-width: 16ch; padding: 0; border: 0; background: none; color: #fff;
 font-size: clamp(2.25rem, 7.8vw, 4.8rem); font-weight: 900; letter-spacing: -.045em;
 line-height: 1.22; text-shadow: 0 2px 12px rgb(0 0 0 / 35%); overflow-wrap: anywhere;
}
.matsutake-chaos-title::before, .matsutake-chaos-title::after { content: none; }
.matsutake-chaos-title strong { color: var(--matsutake-chaos-yellow); font-weight: inherit; }
.matsutake-chaos-description { max-width: 31em; font-size: 1rem; line-height: 1.9; color: #fff; text-shadow: 0 1px 5px #000; }
.matsutake-chaos-landing .matsutake-chaos-sales-status {
 padding: 9px 12px; border-left: 4px solid var(--matsutake-chaos-yellow);
 background: #101010; color: #fff; font-size: .875rem; font-weight: 800; scroll-margin-top: 24px;
}
.matsutake-chaos-sales-status:target { outline: 2px solid var(--matsutake-chaos-yellow); outline-offset: 4px; }
.matsutake-chaos-landing .matsutake-chaos-actions {
 display: block; position: static; height: auto; min-height: 0;
 width: 100%; max-width: 100%; min-width: 0; margin: 0; padding: 0; float: none;
}
.matsutake-chaos-landing .matsutake-chaos-actions .wp-block-button {
 display: block; position: static; width: 100%; max-width: 100%; min-width: 0;
 height: auto; margin: 0; padding: 0; float: none;
}
.matsutake-chaos-actions .wp-block-button__link { width: 100%; }
.matsutake-chaos-hero-inner > * { min-width: 0; max-width: 100%; }
.matsutake-chaos-landing .matsutake-chaos-actions + .matsutake-chaos-note {
 margin-top: 0 !important;
}
.matsutake-chaos-landing .matsutake-chaos-note { position: static; margin: 0; max-width: min(40em, 100%); overflow-wrap: anywhere; color: #e4e4e4; font-size: .875rem; line-height: 1.9; }
.matsutake-chaos-landing .matsutake-chaos-hero-footer {
 position: relative; z-index: 2; background: var(--matsutake-chaos-yellow); color: #0b0b0b;
 padding: 10px 24px; font-size: .8125rem; font-weight: 900; letter-spacing: .03em; text-align: center; line-height: 1.8; text-wrap: balance;
}
.matsutake-chaos-footer-phrase { display: inline-block; max-width: 100%; }
@media (max-width: 899px) {
 .matsutake-chaos-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
 .matsutake-chaos-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) { display: flex !important; }
}
@media (min-width: 600px) {
 .matsutake-chaos-hero .matsutake-chaos-hero-inner { padding: 68px 40px 58px; }
 .matsutake-chaos-landing .matsutake-chaos-actions { width: fit-content; }
}
@media (min-width: 900px) {
 .matsutake-chaos-header-inner { min-height: 88px; padding: 10px 40px; gap: 28px; }
 .matsutake-chaos-brand-name { font-size: 1.25rem; }
 .matsutake-chaos-logo, .matsutake-chaos-logo img { width: 64px; }
 .matsutake-chaos-logo { flex-basis: 64px; }
 .matsutake-chaos-logo img { height: 64px; }
 .matsutake-chaos-landing .matsutake-chaos-header-cta { display: flex; }
 .matsutake-chaos-header-cta .matsutake-chaos-button .wp-block-button__link { min-height: 44px; padding: 9px 16px; font-size: .875rem; }
 .matsutake-chaos-navigation .matsutake-chaos-mobile-store { display: none; }
 .matsutake-chaos-hero .matsutake-chaos-hero-inner { min-height: 660px; padding-block: 80px; gap: 26px; }
 .matsutake-chaos-hero-image img { object-position: center 48%; }
 .matsutake-chaos-hero::after { background: rgb(0 0 0 / 43%); }
 .matsutake-chaos-landing h1.matsutake-chaos-title { max-width: 11em; }
}
@media (prefers-reduced-motion: reduce) {
 .matsutake-chaos-landing .matsutake-chaos-button .wp-block-button__link { transition: none; }
}
/* エディターでは画像ブロックの選択・差し替え操作を妨げない。 */
.editor-styles-wrapper .matsutake-chaos-hero .matsutake-chaos-hero-image { position: relative; height: 220px; }
.editor-styles-wrapper .matsutake-chaos-hero::after { display: none; }
.editor-styles-wrapper .matsutake-chaos-hero .matsutake-chaos-hero-inner { min-height: 0; }
