@charset 'UTF-8';

/* shiroita */
.brand#shiroita {
    background: #F8F5E3;
}

.brand#shiroita .button02 a {
    max-width: 400px;
    font-family: "M PLUS 1", '游ゴシック体', Yu Gothic, '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 15px;
    background: #17639B !important;
    outline: 0;
    border: 0;
}

.brand#shiroita .button02 a::after {
    content: '';
    z-index: 2;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
}

.brand#shiroita #mainvisual {
    border-bottom: 19px solid #DC3D23;
    background-color: #f8f5e3;
    background-image:
        repeating-linear-gradient(90deg,
            #f7b52c,
            transparent 1px,
            transparent 24px),
        repeating-linear-gradient(0deg,
            #f7b52c,
            #f8f5e3 1px,
            #f8f5e3 24px);
}

.brand#shiroita #mainvisual .catch {
    font-size: 24px;
    text-align: center;
    color: #FFF;
    background: #DC3D23;
    padding: 19px 20px;
}

.brand#shiroita #mainvisual .inner {
    padding-top: 52px;
    padding-bottom: 48px;
}

.brand#shiroita #mainvisual .innbox {
    display: flex;
    justify-content: space-between;
    max-width: 1030px;
    margin: 0 auto;
    align-items: center;
}

.brand#shiroita #mainvisual .txt {
    width: 45%;
}

.brand#shiroita #mainvisual .img {
    width: 52%;
}

/* .lnkbox ページ内リンク
-----------------------------------------------------*/
.brand#shiroita .lnkbox {
    margin: 0 auto;
    max-width: 1020px;
}

.brand#shiroita .lnkbox li {
    width: 17.64705882%;
}

.brand#shiroita .lnkbox li a {
    border-radius: 15px;
    background: #17639B !important;
}

/* #movie ムービー
-----------------------------------------------------*/
.brand#shiroita #movie {
    background: url(../img/brand/shiroita/movie_bg.webp) repeat-x center bottom 45%;
}

.brand#shiroita #movie .inner {
    position: relative;
    padding-top: 0;
    padding-bottom: 90px;
}

.brand#shiroita #movie h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.brand#shiroita #movie .frmbox {
    margin: 0 auto;
    max-width: 717px;
    position: relative;
}

.brand#shiroita #movie .frmbox .frm {
    position: relative;
    z-index: 1;
}

.brand#shiroita #movie .ifrmbox {
    position: absolute;
    z-index: 2;
    top: 38.8%;
    left: 15.4%;
    right: 29.6%;
    border-radius: 20px;
    overflow: hidden;
}

.brand#shiroita #movie .ifrmbox .ifrm {
    padding-top: 73.25%;
}

.tv-wave {
    position: absolute;
    object-fit: cover;
    opacity: 0;
    /* 基本は消しておく */
    /* アニメーション：名前 / 速度 / タイミング / ループ */
    animation: flicker linear infinite;
}

/* 各画像のアニメーション時間をバラバラにする（ここがコツ） */
.tv-wave.w1 {
    animation-duration: 0.15s;
    animation-delay: 0.1s;
    top: 3%;
    left: -10%;
}

.tv-wave.w2 {
    animation-duration: 0.21s;
    animation-delay: 0.2s;
    left: -16%;
    top: 19%;
    transform: rotate(-33deg) scale(0.8);
}

.tv-wave.w3 {
    animation-duration: 0.18s;
    animation-delay: 0.05s;
    top: 5%;
    right: -7%;
    transform: rotate(184deg) scale(0.7, -0.8);
}

.tv-wave.w4 {
    animation-duration: 0.25s;
    animation-delay: 0.15s;
    top: 17%;
    right: -18%;
    transform: rotate(25deg) scale(1.1, -1.1);
}

/* 点滅のアニメーション定義 */
@keyframes flicker {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    81% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

    /* 0%   { opacity: 0; }
    49%  { opacity: 0; }
    50%  { opacity: 1; }
    99%  { opacity: 1; }
    100% { opacity: 0; } */
}

/* #profile プロフィール
-----------------------------------------------------*/
.brand#shiroita #profile .inner {
    padding-bottom: 100px;
    padding-top: 0;
}

.brand#shiroita #profile h2 .en {
    display: inline;
    font-size: 38px;
}

.brand#shiroita #profile h2 .ja {
    display: inline;
    font-size: 40px;
}

.brand#shiroita #profile h2::before {
    width: 53px;
    height: 60px;
    background-image: url(../img/brand/shiroita/profile-title_icon-l.webp);
}

.brand#shiroita #profile h2::after {
    content: '';
    width: 49px;
    height: 60px;
    background-image: url(../img/brand/shiroita/profile-title_icon-r.webp);
}

.brand#shiroita #profile .txt,
.brand#shiroita .c-post__item a,
.brand#shiroita #product .posts__list li a {
    color: #141414;
}

/* #news ニュース
-----------------------------------------------------*/
.brand#shiroita .bg-ks {
    position: relative;
}

.brand#shiroita .bg-ks::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image:
        repeating-linear-gradient(90deg,
            #fff,
            transparent 1px,
            transparent 24px),
        repeating-linear-gradient(0deg,
            #fff,
            #f8f5e3 1px,
            #f8f5e3 24px);
}

.brand#shiroita .bg-ks .inner {
    position: relative;
    z-index: 2;
}

.brand#shiroita #news .inner,
.brand#shiroita #event .inner {
    padding-bottom: 225px;
    padding-top: 0;
}

.brand#shiroita #news h2,
.brand#shiroita #goods h2,
.brand#shiroita #sns h2 {
    padding: 18px 0;
}

.brand#shiroita #news h2::before {
    content: none;
}

