@charset "UTF-8";
@font-face {
    font-family: 'Futura Bold';
    src:url('../fonts/Futura-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* ----------ベース---------- */
body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

body { font-family: "Inter", sans-serif; }

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* レイアウト */
.wrapper{
    width: var(--width-content);
    margin: 0 auto;
    position: relative;
    padding: 0 var(--space-unit);
    box-sizing: border-box;
}

/* 共通コンポーネント */
.sec-ttl {
    font-size: 35px;
    font-weight: 700;
    color: #5c5c5c;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    letter-spacing: 0.1em;
}

.sec-ttl::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #d87093;
    box-shadow: -40px 0 0 #d87093, 40px 0 0 #d87093;
    border-radius: 10px;
}

.box-ttl {
    font-size: 18px;
    font-weight: 700;
    color: #5c5c5c;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    padding-bottom: var(--space-section);
}

.box-txt {
    font-size: 20px;
    font-weight: normal;
    color: #5c5c5c;
    text-align: center;
    flex-grow: 1;
    padding-bottom: var(--space-section);
}

.price {
    font-size: 25px;
    font-weight: 700;
    color: #ff4e4e;
    text-align: center;
    padding-bottom: var(--space-section);
}

.card-txt {
    text-align: center;
    color: #FFADDD;
    padding-bottom: var(--space-section);
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

/* slick */
.slick-dots {
    bottom: 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 20px;
}

.slick-dots li button:before {
    font-size: 50px;
    color: #d9d9d9;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #5c5c5c;
}

.slick-dots li {
    margin: 0 5px;
}

.slider.wrapper {
    max-width: 100% !important;
    width: 100%;
    padding: 0;
}

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

/* ボタン共通 */
.btn {
    display: block;
    text-align: center;
    font-weight: 700;
    transition: all var(--duration);
    margin: 0 auto;
}

/* カートに追加ボタン */
.btn-add {
    display: block;
    width: 50%;
    padding: 12px 0;
    background-color: #5c5c5c;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    margin-top: auto;
    transition: all 0.3s ease;
    backface-visibility: hidden;
}

.btn-add:hover {
    transform: scale(1.05);
    background-color: #6a6a6a;
    opacity: 0.9;
}

.btn-add:active {
    transform: scale(0.98);
    opacity: 0.7;
}

.btn-area {
    margin-top: 50px;
    text-align: center;
}

.btn-primary {
    display: inline-block;
    padding: 20px 60px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.btn-primary:hover {
    transform: scale(1.05);
    background-color: #f0f0f0;
}

/* ---ヘッダー--- */
.logo {
    width: 100px;
    margin: 0 auto;
}

.logo img {
    width: 100%;
}

.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #FFF1FB;
    width: 100%;
}

/* ロゴとボタンを左右に配置 */
.header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

/* ハンバーガーボタンの見た目 */
.nav-button {
    position: relative;
    z-index: 100;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

/* 共通設定 */
.nav-button_line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.3s;
}

.thanks-section {
    font-size: 20px;
}

/* バーの位置 */
.nav-button_line:nth-child(1) { top: 0; }
.nav-button_line:nth-child(2) { top: 11px; }
.nav-button_line:nth-child(3) { bottom: 0; }

/* メニュー本体 */
.nav-menu {
    position: fixed;
    top: 0;
    right: -70%;
    width: 60%;
    height: 100vh;
    background-color: rgba(92, 92, 92, 0.8);
    padding-top: 80px;
    transition: all 0.3s;
    z-index: 99;
}

.nav-menu_list {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
    padding-left: 30px;
}

.nav-menu_list li a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    color: inherit;
}

.nav-menu_list li a:hover {
    transform: scale(1.1); 
    opacity: 0.8;
}

.nav-menu_list li i {
    width: 40px;
    text-align: center;
    margin-left: 10px;
}

.txt-gap li i {
    margin-right: 10px;
}

.txt-gap {
    text-align: left; 
    font-size: 2.3rem;
    margin-bottom: 20px;
}

.key-txt {
    color: #FF7DC9;
}

.nav-gap {
    margin-top: 30px;
}

/* メニューが開いた時 */
.nav-menu.is-active {
    right: 0;
}

.nav-sns-icons {
    display: flex;
    gap: 10px;
    padding-top: 15px;
    margin-right: 30px;
}

.nav-sns-icons img {
    width: 60%;
    height: auto;
}

/* ボタンが押された時 */
.nav-button.is-active .nav-button_line:nth-child(1) { transform: translateY(11px) rotate(45deg); }
.nav-button.is-active .nav-button_line:nth-child(2) { opacity: 0; }
.nav-button.is-active .nav-button_line:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }

