@charset "UTF-8";

/*==============================================
 共通 ここから
================================================*/
.back {
    position: relative;
    z-index: 1;
    background-color: #404040;
}
/* パンくず削除 */
#pankuzu {
    display: none;
}
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
#daily-secret-250414 img {
  width: 100%;
}
#daily-secret-250414 a {
    display: block;
}
#daily-secret-250414 a:hover {
    opacity: .7;
}
#daily-secret-250414 .pc_none {
    display: none;
}
#daily-secret-250414 span.text-border {
    position: relative;
    line-height: 1;
}
#daily-secret-250414 span.text-border::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #222;
}
/*==============================================
 共通 ここまで
================================================*/


/* フォント */
#daily-secret-250414{
    font-family: "Zen Kaku Gothic New",'Noto Sans JP','Yu Gothic black',sans-serif,'メイリオ';
    font-weight: 500;
    font-style: normal;
}
#daily-secret-250414 p{
    font-family: "Zen Kaku Gothic New",'Noto Sans JP','Yu Gothic black',sans-serif,'メイリオ';
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
}
#daily-secret-250414 h1{
    font-family: "Zen Kaku Gothic New",'Noto Sans JP','Yu Gothic black',sans-serif,'メイリオ';
    font-weight: 600;
    font-style: normal;
}
#daily-secret-250414 h2{
    font-family: "Zen Kaku Gothic New",'Noto Sans JP','Yu Gothic black',sans-serif,'メイリオ';
    font-weight: 600;
    font-style: normal;
}
#daily-secret-250414 h2 span{
    font-family: "Zen Kaku Gothic New",'Noto Sans JP','Yu Gothic black',sans-serif,'メイリオ';
    font-weight: 900;
    font-style: normal;
}
#daily-secret-250414 h3{
    font-family: "Zen Kaku Gothic New",'Noto Sans JP','Yu Gothic black',sans-serif,'メイリオ';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #00aec1;
}
#daily-secret-250414 h3 span{
    font-family: "Lato";
    font-weight: 700;
    font-style: normal;
    font-size: 1.1em;
    color: #00aec1;
    padding-right: 1%;
}
#daily-secret-250414 h5{
    font-family: "Zen Kaku Gothic New",'Noto Sans JP','Yu Gothic black',sans-serif,'メイリオ';
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
}
#daily-secret-250414  span{
    font-family: "Zen Kaku Gothic New",'Noto Sans JP','Yu Gothic black',sans-serif,'メイリオ';
    font-weight: 700;
    font-style: normal;
}
/* 背景 */
#daily-secret-250414 {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    box-shadow: 0px 0px 7px 3px #222;
}
#daily-secret-250414 .contents {
    position: relative;
}
/* セクション */
#daily-secret-250414 .section {
    position: relative;
}
#daily-secret-250414 .section .flag-svg {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
}
#daily-secret-250414 .section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 2em 0 1.5em;
    position: relative;
    z-index: 1;
}
#daily-secret-250414 .section-title .svg {
    width: 11%;
    margin: 0 auto;
}
#daily-secret-250414 .section-title__h2 {
    font-size: 28px;
    color: #222;
    display: inline-block;
}
#daily-secret-250414 .section-title__h3 {
    position: relative;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    background-color: #01489b;
    padding: 2% 8%;
    margin-bottom: 3%;
    border-radius: 10px;
}
#daily-secret-250414 .section-title__h3::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 47%;
    border: transparent solid 8px;
    border-top: solid #01489b 11px;
}
#daily-secret-250414 .section-title__h3.white {
    position: relative;
    font-size: 24px;
    color: #01489b;
    display: inline-block;
    background-color: #fff;
    padding: 2% 8%;
    margin-bottom: 3%;
    border-radius: 10px;
}
#daily-secret-250414 .section-title__h3.white::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 47%;
    border: transparent solid 8px;
    border-top: solid #fff 11px;
}
#daily-secret-250414 .section-title__h2.white {
    color: #FFF;
    font-weight: 700;
}
#daily-secret-250414 .section-title__sub.white {
    color: #FFF;
}
#daily-secret-250414 .section-title__h2.black {
    color: #222222;
    font-weight: 700;
}
#daily-secret-250414 .section-title__sub.black {
    color: #222222;
}
#daily-secret-250414 .section-title__h2.blue {
    color: #01489b;
    font-weight: 700;
}
#daily-secret-250414 .section-title__h2.blue {
    color: #01489b;
    font-weight: 700;
}
/* 黒リンクボタン */
#daily-secret-250414 .link-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
#daily-secret-250414 .link-btn .btn {
    position: relative;
    display: inline-block;
    background-color: #222;
    color: #FFF;
    box-sizing: border-box;
    border: 2px solid #222;
    padding: .8em 1em;
    width: 85%;
    max-width: 700px;
    text-align: center;
    border-radius: 5px;
    transition: .3s;
}
#daily-secret-250414 .link-btn .btn::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .4em;
    height: .4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}