.brand#shiroita #news h2::after {
    width: 42px;
    height: 60px;
    background-image: url(../img/brand/shiroita/news-title_icon-r.webp);
}

/* #goods グッズ/sns SNS
-----------------------------------------------------*/
.brand#shiroita #goods h2::before,
.brand#shiroita #sns h2::before {
    content: none;
}

.brand#shiroita #goods h2::after,
.brand#shiroita #sns h2::after {
    content: '';
    height: 60px;
    position: static;
    border-radius: 0;
    background-size: cover;
    background-color: transparent;
    margin: 0 0 0 15px;
}

.brand#shiroita #goods h2::after {
    width: 52px;
    background-image: url(../img/brand/shiroita/goods-title_icon-r.webp);
}

.brand#shiroita #sns h2::after {
    width: 57px;
    background-image: url(../img/brand/shiroita/sns-title_icon-r.webp);
}

.brand#shiroita #goods .charabox {
    margin-top: 50px;
}

.brand#shiroita #goods .charabox .slick-list {
    overflow: inherit;
}

.brand#shiroita #goods .chara img {
    margin: 0 auto;
    padding: 0 20px;
    height: 86px;
    width: auto;
    text-align: center;
}

/* #event イベント
-----------------------------------------------------*/
.brand#shiroita #event h2::after {
    width: 52px;
    height: 60px;
    background-image: url(../img/brand/shiroita/event-title_icon-r.webp);
}

/* #sns SNS
-----------------------------------------------------*/
.brand#shiroita #sns .inner {
    padding-bottom: 150px;
}

.brand#shiroita #sns .c-snsbox {
    background: none;
}

.brand#shiroita #sns .c-snsbox .title {
    margin-bottom: 10px;
    font-size: 26px;
}

.brand#shiroita #sns .photobox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 963px;
}

.brand#shiroita #sns .photobox .photo {
    width: 18.17237799%;
}

.brand#shiroita #sns .photobox .photo:nth-of-type(n+6) {
    margin-top: 20px;
}

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.brand#shiroita,
.brand#shiroita * {
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif !important;
}

/* メインビジュアル全体のコンテナ */
#shiroita-mainvisual {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.fv-copy-group {
    margin-bottom: 25px;
    line-height: 1.5;
    text-align: left;
}

.fv-copy-top {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    font-weight: 500;
}

.fv-copy-main-group {
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    line-height: 1.2;
}

.fv-copy-sub {
    font-size: 14px;
    margin-top: 0.2em;
}

.fv-copy-main {
    font-size: 32px;
    margin-left: 0.2em;
    font-weight: 700;
    align-items: baseline;
    display: flex;
    letter-spacing: 0.2em;
}

.accent-blue {
    font-size: 32px;
    color: #17639B;
    line-height: 1;
    display: inline-block;
}

.dec-left-top {
    width: 600px;
    height: 600px;
    top: -100px;
    left: -150px;
    background: #EAF2F9;
    opacity: 0.8;
    z-index: 1;
}


.fv-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    padding: 0;
}

.fv-txt-content {
    width: 30%;
    margin-left: calc((100% - 1100px) / 2 + 90px);
    z-index: 20;
    position: relative;
    flex-shrink: 0;
}

.fv-logo-group img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block
}

.fv-img-content {
    width: 60%;
    margin-left: -8%;
    z-index: 10;
    flex-grow: 1;
}

.fv-img-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* #concept コンセプトセクション
-----------------------------------------------------*/
/* 枠線の四隅のドット */
.corner-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
}

.top-left {
    top: -3px;
    left: -3px;
}

.top-right {
    top: -3px;
    right: -3px;
}

.bottom-left {
    bottom: -3px;
    left: -3px;
}

.bottom-right {
    bottom: -3px;
    right: -3px;
}

.visual-inner.-shorts {
    position: relative;
    width: 100%;
    padding-top: 177.7%;
    height: 0;
    overflow: hidden;
    border-radius: 0 0 100px 0;
}

.visual-inner.-shorts iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.visual-inner img {
    width: 100%;
    height: auto;
}

/* 説明テキスト */
.concept-txt {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    line-height: 2;
    color: #4a3c30;
    font-size: 16px;
}

.circle-01 {
    width: 500px;
    height: 500px;
    top: -100px;
    left: -250px;
}

.circle-02 {
    width: 350px;
    height: 350px;
    bottom: -100px;
    left: 15%;
}

.circle-03 {
    width: 400px;
    height: 400px;
    top: 150px;
    right: -150px;
}

.concept-visual {
    width: 340px;
    margin: 0px auto 30px;
    z-index: 10;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px;
}

#concept {
    padding: 40px 0;
    position: relative;
    overflow: visible;
    background-color: #fff;
    text-align: center;
}

.circle-01 {
    width: 700px;
    height: 700px;
    top: -120px;
    left: -150px;
}

#concept .inner {
    position: relative;
    z-index: 10;
}

.concept-box {
    position: relative;
    border: 1px solid #333;
    z-index: 5;
    padding: 60px 40px 40px;
    max-width: 600px;
    margin: 0 auto;
}


/* #movie-section 紹介動画
-----------------------------------------------------*/
#movie-section {
    background-color: #9AA7C9;
    padding: 0px 0;
    text-align: center;
    position: relative;
    z-index: 50;
}

/* タイトルエリア */
.movie-ttl {
    margin-bottom: 40px;
    color: #fff;
}

.movie-ttl .en {
    display: block;
    font-size: 22px;
    letter-spacing: 0.15em;
    font-weight: 400;
}

.movie-ttl .ja {
    font-size: 11px;
    opacity: 0.8;
}

.movie-container {
    max-width: 600px;
    margin: 0 auto;
}


.movie-thumb .ifrm {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}

