@charset "UTF-8";
/* ============================================ 
m/top 用
/* ============================================ */

/* ===== サブ　ナビ===== */

@media only screen and (max-width: 376px) {
.mtop_sub_nav{
margin:0px 0px 24px;
display: flex;
justify-content: space-between;
}
}


@media only screen and (min-width: 377px) {
.mtop_sub_nav{
margin:0px 0px 24px;
display: flex;
justify-content: space-between;
}
}


.mtop_sub_nav img{
max-width:48px;
}

.mtop_sub_nav {
text-align: center;
background: #FFECE9;
padding:5px 0;  
}

.mtop_sub_nav span{
width:6em;
font-size: 11px;
text-align: center;
display: block;
color: #3678A5;  
}

@media only screen and (max-width: 320px) {
.mtop_sub_nav span{
width:7em;
font-size: 9px !important;
text-align: center;
display: block; }
}
@media only screen and (min-width: 321px) {
.mtop_sub_nav span{
width:6em;
font-size: 11px;
text-align: center;
display: block; }
}


/* ===== サブ　ナビ===== */

.rank_1,.rank_2,.rank_3{
position: relative;

}

.rank_1::before{
position: absolute;
left: -8px;
top: -8px;
content: '';
display: inline-block;
background: url(/image/mtop/ranking_1.sp.480.png);  
width:25px;
height:25px;
background-size: contain;
vertical-align: middle;
}
.rank_2::before{
position: absolute;
left: -8px;
top: -8px;
content: '';
display: inline-block;
background: url(/image/mtop/ranking_2.sp.480.png);  
width:25px;
height:25px;
background-size: contain;
vertical-align: middle;
}

.rank_3::before{
position: absolute;
left: -8px;
top: -8px;
content: '';
display: inline-block;
background: url(/image/mtop/ranking_3.sp.480.png);  
width:25px;
height:25px;
background-size: contain;
vertical-align: middle;
}

/* =============== 日運=============== */



#slick-dates{
width: 100%;
margin:auto;
padding:10px 10px 16px;
font-weight: bold;
font-size: 26px;
line-height: 1;
/*font-family: 'Oswald', sans-serif !important;*/
}

/*
#slick-dates span{  
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 1;
}
*/
 span.unsei_daily_date{
    display: inline-block;
margin:auto;  
font-weight: 700;
font-size: 24px;
line-height: 35px;
text-align: center;
letter-spacing: 0.1em;
}



.daybox_border{
margin-top:-16px;
/*   background: #FFFFFF;
border: 3px solid #C9E8E4;
box-sizing: border-box;
border-radius: 6px;
padding:25px 23px; */
}

.daybox_test{
font-weight: 400;
font-size: 15px;
line-height: 24px;
}

.day_btn_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
font-weight: bold;
font-size: 14px;
}


.day_btn_box div{
padding-top:16px;}


.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity:  1; }


/* 
.slick-prev{
width: 36px;
height: 36px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #C8ECDA;
}


.slick-prev:before {
position: absolute;
top: 40%;
display: block;
content: "";
right: 10px;
width: 7px;
height: 7px;
border-right: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
-webkit-transform: rotate(135deg);

}

.slick-next{
width: 36px;
height: 36px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #C8ECDA;
}


.slick-next:before {
position: absolute;
top: 40%;
display: block;
content: "";
right: 15px;
width: 7px;
height: 7px;
border-right: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
-webkit-transform: rotate(-45deg);

}
*/

.slick-prev, .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 24px;
height: 24px;
padding: 0;
margin-top: -10px\9;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}    




/* ==== 戻る　ボタン ===== */