/* hover */
#daily-secret-250414 .link-btn .btn:hover {
    opacity: 1;
    color: #222 !important;
    background-color: #FFF;
    border: 2px solid #222;
}
#daily-secret-250414 .link-btn .btn:hover::after {
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}


/*==============================================
 看板 ここから
================================================*/
#daily-secret-250414 .kanban {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}
/*==============================================
 看板 ここまで
================================================*/


/*==============================================
詳細はこちら ここから
================================================*/
#daily-secret-250414 #shosai {
    width: 100%;
    background-color: #222;
    position: relative;
}
#daily-secret-250414 #shosai .col_1-btn {
    padding: 4% 5% 2%;
    text-align: center;
}
#daily-secret-250414 #shosai .col_1-btn .main-btn {
    background-color: #222;
    border-radius: 10px;
    border: 6px solid #222;
    box-shadow: 8px 8px 10px 0px rgb(3 21 47 / 59%);
}
#daily-secret-250414 #shosai .col_1-btn .main-btn button {
    position: relative;
    width: 100%;
    padding: 3%;
    margin: 0 auto;
    font-size: 22px;
    color: #222;
    font-weight: bold;
}
#daily-secret-250414 #shosai .col_1-btn .main-btn .text-area {
    display: none;
    margin: 0 2% 2%;
    background-color: #fff;
}
#daily-secret-250414 #shosai .col_1-btn .main-btn .text-area .main-text {
    padding: 3%;
}
#daily-secret-250414 #shosai .col_1-btn .main-btn .text-area h4 {
    font-size: 1.3em;
    border-bottom: 1px solid;
    padding-bottom: .2em;
    margin-bottom: .2em;
    color: #352726;
    text-align: left;
}
#daily-secret-250414 #shosai .col_1-btn .main-btn .text-area p {
    font-size: 1em;
    text-align: left;
    margin-bottom: 1em;
    line-height: 1.7em;
}
#daily-secret-250414 #shosai .col_1-btn .main-btn button::before,
#daily-secret-250414 #shosai .col_1-btn .main-btn button::after {
  position: absolute;
  top: 50%;
  right: 5%;
  display: inline-block;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #222;
}
#daily-secret-250414 #shosai .col_1-btn .main-btn button::after {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
#daily-secret-250414 #shosai .col_1-btn .main-btn button.is-open::after {
  transform: rotate(0deg);
}
#daily-secret-250414 #shosai .col_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
/*==============================================
詳細はこちら ここまで
================================================*/


/*==============================================
エントリー ここから
================================================*/
#daily-secret-250414 #entry {
    width: 100%;
    background-color: #222;
    position: relative;
}
#daily-secret-250414 #entry .col_1-btn {
    padding: 2% 5%;
    text-align: center;
}
#daily-secret-250414 #entry .col_1-btn::before {
    content: "エントリーする";
    position: absolute;
    color: #fff;
    font-size: 1.5em;
    right: 0;
    left: 0;
    top: 37%;
    pointer-events: none;
}
#daily-secret-250414 #entry .col_1-btn .main-btn {
    background-color: #e50012;
    border-radius: 10px;
    border: 6px solid #222;
    box-shadow: 8px 8px 10px 0px rgb(3 21 47 / 59%);
}
#daily-secret-250414 #entry .col_1-btn .main-btn a {
    padding: 5%;
    margin: 0 auto;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