.movie-thumb .ifrm iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* #scene 活用シーン
-----------------------------------------------------*/
#scene {
    padding: 0;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.scene-logo img {
    max-width: 400px;
}

.scene-list {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 120px;
    position: relative;
    z-index: 50;
}

.sec-ttl-group {
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    z-index: 100;
}

.scene-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 100;
}

.scene-item {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 10;
}

.scene-img {
    position: relative;
    width: 65%;
}

.scene-img img {
    width: 100%;
    height: auto;
    display: block;
}

.scene-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px 30px;
    font-size: 14px;
    white-space: nowrap;
    color: #4a3c30;
    z-index: 20;
}


.item-left {
    justify-content: flex-start;
}

.item-left .scene-label {
    right: -120px;
}

.item-right {
    justify-content: flex-end;
}

.item-right .scene-img img {
    border-radius: 80px 0 0 80px;
}

.item-right .scene-label {
    left: -120px;
}

.scene-item:nth-child(2) .scene-img img {
    border-radius: 0 0 0 80px;
}

.scene-item:nth-child(3) .scene-img img {
    border-radius: 0 80px 80px 0;
}

.circle-scene-01 {
    width: 300px;
    height: 300px;
    top: -7%;
    left: -77px;
    background: #EAF2F9;
    opacity: 0.6;
}

.circle-scene-02 {
    width: 300px;
    height: 300px;
    top: 9%;
    right: 19px;
    background: #EAF2F9;
    opacity: 0.5;
}

.circle-scene-03 {
    width: 450px;
    height: 450px;
    bottom: -100px;
    left: -100px;
    background: #EAF2F9;
    opacity: 0.4;
}


/* #details 商品詳細セクションの余白再構築
-----------------------------------------------------*/
#details {
    padding: 160px 0;
    background-color: #F9F9F9;
    position: relative;
    z-index: 10;
}

.detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.detail-item {
    margin-bottom: 40px;
}

.detail-label {
    margin-bottom: 35px;
}

.marker-flex {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 45px;
}

/* 6. POINTボックス内部の余白 */
.point-box {
    padding: 40px;
    margin-top: 70px;
    background-color: #fff;
    border: 1px solid #EAF2F9;
    border-radius: 20px;
    position: relative;
    height: 260px;
}


/* #details セクション全体
-----------------------------------------------------*/
#details {
    padding: 0;
    background-color: #F9F9F9;
    color: #4a3c30;
}

.inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
}

.detail-label {
    display: inline-block;
    background-color: #1D346C;
    color: #fff;
    padding: 10px 35px;
    border-radius: 0 18px 0 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}

.detail-desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 35px;
    min-height: 80px;
}

/* --- 上段グリッドレイアウト --- */
.detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin-bottom: 80px;
}

.detail-img img {
    width: 100%;
    height: auto;
}

.detail-note {
    font-size: 12px;
    margin-top: 15px;
    color: #999;
}

/* #details セクション内 マーカーペンエリアの再構築 */
.marker-section {
    padding-bottom: 100px;
    overflow: hidden;
    padding: 0 80px 100px 100px;
}

.marker-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 0;
}

.marker-txt {
    width: 22%;
    flex-shrink: 0;
}

/* マーカーペンの見出し：右側だけを大きく丸めるデザインに修正 */
.marker-txt .detail-label {
    background-color: #1D346C;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0 25px 0 0;
    font-size: 16px;
    margin-bottom: 30px;
}

/* 2. 画像エリア (約20%) */
.marker-img {
    width: 18%;
    text-align: center;
    margin-bottom: -150px;
}

.marker-img img {
    width: auto;
    height: 450px;
    display: block;
    margin: 0 auto;
}

/* 3. POINTエリア (約50%：横幅を長く確保) */
.point-box {
    width: 60%;
    background-color: #fff;
    border: 1px solid #eaf2f9;
    border-radius: 20px;
    padding: 40px;
    margin-top: 120px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
    height: auto;
}

/* POINTロゴ画像のはみ出し配置 */
.point-ttl {
    position: absolute;
    top: -6px;
    left: -32px;
    z-index: 10;
}

.point-ttl img {
    width: 160px;
    height: auto;
}

.point-content {
    padding-top: 20px;
    text-align: left;
}

/* #user-voice お客様の声
-----------------------------------------------------*/
#user-voice {
    background-color: #DDE8F3;
    padding: 0;
    text-align: center;
}

.sec-ttl-group .en {
    display: block;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #4a3c30;
    margin-bottom: 5px;
}

.sec-ttl-group .ja {
    font-size: 12px;
    color: #666;
    display: block;
}

.voice-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 20px;
}

