﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Cinzel);
@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+Antique&family=Zen+Kaku+Gothic+New&display=swap);

/* ==================================================
   メインビジュアル設定 (mp_main)
   ================================================== */

/* 親エリアの設定（親CSSのリセット含む） */
.mp_main {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    line-height: 0; /* 画像下の隙間を削除 */
    position: relative;
}

    /* 画像の基本リセット */
    .mp_main img {
        max-width: 100%;
        vertical-align: bottom;
        border: none;
        box-shadow: none;
    }

    /* --- PC用画像の設定 (769px以上) --- */
    .mp_main .pc_img {
        display: block; /* PCでは表示 */
        width: 100%;
        height: 859px; /* PCは高さ固定 */
        object-fit: cover; /* 中央トリミング */
        object-position: center;
    }
    /* --- PC用画像の設定 (769px以上) --- */
    .mp_main .notepc_img {
        display: block; /* PCでは表示 */
        width: 100%;
        height: 859px; /* PCは高さ固定 */
        object-fit: cover; /* 中央トリミング */
        object-position: center;
        display: none; /* PCでは非表示 */
    }
.topSVG {
    width: 815px;
    position: absolute;
    top: 80px;
    left: calc(50% - 367px);
}
    .mp_main .sp_img {
        display: none; /* PCでは非表示 */
    }
@media screen and (max-width: 1600px) {
    .mp_main .pc_img {
        display: none;
    }
    /* PC画像を消す */
    .mp_main .notepc_img {
        display: block;
        width: 100%;
    }
    /* スマホ画像を表示 */
    .mp_main .sp_img {
        display: none;
    }
}
    /* ==================================================
   画面幅による出し分け (SP表示)
   ================================================== */
    @media screen and (max-width: 768px) {
        /* PC画像を消す */
        .mp_main .pc_img {
            display: none;
        }
        /* PC画像を消す */
        .mp_main .notepc_img {
            display: none;
        }
        /* スマホ画像を表示 */
        .mp_main .sp_img {
            display: block;
            width: 100%;
            height: auto; /* 高さはなりゆき */
            margin-top: 56px; /* ヘッダー被り対策 */
        }
    }

    /* ==================================================
   以下、コンテンツエリアのスタイル
   ================================================== */
    #item {
        background-color: #fff;
        overflow-x: hidden;
    }

.mainTxtBox {
    text-align: center;
    padding: 70px 20px 30px 20px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
}

    /* タイトルスタイル */