#daily-secret-250414 #entry .col_1-btn .main-btn a:hover {
    color: #fff!important;
}
/* エントリー後 */
#daily-secret-250414 #entry .col_1-btn.clear::after {
    content: "";
    position: absolute;
    background: #222222ba;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#daily-secret-250414 #entry .col_1-btn.clear::before {
    content: "エントリー済みです";
    position: absolute;
    color: #fff;
    font-size: 1.5em;
    right: 0;
    left: 0;
    top: 37%;
}
/*==============================================
エントリー ここまで
================================================*/


/*==============================================
ナビゲーション ここから
================================================*/
#daily-secret-250414 #nav {
    position: fixed;
    z-index: 10;
    bottom: 0%;
    right: 0%;
    height: 100vh;
}
#daily-secret-250414 #nav.panelactive{
    width: 100%;
}
#daily-secret-250414 #nav .gray-back{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #5656566b;
}
#daily-secret-250414 #nav .gray-back.active{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#daily-secret-250414 #nav .g-nav{
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: calc((100vw - 768px) / 2);
    height: calc(100vh - 141px);
    display: flex;
    align-items: center;
    transition: .55s;
    border-radius: 0 0 5px 5px;
    z-index: 5;
}
#daily-secret-250414 #nav .nav-title {
    position: relative;
    width: 100%;
}
#daily-secret-250414 #nav .g-nav-list .title{
    width: 80%;
    max-width: 240px;
    margin: 0 auto 2%;
}
#daily-secret-250414 #nav .g-nav-list .g-nav-link{
    color: #FFF;
    text-align: center;
    width: 100%;
    max-width: 300px;
}
#daily-secret-250414 #nav .g-nav-list .g-nav-link a{
    padding: 1em 0;
    color: #fff;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #fff;
}
#daily-secret-250414 #nav .g-nav-list .g-nav-link a::after {
    transform: translateY(0.05em) rotate(-45deg);
    margin-left: 2%;
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}
#daily-secret-250414 #nav .g-nav-list .nav-img{
    position: absolute;
    bottom: .1px;
    right: .1px;
    width: 32%;
    animation: hyoko 1s .4s both ease-in-out;
    display: block;
}

#daily-secret-250414 #nav .g-nav.panelactive{
    top: 0;
    transform: translateY(0%);
}

/*ナビゲーションの縦スクロール*/
#daily-secret-250414 #nav .g-nav .g-nav-list{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
/*==============================================
ナビゲーション ここまで
================================================*/



/*==============================================
予告 ここから
================================================*/
#daily-secret-250414 .black_area {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 80%);
    color: #fff;
    font-size: 4em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
#daily-secret-250414 .black_area::after {
    content: "開催までお待ちください";
    position: absolute;
    color: #fff;
    font-size: .6em;
    z-index: 2;
    right: 0;
    left: 0;
    text-align: center;
    top: 8%;
}
/*==============================================
予告 ここまで
================================================*/