/* 個別カード */
.voice-card {
    background-color: #fff;
    border-radius: 0 20px;
    width: 32%;
    padding: 30px 30px 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.user-icon {
    position: absolute;
    top: -22px;
    left: 78%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.user-icon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.user-info {
    font-size: 18px;
    font-weight: 700;
    color: #4a3c30;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

.user-info::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4a3c30;
}

.user-text {
    font-size: 14px;
    line-height: 2;
    color: #4a3c30;
}

/* --- 揺れのアニメーション定義 --- */
@keyframes circle-float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(10px, 15px) rotate(2deg);
    }

    66% {
        transform: translate(-15px, 5px) rotate(-1deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.circle-01-01 {
    width: 300px;
    height: 300px;
    top: -50px;
    left: 400px;
}

.bg-circle {
    position: absolute;
    background: #EDF1FC;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 20;
}

.bg-circle-01 {
    position: absolute;
    background: #F0EFF8;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 20;
}

/* --- circle-02 にアニメーションを適用 --- */
.circle-01-01,
.circle-01,
.circle-02,
.circle-03 {
    animation: circle-float 8s ease-in-out infinite;

    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.6;
}


/* #lineup ラインナップ
-----------------------------------------------------*/
#lineup {
    padding: 0;
    background-color: #fff;
    text-align: center;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-item {
    width: calc(10% - 20px);
    min-width: 180px;
    margin-bottom: 30px;
}

.product-img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-img img {
    position: relative;
    z-index: 2;
    width: 85%;
    height: auto;
}

.img-bg-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background-color: #EAF2F9;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.8;
}

/* 商品情報 */
.product-info {
    text-align: left;
    padding: 0 10px;
}

.product-info .name {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #4a3c30;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-info .price {
    font-size: 13px;
    font-weight: 700;
    color: #17639B;
    margin-bottom: 15px;
}

.btn-detail {
    display: block;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #17639B !important;
    border-radius: 20px;
    color: #17639B !important;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-detail:hover {
    background-color: #17639B;
    color: #fff;
}

/* #lineup セクション内の商品リスト
-----------------------------------------------------*/
.brand#shiroita .posts__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* 中央寄せ */
    gap: 60px 20px;
    /* 上下60px、左右20pxの余白 */
    list-style: none;
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
}

.brand#shiroita .posts__list li {
    width: calc(20% - 20px);
    /* PC 5カラム */
    min-width: 190px;
    margin-bottom: 30px;
}

/* 画像エリア：背景の円を疑似要素で作成 */
.brand#shiroita .posts__list li .img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 背景の薄い円を擬似要素で配置 */
.brand#shiroita .posts__list li .img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    /* 円のサイズ */
    height: 160px;
    background-color: #EAF2F9;
    border-radius: 50%;
    z-index: 1;
}

/* 商品画像本体 */
.brand#shiroita .posts__list li .img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 85%;
    height: 85%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* テキスト情報 */
.brand#shiroita .posts__list li a {
    text-decoration: none;
    display: block;
    text-align: left;
    /* 左揃え */
}

.brand#shiroita .posts__list li .ttl {
    font-size: 13px;
    font-weight: bold;
    color: #4a3c30;
    line-height: 1.5;
    margin-bottom: 10px;
    height: 3em;
    /* 2行分で固定 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.brand#shiroita .posts__list li .price {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #17639B !important;
    margin-bottom: 15px;
    line-height: 1.4;
}

.brand#shiroita .posts__list li .price .tax {
    font-size: 11px;
    font-weight: normal;
}

/* ボタンのデザイン */
.brand#shiroita .posts__list li .button {
    display: block;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #17639B !important;
    border-radius: 20px;
    color: #17639B;
    font-size: 12px;
    text-align: center;
    transition: all 0.3s ease;
    background: #fff;
}

/* ホバー時に色を反転 */
.brand#shiroita .posts__list li a:hover .button {
    background-color: #17639B;
    color: #fff;
}

.button01 {
    color: #17639B !important;
}

.button01::before {
    background: #17639B !important;
}

.button01:hover {
    color: #FFF !important;
    background: #17639B !important;
}

.button01:hover::after {
    border-color: #FFF !important;
}

.brand .button02 {
    display: none;
}

