@charset "utf-8";

:root {
	--page-main-font: #873535; /* タイトルなどの文字色 */
	--page-main-bg: #fffcd5; /* 背景色 */
	--sub-color-1: #FFC7F8; /* 差し色 中間 */
	--sub-color-2: #FAE6F7; /* 差し色 薄い */
	--sub-color-3: #873535; /* 差し色 濃い */
	--bt-color: #873535; /* BT 文字色 */
	--keywordbt-color: #873535; /* キーワードBT 文字色 */
	--tab-month-1-font: #873535; /* タブ1つ目 文字色 */
	--tab-month-2-font: #873535; /* タブ2つ目 文字色 */
	--tab-month-3-font: #873535; /* タブ3つ目 文字色 */
	--tab-month-1-bg: #fed0d0; /* タブ1つ目 背景色 */
	--tab-month-2-bg: #e4d2f8; /* タブ1つ目 背景色 */
	--tab-month-3-bg: #f2c1e8; /* タブ1つ目 背景色 */
	--mv-font1: #DB48C8; /* MV 2文字目・MV ボタンライン・スライダーのボタン色 */
	--mv-font2: #FA89EB; /* MV 3文字目 */
	--mv-font3: #A0C238; /* MV 下文字*/
	--mv-font_gradient1: #F86D67; /* MV 1文字目グラデ */
	--mv-font_gradient2: #FC568D; /* MV 1文字目グラデ */
	--pagenav_gradient1: #e67ee1; /* PAGENAVグラデ */
	--pagenav_gradient2: #fae7f9;; /* PAGENAVグラデ */
}

/*CTR色調整＆ページナビ　調整*/
.bt-type01,.pagenavList_item a.is-current{background: #fff653 !important;}

/*ページナビ　調整*/
/*.pagenavList_item a.is-current {color: var(--tab-month-3-bg); background: var(--tab-month-3-bg) !important;}*/

/*スライド矢印　調整*/
.swiper-button-next, .swiper-button-prev{background: var(--page-main-font) !important;}

/*faq　調整*/
.faqTtl{background: var(--mv-font_gradient1) !important;}
.faqTtl span:before,.faqTxt_box:before{color: var(--mv-font_gradient1) !important;}



/*レイトサマー 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;}
}


/*ウィンターSP 20250903*/
.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: 25px auto 0 !important;
    }

@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;}
}
/*追記*/
.c-price__txt {
    font-size: 1.0em;
    width: 15em;
    margin-left: 30px;
    padding: 5px 0;
    line-height: 1.5em;
    text-align: center;
}       

.c-price__txt b{
	font-size:120%;
}


.c-price__txt span{
	text-decoration: line-through;
	text-decoration-color: #f00;
	text-decoration-thickness:0.2rem;
	font-weight: bold;
}
.c-price__discount_ch, .c-price__discount_ad {
    width: 18.5em;
    color: #fff;
    font-weight: 500;
    line-height: 120%;
}    

.c-price__discount_ad span,.c-price__discount_ch span{padding-left:10px;}
.c-price__discount_ad span em,.c-price__discount_ch span em {
    font-size: 2.5em;
    line-height: normal;
}

.c-price__discount_ad {
    align-items: center;
    background-color: var(--mv-font2);
    }

.c-price__discount_ch {
    align-items: center;
    background-color: var(--mv-font_gradient2);
    margin-top: 20px;
    }

.mv-caption{
	position: absolute;
	right: 10px;
	top: 470px;
	z-index: 1;
	padding: 0 5px;
	width: 100%;
	font-size: 1.2rem;
	text-align: right;
	/*line-height: 1.3;*/

}

.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  background: var(--pagenav_gradient1);
  color: #FFF;
  width: 100px;
  height: 100px;
  /*line-height: 100px;*/
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);*/
  border-bottom: solid 3px var(--pagenav_gradient1);
  transition: .4s;
}

.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

.btn-circle-3d_txt{
	padding-top: 30px;
    line-height: 1.0;
    font-size: 1.8em;
	}

.btn-circle-3d_txt:after{
	color: #fcff38;
    content: 'OFF';
    display: block;
    font-size: 1.2em;
    font-weight: 900;
    padding-top: 2px;
    } 
    
@media screen and (max-width: 959px) {
.btn-circle-3d{width: 80px;    height: 80px;}
.mv-caption{font-size: 0.9rem; top: 62%;} 
.seasonFeature_contBt{margin-top: 20px;}
}    

@media screen and (max-width: 767px) {
    .c-cassette__txt {margin-bottom: auto;}
}
@media screen and  (min-width: 960px){
.c-cassette__pic {margin: 1em auto 0;}
img {height: auto;}
}

