img{
    width: 100%;
    max-width:none;
}
/*topics*/
.topics-content-inner{
    padding: 0 5%;
}
.topics-content-inner-detail{
    padding: 0 5%;
    margin:0;
}
.topics-content-inner-detail .topics-content-head{
    padding: 0;
}
.topics-title{
    margin: 7px 0 0 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
}
.topics-date{
    color: #ccc;
    text-align: right;
}
.topics-title-inner.heading{
    text-align: left;
    font-weight: bold;
}
.topics-title-inner.date{
    text-align: right;
    font-size: 14px;
}
.topics-sub-title{
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.topics-sub-title .topics-sub-title-inner{
    list-style: none;
}
.topics-content-inner-detail .topics-message{
    padding: 14px 0;
}
.cms_std_row{
    padding: 14px 0;
}
.topics-message .-content-inner {
    text-align: center;
}
.topics-modal.button{
    width: 100%;
}
.kiruto-btn{
    display: block;
    text-align: center;
}
.cancel-segment.btn{
    width: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.cancel-segment.btn .btn-inner{
    width: 100%;
    text-align: center;
    color: #fff;
    background: #45B035;
    border: none;
    padding: 10px 0;
    font-size: 16px;
}
.topic-segment.modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*border: 1px solid #e84d67;*/
    border-radius: 10px;
    width: 280px;
    height: 317px;
    box-sizing: border-box;
    background: #fff;
    display: none;
    box-shadow: 5px 5px 0 0 #808080;
}
.topic-segment.modal.active{
    display: block;
}
.topic-segment.modal .modal-content.message{
    padding: 20px 0;
    text-align: center;
}
.topic-segment.modal .modal-content.message .heading{
    font-weight: bold;
    color: #e84d67;
    margin-bottom: 10px;
}
.topic-segment.modal .modal-inner.btn{
    width: 85%;
    margin: 0 auto 25px auto;
}
.topic-segment.modal .modal-inner.btn .btn-inner{
    width: 100%;
    color: #fff;
    padding: 10px 0;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
}
.topic-segment.modal .modal-inner.btn .btn-inner.confirm{
    background: #e84d67;
}
.topic-segment.modal .modal-inner.btn .btn-inner.cancel{
    background: #595757;
}
.topic-segment.modal .modal.close{
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 26px;
    margin-right: 10px;
    margin-top: 10px;
}


/*notice*/
.notice-content-inner{
    padding: 0 5%;
}
.notice-content-inner-detail{
    padding: 0;
}
.notice-head{
    padding: 0 0 10px;
    border-bottom:1px solid #ccc;
}
.notice-contents-detail .notice-head{
    padding: 0 0 10px;
    border-bottom:1px solid #ccc;
}
.notice-content-inner-detail .notice-content-body{
    padding: 14px 5%;
}
.notice-date{
    color: #ccc;
    text-align: right;
}
.notice-message{
    margin-bottom: 15px;
}
.notice-content-inner-detail .notice-contents-head{
    padding: 0 5%;
}

/*coupon*/
.coupon.contents{
    margin: 0;
    position: relative;
}
.coupon-content-inner{
    padding: 0 5%;
}
.coupon-content-inner-detail{
    padding: 0;
}
.coupon-content-inner-detail .coupon-content-head{
    padding: 0 5%;
}
.coupon-content-inner-detail .coupon-content-body{
    padding: 0 5%;
}
.coupon-content-head-inner{
    border-bottom: 1px solid #333;
}
.coupon.coupon-contents-detail{
    margin: 0;
    position: relative;
}
.coupon-date{
    color: #ccc;
    text-align: right;
}
.coupon-content.main-img{
    text-align: center;
}
.coupon-content-inner-detail .coupon-content.main-img{
    padding: 0 5%;
}
.coupon.used .coupon-content.main-img{
    position: relative;
}
.coupon.used .coupon-content.main-img .-c_title-center>img{
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
    animation: coupon_filter .6s linear both;
    background: #ffffff;
}
.net-shop_coupon-code{
    color: black;
    padding: 20px 0;
    background: #FBF7E1;
    text-align: center;
    font-weight: bold;
}
.net-shop_coupon-code .code_inner{
    margin-bottom: 10px;
}
.net-shop_coupon-code .code_num{
    font-size: 36px;
    font-weight: bold;
}
.net-shop_coupon-code .btn-inner_copy{
    color: #fff;
    background: #004DA0;
    text-align: center;
    border: none;
    padding: 2px 5px;
    font-size: 12px;
}
.kmile-shop_coupon-code{
    margin: 0 0 20px 0;
    padding: 20px 0;
    background: #FAE0F7;
    text-align: center;
    font-weight: bold;
}
/*-------------ダークモード対応------------------*/
@media (prefers-color-scheme: dark) {
    .kmile-shop_coupon-code{
        margin: 0 0 20px 0;
        padding: 20px 0;
        background: #443142;
        text-align: center;
        font-weight: bold;
    }
}
.kmile-shop_coupon-code .code_inner{
    margin-bottom: 10px;
}
.kmile-shop_coupon-code .code_num{
    font-size: 36px;
    font-weight: bold;
}
.coupon.used .coupon-content.main-img .-coupon-used{
    position: absolute;
    top: 70%;
    left: 50%;
    transform:translate(-50%,-50%);
    font-weight: bold;
    color: #FFF;
    z-index: 100;
}
.coupon.used .coupon-content.main-img .check-mark{
    position: absolute;
    top: 40%;
    left: 50%;
    transform:translate(-50%,-50%);
    font-size: 0;
}
.coupon.used .coupon-content.main-img .check-mark span{
    position: relative;
    display: inline-block;
}
.coupon.used .coupon-content.main-img .check-mark span:before{
    content: '';
    position: absolute;
    display: block;
    bottom: 10px;
    left: -30px;
    width: 12px;
    height: 40px;
    border-radius: 15px;
    background-color: #fff;
    transform-origin: center bottom;
    transform: translateX(-50%) scaleX(-1) rotate(-135deg);
    animation: check_anim .2s linear both;
}
.coupon.used .coupon-content.main-img .check-mark span:after{
    content: '';
    position: absolute;
    display: block;
    bottom: -15px;
    left: -7px;
    width: 12px;
    height: 75px;
    border-radius: 15px;
    background-color: #fff;
    transform-origin: center bottom;
    transform: translateX(-50%) rotate(45deg);
    animation: check_anim .1s .1s linear both;
}
@keyframes check_anim{
    from{
        height: 0;
    }
}
@keyframes coupon_filter{
    from{
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
    }
}

.coupon-period{
    display: block;
    width: 200px;
    padding: 1px 10px;
    font-weight: bold;
    text-align:center;
    color: #ffffff;
    background-color: #ff0000;
    border-radius: 4px;
    border: solid 1px #CDCDCD;
}

.coupon-expired{
    display: block;
    width: 200px;
    padding: 1px 10px;
    font-weight: bold;
    text-align:center;
    color: #ffffff;
    background-color: #000000;
    border-radius: 4px;
    border: solid 1px #CDCDCD;
}
.coupon-content-inner-detail .coupon-content.message{
    padding: 14px 0;
}
.coupon-content.message .message-content{
    padding: 5px 0;
}
.coupon-content.message .message-content-inner{
    display: inline-block;
    background: #fff100;
    font-size: 16px;
    padding: 4px 10px;
}
.use-coupon.btn{
    width: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.use-coupon.btn .btn-inner{
    width: 100%;
    text-align: center;
    color: #fff;
    background: #004DA0;
    border: none;
    padding: 10px 0;
    font-size: 16px;
}
.use-coupon.used.btn .btn-inner{
    color: #fff;
    background: #c9caca;
    font-size: 16px;
}
.coupon.modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*border: 1px solid #e84d67;*/
    border-radius: 10px;
    width: 280px;
    height: 317px;
    box-sizing: border-box;
    background: #fff;
    display: none;
    box-shadow: 5px 5px 0 0 #808080;
}
.coupon.modal.active{
    display: block;
}
.coupon.modal .modal-content.message{
    padding: 20px 0;
    text-align: center;
}
.coupon.modal .modal-content.message .heading{
    font-weight: bold;
    color: #e84d67;
    margin-bottom: 10px;
}
.coupon.modal .modal-inner.btn{
    width: 85%;
    margin: 0 auto 25px auto;
}
.coupon.modal .modal-inner.btn .btn-inner{
    width: 100%;
    color: #fff;
    padding: 10px 0;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
}
.coupon.modal .modal-inner.btn .btn-inner.confirm{
    background: #e84d67;
}
.coupon.modal .modal-inner.btn .btn-inner.cancel{
    background: #595757;
}

.coupon.modal .modal.close{
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 26px;
    margin-right: 10px;
    margin-top: 10px;
}
.yt-video{
    position:relative;
    width:100%;
    margin:10px auto;
    padding-top:60%;
    border-top: 12px solid;
    border-bottom: 12px solid;
}
.yt-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.new-icon{
    font-size: 0;
}
.mile-icon{
    display: inline-block;
    margin-top: 10px;
}
.coupon-icon{
    display: inline-block;
    margin-top: 10px;
}
.shop-icon{
    font-size: 0;
}
.new_icon-img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25%;
}
.mile_icon-img{
    display: inline-block;
    background-size: cover;
    width: 130px;
    height:40px;
}
.mile_icon-text{
    position: absolute;
    color: white;
    font-size: 17px;
    margin-top: .1rem; 
    margin-left: .5rem;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}
.coupon_icon-img{
    display: inline-block;
    background-size: cover;
    width: 102px;
    height:40px;
    margin-left: .2rem;
}
.shop_icon-img{
    width: 25px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px;
}
.cms_dtl_col sub {
    vertical-align: sub;
}
.cms_dtl_col sup {
    vertical-align: super;
}
.cms_dtl_col em {
    font-style: italic;
}
.row {
    margin-right: initial;
    margin-left: initial;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col{
    padding-right: initial;
    padding-left: initial;
}
.cms_dtl_row ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.cms_dtl_row ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