/* ----------トップページ---------- */
/* ---メインビジュアル--- */
.slider {
    margin-bottom: var(--space-section);
}

.slider img {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

/* ---セクション１--- */
.card-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.card {
    width: 100%;
    max-width: 43.75rem;
}

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

/* ---セクション2--- */
.sec-02 {
    background-color: #FFF1FB;
    position: relative;
    overflow: hidden;
}

#new-item-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.sec-02 .wrapper {
    position: relative;
    z-index: 2;
}

.box-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px;
    justify-content: space-between;
}

.box-img {
    margin-bottom: 15px;
    position: relative;
    padding: 8px;
    background-color: #fff;
    border: 3px solid #5c5c5c;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
}

.box-img::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 4px solid #FFF1FB;
    pointer-events: none;
    z-index: 1;
}

.box-img::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #5c5c5c;
    clip-path: polygon(
        0 20%, 0 0, 20% 0,
        80% 0, 100% 0, 100% 20%,
        100% 80%, 100% 100%, 80% 100%,
        20% 100%, 0 100%, 0 80%,
    );
    pointer-events: none;
    z-index: 2;
}

.box {
    width: 47%;
    margin-bottom: 20px;
}

.box:hover .box-img {
    transform: translateY(-8px);
    border-color: #d87093;
    box-shadow: 0 10px 25px rgba(216, 112, 147, 0.3);
}

.box:hover .box-img::after {
    border-color: #d87093;
}

/* ---セクション３--- */
.sec-03 {
    background-color: #FFF1FB;
    position: relative;
    overflow: hidden;
}

#ranking-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.sec-03 .wrapper {
    position: relative;
    z-index: 2;
}

.sec-03 .box-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.sec-03 .box {
    width: calc((100% - 15px) / 2);
}


.nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}


.nav-list li {
    position: relative;
    display: flex;
    align-items: center;
}


.nav-list li a {
    display: block;
    padding: 8px 12px;
    color: #5c5c5c;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}


.nav-list li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background-color: #d9d9d9;
}