/*==============================================
カテゴリ ここから
================================================*/
#daily-secret-250414 #category .swiper-slide {
    width: 30%;
}
#daily-secret-250414 #category {
    width: 100%;
    background-color: #222;
    position: relative;
}
#daily-secret-250414 #category .item ul {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
row-gap: 10px;
}
#daily-secret-250414 #category .tab-wrap  {
    padding: 0 5% 3%;
}
#daily-secret-250414 #category .al {
padding: 0;
}
#daily-secret-250414 #category .item .swiper-container {
padding-bottom: 5px;
}
#daily-secret-250414 #category .item ul li {
margin: 0 5px;
}
#daily-secret-250414 #category .item ul li .p_name {
color: #fff;
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
margin: 0 auto 5px;
}
#daily-secret-250414 #category .item li dd.p_wish {
margin: 5px 0;
/* height: 25px; */
letter-spacing: 0;
}
#daily-secret-250414 #category .item li dd .wish {
float: right;
position: relative;
right: 0;
top: 0;
cursor: pointer;
width: 24px;
height: 24px;
}
#daily-secret-250414 #category .action-wish:before {
    color: #fff;
}
#daily-secret-250414 #category .item li .icon .p_icon {
display: none;
}
#daily-secret-250414 #category .item li .icon span img {
width: calc(100% / 3 - 2px);
}
#daily-secret-250414 #category .item div.price-icons {
display: flex;
flex-wrap: wrap;
gap: 5px;
margin-bottom: 5px;
}
#daily-secret-250414 #category .item .sale {
color: #e50012;
}
#daily-secret-250414 #category .item .m_price {
font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
font-size: 1.7em;
font-weight: 700;
color: #e50012;
}
#daily-secret-250414 #category .item .intax {
color: #e50012;
}
#daily-secret-250414 #category .item span.m_price_grid {
background: #383838;
color: #fff;
padding: 0 6px;
font-size: 0.7em;
display: table-cell;
}
#daily-secret-250414 #category .item .sale span.m_price_grid {
background: #e50012;
display: inline-flex;
align-items: center;
}
#daily-secret-250414 #category .item .price_comment {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 2px;
font-size: 15px;
}
#daily-secret-250414 #category .item .teiki_price {
color: #D5570B;
border: 1px solid #D5570B;
}
#daily-secret-250414 #category .item .price_comment * {
line-height: 1;
padding: 3px 5px;
}
#daily-secret-250414 #category .btn-black {
margin: 20px 0 20px;
}
#daily-secret-250414 #category .color1 .btn-black a {
background-color: #dc1d22;
border: 2px solid #dc1d22;
width: 80%;
padding: 12px 0;
font-size: 20px;
}
#daily-secret-250414 #category .color1 .btn-black a:hover {
background-color: #fff;
border: 2px solid #dc1d22;
color: #dc1d22;
width: 80%;
}
#daily-secret-250414 #category .color1 .btn-black::after {
font-family: "Material Icons";
color: #fff;
font-size: 2rem;
position: absolute;
content: "expand_more";
transform: rotate(-90deg);
transition: 0.3s all;
right: 36%;
margin: 18px auto 0;
}
#daily-secret-250414 #category .color1 .btn-black:hover::after  {
color: #dc1d22;
right: 34%;
margin: 17px auto 0;
}
/* item 価格下アイコン */
#daily-secret-250414 #category .item .price-icons .m_price_grid{
width: calc(100% / 3 - 15px);
text-align: center;
font-size: 13px;
}
#daily-secret-250414 #category .item .price-icons .sale{
background-color: #e50012;
color: #fff;
}
#daily-secret-250414 #category .item .price-icons .medama{
background-color: #f1da3e;
color: #bd1e18;
}
#daily-secret-250414 #category .item .price-icons .coupon_i{
background-color: #1051c9;
color: #fff;
}
#daily-secret-250414 #category .item .price-icons .pointup{
background-color: #a6a40e;
color: #fff;
}
#daily-secret-250414 #category .item .price-icons .outlet{
background-color: #e50012;
color: #fff;
}
#daily-secret-250414 #category .tab-wrap > ul.tab-btn_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    background: #ebebeb;
    margin: 0;
}
#daily-secret-250414 #category .tab-btn {
    padding: 10px 0;
    text-align: center;
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#daily-secret-250414 #category .tab-btn.show {
    background: #e50012;
    color: #fff;
    position: relative;
    font-size: 18px;
}
#daily-secret-250414 #category .tab-btn.show::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 47%;
    border: transparent solid 8px;
    border-top: solid #e50012 11px;
}
#daily-secret-250414 #category .tab-contents {
    display: none;
}
#daily-secret-250414 #category .tab-contents.show {
    display: block;
    padding:  25px 0;
}
/* ボタン削除 */
#daily-secret-250414 #category .btn-black {
    display: none;
}
/*------------------------------------------
■ボタン
------------------------------------------*/
#daily-secret-250414 #category .btn_cotegory {
width: 600px;
display: block;
margin: 0 auto;
padding: 10px 0;
box-sizing: border-box;
text-align:center;
border: 2px solid #fff;
background-color: #fff;
color: #222;
transition: .3s;
border-radius: 10px;
position: relative;
font-size: 20px;
}
#daily-secret-250414 #category .btn_cotegory:hover{
background-color: #222;
border: 2px solid #fff;
color: #fff;
}
#daily-secret-250414 #category .btn_cotegory:hover::after{
border-right: solid 3px #fff;
border-bottom: solid 3px #fff;
right: 7%;
}
#daily-secret-250414 #category .h2p{
padding: 20px 0 20px 0;
}
#daily-secret-250414 #category .btn_cotegory::after {
position: absolute;
bottom: calc(50% - 5px);
right: 10%;
width: 9px;
height: 9px;
border-right: solid 3px #222;
border-bottom: solid 3px #222;
transform: rotate(-45deg);
transition: 0.5s all;
content: "";
}
/*==============================================
カテゴリ ここまで
================================================*/


