@charset "utf-8";

:root {
	--page-main-font: #782818; /* タイトルなどの文字色 */
	--page-main-bg: #fdecd8; /* 背景色 */
	--sub-color-1: #ffcb50; /* 差し色 中間 */
	--sub-color-2: #ffe4b7; /* 差し色 薄い */
	--sub-color-3: #782818; /* 差し色 濃い */
	--bt-color: #782818; /* BT 文字色 */
	--keywordbt-color: #B93B0F; /* キーワードBT 文字色 */
	--tab-month-1-font: #782818; /* タブ1つ目 文字色 */
	--tab-month-2-font: #782818; /* タブ2つ目 文字色 */
	--tab-month-3-font: #782818; /* タブ3つ目 文字色 */
	--tab-month-1-bg: #ffcca8; /* タブ1つ目 背景色 */
	--tab-month-2-bg: #e1d3c0; /* タブ1つ目 背景色 */
	--tab-month-3-bg: #fcd38e; /* タブ1つ目 背景色 */
	--mv-font1: #782818; /*  MV 2文字目・MV ボタンライン・スライダーのボタン色 */
	--mv-font2:#B93B0F; /* MV 3文字目 */
	--mv-font3: #6D842E; /* MV 下文字*/
	--mv-font_gradient1: #B60B67; /* MV 1文字目グラデ */
	--mv-font_gradient2: #F68B23; /* MV 1文字目グラデ */
	--pagenav_gradient1: #e06c3a; /* PAGENAVグラデ */
	--pagenav_gradient2: #ffba49; /* PAGENAVグラデ */
}
/*レイトサマー 20250609*/
.c-cassette__list.c-cassette__triple.c-flex.c-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:32px;
}

.c-cassette {
    background-color: #fff;
    border-radius: 8px;
    /*box-shadow: 0 0 0.3em 0 rgba(29, 41, 48, .25);*/
    position: relative;
}

.c-cassette__heading {
    color: var(--bt-color) ;
    font-weight: 700;
    font-size: 1.5em;
    text-align:center;
    padding-top: 15px;
}
.c-cassette__pic {
    margin-top: 1em;
    position: relative;
}
.c-cassette__pic span {
    bottom: 0;
    color: #fff;
    padding: .5em;
    position: absolute;
    right: 0;
    text-shadow: none;
    width: 89%;
}
.c-cassette .c-cap {
    text-align: right;
    font-size: .625em;
}

.c-cassette__txt {
    text-align: center !important;
    padding-top: 1em;
}
.c-cassette__title {
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    margin: 15px;
}

.c-price__data {
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.c-price__discount {
    margin-bottom: 0.5em;
    align-items: center;
    background-color: var(--bt-color) ;
    border-radius: .25em;
    display: flex;
    height: 1.625em;
    justify-content: center;
    padding: 0 1em;
    position: relative;
    width: 18.5em;
    margin: 0.5em 1.9em;
}
.c-price__discount::before {
    border-right: .375em solid #ffeb3d;
    content: "";
    left: -.75em;
    margin-top: -.375em;
    position: absolute;
    top: 50%;
}
.c-price__discount span {
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
}
.c-price__block {
    display: inline;
    justify-content: space-between;
}
.c-price__discount_ad {
    align-items: center;
    background-color: var(--page-main-bg);
    border-radius: .25em;
    display: inline-flex;
    height: 4.2em;
    justify-content: center;
    padding: 0 1em;
    position: relative;
    margin-bottom: -1em;
    width: 9em;
}
.c-price__discount_ad span, .c-price__discount_ad span {
    color: var(--bt-color);
    font-size: 100%;
    font-weight: 600;
}
.c-price__discount span em, .c-price__discount_ad span em, .c-price__discount_ch span em {font-size: 2.0em; font-weight: bold;}

.c-price__discount_ch {
    align-items: center;
    background-color: var(--mv-font2);
    border-radius: .25em;
    display: inline-flex;
    height: 4.2em;
    justify-content: center;
    padding: 0 1em;
    position: relative;
    margin-bottom: -1em;
    width: 9em;
}
.c-price__discount_ch span {
    color: #fff;
    font-size: 100%;
    font-weight: 700;
}

.c-cassette .c-btn__block {
    flex-direction: column;
}
.c-cassette .c-btn {
    height: 3.8em;
    align-items: center;
    background: linear-gradient(90deg, #FF9027 0%, #edb200 50%, #FF9027 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 1.0em 0;
}

.seasonFeature_contBt {
        margin: 40px auto 0;
    }

@media screen and (min-width: 768px) {
    .c-cassette {
        display: flex;
        flex-direction: column;
        padding: 1.0em;
        /*width: calc(calc(100% - 3em) / 3);*/
    }
    .c-cassette__txt {margin-bottom: auto;}

    .c-cassette .c-btn__block {
	    margin-top: 1em;
	    display: flex;
	    justify-content: center;
	    margin: 1em;
	}    
    .c-cassette .c-btn {height: 3.125em; width: 20em;}
    .c-cassette .c-btn span {font-size: 1.125em;}    
}

.seasonFeature_sectTxt span{font-size: 1.5rem;}


@media screen and (max-width: 959px) {
.c-price__discount{margin: 10px auto;}
.c-cassette{padding: 8px 16px 16px;}
.seasonFeature_sectTxt span {font-size: 1.2rem;}
}

/*カレンダー調整（6日間）*/
@media screen and (min-width: 768px) {
    .c-cal__item {width: calc(calc(100% - 4.5em) / 6) !important;}
    .c-cal__item .floatNavi {width: 100% !important;}
}
@media screen and (max-width: 767px) {
    .c-cal__item {width: calc(calc(100% - 1.5em) / 3) !important;}
    .c-cal__item .floatNavi {width: calc(150% + 1.75em) !important;}
.c-cal__item:nth-child(4n + 4):hover .floatNavi {
        left: -2px !important;
    }
    .c-cal__item:nth-child(4n + 4) .floatNavi {
        left: -2px;
        right: auto;
        transform: translate(0, 105%);
    }

.c-cal__item:nth-child(4n + 4) .floatNavi::before {
        right: calc(calc(100% - 5.0em) / 1 + .5em) !important;
    }

    .c-cal__item:nth-child(3n + 3) .floatNavi {
        left: auto;
        right: -2px;
        transform: translate(0, 120%);
    }
    .c-cal__item:nth-child(3n + 3):hover .floatNavi {
        left: auto;
        right: -2px;
        transform: translate(0, 105%);
    }
    .c-cal__item:nth-child(4n + 1) .floatNavi::before {
        left: calc(calc(100% - 1.5em) / 4 + 1em) !important;
    }

    .c-cal__item:nth-child(3n + 3) .floatNavi::before {
        left: calc(calc(100% - 4.5em) / 1 + .5em) !important;
    }

    .c-cal__item:nth-child(6n + 5) .floatNavi {
	transform: translate(-20%, 105%) !important;
    }
    .c-cal__item:nth-child(6n + 5) .floatNavi::before {
        left: calc(calc(100% - 1.0em) / 2 + .5em) !important;
    }

}