@media (max-width: 767px) {
    .product-grid {
        gap: 40px 10px;
    }

    .brand#shiroita .posts__list li .img::before {
        width: 130px;
        height: 130px;
    }

    /* 3. ロゴのサイズ調整 */
    .fv-logo-group {
        position: absolute;
        top: 150%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px;
        z-index: 20;
    }

    /* 5. 装飾の円（スマホ用に配置し直し） */
    .circle-01-01 {
        width: 300px;
        height: 300px;
        top: -50px;
        right: -100px;
        left: auto;
        opacity: 0.4;
    }

    /* shiroita */
    .brand#shiroita {
        background: #F8F5E3;
    }

    .brand#shiroita .button02 a {
        max-width: 400px;
        font-family: "M PLUS 1", '游ゴシック体', Yu Gothic, '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
        font-weight: 500;
        font-size: 18px;
        border-radius: 15px;
        background: #17639B !important;
        outline: 0;
        border: 0;
    }

    .brand#shiroita .button02 a::after {
        content: '';
        z-index: 2;
        width: 8px;
        height: 8px;
        border-right: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        transform: rotate(-45deg);
    }

    .brand#shiroita #mainvisual {
        border-bottom: 19px solid #DC3D23;
        background-color: #f8f5e3;
        background-image:
            repeating-linear-gradient(90deg,
                #f7b52c,
                transparent 1px,
                transparent 24px),
            repeating-linear-gradient(0deg,
                #f7b52c,
                #f8f5e3 1px,
                #f8f5e3 24px);
    }

    .brand#shiroita #mainvisual .catch {
        font-size: 24px;
        text-align: center;
        color: #FFF;
        background: #DC3D23;
        padding: 19px 20px;
    }

    .brand#shiroita #mainvisual .inner {
        padding-top: 52px;
        padding-bottom: 48px;
    }

    .brand#shiroita #mainvisual .innbox {
        display: flex;
        justify-content: space-between;
        max-width: 1030px;
        margin: 0 auto;
        align-items: center;
    }

    .brand#shiroita #mainvisual .txt {
        width: 45%;
    }

    .brand#shiroita #mainvisual .img {
        width: 52%;
    }

    /* .lnkbox ページ内リンク
-----------------------------------------------------*/
    .brand#shiroita .lnkbox {
        margin: 0 auto;
        max-width: 1020px;
    }

    .brand#shiroita .lnkbox li {
        width: 17.64705882%;
    }

    .brand#shiroita .lnkbox li a {
        border-radius: 15px;
        background: #17639B !important;
    }

    /* #movie ムービー
-----------------------------------------------------*/
    .brand#shiroita #movie {
        background: url(../img/brand/shiroita/movie_bg.webp) repeat-x center bottom 45%;
    }

    .brand#shiroita #movie .inner {
        position: relative;
        padding-top: 0;
        padding-bottom: 90px;
    }

    .brand#shiroita #movie h2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .brand#shiroita #movie .frmbox {
        margin: 0 auto;
        max-width: 717px;
        position: relative;
    }

    .brand#shiroita #movie .frmbox .frm {
        position: relative;
        z-index: 1;
    }

    .brand#shiroita #movie .ifrmbox {
        position: absolute;
        z-index: 2;
        top: 38.8%;
        left: 15.4%;
        right: 29.6%;
        border-radius: 20px;
        overflow: hidden;
    }

    .brand#shiroita #movie .ifrmbox .ifrm {
        padding-top: 73.25%;
    }

    .tv-wave {
        position: absolute;
        object-fit: cover;
        opacity: 0;
        /* 基本は消しておく */
        animation: flicker linear infinite;
    }

    /* 各画像のアニメーション時間をバラバラにする（ここがコツ） */
    .tv-wave.w1 {
        animation-duration: 0.15s;
        animation-delay: 0.1s;
        top: 3%;
        left: -10%;
    }

    .tv-wave.w2 {
        animation-duration: 0.21s;
        animation-delay: 0.2s;
        left: -16%;
        top: 19%;
        transform: rotate(-33deg) scale(0.8);
    }

    .tv-wave.w3 {
        animation-duration: 0.18s;
        animation-delay: 0.05s;
        top: 5%;
        right: -7%;
        transform: rotate(184deg) scale(0.7, -0.8);
    }

    .tv-wave.w4 {
        animation-duration: 0.25s;
        animation-delay: 0.15s;
        top: 17%;
        right: -18%;
        transform: rotate(25deg) scale(1.1, -1.1);
    }

    /* 点滅のアニメーション定義 */
    @keyframes flicker {
        0% {
            opacity: 1;
        }

        80% {
            opacity: 1;
        }

        81% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }

        /* 0%   { opacity: 0; }
    49%  { opacity: 0; }
    50%  { opacity: 1; }
    99%  { opacity: 1; }
    100% { opacity: 0; } */
    }

    /* #profile プロフィール
-----------------------------------------------------*/
    .brand#shiroita #profile .inner {
        padding-bottom: 100px;
        padding-top: 0;
    }

    .brand#shiroita #profile h2 .en {
        display: inline;
        font-size: 38px;
    }

    .brand#shiroita #profile h2 .ja {
        display: inline;
        font-size: 40px;
    }

    .brand#shiroita #profile h2::before {
        width: 53px;
        height: 60px;
        background-image: url(../img/brand/shiroita/profile-title_icon-l.webp);
    }

    .brand#shiroita #profile h2::after {
        content: '';
        width: 49px;
        height: 60px;
        background-image: url(../img/brand/shiroita/profile-title_icon-r.webp);
    }

    .brand#shiroita #profile .txt,
    .brand#shiroita .c-post__item a,
    .brand#shiroita #product .posts__list li a {
        color: #141414;
    }

    /* #news ニュース
-----------------------------------------------------*/
    .brand#shiroita .bg-ks {
        position: relative;
    }

    .brand#shiroita .bg-ks::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image:
            repeating-linear-gradient(90deg,
                #fff,
                transparent 1px,
                transparent 24px),
            repeating-linear-gradient(0deg,
                #fff,
                #f8f5e3 1px,
                #f8f5e3 24px);
    }

    .brand#shiroita .bg-ks .inner {
        position: relative;
        z-index: 2;
    }

    .brand#shiroita #news .inner,
    .brand#shiroita #event .inner {
        padding-bottom: 225px;
        padding-top: 0;
    }

    .brand#shiroita #news h2,
    .brand#shiroita #goods h2,
    .brand#shiroita #sns h2 {
        padding: 18px 0;
    }

    .brand#shiroita #news h2::before {
        content: none;
    }

    .brand#shiroita #news h2::after {
        width: 42px;
        height: 60px;
        background-image: url(../img/brand/shiroita/news-title_icon-r.webp);
    }

    /* #goods グッズ/sns SNS
-----------------------------------------------------*/
    .brand#shiroita #goods h2::before,
    .brand#shiroita #sns h2::before {
        content: none;
    }

    .brand#shiroita #goods h2::after,
    .brand#shiroita #sns h2::after {
        content: '';
        height: 60px;
        position: static;
        border-radius: 0;
        background-size: cover;
        background-color: transparent;
        margin: 0 0 0 15px;
    }

    .brand#shiroita #goods h2::after {
        width: 52px;
        background-image: url(../img/brand/shiroita/goods-title_icon-r.webp);
    }

    .brand#shiroita #sns h2::after {
        width: 57px;
        background-image: url(../img/brand/shiroita/sns-title_icon-r.webp);
    }

    .brand#shiroita #goods .charabox {
        margin-top: 50px;
    }

    .brand#shiroita #goods .charabox .slick-list {
        overflow: inherit;
    }

    .brand#shiroita #goods .chara img {
        margin: 0 auto;
        padding: 0 20px;
        height: 86px;
        width: auto;
        text-align: center;
    }

    /* #event イベント
-----------------------------------------------------*/
    .brand#shiroita #event h2::after {
        width: 52px;
        height: 60px;
        background-image: url(../img/brand/shiroita/event-title_icon-r.webp);
    }

    /* #sns SNS
-----------------------------------------------------*/
    .brand#shiroita #sns .inner {
        padding-bottom: 150px;
    }

    .brand#shiroita #sns .c-snsbox {
        background: none;
    }

    .brand#shiroita #sns .c-snsbox .title {
        margin-bottom: 10px;
        font-size: 26px;
    }

    .brand#shiroita #sns .photobox {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 963px;
    }

    .brand#shiroita #sns .photobox .photo {
        width: 18.17237799%;
    }

    .brand#shiroita #sns .photobox .photo:nth-of-type(n+6) {
        margin-top: 20px;
    }

    @import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

    body {
        font-family: 'Zen Kaku Gothic New', sans-serif;
    }

    .dec-left-top {
        width: 600px;
        height: 600px;
        top: -100px;
        left: -150px;
        background: #EAF2F9;
        opacity: 0.8;
        z-index: 1;
    }

    /* #concept コンセプトセクション
-----------------------------------------------------*/
    /* 枠線の四隅のドット */
    .corner-dot {
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #333;
        border-radius: 50%;
    }

    .top-left {
        top: -3px;
        left: -3px;
    }

    .top-right {
        top: -3px;
        right: -3px;
    }

    .bottom-left {
        bottom: -3px;
        left: -3px;
    }

    .bottom-right {
        bottom: -3px;
        right: -3px;
    }

    .visual-inner img {
        width: 100%;
        height: auto;
    }

    /* 説明テキスト */
    .concept-txt {
        font-size: 14px;
    }

    .circle-01 {
        width: 500px;
        height: 500px;
        top: -100px;
        left: -250px;
    }

    .circle-02 {
        width: 350px;
        height: 350px;
        bottom: -100px;
        left: 15%;
    }

    .circle-03 {
        width: 400px;
        height: 400px;
        top: 150px;
        right: -150px;
    }


    .concept-visual {
        width: 280px;
    }

    .circle-01 {
        width: 700px;
        height: 700px;
        top: -120px;
        left: -150px;
    }

    /* #movie-section 紹介動画
-----------------------------------------------------*/
    #movie-section {
        padding: 20px 20px;
    }

    /* #scene 活用シーン
-----------------------------------------------------*/
    #scene {
        padding-top: 20px;
    }

    .scene-logo img {
        max-width: 340px;
    }

    .sec-ttl-group {
        margin-bottom: 20px;
    }

    .scene-logo {
        text-align: center;
    }

    .item-right .scene-img img {
        border-radius: 80px 0 0 80px;
    }

    .scene-item:nth-child(2) .scene-img img {
        border-radius: 0 0 0 80px;
    }

    .scene-item:nth-child(3) .scene-img img {
        border-radius: 0 80px 80px 0;
    }

    .circle-scene-01 {
        width: 300px;
        height: 300px;
        top: -7%;
        left: -77px;
        background: #EAF2F9;
        opacity: 0.6;
    }

    .circle-scene-02 {
        width: 300px;
        height: 300px;
        top: 9%;
        right: 19px;
        background: #EAF2F9;
        opacity: 0.5;
    }

    .circle-scene-03 {
        width: 450px;
        height: 450px;
        bottom: -100px;
        left: -100px;
        background: #EAF2F9;
        opacity: 0.4;
    }



    /* #details 商品詳細セクションの余白再構築
-----------------------------------------------------*/
    #details {
        padding: 160px 0;
        background-color: #F9F9F9;
        position: relative;
        z-index: 10;
    }

    .detail-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 100px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 0px;
    }

    /* 6. POINTボックス内部の余白 */
    .point-box {
        padding: 40px;
        margin-top: 70px;
        background-color: #fff;
        border: 1px solid #EAF2F9;
        border-radius: 20px;
        position: relative;
        height: 260px;
    }


    /* #details セクション全体
-----------------------------------------------------*/
    #details {
        padding: 0;
        background-color: #F9F9F9;
        color: #4a3c30;
    }

    /* --- 上段グリッドレイアウト --- */
    .detail-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 100px;
        margin-bottom: 80px;
    }

    .marker-flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 20px;
        gap: 0;
    }

    /* マーカーペンの見出し：右側だけを大きく丸めるデザインに修正 */
    .marker-txt .detail-label {
        font-weight: 700;
    }

    /* 3. POINTエリア (約50%：横幅を長く確保) */
    .point-box {
        width: 60%;
        background-color: #fff;
        border: 1px solid #eaf2f9;
        border-radius: 20px;
        padding: 40px;
        margin-top: 120px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
        position: relative;
        height: auto;
    }

    /* POINTロゴ画像のはみ出し配置 */
    .point-ttl {
        position: absolute;
        top: -6px;
        left: -32px;
        z-index: 10;
    }

    .point-ttl img {
        width: 160px;
        height: auto;
    }

    .point-content {
        padding-top: 20px;
        text-align: left;
    }


    /* #user-voice お客様の声
-----------------------------------------------------*/
    #user-voice {
        padding-top: 20px;
    }

    .voice-list {
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }

    /* --- 揺れのアニメーション定義 --- */
    @keyframes circle-float {
        0% {
            transform: translate(0, 0) rotate(0deg);
        }

        33% {
            transform: translate(10px, 15px) rotate(2deg);
        }

        66% {
            transform: translate(-15px, 5px) rotate(-1deg);
        }

        100% {
            transform: translate(0, 0) rotate(0deg);
        }
    }

    .circle-01-01 {
        width: 300px;
        height: 300px;
        top: -50px;
        left: 400px;
    }

    .bg-circle {
        position: absolute;
        background: #EDF1FC;
        border-radius: 50%;
        opacity: 0.6;
        z-index: 20;
    }

    .bg-circle-01 {
        position: absolute;
        background: #F0EFF8;
        border-radius: 50%;
        opacity: 0.6;
        z-index: 20;
    }

    /* --- circle-02 にアニメーションを適用 --- */
    .circle-01-01,
    .circle-01,
    .circle-02,
    .circle-03 {
        animation: circle-float 8s ease-in-out infinite;

        position: absolute;
        border-radius: 50%;
        z-index: 1;
        opacity: 0.6;
    }


    /* #lineup ラインナップ
-----------------------------------------------------*/
    #lineup {
        padding: 0;
        background-color: #fff;
        text-align: center;
        padding-top: 20px;
    }

    .product-item {
        width: calc(10% - 20px);
        min-width: 180px;
        margin-bottom: 30px;
    }

    .product-img {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-img img {
        position: relative;
        z-index: 2;
        width: 85%;
        height: auto;
    }

    .img-bg-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 160px;
        height: 160px;
        background-color: #EAF2F9;
        border-radius: 50%;
        z-index: 1;
        opacity: 0.8;
    }

    /* 商品情報 */
    .product-info {
        text-align: left;
        padding: 0 10px;
    }

    .product-info .name {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 8px;
        color: #4a3c30;
        height: 3em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-info .price {
        font-size: 13px;
        font-weight: 700;
        color: #17639B;
        margin-bottom: 15px;
    }

    .btn-detail {
        display: block;
        width: 100%;
        padding: 10px 0;
        border: 1px solid #17639B !important;
        border-radius: 20px;
        color: #17639B !important;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .btn-detail:hover {
        background-color: #17639B;
        color: #fff;
    }

    .product-item {
        width: calc(50% - 10px);
    }


    /* #lineup セクション内の商品リスト
-----------------------------------------------------*/

    /* 画像エリア：背景の円を疑似要素で作成 */
    .brand#shiroita .posts__list li .img {
        position: relative;
        width: 100%;
        padding-top: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 背景の薄い円を擬似要素で配置 */
    .brand#shiroita .posts__list li .img::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 160px;
        height: 160px;
        background-color: #EAF2F9;
        border-radius: 50%;
        z-index: 1;
        width: 130px;
        height: 130px;
    }

    /* 商品画像本体 */
    .brand#shiroita .posts__list li .img span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 85%;
        height: 85%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 80%;
        height: 80%;
    }

    /* テキスト情報 */
    .brand#shiroita .posts__list li a {
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .brand#shiroita .posts__list li .ttl {
        font-size: 13px;
        font-weight: bold;
        color: #4a3c30;
        line-height: 1.5;
        margin-bottom: 10px;
        height: 3em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .brand#shiroita .posts__list li .price .tax {
        font-size: 14px;
        font-weight: normal;
    }

    /* ボタンのデザイン */
    .brand#shiroita .posts__list li .button {
        display: block;
        width: 100%;
        padding: 10px 0;
        border: 1px solid #17639B !important;
        border-radius: 20px;
        color: #17639B;
        font-size: 12px;
        text-align: center;
        transition: all 0.3s ease;
        background: #fff;
    }

    /* ホバー時に色を反転 */
    .brand#shiroita .posts__list li a:hover .button {
        background-color: #17639B;
        color: #fff;
    }

    .brand#shiroita .posts__list li .img::before {
        width: 130px;
        height: 130px;
    }

    .button01 {
        color: #17639B !important;
    }

    .button01::before {
        background: #17639B !important;
    }

    .button01:hover {
        color: #FFF !important;
        background: #17639B !important;
    }

    .button01:hover::after {
        border-color: #FFF !important;
    }

    .brand .button02 {
        display: none;
    }

    /* セクション全体 */
    #shiroita-mainvisual {
        padding: 40px 0 0;
    }

    /* 1. 要素を縦並びに変更 */
    .fv-inner {
        text-align: center;
        position: relative;
        flex-direction: column;
    }

    /* 2. テキスト・ロゴエリアの幅調整 */
    .fv-txt-content {
        position: relative;
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }

    /* キャッチコピー部分 */
    .fv-copy-group {
        margin-bottom: 30px;
    }

    .fv-copy-top {
        margin-bottom: 10px;
        letter-spacing: 0.1em;
    }

    .fv-copy-main-group {
        gap: 5px;
    }

    .fv-copy-sub {
        font-size: 16px;
        margin-top: 4px;
    }

    .fv-logo-group img {
        width: 70%;
        max-width: 280px;
        margin: 0;
    }

    .fv-img-content {
        margin-left: 0;
        width: 100%;
        position: relative;
        line-height: 0;

    }

    .circle-01-01 {
        width: 300px;
        height: 300px;
        top: -50px;
        right: -100px;
        left: auto;
        opacity: 0.4;
    }

    .movie-container {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .movie-thumb {
        width: 89vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0;
        box-shadow: none;
    }

    .scene-list {
        gap: 60px;
        padding: 0;
        margin: 0 auto;
    }

    .item-right .scene-img img {
        border-radius: 40px 0 0 40px;
    }


    .scene-img {
        width: 85%;
        position: relative;
        background: none;
        box-shadow: none;
    }

    .scene-item {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }

    .item-left .scene-img {
        margin-right: auto;
        margin-left: 0;
    }

    .item-right .scene-img {
        margin-left: auto;
        margin-right: 0;
    }

    .item-right .scene-img img {
        border-radius: 40px 0 0 40px;
    }

    .scene-label {
        top: 0px;
        transform: none;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        border: 1px solid #FFF;
        padding: 15px 8px;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0.1em;
    }

    .item-left .scene-label {
        left: 20px;
        right: auto;
    }

    .item-right .scene-label {
        right: 20px;
        left: auto;
    }

    /* リスト全体の横並び設定を維持 */
    .brand#shiroita .posts__list {
        gap: 20px 10px;
        justify-content: space-between;
        padding: 0 10px;
    }

    .brand#shiroita .posts__list li {
        width: 48%;
        min-width: 0;
        margin-bottom: 0;
    }

    .brand#shiroita .posts__list li .img::before {
        width: 60px;
        height: 60px;
    }

    .brand#shiroita .posts__list li .ttl {
        font-size: 10px;
        height: 3em;
        line-height: 1.2;
        font-size: 13px;
        height: 3em;
        line-height: 1.4;
        margin-top: 10px;
    }

    .brand#shiroita .posts__list li .price {
        font-size: 10px;
        font-size: 13px;
        margin-top: 5px;
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #17639B !important;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .brand#shiroita .posts__list li .button {
        padding: 5px 0;
        font-size: 9px;
        padding: 8px 0;
        font-size: 15px;
        margin-top: 10px;
    }

    .voice-card {
        width: 100vw !important;
        box-sizing: border-box;
        margin: 0;
        padding: 20px;
        max-width: 400px;

    }


    /* セクション全体の調整 */
    #details {
        padding: 60px 0;
    }

    #details .inner {
        padding: 0 20px;
    }

    /* 1. ノートカバー・ノートの縦並び */
    .detail-grid {
        display: block;
        margin-bottom: 0;
    }

    .detail-item {
        margin-bottom: 80px;
        text-align: left;
    }

    .detail-note {
        text-align: right;
        font-size: 11px;
        margin-top: 10px;
    }

    /* 2. マーカーペンセクションの再構築 */
    .marker-section {
        padding: 0;
        margin-top: 40px;
    }

    .marker-flex {
        display: block;
        padding: 0;
        position: relative;
    }

    .marker-txt {
        width: 100%;
        margin-bottom: 30px;
    }

    .marker-img {
        position: absolute;
        top: 0px;
        right: 0;
        width: 54px;
        z-index: 20;
    }

    .marker-img img {
        width: 100%;
        height: auto;
    }

    /* 3. POINTボックスの調整 */
    .point-box {
        width: 100%;
        margin-top: 100px;
        padding: 30px 20px;
        border: 1px solid #EAF2F9;
        border-radius: 15px;
        position: relative;
        z-index: 10;
    }

    .point-ttl {
        top: 0px;
        left: -10px;
    }

    .point-ttl img {
        width: 120px;
    }

    .point-content {
        padding-top: 20px;
    }

    .point-content h4 {
        font-size: 14px;
        color: #17639B;
        margin-bottom: 15px;
        line-height: 1.5;
        display: inline;
    }

    .point-content p {
        font-size: 13px;
        margin-top: 15px;
    }

    .detail-desc {
        box-sizing: border-box;
        margin-bottom: 25px;
        min-height: 0;
    }

    .detail-item .detail-desc {
        width: 100% !important;
        max-width: none !important;
        padding: 0;
        display: block;
    }

    .marker-txt .detail-desc {
        width: 70% !important;
        max-width: none !important;
        text-align: left;
    }

    .marker-section,
    .marker-flex,
    .point-box {
        overflow: visible !important;
        clip-path: none !important;
    }

    .brand .inner {
        max-width: 1080px;
        margin: 0 auto;
        padding: 20px 20px;
    }

}

