@charset "utf-8";
/* CSS Document */
.temp-iw-btn-order-mov-lr--color {
    border-color: #5784ad !important;
    color: #fff;
}
.temp-iw-btn-order-mov-lr--color::before {
    background: #5784ad !important;
}
/* 商品スペック全体：明朝体＋文字色 #514c4e に統一 */
.block-special-section, .block-special-section * {
    font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS Mincho", serif;
    color: #514c4e;
}
.temp-iw-btn-order-mov-lr--color_01 {
    border-color: #5784ad !important;
    color: #fff;
}
.temp-iw-btn-order-mov-lr--color_01:hover {
    color: #fff;
}
.temp-iw-btn-order-mov-lr--color_01::before {
    background: #5784ad !important;
}
.temp-iw-btn-order-mov-lr--color_01::after {
    border-color: #fff;
}
/* ボタンを重なり基準にする */
.temp-iw-btn-order-mov-lr--color_01 {
    position: relative;
}
/* ボタン内テキストを最前面に出す */
.temp-iw-btn-order-mov-lr--color_01 span {
    position: relative;
    z-index: 2;
}
/* アニメーション背景は文字の裏 */
.temp-iw-btn-order-mov-lr--color_01::before {
    z-index: 1;
}
/* 価格表示を強制的に明朝に */
.block-special-item-price-selling-price, .block-special-item-price-selling-price span, .price-value-label {
    font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS Mincho", serif !important;
}
/* 数字の字形を落ち着かせる */
.price-value-label {
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}
.temp-iw-btn-allitem-01--color {
    background: #514c4e;
    color: #ffffff;
}
.temp-iw-btn-allitem-01--color:hover {
    color: #ffffff;
}
.temp-iw-btn-allitem-01--color::after {
    border-color: #333;
}
/* ===== 購入ボタン：白文字が消える問題の完全対策 ===== */
/* 文字の合成モードを無効化 */
.temp-iw-btn-order-mov-lr--color_01 span {
    mix-blend-mode: normal !important;
    color: #fff !important;
    position: relative;
    z-index: 3;
}
/* 念のため hover後も白固定 */
.temp-iw-btn-order-mov-lr--color_01:hover span {
    color: #fff !important;
}
.text-underimg-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-underimg-center {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央基準を作る */
}
.block-special-section-toggle {
    position: relative
}
.block-special-section-toggle-hook {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1
}
.block-special-section-toggle-hook-trigger {
    background: transparent;
    border: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    outline: none;
    appearance: none
}
.block-special-section-toggle-hook-close {
    display: none;
    width: 100%
}
.block-special-section-toggle-hook-close img {
    margin: 0 auto
}
.block-special-section-toggle-contents {
    max-height: 180px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    transition: .3s;
    /* ▼ ここから追加 */
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 10%, transparent 80%);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-image: linear-gradient(to bottom, #000 0%, #000 15%, transparent 80%);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}
.block-special-section-toggle.is_open .block-special-section-toggle-hook-open {
    display: none
}
.block-special-section-toggle.is_open .block-special-section-toggle-hook-close {
    display: block
}
.block-special-section-toggle.is_open .block-special-section-toggle-contents {
    max-height: none;
    padding: 0 0 0px
}
.block-special-section-toggle.is_open .block-special-section-toggle-contents {
    -webkit-mask-image: none;
    mask-image: none;
}
.categorybox {
    margin-bottom: 100px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.title01 {
    background-color: #6d99bc;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
}
.boxhover img:hover {
    opacity: 0.5 !important;
}
/* ▼▼▼ 親要素の設定 ▼▼▼ */
.float-shake {
    display: inline-block;
    cursor: pointer;
}
/* ▼▼▼ 画像自体のベース設定（＝戻るときの動き） ▼▼▼ */
.float-shake img {
    transform: translateY(0);
    /* filterプロパティはスペース区切りで複数指定できます。
     brightness(1) は標準の明るさです。 */
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3)) brightness(1);
    /* 戻るとき：0.8秒かけてゆっくり戻る */
    transition: all 0.8s ease-out;
    will-change: transform, filter;
}
/* ▼▼▼ ホバー時の設定（＝浮き上がるときの動き） ▼▼▼ */
.float-shake:hover img {
    transform: translateY(-18px);
    /* 影の設定の後に、brightness(1.2) を追加して明るくします。
     数字を大きくするほど白っぽく光ります（例: 1.5 など） */
    filter: drop-shadow(0 25px 15px rgba(0, 0, 0, 0.1)) brightness(1.1);
    /* 浮くとき：0.2秒で素早く変化 */
    transition: all 0.4s ease-out;
}
span.example1 {
    vertical-align: super;
    font-size: 50%;
}
.block-special-col2 {
    margin: 0 20px 0;
    max-width: 900px;
    width: 100%;
}
.block-special-item-icon-new2 {
    display: inline-block;
    background: #fff;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}
.block-special-item-list-item {
    width: 228px !important;
    margin-right: 12px;
    margin-bottom: 60px;
}
.midashi {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 170%;
}
.midashi2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 160%;
    margin-bottom: 10px;
}
.midashi3 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 160%;
    font-family: 'Noto Serif JP', serif;
}
.midashi4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 170%;
}
.midashi5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 170%;
}
.midashi6 {
    font-size: 16px;
    line-height: 170%;
    text-align: center;
}
.komidashi {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Noto Serif JP', serif;
    line-height: 160%;
}
.obi {
    color: #FFFFFF;
    font-size: 25px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.obi2 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.otoku {
    background-color: #e42f4c;
}
.obicolor0 {
    background-color: #fef2f2;
}
.obicolor1 {
    background-color: #f1ecdb;
}
.obicolor2 {
    background-color: #f4ecc7;
}
.obicolor3 {
    background-color: #f0f2f2;
}
.backcolor {
    background-image: url("/page_assets/event/3260205/img/pattern_sora.jpg");
    padding-top: 20px;
    padding-bottom: 20px;
}
.color02 {
    color: #2f4659;
}
.color03 {
    color: #d4671d;
}
.color04 {
    color: #ffffff;
}
.content_fadein {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}
.content_fadein.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.position_r {
    position: relative;
}
.teiban_nav li {
    cursor: pointer;
    height: 99%;
    position: absolute;
    width: 30%;
}
.teiban_nav li:nth-child(1) {
    left: 0%;
    top: 5%;
}
.teiban_nav li:nth-child(2) {
    left: 33%;
    top: 5%;
}
.teiban_nav li:nth-child(3) {
    left: 66%;
    top: 5%;
}
.teiban_nav li a {
    display: block;
    height: 100%;
    width: 100%;
}
.teiban_nav li a {
    display: block;
    height: 100%;
    width: 100%;
}
.text-center {
    text-align: center;
    line-height: 160%;
}
.block-special-item-list {
    justify-content: center;
}
.item40 {
    width: 30%;
}
.item60 {
    width: 65%;
}
.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}
.itemshin {
    align-self: stretch;
    flex-basis: auto;
    padding-left: 0px !important;
    width: 49%;
    margin-bottom: 2%;
}
.container2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-left: 130px;
    padding-right: 130px;
}
.block-special-item2 {
    display: block;
    align-items: end;
    width: 65%;
    margin: auto;
}
.block-special-off {
    background-color: #FF0000;
    color: #ffffff !important;
    padding: 1%;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 3px;
    position: relative;
    top: -4px;
    line-height: 1;
    font-weight: bold;
}
.block-special-text {
    font-size: 22px;
    line-height: 36px;
}
.block-special-item {
    background-color: transparent;
}
.gothic {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-weight: normal;
}
@media screen and (max-width: 750px) {
    .block-special-section-toggle-hook-trigger {
        padding: 0 15px;
    }
    .block-special-section-toggle-hook-trigger img {
        height: 16px;
    }
    .block-special-section-toggle-hook-close {
        width: calc(100% - 30px);
        padding: 20px 15px 10px;
    }
    .block-special-section-toggle-contents {
        max-height: 150px;
        margin-bottom: 40px;
    }
    .block-special-section-toggle.is_open .block-special-section-toggle-hook {
        bottom: -50px;
    }
    .block-special-item-tag {
        font-size: 16px;
        padding: 7px;
    }
    h2 {
        margin-top: 10px;
    }
    .title01 {
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .block-special-item-list-item {
        width: calc(50% - 6px) !important;
        margin-right: 12px;
        margin-bottom: 30px;
    }
    .block-special-item-section-title {
        font-size: 23px;
    }
    .block-special-item-list-item-img .item-price-badge-percent-num {
        font-size: 20px;
        margin-left: -15px;
    }
    .block-special-item-list-item-img .item-price-badge-percent-unit {
        font-size: 10px;
        position: relative;
        top: -4px;
        margin-right: -10px
    }
    .block-special-item-list-item-img .item-price-badge-percent-off {
        font-size: 9px;
        font-weight: bold;
        position: relative;
        top: 6px;
        left: 3px;
        margin-right: -16px
    }
    .block-special-item-list-item-img .item-price-badge-percent, .block-special-item-list-item-img .item-price-badge-yen {
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 45px;
    }
    .midashi {
        margin-top: 10px;
        font-size: 23px;
    }
    .komidashi {
        font-size: 20px;
    }
    .obi {
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .otoku {
        font-size: 98%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .teiban_nav li {
        cursor: pointer;
        height: 35%;
        position: absolute;
        width: 100%;
    }
    .teiban_nav li:nth-child(1) {
        left: 0%;
        top: 0%;
    }
    .teiban_nav li:nth-child(2) {
        left: 0%;
        top: 33%;
    }
    .teiban_nav li:nth-child(3) {
        left: 0%;
        top: 66%;
    }
    .teiban_nav li a {
        display: block;
        height: 100%;
        width: 100%;
    }
    .midashi2 {
        font-size: 17px !important;
        font-family: 'Noto Serif JP', serif;
    }
    .midashi3 {
        font-size: 16px !important;
        font-family: 'Noto Serif JP', serif;
    }
    .midashi4 {
        font-size: 14px !important;
    }
    .midashi5 {
        font-size: 15px;
    }
    .midashi6 {
        font-size: 15px;
    }
    .container {
        flex-direction: column;
    }
    .itemshin {
        width: 100%;
    }
    .float-shake {
        display: block;
    }
    .itemshin img {
        width: 100%;
        height: auto;
        display: block;
    }
    .itemshin2 {
        width: 48% !important;
        padding-left: 0px;
        margin-bottom: 3%;
    }
    .index-text {
        font-size: 13px;
        line-height: 160%;
    }
    .container2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        padding-left: 5%;
        padding-right: 5%;
    }
    .block-special-item2 {
        width: 100%;
    }
    .block-special-off {
        font-size: 16px;
    }
    .block-special-item-info {
        padding: 10px 0px 25px;
    }
    .block-special-text {
        font-size: 16px;
        line-height: 160%;
    }
}