/* 
.slick-prev:hover, .slick-prev:focus{
width: 24px;
height: 24px;
background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/btn_left_off.sp.480.png);
background-size: cover;
background-position: center;
background-color: #ffffff;
} 



.slick-prev {
width: 24px;
height: 24px;
background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/btn_left_on.sp.480.png);
background-size: cover;
background-position: center;
background-color: #ffffff;
}


.slick-prev.slick-disabled {
    position: absolute;
    opacity: 1;
display: none; 
width: 24px;
height: 24px;
    left: 0px;
    top: 50%;
    z-index: 10;
background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/btn_left_off.sp.480.png);
background-size: cover;
background-position: center;
    background-color: #ffffff;
    background-position: center;
}
*/

/* ==== 次へ　ボタン ===== */
 /*
.slick-next:hover, .slick-next:focus {
width: 24px;
height: 24px;
background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/btn_right_off.sp.480.png);
background-size: cover;
background-position: center;
background-color: #ffffff; }


.slick-next {
width: 24px;
height: 24px;
background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/btn_right_on.sp.480.png);
background-size: cover;
background-position: center;
background-color: #ffffff;
}


.slick-next.slick-disabled {
    position: absolute;
    opacity: 1;
width: 24px;
height: 24px;
right: 0px;
    top: 50%;
    z-index: 10;
background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/btn_right_off.sp.480.png);
background-size: cover;
background-position: center;
    background-color: #ffffff;
    background-position: center;
}
*/

#slick-dates {
text-align: center;
}



#slick-dates { text-align: center }
.radiobutton {
display: none;
}


/* ==== タブ部分 ===== */

.day_btn_box label {
font-style: normal;
font-weight: 350;
font-size: 15px;
line-height: 22px;
color: #2D2D2D;
border-bottom:solid 1px #D1D1D1;
display: block;
text-align:center;
width: 17%;
height: 45px;
margin: 0 4px 20px 4px!important;
transform: scale(1,1);
transition: all 150ms ease;
}

.radiobutton:checked + label {
color: #EB7666;
border-bottom:solid 2px #EB7666;
display: block;
height: 45px;
/*margin: 0 4px 20px 4px!important;*/
transform: scale(1,1);
transition: all 150ms ease;
font-weight: 900;
font-size: 15px;
line-height: 22px;  
}

.day_btn_box .rdbtn-1{
margin: 0px 0px 20px 0px !important;
width:22.2222%;
min-width:70px;  
}

.day_btn_box .rdbtn-2,.day_btn_box .rdbtn-3,.day_btn_box .rdbtn-4{
margin: 0 0px 20px 0px!important;
width:12.698%;
min-width:40px;    
}

.day_btn_box .rdbtn-5{
margin: 0px 0px 20px 0px !important;
width:12.698%;
min-width:40px;     
}

/* ==== タブ部分　320pxの時　位置調節 ===== */

@media screen and (max-width: 320px) {
.day_btn_box label{
margin: 0 4px 20px 4px!important;
width: 46px;
}

.day_btn_box .rdbtn-1{
margin: 0px 4px 20px 0px !important;
}

.day_btn_box .rdbtn-5{
margin: 0px 0px 20px 4px !important;
}

.day_btn_box .rdbtn-2,.day_btn_box .rdbtn-3,.day_btn_box .rdbtn-4,{
margin: 0 4px 20px 4px!important;
}  
  
/*  
.radiobutton:checked + label {
margin: 0 4px 20px 4px!important;
width: 46px;*/

}
}

/* ==== タブ部分　320pxの時　位置調節 ===== */

.green_btn_day {
width: 100%;
font-weight: bold;
font-size: 14px !important;
line-height: 21px;
min-height: 40px;
background: #c9e8e4;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
border-radius: 2px;
border: none !important;
margin-bottom: 10px;
text-align: center;
}

.botton_box_day a {
box-sizing: border-box;
/* width: 100%; */
text-decoration: none;
text-align: center;
min-height: 40px;
display: flex;
justify-content: center;
align-items: center;
}


.fl_box_between .green_btn_day{
box-sizing: border-box;
width:31%}