@media (min-width: 1025px) {
    #shiroita-mainvisual {
        background-color: #fff;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
    }

    .fv-inner {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        height: auto;
    }

    /* テキストエリア */
    .fv-txt-content {
        padding: 60px 0 70px 0px;
        width: 430px;
        flex-shrink: 0;
        z-index: 30;
    }

    .fv-img-content {
        flex-grow: 1;
        margin-left: -100px;
        z-index: 20;
        line-height: 0;
    }

    .fv-img-content img {
        width: 100%;
        height: auto;
        display: block;
    }

    .dec-left-top {
        position: absolute;
        width: 60vw;
        height: 60vw;
        top: -10%;
        left: -10%;
        background: #EAF2F9;
        opacity: 0.8;
        border-radius: 50%;
        z-index: 1;
    }

    .point-ttl {
        position: absolute;
        top: 30px;
        left: -15px;
        margin: 0;
        z-index: 10;
    }

    .point-ttl img {
        width: 150px;
        height: auto;
        display: block;
    }

    .point-content {
        padding-top: 50px;
        text-align: left;
    }

    .point-content h4 {
        color: #17639B;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 15px;
        text-decoration: underline;
    }

    .point-content p {
        font-size: 13px;
        line-height: 1.8;
        color: #4a3c30;
    }

    .point-ttl {
        position: absolute;
        top: 30px;
        left: -15px;
        margin: 0;
        z-index: 10;
    }

    .point-ttl img {
        width: 150px;
        height: auto;
        display: block;
    }

    .point-content {
        padding-top: 50px;
        text-align: left;
    }

    .point-content h4 {
        color: #17639B;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 15px;
        text-decoration: underline;
    }

    .point-content p {
        font-size: 13px;
        line-height: 1.8;
        color: #4a3c30;
    }

    #shiroita-mainvisual {
        background-color: #fff;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
    }

    .fv-inner {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        height: auto;
    }

    /* テキストエリア */
    .fv-txt-content {
        padding: 60px 0 70px 0px;
        width: 430px;
        flex-shrink: 0;
        z-index: 30;
    }

    .fv-img-content {
        flex-grow: 1;
        margin-left: -100px;
        z-index: 20;
        line-height: 0;
    }

    .fv-img-content img {
        width: 100%;
        height: auto;
        display: block;
    }

    .dec-left-top {
        position: absolute;
        width: 60vw;
        height: 60vw;
        top: -10%;
        left: -10%;
        background: #EAF2F9;
        opacity: 0.8;
        border-radius: 50%;
        z-index: 1;
    }
}