/* Boostrapのフォント削除 */
:root {
    --bs-font-sans-serif: "" !important;
    --bs-body-font-family: Inter, "Noto Sans JP" !important;
}

.main {
    margin: 0 auto;
    max-width: 720px;
    margin-bottom: 80px;
    padding-top: 50px;
}

.main.no-padding-top {
    padding-top: 0;
}

body {
    background-color: rgba(240, 240, 240, 1) !Important;
    font-family: Inter, "Noto Sans JP" !important;
}

.whitey-bg {
    background-color: #FFFFFF;
}

.center {
    margin: 0 auto;
    text-align: center;
}

a {
    text-decoration: none !important;
}

.pc {
    display: block;
}

.pc_inline {
    display: inline-block;
}

.sp,
.sp_inline {
    display: none;
}

@media screen and (max-width: 1200px) {

    .pc,
    .pc_inline {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp_inline {
        display: inline-block;
    }
}

@media screen and (min-width: 1200px) {
    .main {
        width: 1200px;
        max-width: 1200px;
        padding-top: 20px;
    }
}

/*  ヘッダー、フッター
---------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: 4;
    background-color: #fff;
}

.header-container {
    padding:12px;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 720px;
}

/*******************/
.header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.header-userinfo a {
    color: rgba(255, 68, 68, 1);
    transition: all 0.2s 0s ease;
}

.header-userinfo a:hover {
    color: rgba(255, 128, 128, 1);
    transition: all 0.2s 0s ease;
}

.header-userinfo p {
    margin: 0;
    padding: 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: right;
    color: rgba(255, 68, 68, 1);
}

.header-userinfo span {
    display: block;
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 700;
    line-height: 12.1px;
    text-align: right;
    color: #848484;
}

.header-link {
    display: flex;
    gap: 10px;
}

a.header-menu {
    display: flex;
    align-items: center;
}

.footer-menu {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 3;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}

.footer-menu-container {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 34px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 720px;
}

.footer-menu-container img {
    width: auto;
    height: 26px;
}

.footer-menu-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    gap: 3px;
}

.footer-menu-container span {
    font-family: Inter, "Noto Sans JP";
    font-size: 8px;
    font-weight: 400;
    line-height: 9.68px;
    text-align: center;
}

#navbarMenu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 325px;
    height: 100vh;
    z-index: 7;
}

.navbar-menu-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15px;
    overflow-y: scroll;
}

.navbar-slide a {
    display: block;
    width: 100%;
}

.navbar-slide img {
    display: block;
    width: 100%;
}

.navbar-menu th {
    vertical-align: top;
    padding-right: 20px;
    padding-top: 10px;
}

.navbar-menu img {
    width: 22px;
}

.navbar-menu p {
    font-family: Inter, "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    margin: 0;
    padding-top: 10px;
}

.navbar-menu p>span {
    display: block;
    padding-top: 2px;
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 500;
    line-height: 12.1px;
    text-align: left;
    color: #848484;
}

.navbar-menu a {
    color: rgba(0, 0, 0, 1);
}

#navbarMenu .top-sns-list img {
    width: 45px;
}

#navbarMenu .top-sns {
    margin: 20px 0;
}

#navbarMenu .top-sns h3 {
    margin: 0 0 10px 26px;
    padding: 0;
}

#navbarMenu .top-sns h3.top-sns-list-bird-icon>span {
    position: relative;
}

#navbarMenu .top-sns h3.top-sns-list-bird-icon>span::before {
    position: absolute;
    left: -26px;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    content: "";
    background-image: url(../img/icon-bird01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 19px;
}

#navbarMenu .top-sns .top-sns-list a {
    margin: 0 5px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    display: none;
    z-index: 5;
}

.btn-close {
    position: absolute;
    left: -30px;
    top: 0;
    z-index: 7;
}

@media screen and (min-width: 1200px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: fit-content;
        box-shadow: 0px 4px 4px 0px #00000040;
        z-index: 4;
        background-color: #fff;
      }
    

    .header-logo {
        width: 180px;
    }

    .header-container {
        padding: 0 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1200px;
        height: 100%;
    }

    .header-menu-pc {
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #D9D9D9;
    }

    .header-menu-pc a {
        display: block;
        width: 240px;
        font-family: Inter, "Noto Sans JP";
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        color: #000;
        height: 39px;
        transition: all 0.2s 0s ease;
    }

    .header-menu-pc a:hover {
        background-color: rgba(235, 252, 216, 1);
        transition: all 0.2s 0s ease;
    }

    .header-menu-pc a.active {
        background-color: rgba(235, 252, 216, 1);
    }

    .header-menu-pc img {
        height: 20px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .footer-menu {
        display: none;
    }

    .search_container {
        display: block;
        position: relative;
        box-sizing: border-box;
    }

    .search_container input[type="text"] {
        background: #fff;
        font-family: Inter, "Noto Sans JP";
        border: 1px solid rgba(141, 207, 62, 1);
        height: 40px;
        width: 300px;
        padding-left: 5px;
        border-radius: 5px 0 0 5px;
    }

    .search_container input[type="text"]:focus {
        outline: 0;
    }

    .search_container input[type="submit"] {
        position: absolute;
        border: none;
        background: rgba(141, 207, 62, 1);
        color: #fff;
        outline: none;
        width: 50px;
        height: 40px;
        border-radius: 0 5px 5px 0;
        transition: all 0.2s 0s ease;
        cursor: pointer;
    }

    .search_container input[type="submit"]:hover {
        background: rgba(161, 227, 82, 1);
        transition: all 0.2s 0s ease;
        cursor: pointer;
    }

    .search_container::after {
        content: url(../img/icon-search.svg);
        position: absolute;
        top: 50%;
        right: -35px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        z-index: 5;
        height: 23px;
        pointer-events: none;
    }

    .header-userinfo a {
        color: rgba(255, 68, 68, 1);
        transition: all 0.2s 0s ease;
    }

    .header-userinfo a:hover {
        color: rgba(255, 128, 128, 1);
        transition: all 0.2s 0s ease;
    }

    .header-userinfo p {
        font-size: 22px;
        line-height: 26.63px;
    }

    .header-userinfo span {
        font-size: 13px;
        line-height: 15.73px;
    }

    .pc-register {
        font-family: Inter, "Noto Sans JP";
        background: rgba(255, 68, 71, 1);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        padding: 12px 25px;
        font-size: 12px;
        color: #FFF;
        border: none;
        position: relative;
        transition: background-color .2s;
        text-align: center;
        min-width: 100px;
    }

    .pc-register:hover {
        background: rgba(255, 88, 91, 1);
        transition: background-color .2s
    }

    .pc-login {
        font-family: Inter, "Noto Sans JP";
        background: rgba(141, 207, 62, 1);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        padding: 12px 25px;
        font-size: 12px;
        color: #FFF;
        border: none;
        position: relative;
        transition: background-color .2s;
        text-align: center;
        min-width: 100px;
        margin-left: -5px;
    }

    .pc-login:hover {
        background: rgba(161, 227, 82, 1);
        transition: background-color .2s
    }

    .pc-menu {
        font-family: Inter, "Noto Sans JP";
        background: rgba(141, 207, 62, 1);
        display: block;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        padding: 12px 25px 12px 8px;
        font-size: 12px;
        color: #FFF;
        border: none;
        position: relative;
        display: inline-block;
        transition: background-color .2s
    }

    .pc-menu:hover {
        background: rgba(161, 227, 82, 1);
        transition: background-color .2s
    }

    .pc-menu span::before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-bottom: solid 2px #FFF;
        border-right: solid 2px #FFF;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 3px;
        margin: auto;
    }

    .pc-menu-area {
        border: 2px solid rgba(141, 207, 62, 1);
        border-radius: 5px;
        z-index: 5;
        margin: 0;
        padding: 0;
        background: #FFF;
        width: 212px;
        position: absolute;
        top: 3rem;
        right: 0;
    }

    .pc-menu-area tr {
        transition: all 0.5s 0s ease;
    }

    .pc-menu-area tr:hover {
        background-color: rgba(235, 252, 216, 1) !important;
        transition: all 0.5s 0s ease;
        cursor: pointer;
    }

    .navbar-menu {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .navbar-menu tr {
        border-bottom: 1px solid rgba(240, 240, 240, 1);
    }

    .navbar-menu th {
        vertical-align: middle;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        width: 22px;
    }

    .navbar-menu th img {
        width: auto;
        height: 22px;
    }

    .navbar-menu td {
        padding-top: 0px;
        padding-bottom: 8px;
    }

    .navbar-menu img {
        width: 22px;
    }

    .navbar-menu p {
        font-family: Inter, "Noto Sans JP";
        font-size: 16px;
        font-weight: 400;
        line-height: 21.78px;
        text-align: left;
        margin: 0;
    }
}

@media screen and (max-width: 1199px) {
    .top-sidebar {
        display: none;
    }

    .header-menu-pc {
        display: none;
    }

    form.search_container .pc-menu {
        display: none;
    }

    .sp-register {
        font-family: Inter, "Noto Sans JP";
        background: rgba(255, 68, 71, 1);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        padding: 5px 10px;
        font-size: 12px;
        color: #FFF;
        border: none;
        position: relative;
        transition: background-color .2s;
        text-align: center;
        min-width: 50px;
    }

    .sp-login {
        font-family: Inter, "Noto Sans JP";
        background: rgba(141, 207, 62, 1);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        padding: 5px 10px;
        font-size: 12px;
        color: #FFF;
        border: none;
        position: relative;
        transition: background-color .2s;
        text-align: center;
        min-width: 50px;
        margin-left: -5px;
    }
}

/*  フローティングバナー
---------------------------------------------------------------*/
.float-recommend {
    position: fixed;
    right: 10px;
    bottom: 15%;
    z-index: 3;
}

.float-recommend img {
    width: 80px;
}

@media screen and (min-width: 1200px) {
    .totop {
        position: fixed;
        right: 20px;
        bottom: 20px;
    }

    .totop a {
        display: block;
    }

    .float-recommend-ichioshi {
        font-family: Inter, "Noto Sans JP";
        width: 430px;
        position: fixed;
        right: -387px;
        bottom: 15%;
        z-index: 3;
        padding: 5px;
        background: url(../img/ichioshi-pc-back.png) no-repeat !important;
        background-size: 430px 146px !important;
    }

    .float-recommend-ichioshi a {
        color: #333;
    }

    .float-recommend-ichioshi-inner {
        padding: 8px 8px 8px 2px;
        display: flex;
        justify-content: center;
    }

    .float-recommend-ichioshi .float-recommend-ichioshi-inner .float-recommend-ichioshi-left {
        width: 9%;
        text-align: center;
    }

    .float-recommend-ichioshi .float-recommend-ichioshi-inner .float-recommend-ichioshi-left img {
        line-height: 100%;
    }

    .float-recommend-ichioshi .float-recommend-ichioshi-inner .float-recommend-ichioshi-left img:hover {
        cursor: pointer;
    }

    .float-recommend-ichioshi .float-recommend-ichioshi-inner .float-recommend-ichioshi-left {
        width: 9%;
        text-align: center;
    }

    .float-recommend-ichioshi .float-recommend-ichioshi-inner .float-recommend-ichioshi-right {
        width: 91%;
        margin: 0 auto;
        border-radius: 5px;
        padding: 10px 30px 10px 40px;
        display: flex;
        justify-content: space-between;
    }

    .float-recommend-ichioshi .float-recommend-ichioshi-right .float-recommend-ichioshi-img {
        width: 100px;
        height: 100px;
    }

    .float-recommend-ichioshi .float-recommend-ichioshi-right .float-recommend-ichioshi-img img {
        width: 100px;
    }

    .loat-recommend-ichioshi-txt {
        padding: 0;
        margin: 0;
        height: 70px;
        font-family: Inter, "Noto Sans JP";
    }

    .float-recommend-ichioshi-title {
        font-size: 15px;
        font-weight: 700;
        margin: 0;
        padding-bottom: 1.5rem;
        margin-left: 10px;
        line-height: 18.15px;
        width: 80%;
    }

    .float-recommend-ichioshi-point {
        font-size: 30px;
        color: rgba(255, 68, 71, 1);
        font-weight: 700;
        text-align: right;
    }

    .float-recommend-ichioshi.daitokka {
        background: url(../img/daitokka-pc-back.png) no-repeat !important;
        background-size: 430px 146px !important;
    }

    .float-recommend-ichioshi-img-title img {
        line-height: 100%;
    }

    .float-recommend-ichioshi-img-title img:hover {
        cursor: pointer;
    }
}


/* ここからおみくじ用コードです（吉田）
---------------------------------------------------------------*/
.omikuji-modal {
    position: relative;
    border-radius: 5px;
}

.omikuji-button {
    position: absolute;
    top: 364px;
    left: 18px;
}

.omikuji-button-result {
    position: absolute;
    top: 388px;
    left: 18px;
}

.omikuji-button-1 {
    display: inline-block;
    width: 264px;
    height: 32px;
    background-color: rgba(255, 68, 71, 1);
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
}

.omikuji-button-2 {
    display: inline-block;
    width: 264px;
    height: 32px;
    background-color: #4DC8CE;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-top: 8px;
}

@media screen and (min-width: 1200px) {

    .omikuji-modal {
        position: relative;
        border-radius: 5px;
    }

    .omikuji-button {
        position: absolute;
        top: 492px;
        left: 20px;
    }

    .omikuji-button-result {
        position: absolute;
        top: 518px;
        left: 20px;
    }

    .omikuji-button-1 {
        display: inline-block;
        width: 360px;
        height: 37px;
        background-color: rgba(255, 68, 71, 1);
        font-family: Inter, "Noto Sans JP";
        font-size: 15px;
        font-weight: 700;
        line-height: 37px;
        text-align: center;
        color: #fff;
        border-radius: 30px;
    }

    .omikuji-button-2 {
        display: inline-block;
        width: 360px;
        height: 37px;
        background-color: #4DC8CE;
        font-family: Inter, "Noto Sans JP";
        font-size: 15px;
        font-weight: 700;
        line-height: 37px;
        text-align: center;
        color: #fff;
        border-radius: 30px;
        margin-top: 12px;
    }



}

.modal-head img {
    width: 100%;
    border-radius: 5px;
}

/* ここまでおみくじ用コードです（（吉田）
---------------------------------------------------------------*/

#modal {
    display: none;
    position: absolute;
    z-index: 6;
}

.modal-box {
    width: 300px;
}

img.modal-head {
    width: 100%;
}

.modal-txt {
    text-align: center;
    background-color: #FFF;
    padding: 18px 24px;
    border: 4px solid rgba(141, 207, 62, 1);
    margin-top: -2px;
    border-radius: 0px 0px 5px 5px;
}

.modal-title {
    margin: 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 21.78px;
    letter-spacing: 0.5px;
    text-align: center;
    color: rgba(56, 57, 56, 1);
}

.modal-title span {
    color: rgba(141, 207, 62, 1);
}

.modal-icon {
    margin: 18px auto;
    width: 120px;
    height: auto;
}

.modal-point {
    margin: 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 28px;
    font-weight: 700;
    line-height: 33.89px;
    text-align: center;
    color: rgba(255, 68, 71, 1);
}

.modal-detail {
    margin-top: 5px;
    margin-bottom: 18px;
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    letter-spacing: 1px;
    text-align: center;
}

.modal-button {
    display: inline-block;
    width: 100%;
    height: 37px;
    background-color: rgba(255, 68, 71, 1);
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

.modal-after {
    width: 100%;
    margin: 10px auto 0 auto;
    display: inline-block;
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 500;
    line-height: 12.1px;
    text-align: center;
    color: #fff;
    text-decoration: underline !important;
    cursor: pointer;
}

#modal .shopping .modal-txt {
    border: 4px solid rgba(254, 128, 92, 1);
}

#modal .shopping .modal-button {
    background-color: rgba(255, 68, 71, 1);
}

#modal .reward .modal-txt {
    padding: 18px;
    border-radius: 0px 0px 5px 5px;
}

/* #modal .reward .modal-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
} */

#modal .reward .modal-detail {
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    margin: 10px;
}

#modal .reward .modal-detail span {
    font-weight: 700;
    color: rgba(255, 68, 71, 1);
}

#modal .reward .ad-list-reward-detail-share-detail-input {
    margin: 6px 0 12px 0;
    text-align: center;
}