.main_title {
    /*        font-family: 'Shippori Mincho';
        font-size: 20px;
        color: #333;
        line-height: 1.5;
        letter-spacing: 0.05em;
        margin-bottom: 40px;
        position: relative;
        display: inline-block;
        background-image: url(../../img2025/line1.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 20px;
        max-width: 100%;*/
    font-family: 'Shippori Mincho';
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    /* background-image: url(../../img2025/line1.jpg); */
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 40px 120px;
    max-width: 100%;
    border: solid 1px #B2BECE;
}

    .main_text {
        font-size: 14px;
        color: #333;
        line-height: 2.0;
        font-weight: 500;
        text-align: left;
        width: 630px; /* PC用固定幅 */
        margin: auto;
    }

    #item .item_img {
        width: 450px; /* PC用固定幅 */
        text-align: center;
        margin: 0 auto;
    }

    /* ==================================================
   Lineup セクション
   ================================================== */
    .lineup_outer {
        background-image: url(../img2025/snow.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .lineup {
        padding: 60px 0;
        text-align: center;
        width: 100%;
        clear: both;
    }

    .lineup_title_wrap {
        margin-bottom: 50px;
    }

    .lineup_title {
        font-family: 'Cinzel', serif;
        font-size: 42px;
        color: #333;
        margin-bottom: 10px;
        letter-spacing: 0.05em;
    }

    .lineup_subtitle {
        font-family: 'Shippori Mincho', serif;
        font-size: 14px;
        color: #888;
        letter-spacing: 0.1em;
    }

    .lineup_list {
        display: flex;
        flex-wrap: wrap;
        max-width: 900px;
        margin: 0 auto;
        padding: 40px 0px;
        list-style: none;
        background: #fff;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    }

        .lineup_list li {
            width: 33.333%;
            box-sizing: border-box;
            padding: 0 15px;
            margin-bottom: 50px;
        }

            .lineup_list li .img_box {
                height: 160px;
                display: flex;
                align-items: flex-end;
                justify-content: center;
                margin-bottom: 20px;
            }

            .lineup_list li img {
                max-width: 85%;
                max-height: 100%;
                width: auto;
                height: auto;
            }

            .lineup_list li p {
                font-family: 'Shippori Mincho', serif;
                font-size: 13px;
                color: #333;
                line-height: 1.6;
                letter-spacing: 0.05em;
                font-weight: 500;
            }


    /* ==================================================
   TAPシャンプー 特別企画セクション
   ================================================== */
    .special_item_section {
        padding: 80px 0;
        background-color: #fff;
        text-align: center;
        color: #333;
    }

        .special_item_section .inner {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }

    .special_sub {
        font-family: 'Cinzel', serif;
        font-size: 14px;
        letter-spacing: 0.2em;
        color: #888;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .special_title {
        font-family: 'Shippori Mincho', serif;
        font-size: 32px;
        line-height: 1.4;
        color: #222;
        margin-bottom: 30px;
        font-weight: 500;
    }

    .special_line {
        width: 60px;
        background-color: #333;
        margin: 0 auto 40px;
    }

    .special_text {
        font-size: 14px;
        line-height: 2.2;
        text-align: justify;
        text-align-last: center;
        margin-bottom: 50px;
        color: #444;
        font-weight: 500;
    }

    .special_tags {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style: none;
        gap: 15px;
    }

        .special_tags li {
            border: 1px solid #ccc;
            border-radius: 50px;
            padding: 10px 25px;
            font-size: 13px;
            color: #666;
            letter-spacing: 0.05em;
            background-color: #fff;
        }


    /* ==================================================
   MAIN INGREDIENTS セクション
   ================================================== */
.ingredients_section {
    padding: 60px 0;
    background-color: #fff;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
}

        .ingredients_section .inner {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }

    .ing_title_wrap {
        text-align: center;
        margin-bottom: 50px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .ing_main_title {
        font-family: 'Cinzel', serif;
        font-size: 28px;
        letter-spacing: 0.1em;
        color: #2c3e50;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .ing_sub_title {
        font-family: 'Shippori Mincho', serif;
        font-size: 13px;
        color: #999;
    }

    .ingredients_list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .ingredients_list li {
            width: 48%;
            display: flex;
            align-items: flex-start;
            margin-bottom: 50px;
        }

    .ing_img_box {
        width: 120px;
        flex-shrink: 0;
        margin-right: 20px;
        text-align: center;
    }

        .ing_img_box img {
            width: 120px;
            height: 120px;
            object-fit: cover;
            border-radius: 50%;
            box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
        }

    .ing_txt_box {
        flex: 1;
    }

        .ing_txt_box h3 {
            font-family: 'Noto Sans JP', sans-serif;
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

            .ing_txt_box h3::before {
                content: '';
                display: inline-block;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                margin-right: 10px;
                background-color: #333;
            }

    /* 丸ポチのローテーション */
    .ingredients_list li:nth-child(4n+1) .ing_txt_box h3::before {
        background-color: #27ae60;
    }

    .ingredients_list li:nth-child(4n+2) .ing_txt_box h3::before {
        background-color: #f39c12;
    }

    .ingredients_list li:nth-child(4n+3) .ing_txt_box h3::before {
        background-color: #7f8c8d;
    }

    .ingredients_list li:nth-child(4n+4) .ing_txt_box h3::before {
        background-color: #f1c40f;
    }

    .ing_txt_box p {
        font-size: 13px;
        line-height: 1.8;
        color: #555;
        text-align: justify;
    }

    /* 主要洗浄成分ボックス */
    .cleaning_box {
        background-color: #f2f7fb;
        border-radius: 8px;
        padding: 20px 20px;
        width: 100%;
        box-sizing: border-box;
    }

        .cleaning_box div.clean {
            font-family: 'Noto Sans JP', sans-serif;
            font-size: 15px;
            font-weight: bold;
            color: #2c3e50;
            text-align: center;
            margin-bottom: 15px;
        }

    .cleaning_line {
        width: 100%;
        height: 1px;
        background-color: #dbe4ea;
        margin-bottom: 20px;
    }

    .cleaning_box p {
        font-size: 12px;
        line-height: 1.8;
        color: #555;
        text-align: justify;
    }

    .ingredients_list li:last-child {
        display: block;
    }


    /*==================================================
  FRAGRANCE セクション
  ==================================================*/
.fragrance_section {
    background-color: #f8f9fa; /* 背景色を白に変更 */
    padding: 60px 0;
    color: #333; /* 文字色を黒に変更 */
    font-family: 'Noto Sans JP', sans-serif;
}

        .fragrance_section .inner {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }

    .fragrance_title {
        text-align: center;
        font-family: 'Times New Roman', "YuMincho", "Hiragino Mincho ProN", serif; /* フォント変更 */
        font-size: 32px;
        letter-spacing: 0.1em;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        color: #002b55; /* 濃いネイビーに変更 */
    }

        .fragrance_title i {
            font-size: 24px;
            color: #aeb6bf; /* アイコン色はそのまま（必要なら変更） */
        }

        .fragrance_title span {
            font-family: 'Shippori Mincho', serif;
            font-size: 14px;
            color: #aeb6bf; /* 補足テキスト色 */
            margin-left: 10px;
            font-weight: normal;
        }

    .fragrance_content {
        display: flex;
        justify-content: space-between;
        align-items: center; /* 上揃えではなく中央揃え */
        flex-wrap: wrap;
    }

    /* --- ピラミッド図形 --- */
    .pyramid_wrap {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    /* ピラミッド上部の見出し */
    .pyramid_head {
        text-align: center;
        margin-bottom: 15px;
        color: #666;
    }

        .pyramid_head .sub {
            font-size: 12px;
            letter-spacing: 0.1em;
            display: block;
            margin-bottom: 5px;
            font-family: 'Times New Roman', serif;
        }

        .pyramid_head .main {
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 0.05em;
            font-family: 'Times New Roman', serif;
            border-bottom: 1px solid #ccc;
            padding-bottom: 5px;
            display: inline-block;
            color: #002b55;
        }

    /* ピラミッド共通設定 */
    .pyramid_part {
        width: 100%;
        /* グラデーションを青みがかったグレーに変更 */
        background: linear-gradient(to bottom, #eef2f6 0%, #dbe4ee 50%, #96abc4 100% );
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff; /* 文字色を白に */
        font-family: 'Helvetica Neue', Arial, sans-serif;
        font-size: 11px;
        letter-spacing: 0.1em;
        font-weight: bold;
        text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 不要なら削除 */
    }

    /* TOPパーツ (BRIGHT) */
    .p_top {
        height: 80px; /* 変更箇所: 60pxから80pxに変更 */
        width: 120px;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        align-items: flex-end;
        padding-bottom: 5px;
        box-sizing: border-box;
        background: linear-gradient(to bottom, #f0f4f8 0%, #cbd6e4 100%);
    }

    /* MIDDLEパーツ (ELEGANT) */
    .p_middle {
        height: 80px; /* 変更箇所: 60pxから80pxに変更 */
        width: 190px;
        clip-path: polygon(18% 0%, 82% 0%, 100% 100%, 0% 100%);
        background: linear-gradient(to bottom, #cbd6e4 0%, #9fb0c7 100%);
    }

    /* BASEパーツ (DEEP) */
    .p_base {
        height: 80px; /* 変更箇所: 60pxから80pxに変更 */
        width: 260px;
        clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%);
        background: linear-gradient(to bottom, #9fb0c7 0%, #7389a8 100%);
    }

    /* 右側：香りリスト */
    .fragrance_list {
        width: 55%; /* 少し幅を調整 */
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .fragrance_list li {
            display: flex;
            align-items: flex-start; /* 上揃え */
            margin-bottom: 25px; /* 間隔を広げる */
        }

    .fra_img {
        width: 60px; /* 画像サイズ調整 */
        flex-shrink: 0;
        margin-right: 20px;
        position: relative; /* 円形配置のため */
        top: 20px;
    }

        .fra_img img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            border: 1px solid #eee; /* 枠線を薄く */
        }

    /* 画像の右上に文字がかぶるようなレイアウトの場合の調整（今回は標準的な配置にします） */

    .fra_txt {
        padding-top: 5px; /* テキスト位置調整 */
    }

        .fra_txt h3 {
            font-size: 16px;
            color: #333;
            margin-bottom: 10px;
            font-weight: bold;
            display: flex;
            align-items: center;
        }

            /* 丸ポチの色変更 */
            .fra_txt h3::before {
                content: '●';
                color: #aeb6bf; /* グレー */
                margin-right: 10px;
                font-size: 10px;
            }

        .fra_txt p {
            font-size: 13px;
            color: #666;
            line-height: 1.8;
            margin: 0;
        }


    /* ==================================================
   全成分表示セクション
   ================================================== */
    .full_ingredients_section {
        padding: 0 0 60px;
        background-color: #fff;
        color: #333;
        font-family: 'Noto Sans JP', sans-serif;
    }

        .full_ingredients_section .inner {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }

    .full_ing_title {
        font-size: 22px;
        font-weight: bold;
        color: #333;
        margin-bottom: 30px;
        font-family: 'Shippori Mincho', serif;
    }

    .full_ing_list {
        border-top: 1px solid #ccc;
    }

    .full_ing_row {
        display: flex;
        border-bottom: 1px solid #ccc;
        align-items: flex-start;
    }

        .full_ing_row dt {
            width: 25%;
            padding: 25px 0 25px 15px;
            font-weight: bold;
            font-size: 14px;
            color: #444;
            position: relative;
        }

            /* 縦線 */
            .full_ing_row dt::before {
                content: "";
                position: absolute;
                left: 0;
                top: 28px;
                width: 3px;
                height: 18px;
                background-color: #aeb6bf;
            }

        .full_ing_row dd {
            width: 75%;
            padding: 25px 0 25px 20px;
            font-size: 12px;
            line-height: 1.8;
            color: #555;
            text-align: justify;
        }

    .ing_note {
        display: block;
        margin-top: 10px;
        font-size: 11px;
        color: #777;
        line-height: 1.6;
    }

    br.pc {
        display: block;
    }


    /* ==================================================
   レスポンシブ対応（スマホ表示）まとめて記述
   ================================================== */
    @media screen and (max-width: 768px) {

	.itemName100 {
		width: 100% !important;
	}
	.itemName100s {
		width: 100% !important;
            font-size: 14px;
	}
        .nomobile {
            display: none;
        }
        /* コンテンツボックス */
        .mainTxtBox {
            padding: 50px 15px;
            width: 100%;
        }

        .main_title {
            font-size: 15px;
            margin-bottom: 0px;
            max-width: 100%;
        }
        /* 説明文：はみ出し防止 */
        .main_text {
            font-size: 13px;
            text-align: justify;
            line-height: 1.8;
            width: 100% !important; /* PCの固定幅を解除 */
            box-sizing: border-box;
        }

        /* 商品画像：はみ出し防止 */
        #item .item_img {
            width: 100% !important; /* PCの固定幅を解除 */
            max-width: 100%;
            margin-bottom: 30px;
        }

        /* item_detail周り */
        .item_detail_wrap {
            display: block; /* 縦積みに */
        }

        .item_detail {
            width: 100%;
        }

            .item_detail h2 {
                font-size: 24px;
            }

        .item_copy h3 {
            font-size: 16px;
        }

        .item_copy dt {
            float: none;
            width: 100%;
            padding-bottom: 5px;
            border-bottom: none;
        }

        .item_copy dd {
            margin-left: 0;
            padding-top: 0;
            padding-left: 10px;
        }

        /* Lineup */
        .lineup {
            padding: 40px 0;
        }

        .lineup_title_wrap {
            margin-bottom: 30px;
        }

        .lineup_title {
            font-size: 32px;
            margin-bottom: 5px;
        }

        .lineup_subtitle {
            font-size: 12px;
        }

        .lineup_list li {
            width: 50%;
            margin-bottom: 30px;
            padding: 0 10px;
        }

            .lineup_list li .img_box {
                height: 130px;
                margin-bottom: 10px;
            }

        /* Special Item */
        .special_item_section {
            padding: 60px 0;
        }

        .special_title {
            font-size: 24px;
        }

        .special_text {
            font-size: 13px;
            line-height: 1.8;
            text-align: justify;
        }

        .special_tags {
            gap: 10px;
        }

            .special_tags li {
                padding: 8px 15px;
                font-size: 12px;
            }

        /* Ingredients */
        .ingredients_list li {
            width: 100%;
            display: flex;
            margin-bottom: 40px;
        }

        .ing_img_box {
            width: 90px;
            margin-right: 15px;
        }

            .ing_img_box img {
                width: 90px;
                height: 90px;
            }

        .ing_txt_box h3 {
            font-size: 15px;
        }

        .ing_txt_box p {
            font-size: 12px;
        }

        /* Fragrance */
        .fragrance_content {
            flex-direction: column;
        }

        .pyramid_wrap {
            width: 100%;
            margin-bottom: 40px;
            transform: scale(0.8);
        }

        .fragrance_list {
            width: 100%;
        }

            .fragrance_list li {
                margin-bottom: 25px;
            }

        .fra_img {
            width: 60px;
            margin-right: 15px;
        }

            .fra_img img {
                width: 60px;
                height: 60px;
            }

        .fra_txt h3 {
            font-size: 15px;
        }

        .fra_txt p {
            font-size: 12px;
        }

        /* Full Ingredients */
        .full_ing_title {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .full_ing_row {
            display: block;
            padding: 20px 0;
        }

            .full_ing_row dt {
                width: 100%;
                padding: 0 0 10px 10px;
                font-size: 14px;
                border-bottom: none;
            }

                .full_ing_row dt::before {
                    top: 3px;
                    height: 16px;
                }

            .full_ing_row dd {
                width: 100%;
                padding: 0;
                font-size: 11px;
            }

        br.pc {
            display: none;
        }

        /* ユーティリティ */
        .SP_ONLY {
            display: block !important;
        }

        br.SP_ONLY {
            display: inline !important;
        }
    }

    @media screen and (max-width: 768px) {

        /* ...他のスマホ用スタイル... */

        /* ▼▼▼ 追加・変更箇所 ▼▼▼ */
        /* 商品詳細（DLリスト）のスマホ対応：縦積み＆100%幅 */
        .item_detail dl {
            display: block; /* フレックスボックス解除（念のため） */
        }

        .item_detail dt {
            width: 100% !important;
            float: none; /* フロート解除 */
            border-bottom: none; /* 見出しの下線は消して、内容との一体感を出す */
            padding-bottom: 5px; /* 下の余白を少し詰める */
            padding-top: 20px; /* 上の余白を広げて前の項目との区切りをつける */
        }

        .item_detail dd {
            width: 100%; /* 内容を横幅いっぱいに（下段へ） */
            float: none; /* フロート解除 */
            padding-top: 0; /* 見出しとの間隔を詰める */
            padding-bottom: 20px;
            margin-left: 0;
            border-bottom: 1px solid #eee; /* 区切り線は内容の下にのみ引く */
        }
        /* ▲▲▲ 追加・変更箇所ここまで ▲▲▲ */

    }
/* ==================================================
   メインテキスト装飾（四隅の枠と明朝体）追加スタイル
   ================================================== */

/* 四隅の枠線コンテナ */
.corner-box {
    position: relative;
    display: inline-block;
    padding: 35px 130px; /* PCでの枠内余白 */
    max-width: 100%;
    box-sizing: border-box;
    /* 四隅の線を描画 (線の色: #ccc, 太さ: 1px, 長さ: 10px) */
    background-image: linear-gradient(#ccc, #ccc), /* 左上-縦 */
    linear-gradient(#ccc, #ccc), /* 左上-横 */
    linear-gradient(#ccc, #ccc), /* 右上-縦 */
    linear-gradient(#ccc, #ccc), /* 右上-横 */
    linear-gradient(#ccc, #ccc), /* 右下-縦 */
    linear-gradient(#ccc, #ccc), /* 右下-横 */
    linear-gradient(#ccc, #ccc), /* 左下-縦 */
    linear-gradient(#ccc, #ccc); /* 左下-横 */

    background-repeat: no-repeat;
    background-size: 1px 10px, 10px 1px; /* 線のサイズ：縦長, 横長 */
    background-position: top left, top left, /* 左上 */
    top right, top right, /* 右上 */
    bottom right, bottom right, /* 右下 */
    bottom left, bottom left; /* 左下 */
    border: solid 1px #ddd;
}

/* テキストスタイル（明朝体） */
.main_text_serif {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #333;
    line-height: 2.4;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0;
}

/* 下線装飾 */
.text-border {
    display: inline-block;
}


/* ==================================================
   スマホ用メディアクエリ内に追加（@media screen and (max-width: 768px) の中）
   ================================================== */
@media screen and (max-width: 768px) {

    /* 四隅枠のスマホ調整 */
    .corner-box {
        padding: 25px 15px; /* 余白を狭く */
        width: 100%;
    }

    /* テキストのスマホ調整 */
    .main_text_serif {
        font-size: 13px;
        line-height: 2.0;
        text-align: center; /* スマホでも中央揃え */
    }

        /* 改行調整（必要であればbrタグにclass="pcTab"などをつけて制御） */
        .main_text_serif br {
            display: none; /* 必要に応じて none にして改行を消すなど調整 */
        }
}