/* ランキングバッジ */
.rank-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    font-family: 'Cinzel', serif;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* 順位ごとの色設定 */
.rank-1 {
    background: linear-gradient(135deg, #ffd700, #b8860b);
    border: 1px solid #fff;
    transform: scale(1.1);
}

.rank-2 {
    background: linear-gradient(135deg, #c0c0c0, #708090);
}

.rank-3 {
    background: linear-gradient(135deg, #cd7f32, #8b4513);
}

/* 王冠 */
.rank-badge i {
    font-size: 0.9em;
    filter: drop-shadow(0 0 2px rgba(255,255,255,0.5));
}

.rank-badge span::after {
    content: "位";
    font-size: 0.7em;
    margin-left: 2px;
}

.rank-4, .rank-5 {
    background: linear-gradient(135deg, #4b0082, #d87093);
    border: 1px solid rgba(255, 183, 225, 0.5);
}

/* ----------ガイド---------- */
.guide-ttl {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

.guide {
    margin-left: 10px;
}

.nav-list-guide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.nav-list-guide li {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

.nav-list-guide li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #5c5c5c;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
}

/* アイコン */
.nav-list-guide li i {
    margin-right: 8px;
    color: #FFADDD;
}

/* 海外発送 調整 */
.nav-list-guide li a br + span,
.nav-list-guide li a {
    font-size: 14px;
}

/* ----------about---------- */
.shop-info {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
}

.about {
    text-align: left;
    margin-left: 100px;
    font-size: 30px;
    position: relative;
    max-width: 600px;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
}

/* 背景画像 */
.about-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/about-bg-02.webp); 
    background-size: cover;
    background-position: center;
    opacity: 0.7;
    z-index: -1;
}

.about-sec p {
    line-height: 1.8;
    color: #333;
}

/* ----------My Page---------- */
.login-ttl {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #5c5c5c;
}

.txt-login {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
}

.login-form {
    text-align: center;
}

.contact-form {
    text-align: center;
}

.order-history {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}

.order-history h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

/* 年選択ボタン */
.year-selector {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

/* メインボタン */
.year-display {
    width: 100%;
    background-color: #666;
    color: #fff;
    padding: 15px 25px;
    border: none;
    border-radius: 15px;
    font-size: 24px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.year-display:hover {
    background-color: #555;
}

/* 隠れているリスト部分 */
.year-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 5px;
    display: none;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.year-list li a {
    display: block;
    padding: 15px 25px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
}

.year-list li a:hover {
    background-color: #eee;
}

.order-count {
    margin-bottom: 30px;
    font-size: 16px;
}

.no-order {
    text-align: left;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 480px;
}

/* フォーム全体の枠組み */
.login-form {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.login-table {
    border: 1px solid #333;
    margin-bottom: 15px;
}

.form-item {
    display: flex;
    border-bottom: 1px solid #333;
}

.form-item:last-child {
    border-bottom: none;
}

.form-item label {
    width: 150px;
    background-color: #d9d9d9;
    padding: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #333;
}

.form-item input {
    flex: 1;
    border: none;
    padding: 10px;
    outline: none;
}

/* コンタクト全体 */
.contact-form {
    max-width: 900px;
    margin: 40px auto;
}

.contact-table {
    border: 1px solid #333;
    border-bottom: none;
}

.contact-item {
    display: flex;
    border-bottom: 1px solid #333;
}

/* グレーラベル */
.contact-item label {
    width: 280px;
    background-color: #d9d9d9;
    padding: 20px 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    border-right: 1px solid #333;
    box-sizing: border-box;
}

/* 必須タグ */
.required-tag {
    background-color: #ff1900;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 2px;
    font-weight: normal;
}

/* 入力エリア */
.input-area {
    flex: 1;
    padding: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

/* 入力欄 */
.input-area input, 
.input-area textarea {
    width: 100%;
    border: 1px solid #333;
    padding: 10px;
    outline: none;
    box-sizing: border-box;
    text-align: left;
}

/* お問い合わせ内容 高さ調整 */
.input-area textarea {
    resize: vertical;
    min-height: 150px;
}

/* チェックボックス設定 */
.passwd-check input[type="checkbox"], 
.login-check input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
    appearance: auto;
    -webkit-appearance: checkbox;
}

.passwd-check label, 
.login-check label {
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
}

.passwd-check, .login-check {
    text-align: left;
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.sec-entry {
    text-align: center;
    padding: 40px 20px;
}

.sec-entry .login-btn {
    display: block;
    margin: 20px auto 0; 
    background-color: #000;
    color: #fff;
    width: 250px;
    padding: 12px;
    margin-top: 100px;
    border-radius: 15px;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.txt-login {
    margin-bottom: 20px;
    line-height: 1.6;
}

/* ログインボタン */
.login-btn {
    background-color: #000;
    color: #fff;
    width: 250px;
    padding: 12px;
    border-radius: 15px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    margin: 20px auto;
    text-align: center;
    transition: transform 0.3s ease;
    display: block;
}

.change {
    background-color: #000;
    color: #fff;
    width: 250px;
    padding: 12px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 100;
    border: none;
    cursor: pointer;
    margin: 20px auto;
    text-align: center;
    transition: transform 0.3s ease;
    display: block;
}

.logout {
    background-color: #000;
    color: #fff;
    width: 250px;
    padding: 12px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 100;
    border: none;
    cursor: pointer;
    margin: 20px auto;
    text-align: center;
    transition: transform 0.3s ease;
    display: block;
}

/* パスワード忘れリンク */
.forgot-pass {
    color: #3498db;
    text-decoration: underline;
    transition: color 0.3s ease;
    font-size: 17px;
}

.forgot-pass:hover {
    color: #217dbb;
    text-decoration: none;
}

/* ボタン アニメーション */
.login-btn:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.change:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.logout:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.a:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.entry-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

/* ----------会員登録--------- */
/* 枠線とラベル */
.input-group {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;
    margin-top: 25px;
}

.entry-header {
    font-weight: 700;
    font-size: 35px;
}

.entry-header-02 {
    font-weight: 700;
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.entry-txt {
    margin-top: 20px;
    font-weight: 100;
    font-size: 17px;
}

.entry-txt-02 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.entry-txt-03 {
    margin-top: 30px;
}

.entry-txt-02 {
    font-weight: 100;
    font-size: 17px;
}

.input-label {
    position: absolute;
    top: -12px;
    left: 20px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
}

.required {
    color: #ff0000;
    font-size: 15px;
}

.input-group input {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
}

/* ラジオボタン */
.radio-group input[type="radio"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
    appearance: auto;
    -webkit-appearance: radio;
}

/* ラジオボタンの装飾 */
.radio-group {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.radio-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 15px;
    font-size: 16px;
}

.radio-group {
    display: flex;
    margin-top: 10px;
    padding-left: 10px;
}

.radio-ttl {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}

/* 登録ボタン */
.submit-btn {
    display: block;
    text-align: center;
    width: 250px;
    margin: 40px auto;
    padding: 15px;
    background-color: #d9d9d9;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
    cursor: pointer;
}

/* ボタン アニメーション */
.submit-btn:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.submit-btn:active {
    transform: scale(0.98);
}

.policy-agreement {
    max-width: 600px;
    margin: 40px auto;
    padding: 10px 0;
}

.policy-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.policy-text {
    font-size: 18px;
}

.policy-link {
    color: #3498db;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.policy-link:hover {
    color: #217dbb;
    text-decoration: none;
}

/* チェックボックス */
.policy-agreement input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
    appearance: auto;
    -webkit-appearance: checkbox;
}

/* ----------cart------------ */
.cart {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}

.cart h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

/* カート レイアウト */
.cart-table {
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 50px;
}

.cart-header {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold;
}

.header-info { flex: 2; }
.header-qty  { flex: 1; }
.header-price { flex: 1; }

.cart-empty {
    padding: 100px 0;
    color: #d9d9d9;
    font-size: 18px;
    font-weight: bold;
}

/* ボタン設定 */
.cart-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 185px;
}

/* カート用ボタン 共通 */
.cart-btn {
    width: 250px;
    padding: 12px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 100;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s;
    display: block;
}

.cart-btn:hover {
    transform: scale(1.05);
}


.btn-gray {
    background-color: #d9d9d9;
    color: #000000;
}

.btn-black {
    background-color: #000;
    color: #fff;
}

/* カート行の整列 */
.cart-row {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

/* 商品情報 */
.item-info {
    flex: 2.5;
    display: flex;
    align-items: center;
    text-align: left;
}

/* 画像ボックス */
.item-img-box {
    width: 100px;
    height: 125px;
    flex-shrink: 0;
    margin-right: 20px;
    background: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.item-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    background-color: #fff; 
}

/* カート空の時 */
.btn-black {
    transition: opacity 0.3s;
}

/* テキスト部分 */
.item-name {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

.item-tag {
    font-size: 11px;
    color: #3498db;
    border: 1px solid #3498db;
    display: inline-block;
    padding: 2px 5px;
}

/* 数量 */
.item-qty {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.item-qty input {
    width: 45px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
}

/* 価格 */
.item-price {
    flex: 1;
    text-align: right;
}

.price-txt {
    font-weight: bold;
    font-size: 16px;
}

.delete-btn-sub {
    font-size: 10px;
    background: #ccc;
    color: #fff;
    border: none;
    padding: 3px 8px;
    margin-top: 5px;
    cursor: pointer;
}

/* ---------- 決済画面 ---------- */
.settlement {
    padding: 40px 0;
    background-color: #fff;
}

.progress-bar {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    font-size: 12px;
    color: #ccc;
}

.progress-bar .step.active {
    color: #333;
    font-weight: bold;
}

.order-content {
    border: 1px solid #d9d9d9;
    padding: 20px;
    border-radius: 5px;
}

.settle-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* 決済画面用アイテム行 */
.settle-item-row {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.settle-item-img {
    width: 120px;
    height: 150px;
    object-fit: contain;
}

.settle-item-detail {
    flex: 1;
}

.settle-item-name {
    font-weight: bold;
    margin-bottom: 10px;
}

/* 金額サマリー */
.price-summary {
    margin-top: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.summary-row.total {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.discount {
    color: #ff4e4e;
}

.tax-info {
    text-align: right;
    font-size: 12px;
    color: #999;
}

/* 注文者情報 */
.user-info {
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
}

.user-info:last-of-type {
    border-bottom: none;
}

/* 項目内の見出し */
.user-info h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* 項目内のテキスト */
.user-info p {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 5px;
}

.info-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* 配送方法の商品リスト */
.shipping-item-list {
    margin: 15px 0;
    padding-left: 20px;
}

.shipping-item-list li {
    list-style: disc;
    font-size: 14px;
    margin-bottom: 5px;
}

.shipping-note {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
    margin-top: 15px;
}

.highlight-txt {
    color: #f39800;
}

/* クーポン入力エリア */
.coupon-area {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.coupon-input {
    flex: 1;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

.coupon-btn {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

/* お支払い方法ボタン */
.payment-select-btn {
    width: 100%;
    text-align: center;
    background-color: #0C98DE;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.payment-select-btn:hover {
    opacity: 0.8;
}

/* 備考欄 */
.remark-textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 10px;
    resize: none;
    margin-top: 10px;
}

/* 確定エリア全体 */
.settle-final-step {
    padding: 40px 0;
    text-align: center;
}

.policy-links {
    font-size: 13px;
    margin-bottom: 30px;
    color: #333;
    font-weight: bold;
}

.policy-links a {
    color: #3498db;
    text-decoration: underline;
}

.final-order-btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    padding: 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.final-order-btn:hover {
    opacity: 0.8;
    transform: scale(1.02); 
}

/* ----------フッター---------- */
.footer {
    background-color: #FFADDD;
}

.logo-footer {
    display: inline-block;
    width: 120px;
    margin-left: 100px;
}

.logo-footer img {
    width: 10.6vh;
    height: 10.6vh;
}

.sns-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.postage {
    font-size: 15px;
}

.footer-ttl {
    font-weight: 700;
}

.sns-btn img {
    width: 30px;
    height: auto;
}

.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 200px;
    text-align: left;
}

.copyright {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #FFF1FB;
    margin-top: 20px;
}

.copyright small {
    font-size: 14px;
    font-weight: bold;
    color: #5c5c5c;
    letter-spacing: 0.05em;
}
/* ----------Key Only---------- */
/* フィルター */
#garden-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(255, 230, 240, 0.4) 0%, rgba(255, 192, 203, 0.2) 100%);
    backdrop-filter: blur(0px); /* 最初はぼかしなし */
    transition: backdrop-filter 3s ease;
    pointer-events: none;
    z-index: 9998;
    opacity: 0;
}

/* パーティクル */
.petal {
    position: fixed;
    background-color: #ffc0cb;
    border-radius: 150% 0 150% 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.8;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.is-dreaming main {
    transition: filter 3s ease;
    filter: blur(4px) sepia(0.2) brightness(1.1);
}

/* パスワード画面 */
#password-screen {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 245, 250, 0.95);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.pass-container {
    text-align: center;
    width: 300px;
}

#pass-input {
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
    border: none;
    border-bottom: 2px solid #ffb6c1;
    background: transparent;
    outline: none;
    color: #d87093;
    margin-top: 20px;
}

/* 正解演出 */
.access-granted-flash {
    animation: final-glow 2s forwards;
}

@keyframes final-glow {
    0% { filter: brightness(1) blur(0px); }
    50% { filter: brightness(2) blur(10px); background: #fff; }
    100% { filter: brightness(5) blur(20px); background: #fff; opacity: 0; }
}

.melting-text {
    transition: all 1.5s ease;
    letter-spacing: 1em;
    opacity: 0;
    filter: blur(10px);
}

/* 間違えた時の演出 */
.error-shake {
    animation: gentle-shake 0.4s ease-in-out;
}

@keyframes gentle-shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-8px); }
    75% { transform: translateX(8px); }
}

.flash-white {
    animation: flash-animation 0.5s ease-out;
}

@keyframes flash-animation {
    0% { background: rgba(255, 255, 255, 0.95); }
    50% { background: rgba(255, 200, 220, 1); }
    100% { background: rgba(255, 245, 250, 0.95); }
}

/* ---------- Key Only ページ内 ---------- */
.restricted-main {
    display: block; 
    width: 100%;
    min-height: 100vh;
}

/* テキスト */
.restricted-main .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.content-box {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
    max-width: 800px;
}

.restricted-page {
    background-color: #000;
    color: #fff;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.brand-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.brand-link:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

/* ---ヘッダー--- */
.header-key {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.3); 
    backdrop-filter: blur(8px); 
    width: 100%;
    transition: transform 0.4s ease, background-color 0.3s ease;
}

.header-key.is-hide {
    transform: translateY(-100%);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    height: 130px;
    max-width: 1200px;
    margin: 0 auto;
}

.header-left {
    flex: 1;
    display: flex;
    align-items: center;
    color: rgba(255, 183, 225, 0.9); 
    font-weight: 700;
    font-size: 45px;
    justify-content: flex-start;
    transition: opacity 0.3s ease;
}

/* ロゴ */
.header-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-logo {
    height: 100px;
    width: auto;
}

.header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-right a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    transition: transform 0.3s ease;
}

.header-right a:hover {
    transform: scale(1.15);
}

/* ---パーティクル--- */
.particle-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.air-particle {
    position: absolute;
    bottom: -10%;
    border-radius: 50%;
    opacity: 0;
    animation: rise linear infinite;
}

@keyframes rise {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    20% {
        opacity: 0.8;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(-120vh) translateX(50px);
        opacity: 0;
    }
}

/* 認証済み */
.is-authorized-link {
    color: #b30269 !important;
    text-shadow: 0 0 5px #ffb7e1, 0 0 10px #ffb7e1, 0 0 20px #ff0055;
    animation: mysticGlow 3s ease-in-out infinite;
}

@keyframes mysticGlow {
    0%, 100% {
        text-shadow: 0 0 5px #ffb7e1, 0 0 10px #ffb7e1;
        opacity: 0.8;
    }
    50% {
        text-shadow: 0 0 10px #ffb7e1, 0 0 20px #ff0055, 0 0 30px #ff0055;
        opacity: 1;
        color: #fff;
    }
}

/* カートアイコン */
.header-right i {
    font-size: 42px;
    color: rgba(255, 183, 225, 0.9);
    transition: opacity 0.3s ease;
}

/* ---セクション01--- */
/* RESTRICTED AREA  */
.restricted-ttl {
    font-family: "Jomolhari", serif;
    font-size: clamp(32px, 8vw, 64px); 
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #FF7DC9;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(255, 183, 225, 0.5);
    text-transform: uppercase;
    white-space: nowrap; 
    display: inline-block;
}

/* Explanation  */
.explanation-script {
    font-family: "Allura", cursive;
    font-size: clamp(24px, 5vw, 40px);
    color: #fff;
    margin-bottom: 40px;
    opacity: 0.9;
}

/* 日本語テキスト */
.restricted-text {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 2.2;
    letter-spacing: 0.05em;
    margin-top: 100px;
    font-weight: 300;
}

.restricted-text p {
    margin-bottom: 10px;
    color: #fff;
}

.key-sec01 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../img/key-bg.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---セクション02--- */
.key-sec02 {
    background-color: #1a1a1a;
    padding: 100px 20px;
    text-align: center;
}

.soul-container {
    max-width: 800px;
    margin: 0 auto;
}

.soul-ttl {
    font-family: "Jomolhari", serif;
    font-size: clamp(24px, 5vw, 48px);
    color: #ffb7e1;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.soul-icon {
    font-size: 40px;
    color: #fff1fb;
    margin-bottom: 50px;
}

.soul-list {
    list-style: none;
    padding: 0;
    margin: 50px auto 80px;
    max-width: 700px;
}

.soul-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px dashed #fff;
    width: 100%;
}

.soul-list li:last-child {
    border-bottom: 1px dashed #fff;
}

.soul-date {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #fff;
    width: 150px;
    text-align: center;
    margin-right: 25px;
    flex-shrink: 0;
}

.soul-link {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #ffb7e1;
    text-decoration: underline;
    text-align: center;
    width: 450px;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.soul-link:hover {
    opacity: 0.7;
}

.soul-msg {
    font-size: 18px;
    color: #ffb7e1;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.mail-link {
    display: inline-block;
    color: #ffb7e1;
    font-size: 60px;
    transition: transform 0.3s ease;
}

.mail-link:hover {
    transform: scale(1.1) translateY(-5px);
}

/* ---セクション3--- */
.key-sec03 {
    background-color: #111;
    padding: 120px 0;
    color: #fff;
}

.key-gap {
    margin-top: 50px;
}

.closet-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.closet-main-ttl {
    font-family: "Jomolhari", serif;
    font-size: clamp(32px, 6vw, 50px);
    color: #FF7DC9;
    margin-bottom: 60px;
    letter-spacing: 0.2em;
    text-align: center;
    text-shadow: 0 0 20px rgba(255, 183, 225, 0.5);
}

.closet-product-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.closet-product-visual {
    width: 100%;
    max-width: 500px;
}

.closet-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(255, 183, 225, 0.3));
}

.closet-product-detail {
    text-align: center;
}

.closet-item-name {
    font-size: 28px;
    font-weight: 700;
    color: #ffb7e1;
    margin-bottom: 15px;
}

.closet-item-price {
    font-size: 30px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #ffb7e1;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    cursor: default;
}

.closet-item-price::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #ffb7e1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.closet-item-price:hover::after {
    transform: scaleX(1);
}

.closet-item-txt {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 40px;
    font-weight: 300;
}

/* カートボタン（既存の.btn-addとは別設計） */
.closet-add-btn {
    background-color: #ffb7e1;
    color: #111;
    border: none;
    padding: 18px 60px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.closet-add-btn:hover {
    background-color: #fff;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 183, 225, 0.6);
}

.footer-key {
    text-align: center;
    font-size: 20px;
}

/* ----------レスポンシブ PC---------- */
@media screen and (min-width: 768px) {

    /* ---メインビジュアル--- */
    .slider.wrapper {
        max-width: none;
        width: 80%;
    }

    .slider img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
    }
    
    /* 共通 */
    .wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .nav-button {
        display: none;
    }

    /* ---ヘッダー--- */
    .nav-menu {
        position: static;
        width: auto;
        height: auto;
        background: none;
        padding-top: 0;
        right: 0;
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    .nav-menu_list {
        display: flex;
        align-items: center;
        gap: 50px;
        padding-left: 0;
        list-style: none;
    }

    .nav-menu_list li.key-txt a {
        color: #FF7DC9;
    }
    
    .key-txt i {
        margin-left: 5px;
    }

    .txt-gap {
        display: flex;
        gap: 50px;
        margin-bottom: 0;
    }

    .nav-sns-icons {
        display: none !important;
    }

    .nav-menu_list li a {
        color: #5c5c5c;
        font-size: 18px;
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .nav-menu_list li i {
        margin-right: 5px;
        width: auto;
    }

    .nav-gap {
        margin-top: 0 !important;
    }

    .header .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header {
        transition: opacity 0.5s ease, visibility 0.5s, transform 0.5s ease;
    }
    
    .header.is-hide {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
    }

    .header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 130px;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    /* ----------トップページ---------- */
    /* ---セクション２--- */
    .sec-02 .wrapper {
        padding: 60px 20px;
    }

    .box-ttl {
        font-size: 17px;
    }

    .box-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr); 
        gap: 40px 20px; 
    }

    .box {
        width: auto;
        background-color: #fff;
        display: flex;
        flex-direction: column;
    }

    .box-img img {
        width: 80%;
        height: auto;
    }

    /* ---セクション3--- */
    .sec-03 .box-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px 20px;
    }

    .sec-03 .box {
        width: calc((100% - 40px) / 3) !important; 
        max-width: 380px;
    }

    .sec-03 .nav {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* ----------My Page---------- */
    .login-ttl {
        font-weight: 700;
        font-size: 30px;
        text-align: left;
        color: #5c5c5c;
        margin-left: 200px;
    }
    
    .txt-login {
        font-size: 25px;
        text-align: left;
        margin-left: 200px;
        margin-top: 20px;
    }
    
    .login-form {
        text-align: center;
    }


    .closet-product-visual {
        width: 100%;
        max-width: 600px;
    }

    /* ① 開閉ボタンを隠す */
    .footer-menu-btn {
        display: none !important; 
    }

    /* ② ナビゲーションを常に表示させる */
    .footer-nav {
        max-height: none !important;
        opacity: 1 !important;
        overflow: visible !important;
    }

    .nav-menu_list .dropdown {
        position: relative;
    }

    /* ドロップメニュー */
    .dropdown-content {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        background: rgba(20, 20, 20, 0.95);
        min-width: 160px;
        list-style: none;
        padding: 10px 0;
        margin: 0;
        border: 1px solid #ffb6c1;
        border-radius: 8px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    /* Categoryにマウスを乗せたら表示 */
    .dropdown:hover .dropdown-content {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .dropdown-content li {
        width: 100%;
    }

    .dropdown-content li a {
        display: block;
        padding: 12px 20px;
        color: #fff !important;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        transition: background 0.2s;
    }

    .dropdown-content li a:hover {
        background: rgba(255, 182, 193, 0.2);
        color: #ffb6c1 !important;
    }

    .box-content {
        display: flex;
        flex-direction: column;
        padding: 20px 30px;
        text-align: center;
    }
}

/* ----------レスポンシブ iPhone---------- */
@media screen and (max-width: 768px) {
    .footer-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
        text-align: center;
    }

    .dropdown-content {
        display: none;
    }

    .logo-footer {
        width: 120px;
        margin: 0 auto;
    }

    .postage {
        width: 100%;
        max-width: 400px;
    }

    .postage p {
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
        display: block;
        width: 100%;
        white-space: nowrap;
    }

    .footer-menu-btn {
        display: block;
        margin: 20px auto;
        padding: 10px 20px;
        background: none;
        border: 1px solid #5c5c5c;
        color: #5c5c5c;
        cursor: pointer;
        font-weight: bold;
        transition: all 0.3s;
    }

    .footer-menu-btn i {
        margin-left: 10px;
        transition: transform 0.3s;
    }

    .footer-menu-btn.is-open i {
        transform: rotate(180deg);
    }

    .footer-nav {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .footer-nav.is-open {
        max-height: 500px;
        opacity: 1;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .nav-menu_list {
        font-size: 30px;
    }

    .txt-gap {
        font-size: 30px;
    }

    .nav-menu.is-active .nav-sns-icons {
        display: flex !important;
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
        padding-left: 10px;
        align-items: flex-start;
    }

    .nav-sns-icons a {
        display: block;
        width: 35px;
    }

    .nav-sns-icons img {
        width: 100%;
        height: auto;
    }

    .nav-sns-icons a {
        display: block !important;
        width: 60px !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    .nav-sns-icons a img {
        width: 100% !important; 
        height: auto !important;
        max-width: none !important;
    }

    .box-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 0 20px;
    }

    .box {
        width: 100%;
        max-width: 400px;
        display: flex;
        flex-direction: column;
        background: #fff;
    }

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

    .box-content {
        display: flex;
        flex-direction: column;
        padding: 20px 10px;
        text-align: center;
    }

    .box-txt {
        margin-bottom: 15px;
    }

    .price {
        font-size: 1.2rem;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .btn-add {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
    }

    .sec-03 .box-list {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .sec-03 .box {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 50px !important;
    }

    .sec-03 .box-img {
        display: block !important;
        text-align: center !important;
    }

    .sec-03 .box-img img {
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .txt-login {
        font-size: 20px;
    }

    .login-ttl {
        font-size: 25px;
    }

    .passwd-check, 
    .login-check {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin: 15px 0;
    }

    .sec-entry .login-btn {
        margin-top: 0;
        display: inline-block;
    }

    .contact-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
        text-align: left;
    }

    .contact-item label {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 8px;
        font-weight: bold;
    }

    .required-tag {
        background-color: #ff0000;
        color: #fff;
        font-size: 12px;
        padding: 2px 8px;
        border-radius: 4px;
    }

    .input-area input,
    .input-area textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-sizing: border-box;
            font-size: 16px;
        }

    .input-area textarea {
        resize: vertical;
    }

    .policy-agreement {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }

    .policy-label {
        display: flex;
        align-items: center;
        gap: 12px;
        cursor: pointer;
    }

    .policy-text {
        font-size: 18px;
        color: #5c5c5c;
    }

    .shop-info {
        margin-top: 20px;
        text-align: center;
        background: #ffb6c1;
        color: #fff;
        padding: 15px 10px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
        box-shadow: 0 4px 10px rgba(255, 182, 193, 0.3);
    }

    .about-sec {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 20px 0;
    }

    .about {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        background: #fff;
        border: 2px solid #ffb6c1; 
        padding: 30px 15px;
        border-radius: 20px;
        line-height: 1.8;
    }

    .about p {
        margin: 0;
        font-size: 15px;
        color: #333;
    }

    .header-key {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
    }
    
    .header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    
    .header-left .brand-name {
        font-size: 30px;
        color: #ffb7e1;
        font-weight: bold;
    }
    
    .header-center .main-logo {
        height: 60px;
        width: auto;
    }
    
    .header-right i {
        font-size: 30px;
        color: #ffb7e1;
    }
    
    /* --- メインコンテンツ --- */
    .restricted-main {
        padding-top: 70px;
        background: #000;
        color: #fff;
    }
    
    /* --- セクション01 --- */
    .key-sec01 {
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    
    .restricted-ttl {
        font-size: 35px;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }
    
    .restricted-text p {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 10px;
    }
    
    /* --- セクション02 --- */
    .soul-container {
        padding: 40px 20px;
    }
    
    .soul-list {
        list-style: none;
        padding: 0;
    }
    
    .soul-list li {
        border-bottom: 1px solid #333;
        padding: 15px 0;
        display: flex;
        flex-direction: column; 
    }
    
    .soul-date {
        font-size: 12px;
        color: #ffb7e1;
    }
    
    .soul-link {
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        margin-top: 5px;
    }

    .soul-date, .soul-link {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    
    /* --- セクション03 --- */
    .closet-wrapper {
        padding: 40px 15px;
    }
    
    .closet-main-ttl {
        text-align: center;
        font-size: 30px;
        margin-bottom: 60px;
    }
    
    .closet-product-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
        text-align: center;
    }
    
    .closet-product-visual {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .closet-img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    .closet-item-name {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .closet-item-price {
        color: #ffb7e1;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .closet-add-btn {
        width: 100%;
        padding: 15px;
        background: #ffb7e1;
        color: #000;
        border: none;
        font-weight: bold;
        cursor: pointer;
    }
    
    /* --- フッター --- */
    .footer-key {
        text-align: center;
        padding: 30px 0;
        background: #111;
        font-size: 12px;
    }
}