/*==============================================
セール ここから
================================================*/
#daily-secret-250414 #sale-item {
    width: 100%;
    background-color: #222;
    position: relative;
}
#daily-secret-250414 #sale-item .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;    
    padding: 0% 5% 5%;
}
#sale-item {
    margin: auto;
}
#sale-item .box_base{
    padding: 1% 0 5%;
}
#sale-item .text_box {
    padding-bottom: 3%;
}
#sale-item img {
    max-width: 90%;
    padding: 5% 5% 0;
    display: block;
}
#sale-item .swiper-slide {
width: 35%;
}
.sample-slider .swiper-wrapper{
display: flex;
align-items: center;
}
#sale-item .item_box {
background-color: #ffffff;
border-radius: 10px;
box-shadow: 8px 8px 10px 0px rgb(3 21 47 / 59%);
}
#sale-item > ul.col_1 .item_box a{
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
padding: 10px 0 10px 10px;
}

#sale-item .text_box .item_name{
font-size: 1rem;
text-align:center;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
line-height: 21px;
color: #222222;
}

#sale-item  ul.box_base .text_box .item_sale {
background-color: #e90416;
font-size: 1rem;
text-align: center;
color:#fff;
margin: 0 auto;
text-align: center;
padding: 3px 0;
}
#sale-item  ul.box_base .text_box .item_sale_big {
background-color: #e90416;
font-size: 1rem;
text-align: center;
color:#fff;
margin: 0 auto;
text-align: center;
padding: 3px 0;
height: 40px;
line-height: 25px;
display: flex;
justify-content: center;
align-items: center;
}
#sale-item .text_box .item_nprice {
text-align: center;
font-size: 1rem;
color: #7e7e7e;
margin: 1% 0 0;
}
#sale-item .text_box .item_nprice span {
padding-left: .2rem;
text-decoration: line-through;
font-size: 1.2rem;
}
#sale-item .text_box .item_cprice {
text-align: center;
font-size: 1.2rem;
color: #ea0012 !important;
display: flex;
justify-content: center;
align-items: flex-end;
}
#sale-item .text_box .item_cprice .price{
font-size: 2.3rem;
color: #ea0012 !important;
line-height: 1;
font-family: Lato;
font-weight: 700;
padding-left: .5rem;
}
#sale-item .text_box .item_cprice_n {
text-align: center;
font-size: 1.2rem;
color: #ea0012 !important;
display: flex;
justify-content: center;
align-items: flex-end;
}
#sale-item .text_box .item_cprice_n .price{
font-size: 2.5rem;
color: #ea0012 !important;
line-height: 1;
font-family: Lato;
font-weight: 700;
padding-left: .5rem;
padding: 7.5% 0 3.5%;
}
#sale-item .text_box .item_price .spesicalprice,#sale-item .text_box .buy_price>ul .intax{
display:none;
}
#sale-item .text_box .item_btn{
background-color: #222222;
color: #ffffff;
width: 75%;
margin: .5rem auto 0;
text-align: center;
border-radius: 50px;
padding: .3rem 0;
position: relative;
}
#sale-item .text_box .item_btn::after {
content: '';
display: inline-block;
position: absolute;
top: 47%;
width: 6px;
height: 6px;
border-top: solid 2px #ffffff;
border-right: solid 2px #ffffff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: -3px 0 0 3px;
right: 11%;
transition:.3s;
}
#sale-item .btn a::after {
content: '';
display: inline-block;
position: absolute;
top: 48%;
width: 10px;
height: 10px;
border-top: solid 3px #222;
border-right: solid 3px #222;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: -3px 0 0 3px;
right: 5%;
transition:.3s;
}
#sale-item .text_box .item_btn:hover::after {
right: 9%;
transition:.3s;
}