.fl_box_between .green_btn_day a{
margin:3px;
border:solid 1px #ffffff;}


.fl_box_between{
display: flex;
justify-content:space-between;
}


@media screen and (max-width: 320px) {
.fl_box_between .green_btn_day{
box-sizing: border-box;
font-size: 12px !important;
}
}

.slick-prev {
left: 0px;
z-index: 30; 
}  

.slick-next {
right: 0px;
z-index: 31;   
}  

/* =============== 日運=============== */

/* ===== カテゴリ名　＃並び===== */
.category_list_mtop{
}

.category_list_mtop li{
display: inline-block;
margin-top:12px;
padding-bottom:4px;
margin-right:16px;
border-bottom: 1px solid #1D1D1D;  
}


/* ===== カテゴリ名　＃並び===== */







/* 2022630追加　 バナー　きらりんの指定　*/

.reflection-img{
    width: auto;
/*    height      :100%;*/
      height      :auto;
    position    :relative;
    overflow    :hidden;
}
 /* 
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
 */
/* バナー　光が強い方のアニメーション指定
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
　*/

/* 2022630追加　 バナー　きらりんの指定　*/

/* ===== コーナー見出し 小　半円　===== */ 
h3.sub_title_mtop{
text-align: center;
font-weight: 700;
font-size: 19px;
line-height: 22px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-family:'Noto Sans JP', sans-serif;
color:#EEEEEE;
}

h3.sub_title_mtop::before{
margin-right:16px; 
content: '';
display: inline-block;
background: url(/image/mtop/midashi_1_left.sp.480.png);  
width:12px;
height:32px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
} 

h3.sub_title_mtop::after{
margin-left: 16px;
content: '';
display: inline-block;
background: url(/image/mtop/midashi_1_right.sp.480.png);  
width:12px;
height:32px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
} 
/* ===== コーナー見出し 小　半円　===== */ 


.btn-primary,.btn-secondary {
/*background: #F9E88F;*/
border: 2px solid #000000;
border-radius: 1px;
font-weight: 500;
font-size: 14px;
line-height: 14px;
    text-align: center;
/*    color: #2D2D2D;*/
  color: #fff;
    height: 36px;
display: flex;
    justify-content: center;
    align-items: center;
}

.btn-block{
margin-top:15px;}


.btn-secondary{
background: #F9E88F;
color: #2D2D2D;  
}


.btn-secondary:visited,.btn-secondary a:link{
box-shadow: none;
    background: #F9E88F;
    border-color:#000000 !important;} 



/* ===== ランキング　===== */ 

.tip_rank_1,.tip_rank_2,.tip_rank_3{
width: 26px !important;
height: 28px !important;

}

.tip_rank_1::before{
content: '';
display: inline-block;
background: url(/image/mtop/ranking_1.sp.480.png);  
width:25px;
height: 28px;
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;  
}
.tip_rank_2::before{
content: '';
display: inline-block;
background: url(/image/mtop/ranking_2.sp.480.png); 
width:25px;
height: 28px;
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;  
}

.tip_rank_3::before{
content: '';
display: inline-block;
background: url(/image/mtop/ranking_3.sp.480.png); 
width:25px;
height: 28px;
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;  
}


/* m/top　タグカテゴリ用 */

.category_block_box a:nth-of-type(2) {
  min-width: 46px;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 5px 5px;
  color: #960a22;
  font-size: 13px;
  box-shadow: 1px 1.7px 4px 0 rgb(0 0 0 / 30%);
  background-color: #fefcf6;
  text-decoration: none;
}


/* m/top　すべて見る */

.kobetsu_page_bnar_top {
  position: relative;
}

.banner__readmore {
  position: absolute;
  bottom: 8px;
  right: 24px;
  width: 80px;
  display: block;
  z-index: 5;
  box-shadow: 0 2px 3px rgb(0 0 0 / 40%);
}

.more_link_kobetsu {
    text-align: right;
    font-size: 13px;
    padding-right: 18px;
    background-image: url(/image/mtop/more.sp.480.png)!important;
    background-position: right;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 16px;
}