#modal .reward .ad-list-reward-detail-share-detail-input input {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    width: 100%;
    border: 1px solid rgba(141, 207, 62, 1);
    padding: 3px;
    text-align: center;
}

/* ランクアップモーダルのスタイル */
.modal-rank {
    text-align: center;
}

.modal-rank img {
    max-width: 100%;
    max-height: 500px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media screen and (min-width: 1200px) {
    .modal-box {
        width: 400px;
    }

    .modal-title {
        font-family: Inter, "Noto Sans JP";
        font-size: 20px;
        font-weight: 700;
        line-height: 29.05px;
        text-align: center;
    }

    .modal-icon {
        margin: 24px auto;
        width: 220px;
        height: 220px;
    }

    .modal-point {
        font-family: Inter, "Noto Sans JP";
        font-size: 40px;
        font-weight: 700;
        line-height: 48.41px;
        text-align: center;
    }

    .modail-detail {
        margin-top: 15px;
        margin-bottom: 40px;
        font-family: Inter, "Noto Sans JP";
        font-size: 18px;
        font-weight: 500;
        line-height: 21.78px;
        text-align: center;
    }

    .modal-button {
        height: 48px;
        font-family: Inter, "Noto Sans JP";
        font-size: 22px;
        font-weight: 700;
        line-height: 48px;
        text-align: center;
        margin: 10px 0px;
    }
}

@media screen and (min-width: 1200px) and (max-height: 700px) {
    .modal-box {
        width: 400px;
    }

    .modal-title {
        font-size: 15px;
        line-height: 24px;
    }

    .modal-icon {
        width: 180px;
        height: 180px;
    }

    .modal-point {
        font-size: 30px;
        line-height: 36px;
    }

    .modal-detail {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 18px;
    }

    .modal-button {
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }
}

/*  トップスライダー
---------------------------------------------------------------*/
.top-fv {
    max-width: 720px;
    width: 100%;
    /* CLS対策
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
}

.top-fv img {
    width: 100%;
    height: auto;
}

/* CLS対策 */
.top-fv>a:not(:first-child) {
    display: none;
}

.top-fv-reward {
    max-width: 720px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.top-fv-reward img {
    width: 100%;
    height: auto;
}


.top-fv-thumbnail img,
.top-fv-reawrd-thumbnail img,
.top-shun-list-slide1-thumbnail img,
.top-shun-list-slide2-thumbnail img {
    width: 163px !important;
    height: auto;
}

.top-fv-thumbnail,
.top-fv-reawrd-thumbnail,
.top-shun-list-slide1-thumbnail,
.top-shun-list-slide2-thumbnail {
    margin: 0 auto;
}

.top-shun-list-slide1-thumbnail .slick-track,
.top-shun-list-slide2-thumbnail .slick-track,
.top-shun-list-slide1-thumbnail .slick-slide,
.top-shun-list-slide2-thumbnail .slick-slide {
    width: fit-content !important;
    height: auto;
    margin: 0 auto;
}

.sp .top-shun-list-slide1 a img,
.sp .top-shun-list-slide2 a img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-dots {
    bottom: -18px !important;
}

.slick-dots li {
    width: 6px !important;
    height: 6px !important;
    margin: 0 5px !important;
}

.slick-dots li button:before {
    line-height: 20px;
    width: 6px !important;
    height: 6p !importantx;
    color: #D9D9D9 !important;
}

.slick-dots li.slick-active button:before {
    color: rgba(141, 207, 62, 1) !important;
}

.slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before {
    background-image: url(../img/arrow-right.svg) !important;
    background-size: contain !important;
    opacity: 1.0 !important;
}

.slick-prev:before {
    background-image: url(../img/arrow-left.svg) !important;
    background-size: contain !important;
    opacity: 1.0 !important;
}

.slick-arrow {
    z-index: 2 !important;
    width: 28px !important;
    height: 28px !important;
}

.top-sidebar-cat-slide .slick-prev {
    left: -30px !important;
    opacity: 1.0 !important;
    transition: all 0.2s 0s ease;
}

.top-sidebar-cat-slide .slick-next {
    right: -30px !important;
    opacity: 1.0 !important;
    transition: all 0.2s 0s ease;
}

.slick-prev:hover {
    opacity: 0.7 !important;
    transition: all 0.2s 0s ease;
}

.slick-next:hover {
    opacity: 0.7 !important;
    transition: all 0.2s 0s ease;
}


/** ポイント交換ページのスライダー　**/
.point-exchange-list > .slick-dots li button:before {
    opacity: 1;
}

@media screen and (min-width: 1200px) {

    .point-exchange-list > .slick-prev:before {
        background-image: url(../img/arrow-left.svg) !important;
        background-size: contain !important;
        opacity: 1.0 !important;
    }

    .point-exchange-list > .slick-next:before {
        background-image: url(../img/arrow-right.svg) !important;
        background-size: contain !important;
        opacity: 1.0 !important;
    }

    .point-exchange-list > .slick-prev {
        left: 10px !important;
        top: 36px;
        opacity: 1.0 !important;
        transition: all 0.2s 0s ease;
    }

    .point-exchange-list > .slick-next {
        right: 30px !important;
        top: 36px;
        opacity: 1.0 !important;
        transition: all 0.2s 0s ease;
    }

    .point-exchange-list > .slick-prev:hover {
        opacity: 0.7 !important;
        transition: all 0.2s 0s ease;
    }

    .point-exchange-list > .slick-next:hover {
        opacity: 0.7 !important;
        transition: all 0.2s 0s ease;
    }

    .point-exchange-list > .slick-dots li.slick-active button:before {
        color: rgba(141, 207, 62, 1) !important;
    }

    .point-exchange-list > .slick-slide:first-child{
        margin-left: 10px;
    }

    .point-exchange-list >.slick-dots{
        left: -10px;
    }

    .point-exchange-list{
        padding: 0px 60px;
    }
}


@media screen and (min-width: 1200px) {
    .top-fv {
        width: 854px;
        max-width: 854px;
    }

    .top-fv-reward {
        width: 754px;
        max-width: 754px;
    }

    .top-fv img {
        width: 854px;
    }

    .top-fv-reward img {
        width: 754px;
    }

    .top-fv-reward .slick-prev {
        left: -35px;
    }

    .top-fv-reward .slick-next {
        right: -35px;
    }

    .top-ranking .slick-next:before {
        position: absolute;
        top: -2px;
        right: -4px !important;
    }

    .top-ranking .slick-prev:before {
        top: -2px;
        left: -4px !important;
    }
}

/*  トップパーツ
---------------------------------------------------------------*/
.top-category-list {
    padding: 20px 0;
}

.top-category-list-item {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.top-category-list-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    gap: 3px;
    width: calc(25% - 30px);
}

.top-category-list-item a img {
    width: auto;
    height: 40px;
}

.top-category-list-item span {
    font-family: Inter, "Noto Sans JP";
    font-size: 8px;
    font-weight: 400;
    line-height: 9.68px;
    text-align: center;
}

.ad-list {
    padding: 0 18px 0 18px;
}

.ad-list h2 {
    margin: 24px 0 12px 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 110%;
    font-weight: 700;
    text-align: left;
    border-left: 6px solid rgba(141, 207, 62, 1);
    padding: 2px 0 2px 8px;
}

.ad-list h2.red {
    border-left: 6px solid rgba(255, 68, 71, 1) !important;
}

.ad-list h2.spred {
    border-left: 6px solid rgba(255, 68, 71, 1) !important;
}

.ad-list-none {
    padding: 0;
}

.ad-list-none h2 {
    margin-left: 18px;
}

.ad-list-wrap {
    margin-top: 18px;
}

.ad-list-topic .slick-slide:has(a .ad-list-item-vertical) {}

.ad-list-topic,
.ad-list-pointup,
.ad-list-pickup,
.ad-list-fast,
.ad-list-high,
.ad-list-new {
    display: flex;
    flex-wrap: wrap;
    padding-left: 18px !important;
    gap: 0 !important;
}

.top-shun .slick-slide+.slick-slide {
    margin-left: 0px;
}

/* ラベル：無料 */
.ad-list .free {
    position: relative;
}

.ad-list .free::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-free.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.g-recaptcha {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ラベル：本日最終 */
.ad-list .last {
    position: relative;
}

.ad-list .last::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-last.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ラベル：独占 */
.ad-list .exclusive {
    position: relative;
}

.ad-list .exclusive::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-exclusive.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ラベル：即付与 */
.ad-list .instant {
    position: relative;
}

.ad-list .instant::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-instant.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ラベル：100%還元 */
.ad-list .cashback {
    position: relative;
}

.ad-list .cashback::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-cashback.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ラベル：カンタン */
.ad-list .easy {
    position: relative;
}

.ad-list .easy::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-easy.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ラベル：超高還元 */
.ad-list .high-return {
    position: relative;
}

.ad-list .high-return::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-high-return.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ラベル：オススメ */
.ad-list .osusume {
    position: relative;
}

.ad-list .osusume::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-osusume.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ラベル：資料請求 */
.ad-list .document-request {
    position: relative;
}

.ad-list .document-request::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-document-request.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ラベル：NEW */
.ad-list .new {
    position: relative;
}

.ad-list .new::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-new.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ラベル：UP */
.ad-list .up {
    position: relative;
}

.ad-list .up::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-up.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ラベル：リピート可 */
.ad-list .repeatable {
    position: relative;
}

.ad-list .repeatable::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-repeatable.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ラベル：トレンド */
.ad-list .trend {
    position: relative;
}

.ad-list .trend::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-trend.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ラベル：人気 */
.ad-list .popular {
    position: relative;
}

.ad-list .popular::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../img/icon-bn-popular.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ad-list-item-vertical {
    width: 90px !important;
    right: 29px !important;
    margin-bottom: 4px !important;
    margin-right: 8px !important;
    height: auto;
    min-height: 140px;
    max-height: 280px;
    padding: 6px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    display: flex !important;
    flex-direction: column;
    position: relative;
    aspect-ratio: 90 /140;
}

.ad-list-item-vertical+.ad-list-item-vertical {}

.ad-list-item-vertical-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    aspect-ratio: 180 / 104;
}

.ad-list-item-vertival-title {
    margin: 6px 0 0 0;
    padding: 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 700;
    line-height: 9.68px;
    text-align: center;
}

.ad-list-item-vertical-point {
    margin: 0;
    padding: 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 700;
    line-height: 12.1px;
    text-align: center;
    display: flex;
    /*    flex-direction: column; %還元が改行されてしまうので廃止 10/03 */
    justify-content: center;
    color: #F44;
}

.ad-list-item-vertical-point span>span {
    font-family: Inter, "Noto Sans JP";
    font-size: 6px;
    font-weight: 700;
    line-height: 7.26px;
    text-align: center;
    text-decoration: line-through;
    color: #000;
}

.ad-list-item-vertical-point span::after {
    content: "↓";
    font-family: Inter, "Noto Sans JP";
    font-size: 6px;
    font-weight: 700;
    line-height: 7.26px;
    color: #000;
}

.ad-list-item-vertical-point span>span::after {
    content: "";
}

.ad-list-item-vertival-img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.ad-list-item-vertival-img img {
    width: 100%;
    height: 100%;
}

.ad-list-item-beside {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    gap: 0px;
    background-color: #fff;
    min-height: 70px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.ad-list-item-beside+.ad-list-item-beside {
    margin-top: 5px;
}

a.recolink+a.recolink {
    margin-top: 5px;
    display: block;
}

.ad-list-item-beside-txt {
    display: flex;
    flex-direction: column;
}

.ad-list-item-beside-title {
    margin: 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: left;
}

.ad-list-item-beside-txt span {
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
    color: #848484;
    display: inline-block;
}

.ad-list-item-beside-point {
    display: flex;
    align-items: flex-end;
    margin: 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;
    color: #F44;
}

.timelimit {
    padding: 0 15px;
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    background-color: rgba(255, 68, 71, 1);
    font-family: 'Noto Sans JP', Monospace;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    color: #FFF;
    border-radius: 50px;
    width: 53%;
}

.timelimit span img {
    width: 15px;
    position: relative;
    top: -1px;
    right: 3px;
}

.ad-list-topic a,
.ad-list-recommend a,
.top-pointup a,
.top-ranking .top-beside-simple-list a,
.top-popular .top-beside-simple-list a,
.top-selection a,
.top-teiban a,
.ad-list-pickup a,
.top-ichioshi .top-ichioshi-item a,
.ad-list-fast a,
.top-high a,
.ad-list-challenge a,
.ad-list-new a {
    color: rgba(56, 57, 56, 1) !important;
    transition: all 0.2s 0s ease !important;
}

.top-ranking,
.top-popular {
    padding: 18px 0;
}

.top-beside-simple-list {
    margin: 18px 0;
}

.top-beside-simple-list .none {
    display: none;
}

.top-ranking {
    background: #FFF;
    padding: 18px;
}

.top-ranking-category {
    display: flex;
    gap: 8px;
}

.top-ranking a:nth-child(1) .top-beside-simple-list-item::before,
.top-popular a:nth-child(1) .top-beside-simple-list-item::before {
    content: "1";
    background-image: url(../img/ranking-number01.svg);
    background-size: contain;
    background-repeat: none;
    padding-top: 3px;
    padding-left: -3px;
    position: absolute;
    width: 30px;
    height: 24px;
    top: -10px;
    left: -12px;
    line-height: 25px;
    text-align: center;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.top-ranking a:nth-child(2) .top-beside-simple-list-item::before,
.top-popular a:nth-child(2) .top-beside-simple-list-item::before {
    content: "2";
    background-image: url(../img/ranking-number02.svg);
    background-size: contain;
    background-repeat: none;
    padding-top: 3px;
    padding-left: -3px;
    position: absolute;
    width: 30px;
    height: 24px;
    top: -10px;
    left: -14px;
    line-height: 25px;
    text-align: center;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.top-ranking a:nth-child(3) .top-beside-simple-list-item::before,
.top-popular a:nth-child(3) .top-beside-simple-list-item::before {
    content: "3";
    background-image: url(../img/ranking-number03.svg);
    background-size: contain;
    background-repeat: none;
    padding-top: 3px;
    padding-left: -3px;
    position: absolute;
    width: 30px;
    height: 24px;
    top: -10px;
    left: -14px;
    line-height: 25px;
    text-align: center;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.top-ranking a:nth-child(4) .top-beside-simple-list-item::before,
.top-popular a:nth-child(4) .top-beside-simple-list-item::before {
    content: "4";
    background-image: url(../img/ranking-number.svg);
    background-size: contain;
    background-repeat: none;
    padding-top: 3px;
    padding-left: -3px;
    position: absolute;
    width: 30px;
    height: 23.5px;
    top: -10px;
    left: -14px;
    line-height: 25px;
    text-align: center;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.top-ranking a:nth-child(5) .top-beside-simple-list-item::before,
.top-popular a:nth-child(5) .top-beside-simple-list-item::before {
    content: "5";
    background-image: url(../img/ranking-number.svg);
    background-size: contain;
    background-repeat: none;
    padding-top: 3px;
    padding-left: -3px;
    position: absolute;
    width: 30px;
    height: 24px;
    top: -10px;
    left: -14px;
    line-height: 25px;
    text-align: center;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.top-ranking a:nth-child(6) .top-beside-simple-list-item::before,
.top-popular a:nth-child(6) .top-beside-simple-list-item::before {
    content: "6";
    background-image: url(../img/ranking-number.svg);
    background-size: contain;
    background-repeat: none;
    padding-top: 3px;
    padding-left: -3px;
    position: absolute;
    width: 30px;
    height: 24px;
    top: -10px;
    left: -14px;
    line-height: 25px;
    text-align: center;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.top-ranking a:nth-child(7) .top-beside-simple-list-item::before,
.top-popular a:nth-child(7) .top-beside-simple-list-item::before {
    content: "7";
    background-image: url(../img/ranking-number.svg);
    background-size: contain;
    background-repeat: none;
    padding-top: 3px;
    padding-left: -3px;
    position: absolute;
    width: 30px;
    height: 24px;
    top: -10px;
    left: -14px;
    line-height: 25px;
    text-align: center;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.top-ranking a:nth-child(8) .top-beside-simple-list-item::before,
.top-popular a:nth-child(8) .top-beside-simple-list-item::before {
    content: "8";
    background-image: url(../img/ranking-number.svg);
    background-size: contain;
    background-repeat: none;
    padding-top: 3px;
    padding-left: -3px;
    position: absolute;
    width: 30px;
    height: 24px;
    top: -10px;
    left: -14px;
    line-height: 25px;
    text-align: center;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.top-ranking a:nth-child(9) .top-beside-simple-list-item::before,
.top-popular a:nth-child(9) .top-beside-simple-list-item::before {
    content: "9";
    background-image: url(../img/ranking-number.svg);
    background-size: contain;
    background-repeat: none;
    padding-top: 3px;
    padding-left: -3px;
    position: absolute;
    width: 30px;
    height: 24px;
    top: -10px;
    left: -14px;
    line-height: 25px;
    text-align: center;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.top-ranking a:nth-child(10) .top-beside-simple-list-item::before,
.top-popular a:nth-child(10) .top-beside-simple-list-item::before {
    content: "10";
    background-image: url(../img/ranking-number.svg);
    background-size: contain;
    background-repeat: none;
    padding-top: 3px;
    padding-left: -3px;
    position: absolute;
    width: 30px;
    height: 24px;
    top: -10px;
    left: -14px;
    line-height: 25px;
    text-align: center;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.top-ranking a.top-ranking-category-item {
    width: 48px;
    height: 26px;
    padding: 0 11px;
    margin-bottom: 4px;
    border: 1px solid rgba(141, 207, 62, 1);
    border-radius: 20px;
    background-color: #FFF;
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: rgba(141, 207, 62, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.top-popular a.top-ranking-category-item {
    width: 48px;
    height: 26px;
    padding: 0 11px;
    margin-bottom: 4px;
    border: 1px solid rgba(141, 207, 62, 1);
    border-radius: 20px;
    background-color: #FFF;
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: rgba(141, 207, 62, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/*
.top-ranking a.top-ranking-category-item {
    width: 48px;
    height: 26px;
    padding: 0 11px;
    margin-bottom: 4px;
    border: 1px solid rgba(141, 207, 62, 1);
    border-radius: 20px;
    background-color: #FFF;
    font-family: Inter , "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: rgba(141, 207, 62, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}*/
.top-ranking a.top-ranking-category-item.active {
    width: 48px;
    height: 26px;
    padding: 0 11px;
    margin-bottom: 4px;
    border-radius: 20px;
    border: 1px solid rgba(141, 207, 62, 1);
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: rgba(141, 207, 62, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.top-ranking-category-rapid a.active {
    color: #FFF !important;
    background: rgba(141, 207, 62, 1);
}

.top-popular {
    background: #FFF;
    padding: 18px;
}

.top-popular a.active {
    width: 48px;
    height: 26px;
    padding: 0 11px;
    margin-bottom: 4px;
    border-radius: 20px;
    border: 1px solid rgba(141, 207, 62, 1);
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: rgba(141, 207, 62, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    background-color: rgba(141, 207, 62, 1);
    color: #fff;
}

.top-beside-simple-list-item {
    position: relative;
    background-color: #fff;
    height: 88px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 10px 0 14px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.top-beside-simple-list-item.none {
    display: none;
}

.accordion-body .top-beside-simple-list-item {
    margin-top: 14px;
}

.ranklink+.ranklink {
    margin-top: 14px;
    display: block;
}

.top-ranking h2,
.top-popular h2 {
    border: none;
    border-left: 6px solid #8DCF3E;
    padding-left: 4px;
}

.top-ranking a.showmore-btn {
    display: block;
    width: 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #fff !important;
}

.top-popular a.showmore-btn {
    display: block;
    width: 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #fff !important;
}

.top-popular .top-beside-simple-list-img {
    width: 50px;
    height: 50px;
}

.top-popular .top-beside-simple-list-img img {
    width: 50px;
    height: 50px;
}

.top-ranking .top-beside-simple-list-img {
    width: 68px;
    height: 68px;
}

.top-ranking .top-beside-simple-list-img img {
    width: 68px;
    height: 68px;
}

.top-beside-simple-list-title {
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: left;
    margin: 0;
}

.top-beside-simple-list-txt {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.top-beside-simple-list-txt span {
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 500;
    line-height: 12.1px;
    text-align: left;
}

.top-beside-simple-list-point {
    font-family: Inter, "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
    color: rgba(255, 68, 71, 1);
}

.top-app .top-img-list a span,
.top-shop .top-img-list a span,
.top-recently .top-img-list a span,
.top-favorite .top-img-list a span,
.top-sidebar .sidebar-teiban a span {
    background: rgba(141, 207, 62, 1);
    color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.top-teiban {
    background: none;
    ;
}

.top-teiban h2 {
    border-color: rgba(255, 68, 71, 1);
}

.top-txt-link {
    display: block;
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    text-align: center;
    color: #000;
    margin: 0 auto;
    width: 100%;
    box-shdow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.top-img-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

a.img-list-item {
    display: flex;
    flex-direction: column;
    max-width: 80px;
    width: 22%;
    transition: all .2s ease 0s;
}

.top-img-list a.none {
    display: none;
}

.img-list-item img {
    width: 100%;
    height: auto;
}

.img-list-item span {
    width: 100%;
    display: block;
    background-color: #848484;
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

a.showmore-btn {
    margin: 0px auto 4px;
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    min-width: 128px;
    border-radius: 30px;
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 68, 68, 1);
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.top-shun-list .slick-slide,
.top-shun-list .slick-slide img {
    width: 100%;
}

.top-shun-list .slick-slide+.slick-slide {
    margin-left: 0;
}

.top-half-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    background: rgba(141, 207, 62, 1);
    padding-bottom: 10px;
    border-radius: 0 0 5px 5px;
    padding-left: 18px !important;
}

.top-half-list-item {
    background-color: #fff;
    padding: 10px;
    display: flex !important;
    gap: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.top-half-list-img {
    width: 55px !important;
    height: 55px !important;
}

.top-half-list-img img {
    width: 55px !important;
    height: 55px !important;
}

.top-half-list-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.top-half-list-txt span {
    font-family: Inter, "Noto Sans JP";
    font-size: 8px;
    font-weight: 500;
    line-height: 9.68px;
    text-align: left;
}

.top-half-list-title {
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 12.1px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.top-half-list-point {
    display: flex;
    align-items: flex-end;
    font-family: Inter, "Noto Sans JP";
    font-size: 13px;
    font-weight: 700;
    line-height: 15.73px;
    text-align: right;
    margin: 0;
    color: rgba(255, 68, 71, 1);
}

.top-half-fixlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.top-teiban .top-half-fixlist a {
    width: 49%;
    color: rgba(56, 57, 56, 1) !important;
    transition: all 0.2s 0s ease !important;
}

.top-half-fixlist-item {
    background-color: #fff;
    padding: 10px;
    display: flex !important;
    gap: 6px;
    width: calc((100% - 5px) / 2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.top-half-fixlist-item:hover {
    background-color: rgba(235, 252, 216, 1) !important;
    transition: all 0.2s 0s ease;
    cursor: pointer;
}

.top-teiban .top-half-fixlist-item {
    width: 100%;
}

.top-half-fixlist-img {
    width: 55px;
    height: 55px;
}

.top-half-fixlist-img img {
    width: 55px;
    height: 55px;
}

.top-half-fixlist-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.top-half-fixlist-txt span {
    font-family: Inter, "Noto Sans JP";
    font-size: 8px;
    font-weight: 500;
    /*    line-height: 9.68px; 行間を増やす */
    line-height: 14px;
    text-align: left;
}

.top-half-fixlist-title {
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 700;
    /*    line-height: 12.1px; 行間を増やす */
    line-height: 18px;
    text-align: left;
    margin: 0;
}

.top-half-fixlist-point {
    padding-top: 14px;
    font-family: Inter, "Noto Sans JP";
    font-size: 13px;
    font-weight: 700;
    line-height: 15.73px;
    text-align: right;
    margin: 0;
    color: rgba(255, 68, 71, 1);
}

.top-popular .top-beside-simple-list-item {
    height: 70px;
}

.top-popular .top-beside-simple-list-img {
    width: 50px;
    height: 50px;
}

.top-banner img {
    width: 100%;
}

.top-banner a:has(img) {
    display: block;
    margin-top: 5px;
}

.top-banner a+a {
    margin-top: 5px;
}

.top-banner .top-banner-list .top-banner-list-item.none {
    display: none;
}

.top-banner .top-banner-list .top-banner-list-item.open {
    display: block;
}

.top-selection {
    position: relative;
}

.top-selection .top-selection-title img {
    width: 100%;
}

.top-selection .slick-list {
    padding: 0 !important;
    margin: 0 !important;
}

.top-selection .slick-slide:has(.top-half-list-item) {
    width: 165px;
}

.top-selection .slick-list {
    padding: 0 5% 0 0 !important;
}

.top-selection .top-half-list-img,
.top-selection .top-half-list-img img {
    width: auto;
    height: 100%;
}

.top-selection .top-half-list-item {
    margin: 10px 0;
    width: 165px;
    min-height: 75px;
    aspect-ratio: 165 / 75;
    height: auto;
}

.top-selection .top-half-list-title {
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 700;
    line-height: 12.1px;
    text-align: left;
}

.top-selection .top-half-list-txt span {
    font-family: Inter, "Noto Sans JP";
    font-size: 8px;
    font-weight: 500;
    line-height: 9.68px;
    text-align: left;
}

.top-selection .top-half-list-point {
    font-family: Inter, "Noto Sans JP";
    font-size: 13px;
    font-weight: 700;
    line-height: 12px;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

.ad-list-high .ad-list-item-vertical {}

.ad-list-high .ad-list-item-vertical-point {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-color: #848484;
    color: #fff;
}

.top-ichioshi {
    padding: 10px 0 0 0;
    background: rgba(141, 207, 62, 1);
}

.top-ichioshi h2 {
    border: none;
}

.top-ichioshi .top-beside-simple-list-img,
.top-ichioshi .top-beside-simple-list-img img {
    width: 50px;
    height: 50px;
}

.top-ichioshi .top-beside-simple-list-title {
    font-size: 15px;
}

.top-ichioshi .top-beside-simple-list-txt {
    font-size: 10px;
}

.top-ichioshi .top-beside-simple-list-item {
    padding: 10px;
    height: auto;
}

.top-ichioshi-item {
    padding: 0 18px;
}

.top-beside-simple-list .top-ichioshi-item:nth-child(10) {
    padding-bottom: 30px;
}

.top-ichioshi a.showmore-btn {
    margin-top: 5px;
    margin-bottom: 25px;
}

.top-high .ad-list-item-vertical-point {
    background: rgba(255, 68, 71, 1);
    color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.fukidashi {
    display: flex;
    gap: 12px;
}

.fukidashi-img {
    width: 46px;
    height: 41px;
}

.fukidashi-img img {
    width: 100%;
}

.fukidashi-txt {
    width: 100%;
    padding: 0 8px;
    position: relative;
    background-color: #fff;
    height: 33.97px;
    font-family: Inter, "Noto Sans JP";
    font-size: 16px;
    font-weight: 700;
    line-height: 33.97px;
    text-align: left;
    border-radius: 20px;
}

.fukidashi-txt::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 15px;
    height: 5px;
    border-top: 7px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 7px solid transparent;
}

.fukidashi-txt p {
    color: rgba(255, 68, 71, 1);
}

.top-beside-simple-list .fukidashi {
    margin-top: 10px;
}

.top-challenge {
    margin: 0 auto;
    padding-top: 15px;
}

.top-challenge h2 {
    text-align: left;
}

.top-challenge h2>span {
    position: relative;
}

.top-challenge h2>span::after {
    position: absolute;
    right: -31px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    content: "";
    background-image: url(../img/icon-bird.svg);
    background-size: contain;
    width: 28px;
    height: 25px;
}

.ad-list-challenge {
    width: 100%;
    margin: 0 auto;
    padding: 0px 18px 18px 18px;
}

.ad-list-challenge-item-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.top-challenge .ad-list-challenge-item-wrap .timelimit {
    font-size: 8px;
    line-height: 19px;
    background-color: rgba(141, 207, 62, 1);
    position: absolute;
    top: -15px;
    right: 0;
    width: 37%;
}

.ad-list-challenge-item {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    display: flex !important;
    flex-wrap: wrap;
}

.ad-list-challenge-item-img {
    padding: 10px;
    height: 50px;
    width: 18%;
}

.ad-list-challenge-item-img img {
    width: 50px !important;
    height: 50px !important;
}

.ad-list-challenge-item-txt {
    margin: 10px 10px 4px 0;
    display: flex;
    flex-direction: column;
    width: 78%;
}

.ad-list-challenge-item-title {
    margin: 0;
    padding: 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: left;
}

.ad-list-challenge-item-detail {
    margin: 0;
    padding: 0;
    color: rgba(132, 132, 132, 1);
    font-size: 10px;
    line-height: 12.1px;
}

.ad-list-challenge-item-point {
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    color: rgba(255, 68, 68, 1);
    line-height: 24.2px;
}

.ad-list-challenge-item-bottom {
    background-color: rgba(255, 68, 71, 1);
    margin: 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 11px;
    font-weight: 700;
    line-height: 12.1px;
    text-align: center;
    width: 100%;
    color: rgba(255, 245, 0, 1);
    padding: 6px 0;
    border-radius: 0 0 5px 5px;
}

.top-challenge .showmore-btn {
    margin-top: 0;
}

.top-shop .top-img-list {
    gap: 12px 26px;
}

.top-sns {
    background-color: #FFF;
    text-align: center;
    margin: 20px 0;
    padding: 20px 18px;
}

.top-sns h2 {
    text-align: center;
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 24.2px;
    border: none;
}

.top-sns h3 {
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: center;
    margin: 25px 0 0 0;
}

.top-sns p {
    font-size: 11px;
}

.top-sns-list {
    margin: 5px 0;
    background: rgba(235, 252, 216, 1);
    border-radius: 10px;
    padding: 18px 0;
}

.top-sns-list h2 {
    padding-left: 1.5rem;
}

.top-sns-list h2>span {
    position: relative;
}

.top-sns-list h2>span:before {
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    content: "";
    background-image: url(../img/icon-bird.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22.6px;
    height: 20px;
}

.top-sns-list-item {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.top-sns-list img {
    width: 70px;
}

.top-app-list {
    margin: 18px 0;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.top-app-list a {
    width: calc(40% - 3px);
}

.top-app-list img {
    width: auto;
    height: 38px;
}

.top-app .top-img-list {
    gap: 12px 26px;
}

.top-footer {
    text-align: center;
    margin: 40px 18px 25px 18px;
}

.top-footer ul {
    margin: 0 auto 25px auto;
    list-style: none;
    padding-inline-start: 0;
}

.top-footer li {
    display: inline;
    font-family: Inter, "Noto Sans JP";
    font-size: 80%;
    font-weight: 400;
    line-height: 12.1px;
    text-align: left;
}

.top-footer img {
    width: 100px;
}

.top-footer a {
    color: #848484;
}

.top-footer li+li {
    margin-left: 12px;
}

.copyright {
    height: 20px;
    width: 100%;
    font-family: Inter, "Noto Sans JP";
    font-size: 80%;
    line-height: 20px;
    text-align: center;
    color: rgba(56, 57, 56, 1);
    padding-bottom: 100px;
}

@media screen and (min-width: 1200px) {
    .top-wrapper {
        margin-top: 115px;
        display: flex;
        gap: 18px;
    }

    .top-wrapper-nologin {
        margin-top: 95px;
        display: flex;
        gap: 18px;
    }

    .content-wrapper {
        width: 854px;
    }

    .top-fv-thumbnail img,
    .top-fv-reward-thumbnail img,
    .top-shun-list-slide1-thumbnail img,
    .top-shun-list-slide2-thumbnail img {
        width: 135px !important;
        height: auto;
        cursor: pointer;
    }

    .top-fv-thumbnail img:hover,
    .top-fv-reward-thumbnail img:hover,
    .top-shun-list-slide1-thumbnail img:hover,
    .top-shun-list-slide2-thumbnail img:hover {
        cursor: pointer;
    }

    .ad-list {
        padding: 0;
    }

    .ad-list-none {
        padding: 0;
    }

    .ad-list-none h2 {
        margin-left: 18px;
    }

    .ad-list-none h2.red {
        border-color: rgba(255, 68, 71, 1);
    }

    .ad-list h2.spred {
        border-left: 6px solid rgba(255, 68, 71, 1) !important;
    }

    .ad-list h2.green {
        border-left: 6px solid rgba(141, 207, 62, 1) !important;
    }

    .ad-list-topic a {
        display: block;
        margin-right: 8px !important;
    }

    .ad-list-item-vertical {
        right: 0 !important;
        margin-left: 0px !important;
        margin-right: 8px !important;
        width: 98px !important;
        height: 152px;
        max-height: 152px;
        aspect-ratio: 98 / 152;
    }

    .ad-list-topic,
    .ad-list-pointup,
    .ad-list-pickup,
    .ad-list-fast,
    .ad-list-high,
    .ad-list-new {
        padding-left: 0px !important;
        justyify-content: space-between !important;
    }

    .ad-list-topic a>.ad-list-item-vertical {
        color: rgba(56, 57, 56, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-topic a>.ad-list-item-vertical:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-item-vertical:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .slick-slide:has(.ad-list-item-vertical) {
        width: 98px;
        max-width: 98px;
    }

    .ad-list h2 {
        margin: 20px 0;
    }

    .ad-list-fast {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 650px;
        flex-wrap: wrap;
        gap: 15px 30px;
        padding: 0;
        margin: 0 auto;
    }

    .ad-list-fast .slick-list {
        width: 632px;
        height: 152px;
        margin: 0 auto;
    }

    .ad-list-fast .slick-slide+.slick-slide {
        margin-left: 29px;
    }

    .ad-list-item-vertical+.ad-list-item-vertical {
        margin-right: 8px !important;
    }

    .ad-list-new .slick-list {
        width: 748px;
        height: 152px;
        margin: 0 auto;
    }

    .ad-list-high .ad-list-item-vertical {
        width: 90px !important;
        margin-right: 19px !important;
    }

    .ad-list-new .slick-slide+.slick-slide {
        margin-left: 29px;
    }

    a.img-list-item {
        width: 85px;
    }

    .top-img-list {
        gap: 24px;
    }

    .img-list-item span {
        font-size: 11px;
        height: 22px;
        line-height: 22px;
    }

    .ad-list-pointup a>.ad-list-item-vertical {
        color: rgba(56, 57, 56, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-pointup a>.ad-list-item-vertical:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-pickup a>.ad-list-item-vertical {
        color: rgba(56, 57, 56, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-pickup a>.ad-list-item-vertical:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-high a>.ad-list-item-vertical {
        color: rgba(56, 57, 56, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-high a>.ad-list-item-vertical:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-fast a>.ad-list-item-vertical {
        color: rgba(56, 57, 56, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-new a>.ad-list-item-vertical:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-new a>.ad-list-item-vertical {
        color: rgba(56, 57, 56, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-fast a>.ad-list-item-vertical:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .top-app a.img-list-item span {
        background-color: rgba(255, 68, 71, 1);
    }

    .top-app .showmore-btn {
        background-color: rgba(141, 207, 62, 1);
        width: 128px;
        transition: all 0.2s 0s ease;
    }

    .top-app a.showmore-btn:hover {
        background-color: rgba(161, 227, 82, 1) !important;
        transition: all 0.2s 0s ease;
    }

    .top-pointup h2 {
        display: inline-block;
    }

    .top-pointup .center {
        display: inline-block;
    }

    .top-selection {
        padding-bottom: 0px;
    }

    .top-selection .slick-list {
        padding: 0 !important;
    }

    .top-selection .slick-slide+.slick-slide {
        margin-left: 0;
    }

    .top-selection .slick-slider {
        width: 100%;
    }

    .top-selection .slick-slide:has(.top-half-list-item) {
        margin: 10px 0;
        display: block;
        width: calc(100% / 3) !important;
        max-width: initial;
    }

    .top-selection .slick-track {
        display: flex;
        flex-wrap: nowrap;
    }

    .top-selection .top-half-list {
        width: 854px;
        margin: 0 auto 0 auto !important;
        padding: 0 20px 0 35px !important;
    }

    .top-selection .top-half-list a {
        color: rgba(56, 57, 56, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .top-selection .top-half-list a .top-half-list-item:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .top-selection .top-half-list-item {
        width: 250px !important;
        min-width: initial;
        min-height: initial;
        aspect-ratio: initial;
        margin: 10px 0 !important;
        gap: 0;
    }

    .top-selection .top-half-list-title {
        font-size: 10px;
        line-height: 12.1px;
    }

    .top-selection .top-half-list-txt {
        margin-left: 5px;
    }

    .top-selection .top-half-list-txt span {
        font-size: 8px;
        font-weight: 500;
        line-height: 9.68px;
        color: #000;
    }

    .top-selection .top-half-list-point {
        font-size: 13px;
        font-weight: 700;
        line-height: 15.73px;
    }

    .top-selection-list {
        width: 780px;
        margin: 0 auto;
    }

    .top-selection .top-half-list-img,
    .top-selection .top-half-list-img img {
        width: 55px;
        height: 55px;
    }

    .top-selection::after {
        background-image: url(../img/selection-bottom-pc.png);
        background-size: cover;
        width: 854px;
        height: 64px;
        top: initial;
    }

    .top-selection h2::before {
        background-image: url(../img/selection-top-pc.png);
        background-size: cover;
        width: 854px;
        height: 38px;
    }

    .top-selection h2 {
        padding-top: 40px;
    }

    .top-selection h2 span {
        display: none;
    }

    .top-app .top-txt-link {
        width: 128px;
        color: #FFF;
        font-size: 12px;
        background: rgba(141, 207, 62, 1);
        border-radius: 30px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        font-weight: 700;
        padding: 7px 0;
        margin-top: 5px;
    }

    .copyright {
        background-color: transparent;
        color: rgba(56, 57, 56, 1);
    }

    .top-ichioshi {
        border-radius: 5px;
        padding: 20px;
    }

    .top-ichioshi {
        border-radius: 5px;
        padding: 20px;
    }

    .top-ichioshi-item {
        width: 260px;
        display: inline-block;
        padding: 0;
    }

    .top-ranking .top-beside-simple-list {
        margin: 12px !important;
        padding: 12px 0;
    }

    .top-ranking .top-beside-simple-list-item {
        gap: 18px;
        margin: 0;
    }

    .top-ranking .top-beside-simple-list-item:nth-child(1)::before {
        top: -10px !important;
        left: -8px !important;
        font-size: 12px !important;
        padding-top: 4px !important;
    }

    .top-ranking .top-beside-simple-list-item:nth-child(2)::before {
        top: -10px;
        left: -8px !important;
    }

    .top-ranking .top-beside-simple-list-item:nth-child(3)::before {
        top: -10px;
        left: -8px !important;
    }

    .top-ranking .top-beside-simple-list-item:nth-child(4)::before {
        top: -10px;
        left: -8px !important;
    }

    .top-ranking .top-beside-simple-list-item:nth-child(5)::before {
        top: -10px;
        left: -8px !important;
    }

    .top-ranking .top-beside-simple-list-item:nth-child(6)::before {
        top: -10px;
        left: -8px !important;
    }

    .top-ranking .top-beside-simple-list-item:nth-child(7)::before {
        top: -10px;
        left: -8px !important;
    }

    .top-ranking .top-beside-simple-list-item:nth-child(8)::before {
        top: -10px;
        left: -8px !important;
    }

    .top-ranking .top-beside-simple-list-item:nth-child(9)::before {
        top: -10px;
        left: -8px !important;
    }

    .top-ranking .top-beside-simple-list-item:nth-child(10)::before {
        top: -10px;
        left: -8px !important;
    }

    .ranklink+.ranklink {
        margin-top: 0;
        display: block;
    }

    .top-beside-simple-list .top-ichioshi-item .fukidashi {
        margin-top: 0;
    }

    .top-ichioshi .top-beside-simple-list-item {
        height: 70px;
        margin-left: 0;
        width: 100%;
    }

    .top-ichioshi .top-ichioshi-item a {
        color: rgba(56, 57, 56, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .top-ichioshi a .top-beside-simple-list-item:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .top-ichioshi {
        padding: 20px;
    }

    .top-ichioshi h2 {
        margin: 0;
    }

    .top-ichioshi .top-beside-simple-list-img {
        width: 50px;
        height: 50px;
    }

    .top-ichioshi .top-beside-simple-list-img img {
        width: 50px;
        height: 50px;
    }

    .top-ichioshi .top-beside-simple-list {
        display: flex;
        gap: 20px 17px;
        flex-wrap: wrap;
        margin: 0;
    }

    .top-rapid h2 {
        border-color: rgba(255, 68, 71, 1);
    }

    .top-ranking {
        background: #FFF;
        padding: 20px 60px 20px 60px;
        border-radius: 5px;
    }

    .shop-ranking>.top-ranking {
        background: #FFF;
        padding: 20px 60px 20px 60px;
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap;
        gap: 15px 30px;

    }

    .top-ranking .top-ranking-category {
        width: 694px !important;
        margin: 0 auto;
    }

    .top-ranking .top-beside-simple-list {
        width: 810px !important;
        display: flex !important;
        flex-wrap: wrap;
        gap: 14px 29px;
        margin: 18px 0;
    }

    .top-ranking .top-beside-simple-list a .top-beside-simple-list-item {
        color: rgba(0, 0, 0, 1);
        transition: all 0.2s 0s ease;
    }

    .top-ranking .top-beside-simple-list a .top-beside-simple-list-item:hover {
        background-color: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease;
    }

    .top-beside-simple-list-item:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .top-ranking .top-beside-simple-list-item {
        width: 339px;
        margin: 0;
        display: flex !important;
    }

    .top-ranking .top-ranking-category a {
        transition: all 0.2s 0s ease;
    }

    .top-ranking .top-ranking-category a:hover {
        background: rgba(141, 207, 62, 1) !important;
        color: #FFF;
        transition: all 0.2s 0s ease;
        cursor: pointer;
    }

    .top-ranking .top-ranking-category a.active:hover {
        background: rgba(141, 207, 62, 1) !important;
        transition: all 0.2s 0s ease;
        cursor: auto;
    }

    .top-ranking a.top-ranking-category-item {
        border: 1px solid rgba(141, 207, 62, 1);
        color: rgba(141, 207, 62, 1);
    }

    .top-beside-simple-list-item+.top-beside-simple-list-item {
        margin-top: 0;
    }

    .top-half-list-item {
        height: 88px;
    }

    .top-half-list-img {
        width: 68px;
        height: 68px;
    }

    .top-half-list-img img {
        width: 68px;
        height: 68px;
    }

    .top-half-list-title {
        font-size: 15px;
        font-weight: 700;
        line-height: 18.15px;
    }

    .top-half-list-txt span {
        padding-top: 2px;
        font-size: 10px;
        font-weight: 500;
        line-height: 12.1px;
    }

    .top-half-list-point {
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
    }

    .ad-list-recommend .ad-list-item-beside-txt img {
        display: block;
        width: 50px;
        height: 50px;
    }

    .ad-list-recommend .ad-list-item-beside-txt {
        flex-direction: row;
        gap: 8px;
    }

    a.recolink+a.recolink {
        margin-top: 5px;
        display: block;
    }

    .ad-list-recommend a>.ad-list-item-beside {
        color: rgba(56, 57, 56, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-recommend a>.ad-list-item-beside:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .top-ranking-category,
    .top-ranking-category .slick-list {
        margin: 0 auto;
    }

    .top-ranking-category-rapid .slick-list {
        margin: 0 auto;
    }

    .top-sidebar-cat-slide,
    .top-sidebar-cat-slide .slick-list {
        margin: 0 auto;
        width: 265px;
    }

    .ad-list-new,
    .ad-list-new .slick-list,
    .ad-list-fast,
    .ad-list-fast .slick-list {
        margin: 0 auto;
    }

    .ad-list-new .slick-next:before,
    .top-selection-list .slick-next:before,
    .ad-list-fast .slick-next:before,
    {
    content: url(../img/icon-new-right.svg);
}

.ad-list-new .slick-prev:before,
.top-selection-list .slick-prev:before,
.ad-list-fast .slick-prev:before,
{
content: url(../img/icon-new-left.svg);
}

.ad-list-new .slick-next,
.ad-list-new .slick-prev,
.top-selection-list .slick-next,
.top-selection-list .slick-prev,
.ad-list-fast .slick-next,
.ad-list-fast .slick-prev {
    width: 21px;
    height: 58px;
}

.top-selection-list .slick-prev {
    left: 5px;
    z-index: 3;
}

.top-selection-list .slick-next {
    right: 5px;
    z-index: 3;
}

.ad-list-new .slick-prev {
    left: 15px;
    z-index: 3;
}

.ad-list-new .slick-next {
    right: 10px;
    z-index: 3;
}

.ad-list-fast .slick-prev {
    left: -40px;
    z-index: 3;
}

.ad-list-fast .slick-next {
    right: -15px;
    z-index: 3;
}
}

@media screen and (max-width: 1199px) {

    .ad-list-topic .slick-list,
    .ad-list-pointup .slick-list,
    .ad-list-pickup .slick-list,
    .ad-list-high .slick-list,
    .ad-list-new .slick-list,
    .ad-list-fast .slick-list {
        padding: 0 0 0 8% !important;
        /* max-height: 281px; */
    }

    .ad-list-item-beside-txt img {
        display: none;
    }

    .top-app .top-img-list {
        gap: 12px 4%;
    }

    .top-shop .top-img-list {
        gap: 12px 4%;
    }
}

@media screen and (max-width: 1199px) {
    .top-img-list {
        gap: 10px;
        justify-content: center;
    }

    a.img-list-item {
        flex-grow: 1;
        justify-content: space-between;
    }
}

/*  トップサイドバー
---------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
    .ad-list-wrap .slick-slide {
        margin: 0 8px 0 0;
    }

    .top-sidebar {
        width: 328px;
    }

    .top-sidebar-banner {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .top-sidebar-banner .top-txt-link {
        background: rgba(141, 207, 62, 1);
        transition: background-color .2s
    }

    .top-sidebar-banner .top-txt-link:hover {
        background: rgba(161, 227, 82, 1);
        transition: background-color .2s
    }

    .top-sidebar-banner img {
        width: 328px;
    }

    .top-sidebar-banner-jipc {
        margin-top: 50px;
    }

    .sidebar-title {
        font-family: Inter, "Noto Sans JP";
        font-size: 18px;
        font-weight: 700;
        line-height: 18.15px;
        text-align: center;
        margin-bottom: 12px;
        margin-top: 24px;
    }

    .sidebar-title:nth-child(1) {
        margin-top: 0px;
    }

    .top-sidebar-cat {
        background-color: #FFF;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .top-sidebar-cat p {
        font-family: Inter, "Noto Sans JP";
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: center;
    }

    .top-sidebar-cat span {
        font-family: Inter, "Noto Sans JP";
        font-size: 15px;
        font-weight: 700;
        line-height: 18.15px;
        text-align: left;
        margin-left: 15px;
    }

    .top-sidebar-cat ul {
        list-style: none;
        padding-inline-start: 0;
    }

    .top-sidebar-cat a {
        display: flex;
        align-items: center;
        padding: 7.5px 20px;
        transition: all 0.2s 0s ease;
    }

    .top-sidebar-cat a:hover {
        background-color: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease;
        cursor: pointer;
    }

    .top-sidebar-cat a:last-child li {
        margin-bottom: 5px;
    }

    .top-sidebar-cat a li {
        color: rgba(56, 57, 56, 1);
    }

    .top-sidebar-cat a img {
        width: 22px;
        height: auto;
    }

    .top-sidebar-ranking span {
        font-family: Inter, "Noto Sans JP";
        font-size: 15px;
        font-weight: 700;
        line-height: 18.15px;
        text-align: left;
    }

    .top-sidebar-ranking ul {
        list-style: none;
        padding-inline-start: 0;
    }

    .top-sidebar-ranking li {
        background: #FFF;
        padding: 5px 0;
        margin: 10px 0;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        transition: all 0.2s 0s ease;
    }

    .top-sidebar-ranking li:hover {
        background-color: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease;
        cursor: pointer;
    }

    .top-sidebar-ranking a li {
        color: rgba(0, 0, 0, 1);
    }

    .top-sidebar-ranking span {
        position: relative;
        left: 80px;
    }

    .top-sidebar-ranking ul a:nth-child(1) li span::before {
        content: "1";
        background-image: url(../img/ranking-number01.svg);
        background-size: contain;
        background-repeat: none;
        padding-top: 2px;
        position: absolute;
        width: 25px;
        height: 19.5px;
        top: -4px;
        left: -40px;
        line-height: 25px;
        text-align: center;
        font-family: Inter, "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }

    .top-sidebar-ranking ul a:nth-child(2) li span::before {
        content: "2";
        background-image: url(../img/ranking-number02.svg);
        background-size: contain;
        background-repeat: none;
        padding-top: 2px;
        position: absolute;
        width: 25px;
        height: 19.5px;
        top: -4px;
        left: -40px;
        line-height: 25px;
        text-align: center;
        font-family: Inter, "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }

    .top-sidebar-ranking ul a:nth-child(3) li span::before {
        content: "3";
        background-image: url(../img/ranking-number03.svg);
        background-size: contain;
        background-repeat: none;
        padding-top: 2px;
        position: absolute;
        width: 25px;
        height: 19.5px;
        top: -4px;
        left: -40px;
        line-height: 25px;
        text-align: center;
        font-family: Inter, "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }

    .top-sidebar-ranking ul a:nth-child(4) li span::before {
        content: "4";
        background-image: url(../img/ranking-number.svg);
        background-size: contain;
        background-repeat: none;
        padding-top: 2px;
        position: absolute;
        width: 25px;
        height: 19.5px;
        top: -4px;
        left: -40px;
        line-height: 25px;
        text-align: center;
        font-family: Inter, "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }

    .top-sidebar-ranking ul a:nth-child(5) li span::before {
        content: "5";
        background-image: url(../img/ranking-number.svg);
        background-size: contain;
        background-repeat: none;
        padding-top: 2px;
        position: absolute;
        width: 25px;
        height: 19.5px;
        top: -4px;
        left: -40px;
        line-height: 25px;
        text-align: center;
        font-family: Inter, "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }

    .top-sidebar-ranking ul a:nth-child(6) li span::before {
        content: "6";
        background-image: url(../img/ranking-number.svg);
        background-size: contain;
        background-repeat: none;
        padding-top: 2px;
        position: absolute;
        width: 25px;
        height: 19.5px;
        top: -4px;
        left: -40px;
        line-height: 25px;
        text-align: center;
        font-family: Inter, "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }

    .top-sidebar-ranking ul a:nth-child(7) li span::before {
        content: "7";
        background-image: url(../img/ranking-number.svg);
        background-size: contain;
        background-repeat: none;
        padding-top: 2px;
        position: absolute;
        width: 25px;
        height: 19.5px;
        top: -4px;
        left: -40px;
        line-height: 25px;
        text-align: center;
        font-family: Inter, "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }

    .top-sidebar-ranking ul a:nth-child(8) li span::before {
        content: "8";
        background-image: url(../img/ranking-number.svg);
        background-size: contain;
        background-repeat: none;
        padding-top: 2px;
        position: absolute;
        width: 25px;
        height: 19.5px;
        top: -4px;
        left: -40px;
        line-height: 25px;
        text-align: center;
        font-family: Inter, "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }

    .top-sidebar-ranking ul a:nth-child(9) li span::before {
        content: "9";
        background-image: url(../img/ranking-number.svg);
        background-size: contain;
        background-repeat: none;
        padding-top: 2px;
        position: absolute;
        width: 25px;
        height: 19.5px;
        top: -4px;
        left: -40px;
        line-height: 25px;
        text-align: center;
        font-family: Inter, "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }

    .top-sidebar-ranking ul a:nth-child(10) li span::before {
        content: "10";
        background-image: url(../img/ranking-number.svg);
        background-size: contain;
        background-repeat: none;
        padding-top: 2px;
        position: absolute;
        width: 25px;
        height: 19.5px;
        top: -4px;
        left: -40px;
        line-height: 25px;
        text-align: center;
        font-family: Inter, "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }

    .sidebar-title-ranking {
        text-align: center;
    }

    .top-sidebar-cat-slide a {
        transition: all 0.2s 0s ease;
    }

    .top-sidebar-cat-slide a:hover {
        background: rgba(141, 207, 62, 1) !important;
        color: #FFF !important;
        transition: all 0.2s 0s ease;
        cursor: pointer;
    }

    .top-sidebar-cat-slide a.active:hover {
        background: rgba(141, 207, 62, 1) !important;
        transition: all 0.2s 0s ease;
        cursor: auto;
    }

    .top-sidebar-cat-slide a.top-ranking-category-item {
        font-family: Inter, "Noto Sans JP";
        width: auto !important;
        /* 固定幅を解除 */
        min-width: 60px;
        /* 最小幅を設定 */
        color: rgba(56, 57, 56, 1);
        display: inline-block;
        /* インラインブロック要素に変更 */
        border-radius: 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        background: #FFF;
        text-align: center;
        font-size: 12px;
        margin-bottom: 4px;
        margin-right: 5px;
        padding: 5px 12px;
        font-weight: 700;
        white-space: nowrap;
        /* 改行を防ぐ */
        overflow: hidden;
        /* はみ出した部分を隠す */
        text-overflow: ellipsis;
        /* はみ出した部分を省略記号で表示 */
    }

    .top-sidebar-cat-slide a.active {
        color: #FFF;
        background: rgba(141, 207, 62, 1);
    }

    .top-sidebar a.top-txt-link {
        width: 128px;
        color: #FFF;
        font-size: 12px;
        background: rgba(141, 207, 62, 1);
        border-radius: 30px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        font-weight: 700;
        padding: 7px 0;
        margin-top: 5px;
        margin-top: 5px;
    }

    .sidebar-teiban {
        display: flex;
        gap: 14px 16px;
        flex-wrap: wrap;
    }

    .sidebar-teiban .img-list-item {
        justify-content: space-between;
    }

    .sidebar-teiban a,
    .sidebar-teiban img {
        width: 70px;
    }

    .sidebar-teiban a.img-list-item span {
        background-color: rgba(255, 68, 71, 1)
    }

    .top-sidebar .top-sns {
        border-radius: 5px;
        padding: 12px 18px 2px 18px;
    }

    .top-sidebar .top-sns .top-sns-list {
        margin: 5px 0;
        background: rgba(235, 252, 216, 1);
        border-radius: 10px;
        padding: 18px 0;
    }

    .top-sidebar .top-sns h3 {
        margin-top: 23px;
    }

    .top-sidebar .top-sns .top-sns-list-item {
        gap: 20px;
    }

    .top-sidebar .top-sns .top-sns-list img {
        width: 45px;
    }

    .top-sidebar .top-sns .top-app-list {
        margin: 11px 0 20px 0;
        display: flex;
        gap: 7px;
        justify-content: center;
    }

    .top-sidebar .top-sns .top-app-list a {
        width: calc(45% - 3px);
    }

    .top-sidebar .top-sns .top-app-list img {
        width: auto;
        height: 38px;
    }

    .top-teiban .top-half-fixlist a {
        width: calc((100% - 5px) / 2);
        color: rgba(56, 57, 56, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .top-teiban .top-half-fixlist a .top-half-fixlist-item:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .top-teiban .top-half-fixlist-item {
        width: 100%;
    }

    .top-half-fixlist-title {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .top-half-fixlist-txt span {
        font-size: 10px;
    }

    .top-teiban .top-half-fixlist-point {
        font-size: 20px;
    }

    .ad-list-item-vertical-point {
        font-size: 12px;
    }

    .top-ranking-category-rapid {
        margin: 0;
        padding: 0;
        gap: 0;

    }

    .top-ranking-category-rapid a.top-ranking-category-item {
        width: auto !important;
        min-width: 60px;
        height: auto;
        font-size: 12px;
        padding: 0 5px !important;
        /* 左右のパディングを追加 */
        margin: 0 2px 5px 2px !important;
        /* 左右のマージンを追加 */
        line-height: 26px;
        display: inline-block;
        /* blockからinline-blockに変更 */
        white-space: nowrap;
    }

    .top-pointup .timelimit {
        width: 210px;
    }

    .top-challenge h2 {
        text-align: left;
    }

    .ad-list-challenge {
        width: 100%;
        display: flex !important;
        flex-wrap: wrap !important;
        padding: 0;
    }

    .ad-list-challenge-item-wrap {
        width: 420px !important;
        height: 106px;
        border-radius: 5px !important;
        border: none !important;
        position: relative;
        margin: 0;
        min-height: auto;
        min-width: auto;
    }

    .ad-list-challenge a {
        color: rgba(56, 57, 56, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-challenge a .ad-list-challenge-item:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-challenge-item-wrap:nth-child(odd) {
        margin-right: 10px;
    }

    .ad-list-challenge-item-wrap:nth-child(1),
    .ad-list-challenge-item-wrap:nth-child(2) {
        margin-bottom: 14px;
    }

    .ad-list-challenge-item-wrap .timelimit {
        background-color: rgba(141, 207, 62, 1);
        position: absolute;
        top: -5px !important;
        right: 0;
        font-size: 10px;
        margin: 0;
        z-index: 5;
    }

    .ad-list-challenge-item {
        display: flex;
        background-color: #fff;
        padding: 10px;
        width: 420px !important;
        height: 106px !important;
        border-radius: 5px !important;
        border: none !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        min-width: auto;
        min-height: auto;
    }

    .ad-list-challenge-item-img {
        width: 68px !important;
        margin-right: 10px;
        padding: 0;
    }

    .ad-list-challenge-item-img img {
        width: 68px !important;
        height: 68px !important;
    }

    .ad-list-challenge-item-txt {
        width: 80%;
        height: auto;
        text-align: left !important;
        margin: 0;
    }

    .ad-list-challenge-item-title {
        margin: 0;
        font-family: Inter, "Noto Sans JP";
        font-size: 15px;
        font-weight: 700;
        line-height: 18.15px;
        color: rgba(56, 57, 56, 1);
        text-align: left !important;
    }

    .ad-list-challenge-item-detail {
        margin: 0;
        font-family: Inter, "Noto Sans JP";
        font-size: 10px;
        font-weight: 500;
        line-height: 12.1px;
        color: rgba(56, 57, 56, 1);
        text-align: left !important;
    }

    .ad-list-challenge-item-title span {
        display: block;
        padding-top: 5px;
        font-family: Inter, "Noto Sans JP";
        font-size: 8px;
        font-weight: 500;
        line-height: 9.68px;
    }

    .ad-list-challenge-item-point {
        margin-top: 12px;
        font-family: Inter, "Noto Sans JP";
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        color: rgba(255, 68, 71, 1);
        text-align: right;
    }

    .ad-list-challenge-item-bottom {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: 0;
        background-color: rgba(255, 68, 71, 1);
        margin: 0;
        font-family: Inter, "Noto Sans JP";
        font-size: 10px;
        font-weight: 700;
        line-height: 12.1px;
        text-align: center;
        width: 100%;
        color: rgba(255, 245, 0, 1);
        padding: 3.5px 0;
        border-radius: 0 0 5px 5px !important;
    }
}

/*  案件詳細
---------------------------------------------------------------*/
#reward .ad-list {
    padding: 0;
}

@media screen and (max-width: 1199px) {
    #reward .ad-list h2 {
        margin-left: 18px;
    }
}

#reward .ad-list-reward-detail {
    padding: 18px;
}

#reward .ad-list-reward-detail h2.sp {
    font-size: 20px;
    font-weight: bold;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-bn {
    width: 140px;
    margin-right: 18px;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-bn img {
    width: calc((140 / 385) * 100vw);
    margin-right: 18px;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-txt {
    font-size: 12px;
    font-family: Inter, "Noto Sans JP";
    font-weight: 500;
    width: 181px;
    margin-left: auto;
}

@media screen and (max-width: 374px) {
    
    #reward .ad-list-reward-detail .ad-list-reward-detail-txt {
        width:160px;
    }
        
}

#reward .ad-list-reward-detail .ad-list-reward-detail-txt .results {
    margin: 0 0 0 8px;
    padding: 0;
    line-height: 14.52px;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-txt .pt {
    color: rgba(255, 68, 71, 1);
    font-size: 24px;
    font-weight: 700;
    margin: 9px 0 0 0;
    padding: 0;
    text-align: right;
    line-height: 29.95px;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-txt .challenge-pt {
    color: rgba(255, 68, 71, 1);
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    margin: 0;
    padding: 0;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-txt .bonus-pt-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-txt .bonus-pt {
    background-color: #FFF;
    line-height: 20px;
    border-radius: 5px;
    margin: 3px 0 0 0;
    padding: 7px 14px;
    font-size: 12px;
    position: relative;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-txt .bonus-pt p {
    margin: 0;
    padding: 0;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-txt .bonus-pt span {
    color: rgba(255, 68, 71, 1);
    font-weight: 700;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-txt .bonus-pt p a {
    width: 13px;
    margin-left: 4px;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-label {
    width: 100%;
    text-align: left;
    font-family: Inter, "Noto Sans JP";
    margin-top: 4px;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-label ul {
    text-align: left;
    margin: 0;
    padding: 0;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-label li {
    display: inline;
    list-style-type: none;
    text-decoration: underline;
    font-size: 10px;
    font-weight: 700;
    margin-right: 4px;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-label li a {
    color: rgba(56, 57, 56, 1);
}

#reward .ad-list-reward-detail .ad-list-reward-detail-status {
    font-size: 12px;
    font-weight: 700;
    margin-top: 18px;
    font-family: Inter, "Noto Sans JP";
}

#reward .ad-list-reward-detail .ad-list-reward-detail-status span {
    display: block;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-limit {
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-limit .time {
    color: #FFF;
    background-color: rgba(141, 207, 62, 1);
    border-radius: 50px;
    width: 49%;
    padding: 3px 0;
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-limit .number {
    color: #FFF;
    background-color: rgba(253, 196, 79, 1);
    border-radius: 50px;
    width: 49%;
    padding: 3px 0;
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-btn {
    color: #FFF;
    text-align: center;
    margin-top: 7px;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-btn a {
    display: inline-block;
    color: #FFF;
    font-family: Inter, "Noto Sans JP";
    font-size: 18px;
    font-weight: 700;
    padding: 7px 0;
    line-height: 21.78px;
    background-color: rgba(255, 68, 71, 1);
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

#reward .ad-list-reward-detail .ad-list-reward-detail-btn img {
    width: 30px;
    margin-right: 10px;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-share {
    color: rgba(141, 207, 62, 1);
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-share a {
    display: inline-block;
    text-align: center;
    background-color: #FFF;
    width: 60%;
    color: rgba(141, 207, 62, 1);
    border-radius: 16px;
    border: 1px solid rgba(141, 207, 62, 1);
    font-size: 12px;
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
    padding: 6px 0;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

#reward .ad-list-reward-detail .ad-list-reward-detail-share img {
    width: 12px;
    margin-right: 6px;
}

#reward .ad-list-reward-detail .ad-list-reward-detail-share-pt {
    color: #FFF;
    background-color: rgba(255, 68, 71, 1);
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    width: 69px;
    font-size: 8px;
    border-radius: 20px;
    padding: 4px 0;
    position: relative;
    display: inline-block;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
}

#reward .ad-list-reward-detail .ad-list-reward-detail-share-pt:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid rgba(255, 68, 71, 1);
}

#reward .ad-list-reward-detail .conditions .conditions-title {
    background-color: rgba(141, 207, 62, 1);
    border-radius: 5px 5px 0 0;
    padding: 10px;
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

#reward .ad-list-reward-detail .conditions .conditions-title span {
    font-size: 11px;
    margin-left: 5px;
}

#reward .ad-list-reward-detail .conditions .conditions-txt {
    background-color: #FFF;
    border-radius: 0 0 5px 5px;
    color: #333;
    font-size: 14px;
    padding: 15px;
    font-family: Inter, "Noto Sans JP";
    font-weight: 500;
    line-height: 13px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 1199px) {
    #reward .ad-list-reward-detail .conditions .conditions-txt {
        line-height: 20px;
    }

    #reward .ad-list-reward-detail .conditions .conditions-txt p {
        margin-bottom: 0.5rem;
    }
}


#reward .ad-list-reward-detail-share-detail {
    background-color: #FFF;
    text-align: center;
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
    padding: 20px 18px;
    border-radius: 5px;
}

#reward .ad-list-pickup {
    padding-top: 10px;
    padding-left: 18px;
    padding-right: 18px;
}

#reward .top-shun {
    padding-left: 18px;
    padding-right: 18px;
}

#reward .ad-list-reward-detail-share-detail h3 {
    font-size: 14px;
    color: rgba(141, 207, 62, 1);
    font-weight: 700;
}

#reward .ad-list-reward-detail-share-detail p {
    font-weight: 500;
    line-height: 20px;
    font-size: 10px;
}

#reward .ad-list-reward-detail-share-detail p span {
    font-weight: 700;
}

#reward .ad-list-reward-detail-share-detail p span.share-pt {
    color: rgba(255, 68, 71, 1);
}

#reward .ad-list-reward-detail-share-detail input {
    border: 1px solid rgba(141, 207, 62, 1);
    font-size: 10px;
    width: 258px;
    padding: 3px 0;
    text-align: center;
}

#reward .ad-list-reward-detail-share-detail .ad-list-reward-detail-share-detail-btn {
    width: 100%;
    margin: 10px auto 0 auto;
}

#reward .ad-list-reward-detail-share-detail .ad-list-reward-detail-share-detail-btn div {
    width: 100px;
    display: inline-block;
    color: #FFF;
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
    font-size: 10px;
    padding: 0;
    line-height: 20px;
    background-color: rgba(255, 68, 71, 1);
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

#reward .ad-list-reward-detail-share-detail .ad-list-reward-detail-share-detail-btn a {
    width: 100px;
    display: inline-block;
    color: #FFF;
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
    font-size: 10px;
    padding: 0;
    line-height: 20px;
    background-color: rgba(255, 68, 71, 1);
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.conditions *,
.conditions *:before,
.conditions *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.conditions {
    position: relative;
}

.conditions label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 80px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 1) 70%);
}

.conditions input:checked+label {
    background: inherit;
}

.conditions label:after {
    position: absolute;
    z-index: 2;
    bottom: 6px;
    right: 10px;
    content: 'もっと見る';
    font-size: 10px;
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
    display: block;
    padding-bottom: 0px;
}

.conditions input {
    display: none;
}

.conditions .cp_container {
    overflow: hidden;
    height: 80px;
    border-radius: 0 0 5px 5px;
    padding-bottom: 20px;
    transition: .5s;
}

.conditions input:checked+label {
    display: none;
}

.conditions input:checked+label:after {
    content: '閉じる';
    transition: .5s;
}

.conditions input:checked~.cp_container {
    height: auto;
    transition: .5s;
}

@media (min-width: 992px) {
    #reward .ad-list-reward-detail .conditions .conditions-title {
        position: relative;
        cursor: pointer;
    }

    .conditions label:hover~.conditions-title {
        opacity: 0.8;
        transition: .3s;
    }

    .conditions label:after {
        content: none;
    }

    .conditions input:checked+label {
        display: block;
    }

    .conditions input+label,
    .conditions input:checked+label {
        top: 0;
        height: 40px;
        background: none;
    }

    .conditions .conditions-title::before,
    .conditions .conditions-title::after {
        position: absolute;
        z-index: 2;
        top: 18px;
        right: 16px;
        content: '';
        width: 18px;
        height: 4px;
        background-color: #FFF;
    }

    .conditions .conditions-title::after {
        transform: rotate(90deg);
    }

    .conditions input:checked~.conditions-title::after {
        transform: rotate(0);
    }

    .conditions input:checked+label:after {
        display: none;
    }

    .conditions .cp_container::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 854px;
        height: 80px;
        background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 1) 70%);
        overflow: hidden;
        border-radius: 0 0 5px 5px;
    }

    .conditions input:checked~.cp_container::before {
        display: none;
    }

}

/*  検索
---------------------------------------------------------------*/
h2.search-bird-icon {
    padding-left: 34px;
    margin-bottom: 18px;
    font-family: Inter, "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: left;
}

h2.search-bird-icon>span {
    position: relative;
}

h2.search-bird-icon>span::before {
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    content: "";
    background-image: url(../img/icon-bird.svg);
    background-size: contain;
    width: 28px;
    height: 25px;
}

#search .content-wrapper {
    padding: 18px;
}

#search .search_container {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

#search .search_container input[type="text"] {
    background: #fff;
    border: 1px solid rgba(141, 207, 62, 1);
    height: 40px;
    width: 86%;
    padding-left: 5px;
    border-radius: 5px 0 0 5px;
}

#search .search_container input[type="text"]:focus {
    outline: 0;
}

#search .search_container input[type="submit"] {
    position: absolute;
    cursor: pointer;
    border: none;
    background: rgba(141, 207, 62, 1);
    color: #fff;
    outline: none;
    width: 50px;
    height: 40px;
    border-radius: 0 5px 5px 0;
}

#search .search_container::after {
    content: url(../img/icon-search.svg);
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 5;
    height: 23px;
}

#search .search-detail {
    font-family: Inter, "Noto Sans JP";
}

#search .search-area {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 18px;
}

#search .search-area .search-nav {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 5px 5px 0 0;
    background-color: #FFF;
    border: 1px solid rgba(141, 207, 62, 1);
}

#search .search-area .search-nav li {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
    color: rgba(141, 207, 62, 1);
    text-align: center;
    width: 33.3%;
}

#search .search-area .search-nav li:nth-child(-n+2) {
    border-right: 1px solid rgba(141, 207, 62, 1);
}

#search .search-area .search-nav li button {
    display: inline-block;
    color: rgba(141, 207, 62, 1);
    padding: 9px 0;
    width: 100%;
    border-radius: 0;
    border: none;
}

#search .search-area .search-nav li button.active {
    background-color: rgba(141, 207, 62, 1);
    color: #FFF;
}

#search .search-area .search-category {
    background-color: #FFF;
    width: 100%;
}

#search .search-area .search-category a {
    color: #333;
}

#search .search-area .search-category dt {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
    border-bottom: 1px solid #DDD;
    padding: 15px 0 15px 20px;
}

#search .search-area .search-category dt img {
    margin-right: 10px;
}

#search .search-area .search-category dd {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: Inter, "Noto Sans JP";
    font-weight: 400;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #DDD;
}

@media screen and (max-width: 1199px) {
    #search .search-area .search-category dd {
        font-size: 12px;
    }
}

/*  検索結果
---------------------------------------------------------------*/
.search-result-simple-list {
    margin: 18px 0;
}

.search-result-simple-list .none {
    display: none;
}

.search-result-simple-list-item {
    position: relative;
    color: #000;
    background-color: #fff;
    height: 88px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin: 6px 0 !important;
}

.search-result-simple-list-img {
    width: 68px;
    height: 68px;
}

.search-result-simple-list-img img {
    width: 68px;
    height: 68px;
}

.search-result-simple-list-item.none {
    display: none;
}

.search-result-simple-list-item+.search-result-simple-list-item {
    margin-top: 14px;
}

.search-result-simple-list-txt {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.search-result-simple-list-title {
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: left;
    margin: 0;
}

.search-result-simple-list-txt span {
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 400;
    line-height: 12.1px;
    text-align: left;
}

.search-result-simple-list-point {
    font-family: Inter, "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
    color: rgba(255, 68, 71, 1);
}

/*  ショッピング
---------------------------------------------------------------*/
.shopping h2.shopping-title {
    margin: 18px 0 18px 18px;
    font-family: Inter, "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: left;
}

h2.shopping-bird-icon>span {
    position: relative;
}

h2.shopping-bird-icon>span::before {
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    content: "";
    background-image: url(../img/icon-bird.svg);
    background-size: contain;
    width: 28px;
    height: 25px;
}

.shopping-pointup .top-img-list a span {
    background: rgba(141, 207, 62, 1);
    color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.shopping-pointup .img-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 70px;
    margin: 0 .6em 0 0 !important;
}

@media screen and (max-width: 1200px) {
    .shopping-pointup .img-list-item {
        margin: 0 0 0 0 !important;
    }
}

.shopping-pointup .img-list-item:nth-child(4),
.shopping-pointup .img-list-item:nth-child(8) {
    margin: 0 !important;
}

.shopping-pointup .top-beside-simple-list {
    padding: 0 !important;
    margin: 0 !important;
}

.shopping-pointup .top-beside-simple-list-item {
    gap: 0 !important;
    margin: 0 !important;
}

.shopping-pointup .top-teiban .top-half-fixlist-item {
    width: calc((100% - 5px) / 2);
}

.top-app .top-img-list {
    display: flex !important;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.top-app .img-list-item {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between !important;
    max-width: 85px;
    margin: 0 .6em 0 0 !important;
}

@media (min-width: 1200px) {
    .top-app .top-img-list.d-xl-none {
        display: none !important;
    }
    
}

@media (max-width: 1199px) {
    .top-app .top-img-list.d-none.d-xl-block {
        display: none !important;
    }

    .top-app .img-list-item {
        max-width: 70px;
        margin: 0 0 0 0 !important;
    }
}

/*  ポイント明細
---------------------------------------------------------------*/
.point-detail h2 {
    margin: 18px 0 18px 18px;
    font-family: Inter, "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: left;
}

.point-detail .point-detail-wrapper {
    padding: 0 18px 18px 18px;
}

.point-detail .point-detail-wrapper .point-detail-navi {
    text-align: center;
}

.point-detail .point-detail-wrapper .point-detail-navi ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.point-detail .point-detail-wrapper .point-detail-navi li {
    display: inline !important;
    list-style-type: none;
    width: 50%;
}

.point-detail .point-detail-wrapper .point-detail-navi a {
    display: inline-block;
    width: 100%;
    font-family: Inter, "Noto Sans JP";
    max-width: 166px;
    color: rgba(141, 207, 62, 1);
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    border-radius: 30px;
    border: 1px solid rgba(141, 207, 62, 1);
    padding: 9px 0;
    background: #FFF;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.point-detail .point-detail-wrapper .point-detail-navi a.active {
    color: #FFF;
    background: rgba(141, 207, 62, 1);
}

.point-detail .point-detail-wrapper .point-detail-att {
    display: block;
    color: rgba(132, 132, 132, 1);
    font-family: Inter, "Noto Sans JP";
    font-size: 8px;
    font-weight: 500;
    line-height: 9.68px;
    margin: 10px 0;
}

.point-detail .point-detail-wrapper .point-detail-list {
    border-radius: 5px;
    background: #FFF;
    padding: 18px;
}

.point-detail .point-detail-wrapper .point-detail-list .point-detail-tomonth a {
    display: inline-block;
    width: 100%;
    font-family: Inter, "Noto Sans JP";
    color: rgba(141, 207, 62, 1);
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    border-radius: 30px;
    border: 1px solid rgba(141, 207, 62, 1);
    padding: 9px 0;
    background: #FFF;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.point-detail .point-detail-wrapper .point-detail-search-area {
    padding: 0;
    margin: 18px 0 0 0;
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-nav {
    width: 70%;
    padding: 0;
    margin: 0 auto 18px auto;
    background-color: #FFF;
    border: none;
    justify-content: center;
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-nav li {
    display: inline-block;
    list-style-type: none;
    font-size: 12px;
    font-family: Inter, "Noto Sans JP";
    font-weight: 700;
    line-height: 14.52px;
    color: rgba(141, 207, 62, 1);
    text-align: center;
    border-radius: 19px;
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-nav li:first-child {
    margin-right: 12px;
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-nav li button {
    display: inline-block;
    color: rgba(141, 207, 62, 1);
    padding: 5px 0;
    width: 100px;
    border-radius: 19px;
    border: 1px solid rgba(141, 207, 62, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-nav li button.active {
    background-color: rgba(141, 207, 62, 1);
    color: #FFF;
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-nav li button:hover {
    background-color: rgba(141, 207, 62, 1);
    color: #FFF;
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-category {
    background-color: #FFF;
    width: 100%;
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-category a {
    color: #333;
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-category dd {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-category dd .point-detail-list-title {
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-category dd .point-detail-list-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-category dd .point-detail-list-date {
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 300;
    line-height: 12.1px;
    color: rgba(132, 132, 132, 1);
}

.point-detail .point-detail-wrapper .point-detail-search-area .point-detail-search-category dd .point-detail-list-point {
    font-family: Inter, "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    color: rgba(255, 68, 71, 1);
}

.point-detail.month .point-detail-wrapper .point-detail-list {
    margin: 0;
    padding: 18px;
}

.point-detail.month .point-detail-wrapper .point-detail-list.top {
    border-radius: 5px 5px 0 0;
}

.point-detail.month .point-detail-wrapper .point-detail-list.bottom {
    border-radius: 0 0 5px 5px;
    margin: 0;
}

.point-detail.month .point-detail-wrapper .point-detail-search-area {
    margin: 0 !important;
}

.point-detail.month .point-detail-wrapper .point-detail-search-area .point-detail-search-month select {
    width: 100%;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 5px;
    padding: 7px;
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl01 {
    position: relative;
    background: #FFF;
}

.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0.75em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid rgba(141, 207, 62, 1);
    pointer-events: none;
}

.point-detail.month .point-detail-wrapper .point-detail-month-sum {
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 8px 0;
    margin: 0;
    background: rgba(141, 207, 62, 1);
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
}

.point-detail.month .point-detail-wrapper .point-detail-search-area .point-detail-month-none-title {
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: center;
    margin: 40px 0 30px 0;
}

.point-detail.month .point-detail-wrapper .point-detail-search-area .point-detail-month-none-img {
    margin: 0 auto;
    text-align: center;
}

.point-detail.month .point-detail-wrapper .point-detail-search-area .point-detail-month-none-img img {
    width: 86.66px;
    height: 130px;
}

.point-detail.month .point-detail-wrapper .point-detail-search-area .point-detail-month-none-detail {
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    text-align: center;
    margin-top: 30px;
}

.point-detail.month .point-detail-wrapper .point-detail-search-area .point-detail-month-none-detail a {
    display: inline-block;
    color: rgba(141, 207, 62, 1);
    text-decoration: underline !important;
}

.point-detail.month .point-detail-wrapper .point-detail-search-area .none {
    border: none;
}

/*  ポイント交換
---------------------------------------------------------------*/
.point-exchange h2 {
    margin: 18px 18px 0 18px;
    font-family: Inter, "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: left;
    color: rgba(56, 57, 56, 1);
}

.point-exchange .point-exchange-wrapper {
    padding: 0 0 18px 18px;
}

.point-exchange .point-exchange-wrapper .point-exchange-history a {
    display: block;
    width: 200px;
    border-radius: 30px;
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    text-align: center;
    background: #FFF;
    border: 1px solid rgba(141, 207, 62, 1);
    color: rgba(141, 207, 62, 1);
    padding: 7.5px 0;
    margin: 18px auto;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.point-exchange h3 {
    font-family: Inter, "Noto Sans JP";
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    color: rgba(56, 57, 56, 1);
}

.point-exchange .point-exchange-list {
    margin-bottom: 18px;
}

.point-exchange .point-exchange-list a {
    color: rgba(56, 57, 56, 1);
}

.point-exchange .point-exchange-item-img {
    width: 70px;
    height: 70px;
    display: table;
}

.point-exchange .point-exchange-item-img img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    display: table-cell;
    vertical-align: middle;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    background: #FFF;
}

.point-exchange .point-exchange-item-txt {
    width: 70px;
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 500;
    line-height: 12.1px;
    color: rgba(56, 57, 56, 1);
    margin-top: 6px;
}

.point-exchange .slick-slide {
    margin: 0 8px 0 0;
}

.point-exchange .slick-list {
    padding: 0 15% 0 0 !important;
}

.point-exchange .point-exchange-detail {
    padding-right: 18px;
    margin-top: 18px;
}

.point-exchange .point-exchange-detail .point-exchange-detail-amount {
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 6px;
    padding: 8px;
    display: flex;
}

.point-exchange .point-exchange-detail .point-exchange-detail-amount a {
    color: rgba(56, 57, 56, 1);
}

.point-exchange .point-exchange-detail .point-exchange-detail-amount .point-exchange-detail-amount-img {
    width: 60px;
    height: 60px;
    margin-right: 5px;
}

.point-exchange .point-exchange-detail .point-exchange-detail-amount .point-exchange-detail-amount-img img {
    width: 60px;
    height: 60px;
}

.point-exchange .point-exchange-detail .point-exchange-detail-amount .point-exchange-detail-amount-txt {
    position: relative;
    width: 263px;
}

.point-exchange .point-exchange-detail .point-exchange-detail-amount .point-exchange-detail-amount-title {
    color: rgba(56, 57, 56, 1);
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
}

.point-exchange .point-exchange-detail .point-exchange-detail-amount .point-exchange-detail-amount-point {
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 700;
    line-height: 12.1px;
    color: #FFF;
    background: rgba(141, 207, 62, 1);
    text-align: center;
    width: 129px;
    padding: 4px 0;
    border-radius: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.point-exchange .point-exchange-detail .point-exchange-detail-history {
    background: #FFF;
    color: rgba(56, 57, 56, 1);
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 6px;
    padding: 8px;
    display: flex;
}

.point-exchange .point-exchange-detail .point-exchange-detail-history a {
    color: rgba(56, 57, 56, 1);
}

.point-exchange .point-exchange-detail .point-exchange-detail-history .point-exchange-detail-history-img {
    width: 60px;
    height: 60px;
    margin-right: 5px;
}

.point-exchange .point-exchange-detail .point-exchange-detail-history .point-exchange-detail-history-img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* ギフト交換履歴の画像（共通クラス） */
.gift-history-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.point-exchange .point-exchange-detail .point-exchange-detail-history .point-exchange-detail-history-txt {
    position: relative;
    width: 263px;
}

.point-exchange .point-exchange-detail .point-exchange-detail-history .point-exchange-detail-history-title {
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
}

.point-exchange .point-exchange-detail .point-exchange-detail-history .point-exchange-detail-history-point {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 10px;
    font-weight: 500;
    line-height: 12.1px;
}

.point-exchange .point-exchange-detail .point-exchange-detail-history .point-exchange-detail-history-point span {
    display: inline-block;
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 9.68px;
    color: #FFF;
    background: rgba(141, 207, 62, 1);
    text-align: center;
    width: 60px;
    padding: 3px;
    border-radius: 15px;
    margin-right: 5px;
}





/* 非表示用↓*/

.top-wrapper {
    flex-wrap: wrap;
    /* justify-content: center;*/
}

.top-wrapper.help {
    justify-content: center;
    margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .top-wrapper.help {
    margin-top: 150px;
  }
}

/* ヘルプのCSSここから↓*/

.helppage.content-wrapper {
    padding: 18px;
}

.helppage.content-wrapper p {
    margin-bottom: 0rem;
}

.help-page_haeader img {
    width: 100%;
    border-radius: 5px;
}

.helppage_link h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin: 18px 0 10px 0;
}

.helppage_link a {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1.00);
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
    padding: 0 0 0 .8em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

.helppage_link a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.helppage_link a figure {
    margin: 0.5em 0.5em 0.5em 0em;
    width: 2.5em;
    padding: 0;
    text-align: center;
}

.helppage_link h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 18px 0;
}

.helppage_detail {
    background-color: #fff;
    padding: 18px;
    font-size: 0.75em;
    font-weight: 500;
    border-radius: 5px;
}

.helppage_detail p {
    margin-bottom: 0em;
}

.opinion_text {
    font-size: 0.75em;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 10px;
}

.opinion_midashi {
    font-size: 0.75em;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 10px;
}

textarea {
    width: 100%;
    height: 100%;
    min-height: 160px;
    padding: 18px;
    border-radius: 5px;
    font-size: 12px !important;
    ;
    color: #383938;
    border: none;
    resize: none !important;
}

textarea:focus {
    outline: none;
}

.help_caution {
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 18px 0;
}

.help_button {
    border: none;
    display: block;
    width: 100%;
    font-size: 14px;
    background: #8DCF3E;
    color: #ffffff;
    border-radius: 23px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    padding: 8px;
}

.help_button:hover {
    background-color: rgba(141, 207, 62, 1.00);
}

.helppage h5 {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
}

.helppage .inpuiry-pulldown {
    margin-bottom: 18px;
    position: relative;
}

.helppage .inpuiry-pulldown::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #8DCF3E;
}

.helppage .inpuiry-pulldown select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-color: #D9D9D9;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #383938;
    appearance: none;
}

.helppage .inpuiry-pulldown select:focus {
    outline: 0;
    border-color: #8DCF3E;
}


.helppage .anken-list {
    background: #FFF;
    border-radius: 5px;
    overflow: hidden;
}

.helppage .anken-list>p {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8DCF3E;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

.helppage .anken-list>ul {
    margin: 0;
    padding: 0 18px 6px;
    list-style: none;
    position: relative;
}

.helppage .anken-list>ul>li {
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.helppage .anken-list>ul>li:not(:last-child) {
    border-bottom: solid 1px #F0F0F0;
}

.helppage .anken-list>ul>li>div {
    display: flex;
    flex-direction: column;
}

.helppage .anken-list>ul>li>div>p {
    font-size: 15px;
    font-weight: bold;
}

.helppage .anken-list>ul>li>div>time {
    font-size: 10px;
    font-weight: 500;
    color: #848484;
}

.helppage .anken-list>ul>li>.anken-list__button {
    width: 48px;
    height: 26px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    background: #8DCF3E;
    color: #FFF;
    flex-grow: 0;
    flex-shrink: 0;
}

.help_inquiry_detail_item>.midashi {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.help_inquiry_detail_item>.text {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

input {
    accent-color: #FF4447;
}

label {
    font-size: 14px;
}

@media screen and (max-width: 1199px) {

    .top-footer {
        /*display: none!important;*/
        margin: 40px 0px 25px 0px;
    }

    /*
  .copyright{
    display: none!important;
  }
  */

}


@media screen and (min-width: 1200px) {
    .helppage_default-link img{
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .helppage_link {
        width: 854px;
        margin: 0 auto;
    }

    .content-wrapper {
        width: 854px;
    }

    .helppage.content-wrapper {
        padding: 0px;
        margin-top: 18px;
    }

    .help_center {
        text-align: center;
    }

    .opinion_midashi {
        text-align: left;
    }

    .help_button {
        width: 340px;
        margin: 0 auto;
    }

    .help_caution {
        font-size: 10px;
        margin: 0 0 36px 0;
        text-align: left;
    }

    .help_inquiry_detail_item {
        display: flex;
        gap: 10px;
        margin: 0 0 20px 20%;
    }

    .help_inquiry_detail_item>.midashi {
        flex-shrink: 0;
    }

    .opinion_width_pc {
        width: 500px;
        margin: 0 auto;
    }

    .helppage .anken-list>ul>li>div {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .kakunin {
        margin: 0 auto;
        display: block;
        width: fit-content;
        margin-top: 26px;
    }

}

.helppage_default-link a{
    display: contents;
    height: 0px;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
    box-shadow: none;
    margin-bottom: 0px;
    padding: 0em;
}

.helppage_default-link img{
    width: 100%;
}

/* ニュース表示する時、ヘッダー伸びた分調整用↓*/

.top-wrapper-news{
    margin-top: 62px;
  }
  
  /* TOPのお知らせ表示ここから↓*/
  
  .top-news{
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    padding: 4px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #F0F0F0;
    margin-bottom: 8px;
    border-radius: 5px;
    color: #4478FF;
    max-width: 720px;
  }
  
  .oshirase{
    font-weight: 600;
    color: #383938;
  }
  
  .oshirase{
    margin: 0 12px 0 0;
    font-size: 12px;
  }
  
  .oshirase-text{
    color: #4478FF;
    font-size: 12px;
  }
  
  /* タブレット用コード追加をお願いします↓*/
  
  @media screen and (min-width: 780px) {
  
    .top-news {
      margin: 0 auto;
      margin-bottom: 8px;
    }
  
  }
  
  /* PC用 ヘッダーのコード変更＆コード追加をお願いします↓*/
  
  @media screen and (min-width: 1200px) {
  
    .top-wrapper-news{
    margin-top: 151px;
    }
  
    .top-news{
      margin: 0 auto;
      width: 1178px;
      max-width: 1200px;
      background-color: #F0F0F0;
      padding: 6px 18px;
      margin-bottom: 10px;
    }
  
    .oshirase{
      margin: 0 18px 0 0;
      font-size: 15px;
    }
  
    .oshirase-text{
      font-size: 15px;
    }
}

.regular_rank,.bronze_rank,.silver_rank,.gold_rank,.exchange_sp_off,.exchange_sp_on{
    margin-top: 18px; 
    position: relative;
    width: 200px;
    height: 42px;
}

.exchange_off,.exchange_on{
    position: relative;
    margin: 18px auto;
}

.question_position_exchange_off{
    position: absolute;
    top: 20px;
    left: 482px;
}

.question_position_exchange_on{
    position: absolute;
    top: 20px;
    left: 504px;
}

@media screen and (max-width: 1199px)  {
    .regular_rank,.bronze_rank,.silver_rank,.gold_rank{
        margin-top: 10px; 
        margin-bottom: 10px;
    }

    .exchange_sp_off,.exchange_sp_on{
        margin-top: -8px; 
        margin-bottom: 18px;
    }
}

.question_position,
.exchange_position_sp_off{
    position: absolute;
    top: 15px;
    left: 165px;
}

.rank_none{
    display: none!important;
}

.content-wrapper{
    position: relative;
}

.rankapp-area{
    display: flex;
    column-gap: 4px;
    position: absolute;
    top: -4px;
    right: -4px;
}

.rank_up{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #8DCF3E;
    width: 135px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 2px;
    column-gap: 4px;
}

.app-guarantee_on{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #FE805C;
    width: 100px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 2px;
    column-gap: 4px;
}

.app-guarantee_off,
.app_guarantee_explanation{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #AFAFAF;
    background: #fff;
    border: 1px solid #AFAFAF;
    width: 100px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 2px;
    column-gap: 4px;
    position:relative;
    font-weight: 500;
}

.rank_sp_regular,
.rank_sp_bronze{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    border: 1px solid #AFAFAF;
    color: #AFAFAF;
    background: #fff;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 10px;
    column-gap: 4px;
    margin-left: auto;
    font-weight: 500;
}
.rank_sp_silver{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    border: 1px solid #FE805C;
    color: #FE805C;
    background: #fff;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 10px;
    column-gap: 4px;
    margin-left: auto;
}

.rank_sp_gold{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    border: 1px solid #FE805C;
    color: #FE805C;
    background: #fff;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 10px;
    column-gap: 4px;
    margin-left: auto;
}

.lock_rank_1{
    display: flex;
    position: absolute;
    top: -10px;
    right: 78px;
    padding: 5px 10px;
}

.lock_rank_2{
    right: 42px;
}

.question_position_reward{
    position: absolute;
    top: 9px;
    left: 54px;
}

.rank_up p,
.app-guarantee_on p,
.app-guarantee_off p,
.rank_sp_regular p,
.rank_sp_bronze p,
.rank_sp_silver p,
.rank_sp_gold p,
.member_rank p,
.rank_display_regular p,
.rank_display_bronze p,
.rank_display_silver p,
.rank_display_gold p,
.rank_up_point-history p,
.app-guarantee_point-history p,
.app_guarantee_explanation p
{ 
    margin-top: 0;
    margin-bottom: 0rem;
}

.regular_rank_reward,
.bronze_rank_reward,
.silver_rank_reward,
.gold_rank_reward{
    display: none;
}

.rank_bonus_inline {
    display: none;
}

@media screen and (min-width: 1200px) {
    .rank_bonus_inline {
        display: inline-flex;
        align-items: flex-end;
        margin-left: 10px;
    }

    .rank_bonus_inline > img {
        display: block;
    }

    .rank_bonus_inline .question_position_reward {
        position: static;
        display: inline-flex;
        align-items: center;
        margin-left: -28px;
        margin-bottom: 1px;
    }
}

.member_rank{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap:4px;
    font-size: 15px;
    margin-bottom: 10px;
}

.rank_display_regular,
.rank_display_bronze,
.rank_display_silver,
.rank_display_gold{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 24px;
}

.rank_badge{
    width: 7%;
}

.rank_up_point-history{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #8DCF3E;
    width: 100px;
    font-size: 12px;
    padding: 2px;
    border-radius: 2px;
}

.app-guarantee_point-history{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #FE805C;
    width: 68px;
    font-size: 12px;
    padding: 2px;
    border-radius: 2px;
    margin-left: 5px;
}

.point-detail-list-point{
    margin-left: 5px;
}

.exchange_bonus{
    position: relative;
    width: 303px;
    margin-bottom: 18px;
}

.exchange_position_off,
.exchange_position_on{
    position: absolute;
    top: 20px;
    left: 214px;
}

.exchange_position_on{
    left: 237px;
}

.exchange_position_sp_off{
    left: 144px;
}

.app_guarantee_explanation{
    width: 120px;
    border: solid 1px #FE805C;
    color: #FE805C;
    margin-bottom: 10px;
    font-size: 10px;
}
.point-exchange-detail-amount{
    position: relative;
}

.point-exchange-detail-amount-title{
    border-bottom: solid 1px rgba(240, 240, 240, 1);
    padding-bottom: 10px; 
}

.point-exchange-point{
    display: flex;
    color: #383938;
    margin-top: 10px;
}

.point-exchange-point li{
    display: flex;
    align-items: center; 
}

.point-exchange-point > p{
    font-size: 12px;
    width: 160px;
}
.point-exchange-rank_list{
    justify-content: center;
    align-items: center;
    list-style-type:none;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.point-exchange-rank_list > li >img{
    width: 10%;
    height: auto;
    margin-right: 10px;
}

.point-exchange-rank_list > li:not(:last-child) {
    margin-bottom: 4px;
}

.point-exchange-lock::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00000099;
    z-index: 1;
    border-radius: 5px;
}
.point-exchange-detail-amount.point-exchange-lock{
    user-select: none;
}
.point-exchange-detail-amount.point-exchange-lock:hover{
    background-color: #FFF!important;
}
.point-exchange-lock::after{
    content: '';
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/exchange_lock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.point-exchange-detail-amount-title{
    font-size: 18px!important;
}

.point-exchange-wrapper > p{
    padding-right: 18px;
}

.point-exchange-detail .point-exchange-detail-amount .point-exchange-detail-amount-txt {
    width: 350px!important;
}

.point-exchange-itemname{
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: left;
    color: rgba(56, 57, 56, 1);
}

.exchange-detai_btn_on,
.exchange-detai_btn_off{
    display: inline-block;
    width: 100%;
    max-width: 300px;
    font-family: Inter, "Noto Sans JP";
    color: rgba(141, 207, 62, 1);
    font-size: 18px;
    font-weight: 700;
    line-height: 14.52px;
    border-radius: 30px;
    border: 1px solid rgba(141, 207, 62, 1);
    padding: 15px !important;
    background: #FFF;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin-left: auto;
    margin-right: auto;
    transition: background-color 0.3s ease; 
}

.exchange-detai_btn_off{
    background-color: #CCCCCC;
    color: #fff;
    border:none;
    box-shadow:none;
}

.exchange-detai_btn_on:hover{
    color: #FFF;
    background: rgba(141, 207, 62, 1);
}

.required-point{
    text-align: center;
    font-size: 20px;
    color: rgba(56, 57, 56, 1);
    font-weight: 700;
}

.required-point > span{
    color: #FE805C;
}

@media screen and (max-width: 1199px)  {

    .rank_display_regular,
    .rank_display_bronze,
    .rank_display_silver,
    .rank_display_gold{
        margin-bottom: 8px;
        border-bottom: 1px solid #DDD;
        padding-bottom: 16px;

    }

    .rankapp-area{
        position:relative;
        top: 0px;
        right: 0px;
        margin-bottom: 10px;
    }

    .rank_badge{
        width: 10%;
    }

    .mypage_sp_background{
        background-color: #fff;
        border-radius: 5px;
        padding: 18px;
        margin-bottom: 10px;
    }

    .mypage_sp_background > h3{
        margin-bottom: 0px!important;
        padding-bottom:0px!important;
    }

    .point-detail-list-txt{
        justify-content: flex-start!important;
    }

    .point-detail-list-point{
        margin-left:auto;
    }

    .rank_up_point-history,
    .app-guarantee_point-history
    {
        padding: 0px;
        font-size: 10px;
    }

    .rank_up_point-history{
        margin-left: 2px;
        width: 94px;
    }

    .app-guarantee_point-history{
        margin-left: 2px;
    }

    .exchange_bonus{
        margin-top: 18px; 
        position: relative;
        width: 200px;
        height: 42px;
    }

    .exchange_bonus > img{
        width: 200px;
    }

    .point-exchange-rank_list{
        font-size: 14px;
    }

    .point-exchange-detail-amount-title{
        line-height: 22px!important;
    }

}

@media screen and (min-width: 1200px) {
    .rank_sp_regular,
    .rank_sp_bronze,
    .rank_sp_silver,
    .rank_sp_gold{
        display: none;
    }
}


/* ランク達成状況のCSS*/

.rank_status_btn a{
    display: block;
    width: 64px;
    height: 36px;
    border-radius: 30px;
    font-family: Inter, "Noto Sans JP";
    font-size: 11px;
    font-weight: 700;
    line-height: 14.52px;
    text-align: center;
    background: #FFF;
    color:rgba(141, 207, 62, 1);
    border: 1px solid rgba(141, 207, 62, 1);
    padding: 10px 0px;
    margin: 18px auto;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.rank_status_btn a:hover {
    color: #fff;
    background: rgba(141, 207, 62, 1);
    transition: all 0.2s 0s ease;
}
.rank_deco{
    color: #05B5FF;
    background-color: #E6F8FF;
    padding: 6px 12px;
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 15px;
    font-size: 16px;
}

@media screen and (max-width: 1200px){

    .rank_deco{
        margin-left: 5px;
        margin-right: 10px;
    }

}

.rank_deco_regular{
    color: #05B5FF;
    background-color: #E6F8FF;
}

.rank_deco_bronze{
    color: #D2A342;
    background-color: #FFF3DD;
}

.rank_deco_silver{
    color: #9D9D9D;
    background-color: #F6F6F6;
}

.rank_deco_gold{
    color: #FAD100;
    background-color: #FFFBE6;
}

.regular_img,.bronze_img,.silver_img,.gold_img{
    display: block;
    width: 350px;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
}

.regur_badge,.bronze_badge,.silver_badge,.gold_badge{
    position: absolute;
    top: 50%;
    left: 5%;
    width: 60px;
    transform: translateY(-50%);
}

.regur_popo,.bronze_popo,.silver_popo,.gold_popo{
    position: absolute;
    top: 50%;
    right: 5%;
    width: 60px;
    transform: translateY(-50%);
}

.rankstatu_img{
    position: relative; 
    width: 100%; 
    max-width: 350px; 
    margin: 0 auto;
}

@media screen and (max-width: 1200px){

    .regular_img,.bronze_img,.silver_img,.gold_img{
        width: 339px;
    }
}

@media (max-width: 375px) { 

    .regular_img,.bronze_img,.silver_img,.gold_img{
        width: 100%;
    }

    .regur_badge,.bronze_badge,.silver_badge,.gold_badge{
        position: absolute;
        top: 50%;
        left: 5%;
        width: 50px;
        transform: translateY(-50%);
    }
    
    .regur_popo,.bronze_popo,.silver_popo,.gold_popo{
        position: absolute;
        top: 50%;
        right: 5%;
        width: 50px;
        transform: translateY(-50%);
    }
    
}

.rank_status_regular_top_text {
    font-weight: 600;
    margin-top: 18px;
}

.rankstatus_head{
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rankstatus_head p{
    margin-bottom: 0rem;
    margin-left: 6px;
    font-weight: 600;
}

.rankstatus_head > img{
    width:  4%;
    height: 4%;
    object-fit: contain;
}

@media screen and (max-width: 1200px){

    .rankstatus_head > img{
        width:  6%;
        height: 6%;
        object-fit: contain
    }

}

.rankstatus_gold,.rankstatus_silver,.rankstatus_bronze,.rankstatus_regular {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1.00);
    margin-bottom: 18px;
    padding: 1.5em;
}

.rankstatus_gold,.rankstatus_silver,.rankstatus_bronze,.rankstatus_regular > .text{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.rankstatus_bronze > .gauge-list{
    margin-top: 0px;
}

.rankstatus_regular > .gauge-list{
    margin-top: 0px;
}

.rankstatus_side{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:16px;
  }

.rankstatus_side > .rank_status_btn a {
    margin: 0px;
    height: 30px;
    padding: 7px 0px;
}

.rankstatus_highlight{
    font-size: 16px;
}

.bronze_15days_on,.gold_caution{
    font-size: 10px!important;
    font-weight: 400!important;
    text-align: left;
    margin-bottom: 0px;
}   

.achievement_on{
    background-color: #FF4447;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 14px;
}

.achievement_off,.rank_status_none,.bronze_15days_off{
    display: none;
}

.gauge-list {
    display: flex;
    flex-direction: column;
    gap: 8px; 
    margin-top:16px
  }

  .gauge-list p{
    margin-bottom: 0rem;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
  }
  
.gauge-container {
    width: 100%;
    font-family: sans-serif;
  }
  
.gauge{
    position: relative;
    width: 100%;
    height: 20px;
    background-color: #eee;
    border-radius: 15px;
    overflow: hidden;
    font-size: 12px;
  }
  
.gauge-fill-gold,.gauge-fill-silver,.gauge-fill-bronze,.gauge-fill-regular{
    height: 100%;
    background: #FAD100;
    width: 0%;
    transition: width 1s ease;
    border-radius: 15px 0 0 15px;
  }

.gauge-fill-silver{
    background:#9D9D9D;
}

.gauge-fill-bronze{
    background:#D2A342;
}

.gauge-fill-regular{
    background:#05B5FF;
}

  
.gauge-label-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    pointer-events: none;
  }

.gauge-label-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  
.gauge-label-inside.complete {
    font-size: 20px;
    color: #fff;
  }

/* 利用規約・プライバシーポリシー CSS*/

.tos-privacy-wrapper {
    padding: 18px;
    margin-top: -40px;
    margin-bottom: -80px;
}

.tos-privacy-detali{
    padding: 18px;
    background: #fff;
    border-radius: 5px;
}

.tos-privacy-midashi{
    margin: 0;
    padding: 0;
    color: #383938;
    font-weight: 800;
    border-bottom: 1px solid #DDD;
    padding: 0px 0 8px 0px;
}

.tos-privacy-text{
    margin-top: 10px;
    margin-bottom: 10px !important;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
    color: #383938;
}

.tos-privacy-btn-off{
    display: block;
    border-radius: 30px;
    font-family: Inter, "Noto Sans JP";
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    background: #AFAFAF;
    color: #fff;
    padding: 10px 0;
    margin-top: 18px;
    margin-bottom: 10px;
    height: 36px;
}

.tos-privacy-btn-on{
    display: block;
    border-radius: 30px;
    font-family: Inter, "Noto Sans JP";
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    background: #8DCF3E;
    color: #fff;
    padding: 10px 0;
    margin-top: 18px;
    margin-bottom: 10px;
    height: 36px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease;
}

.tos-privacy-btn-on:disabled {
    background: #8DCF3E;
    opacity: 0.8;
    cursor: not-allowed;
}

.tos-privacy-btn-on i {
    margin-right: 5px;
}

.btn-on-text{
    font-size: 10px;
    text-align: center;
}

.privacy-caution{
    font-size: 0.8em;
    vertical-align: top; 
}

.accordion-content > table {
    border-collapse: collapse;
    width: 100%;
    background-color: white;
    border: 1px solid #999; 
}
.accordion-content > table th,
.accordion-content > table td,
.accordion-content > table tr{
    border-width: 1px ;
    border-style: solid ;
    border-color: #ddd ;
}

.accordion-content > th, .accordion-content > td {
    border: 1px solid #999; 
    padding: 12px;
    vertical-align: top;
    border-width: 1px;
}

.accordion-content > th {
    background-color: #eee;
    text-align: center;
    border-width: 1px;
}

.accordion-content > ul {
    margin: 0;
    padding-left: 20px;
}

.accordion-content> table td >ul{
    list-style: none;
    padding-left: 0px;
}


 details {
    font-family: sans-serif;
    margin: 0 0 0 0;
    width: 100%;
  }

  summary {
    padding: 10px 40px 10px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    color: #8DCF3E;
    position: relative;
    list-style: none;
    background-color: transparent;
    border-top: 1px solid #DDD;
    border-bottom: none;

  }

  summary::after {
    content: "+";
    position: absolute;
    right: 10px;
    font-weight: bold;
    font-size: 16px;
  }

  details[open] summary::after {
    content: "-";
  }

  .accordion-content {
    max-height: 300px;
    overflow-y: auto;
    padding: 8px;
    font-size: 10px;
    border-top: 1px solid #ccc;
    
  }

.accordion-content::-webkit-scrollbar {
  width: 8px;
  height: 50px;
}

.accordion-content::-webkit-scrollbar-track {
  background: transparent;
  background-color: #f8f8f8;
}

.accordion-content::-webkit-scrollbar-thumb {
  background-color: #8DCF3E;
  border-radius: 10px;
  border: 2px solid transparent; 
  background-clip: content-box; 
}



.checkbox-wrapper {
      display: flex;
      align-items: center;
      cursor: pointer;
      user-select: none;
      justify-content: center;
      margin-top: 18px;

}

.checkbox-wrapper input[type="checkbox"] {
      display: none;
}

.custom-checkbox {
      width: 20px;
      height: 20px;
      border: 2px solid #D9D9D9;
      border-radius: 4px;
      display: inline-block;
      margin-right: 8px;
      position: relative;
      background-color: white;
}

.custom-checkbox::after {
      content: '';
      position: absolute;
      top: 2px;
      left: 6px;
      width: 6px;
      height: 12px;
      border: solid #8DCF3E;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      opacity: 0;
      transition: opacity 0.2s;
}

input[type="checkbox"]:checked + .custom-checkbox::after {
    opacity: 1;
}

@media (min-width: 1200px) {
    .tos-privacy-wrapper{
        width: 800px;
        margin-top: -88px;
     }

    .accordion-content {
        max-height: 400px;
    }

    .tos-privacy-btn-off,.tos-privacy-btn-on{
        width: 450px;
        margin: 0 auto;
        margin-top: 18px;
        margin-bottom: 10px;
    }
    .btn-on-text{
        width: 450px;
        margin: 0 auto;
    }
}

.mailaddress-change > h2{
    font-size: 20px !important;
}

.mailaddress-change-form input[type="text"],
.mailaddress-change-form input[type="email"],
.mailaddress-change-form input[type="password"],
.mailaddress-change-form input[type="date"],
.mailaddress-current-form input[type="text"],
.mailaddress-current-form input[type="email"],
.mailaddress-current-form input[type="password"],
.mailaddress-current-form input[type="date"] {
    padding: 0.5em;
    border-radius: 5px;
    border-width: 0px;
    border-style: solid;
    border-color: rgba(210, 210, 210, 1.00);
    margin-bottom: 1em;
    border: 1px solid #D9D9D9;
    width: 60%;
    margin: 0 auto;
    display: block;
}

.mailaddress-change-form input[type="text"],
.mailaddress-change-form input[type="email"],
.mailaddress-change-form input[type="password"],
.mailaddress-change-form input[type="date"] {
    background-color: rgba(255, 255, 255, 1.00);
}

.mailaddress-current-form input[type="text"],
.mailaddress-current-form input[type="email"],
.mailaddress-current-form input[type="password"],
.mailaddress-current-form input[type="date"] {
    background-color: rgba(210, 210, 210, 1.00);
}

.mailaddress-change-form input[type=submit]{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 18px;
    margin-top:18px ;
    color: rgba(255,255,255,1.00);
    border-radius: 50em;
    height: 2.2em;
    background-color: gray;
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    border-width: 0px;
    border-style: none;
    border-color: rgba(255,255,255,1.00);
    width: 100%;
    max-width: 340px;
    font-size: 14px;
    font-weight: bold;
}

.mailaddress-change-form input[type=submit]:not([disabled]) {
    background-color: #8DCF3E; 
    cursor: pointer;
}

.mailaddress-change-form input[type=submit]:hover:not([disabled]){
    opacity: 0.7;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.mailaddress-change-label{
    margin-top: 20px;
    text-align: center;
    display: block;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.mailaddress-changewarning{
    color:rgba(255, 68, 68, 1);
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.text-top{
    margin-top: 18px;
}

@media screen and (max-width: 1199px) {
    .mailaddress-change > .center {
        text-align: left;
    }

    .mailaddress-current-form input[type="text"],
    .mailaddress-current-form input[type="email"],
    .mailaddress-current-form input[type="password"],
    .mailaddress-current-form input[type="date"],
    .mailaddress-change-form input[type="text"],
    .mailaddress-change-form input[type="email"],
    .mailaddress-change-form input[type="password"],
    .mailaddress-change-form input[type="date"] {
        width: 100%;
    }

    .mailaddress-change-label{
        text-align: left;
        width: 100%;
    }
}

/* グローバルローディング
---------------------------------------------------------------*/
#global-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.loader-content {
    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #8dcf3e;
    animation: spin 1s ease-in-out infinite;
    margin: 0 auto 16px;
}

.loader-text {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Registration and Login Notice Styles */
.register-notice,
.login-notice {
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.emphasis-text {
    color: red;
    font-weight: bold;
}

@media (min-width: 992px) {
    .register-notice,
    .login-notice {
        width: 60%;
    }
}

.register-notice p,
.login-notice p {
    margin-bottom: 10px;
}

.register-notice p:last-child,
.login-notice p:last-child {
    margin-bottom: 0;
}

.register-notice a,
.login-notice a {
    color: #007bff;
    text-decoration: underline;
}

.register-notice a:hover,
.login-notice a:hover {
    color: #0056b3;
}

/* 大量ポイントゲット！セクション */
.top-ow-section h2 {
    margin-bottom: 20px;
}

.ad-list-ow {
    display: flex;
    flex-wrap: wrap;
    padding-left: 18px !important;
    gap: 0 !important;
}

.ad-list-ow a {
    color: rgba(56, 57, 56, 1);
    transition: all 0.2s 0s ease;
}

.web-ow {
    right: 0;
    margin-left: 0px;
    margin-right: 8px;
    width: 98px;
    height: 152px;
    max-height: 152px;
    aspect-ratio: 98 / 152;
    display: flex;
    flex-direction: column;
    position: relative;
}

.web-ow-img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.web-ow-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.web-ow-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    aspect-ratio: 180 / 104;
}

.web-ow-title {
    margin: 18px 0 0 0;
    padding: 0;
    font-family: Inter, "Noto Sans JP";
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: rgba(56, 57, 56, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* SP版 */
@media screen and (max-width: 1199px) {
    .ad-list-ow {
        padding-left: 0px !important;
    }

    .ad-list-ow .slick-list {
        padding: 0 !important;
    }

    .web-ow {
        right: -19px;
    }
    .web-ow-img img {
        width: 80%;
        height: 80%;
        border-radius: 50%;
    }
    .web-ow-title {
        margin-top: -10px;
        padding: 0 10px 0 0;
        font-family: Inter, "Noto Sans JP";
        font-size: 10px;
        font-weight: 700;
        text-align: center;
    }
}

/* PC版 */
@media screen and (min-width: 1200px) {
    .ad-list-ow {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 650px;
        flex-wrap: wrap;
        gap: 15px 30px;
        padding: 0;
        margin: 0 auto;
    }

    .ad-list-ow,
    .ad-list-ow .slick-list {
        margin: 0 auto;
    }

    .ad-list-ow .slick-list {
        width: 670px;
        height: 152px;
        margin: 0 auto;
    }

    .ad-list-ow .slick-track {
        display: flex !important;
        justify-content: center;
    }

    .ad-list-ow .slick-slide {
        width: 98px !important;
    }

    .ad-list-ow .slick-slide+.slick-slide {
        margin-left: 29px;
    }

    .ad-list-ow .slick-next:before {
        content: url(../img/icon-new-right.svg);
    }

    .ad-list-ow .slick-prev:before {
        content: url(../img/icon-new-left.svg);
    }

    .ad-list-ow .slick-next,
    .ad-list-ow .slick-prev {
        width: 21px;
        height: 58px;
        top: 50%;
        transform: translateY(-50%);
    }

    .ad-list-ow .slick-prev {
        left: -40px;
        z-index: 3;
    }

    .ad-list-ow .slick-next {
        right: -70px;
        z-index: 3;
    }

    .ad-list-ow a>.ad-list-item-vertical {
        color: rgba(56, 57, 56, 1) !important;
        transition: all 0.2s 0s ease !important;
    }

    .ad-list-ow a>.ad-list-item-vertical:hover {
        background: rgba(235, 252, 216, 1) !important;
        transition: all 0.2s 0s ease !important;
    }
}