#sale-item > ul li {
border-radius: 10px;
}
#sale-item > ul li a {
font-size: 1rem;
color: #222222;;
}
#sale-item > ul li a span {
font-weight: 900;
font-size: 1.2rem;
}
#sale-item > ul .item_box a{
display: grid;
align-items: center;
padding: 10px;
}


#sale-item .btn {
position: relative;
background-color: #fff;
width: 60%;
margin: .5rem auto;
text-align: center;
padding: .5rem;
border-radius: 50px;
color: #222;
border:solid 1px ;
}

#sale-item .btn a{
font-size: 1.2rem;
}

#sale-item #countdownArea.countdown {
text-align: center;
font-size: 1.5rem;
}

#sale-item .sub_text {
text-align: center;
font-size: 1.2rem;
background-color: #25211e;
padding: .3rem;
color: #ffffff;
}

#sale-item .sub_text2 {
text-align: center;
color: #ffffff;
font-size: 1.3rem;
}

/* カテゴリボタン */
#sale-item .ct_btn {
display: flex;
align-items: center;
justify-content: center;

padding: 1.2rem 0 .8rem;
}
#sale-item .ct_btn a {
position: relative;
text-align: center;
width: 80%;
font-size: 1.3rem;
font-weight: 700;
padding: 10px 0;
text-decoration: none;
color: #222;
border-radius: 50px;
margin: 0 1rem;
background: #fff;
border: 3px solid #fff;
}
#sale-item .ct_btn a:hover {
background: #222;
color: #fff!important;;
}
#sale-item .ct_btn a::after {
position: absolute;
bottom: calc(50% - 5px);
right: 10%;
width: 9px;
height: 9px;
border-right: solid 3px #222;
border-bottom: solid 3px #222;
transform: rotate(-45deg);
transition: 0.5s all;
content: "";
}
#sale-item .ct_btn a:hover::after {
position: absolute;
bottom: calc(50% - 5px);
right: 8%;
width: 9px;
height: 9px;
border-right: solid 3px #fff;
border-bottom: solid 3px #fff;
transform: rotate(-45deg);
transition: 0.5s all;
content: "";
}
/*==============================================
セール ここまで
================================================*/


/*==============================================
スライダーレイアウト変更 ここから
================================================*/
#daily-secret-250414 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-color: rgb(255, 255, 255, .5);
    border: 2px solid #333333;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 40%;
}
#daily-secret-250414 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-color: rgb(255, 255, 255, .5);
    border: 2px solid #333333;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 40%;
}
#daily-secret-250414 .swiper-wrapper~.swiper-pagination-bullets {
    text-align: center;
    padding-bottom: 0;
}
#daily-secret-250414 .swiper-wrapper~.swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: unset;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    background-color: #9c9c9c;
    opacity: .2;
    border-radius: 50%;
}
#daily-secret-250414 .swiper-wrapper~.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}
/*==============================================
スライダーレイアウト変更 ここまで
================================================*/
