@charset "UTF-8";

#container {
    min-width: initial;
    max-width: initial;
}

.text-indent {
    text-indent: -1em;
    padding-left: 1em;
}

.hover-opacity:hover {
    opacity: 0.6;
}

.-hide {
    display: none !important;
}

.kaitori-monitor .contents_wrapper {
    width: 1080px;
    margin: 0 auto;
}

.kaitori-monitor {
    max-width: 1920px;
    /* min-width: 1080px; */
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}

.kaitori-monitor img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.mv {
    position: relative;
    background: url(/pc/img/feature/kaitori-campaign/monitor/202505/mv.jpg) top center / 1920px auto no-repeat;
    min-height: 974px;
}

.mv_nav_list {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
}

.mv_nav_list>li:not(:last-child) {
    margin-bottom: 20px;
}

.mv_nav_list>li>a {
    background-color: #ffe361;
    width: 700px;
    margin: 0 auto;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 17px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url(/pc/img/feature/kaitori-campaign/monitor/202505/mv_nav_arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 44px;
}

.strengths {
    background: url(/pc/img/feature/kaitori-campaign/monitor/202505/strengths.jpg) top center / 1920px auto no-repeat;
    height: 603px;
    position: relative;
}

.strengths .link_btn {
    bottom: 76px;
}

.link_btn {
    width: 460px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.link_btn a {
    cursor: pointer;
}

.link_btn a:hover {
    opacity: 0.6;
}

.link_btn_notes {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}

.osusume {
    background: url(/pc/img/feature/kaitori-campaign/monitor/202505/osusume.jpg) top center / 1920px auto no-repeat;
    height: 1563px;
    position: relative;
}

.high_price_campaign {
    background: url(/pc/img/feature/kaitori-campaign/monitor/202505/high_price_campaign.jpg) top center / 1920px auto no-repeat;
    height: 1630px;
    position: relative;
}

.high_price_example {
    background-image:
        url(/pc/img/feature/kaitori-campaign/monitor/202505/high_price_example_line_bottom.png),
        url(/pc/img/feature/kaitori-campaign/monitor/202505/bg.png);
    background-position: bottom center, top center;
    background-repeat: repeat-x, repeat;
    background-size: 100%;
    position: relative;
    padding-top: 105px;
    padding-bottom: 115px;
    margin-top: 33.5px;
}

.example_title {
    top: calc(-33.5 / 1921 * 100vw);
    position: absolute;
}

.example_item+.example_item {
    margin-top: 60px;
}

.example_item_title {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    border: solid 1px;
    border-radius: 100vw;
    border-radius: calc(infinity * 1px);
    text-align: center;
    padding: 8px;
}

.example_item_price_note {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
}

.example_item_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: fit-content;
    margin: 0 auto;
    max-width: 1145px;
}

.example_item_list>li {
    width: 205px;
}

.example_item_list_image {
    margin-bottom: 15px;
}

.example_item_list_image>img {
    aspect-ratio: 205 / 150.5;
    height: 150.5px;
    object-fit: contain;
}

.example_item_list_name {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.example_item_list_model {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.example_item_list_price_label {
    width: fit-content;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    background-color: #333333;
    color: #FFF;
    padding: 3px 18px;
}

.example_item_list_price_strikethrough {
    font-size: 35px;
    color: #FF3F91;
    font-weight: bold;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-family: 'Arial Black', sans-serif;
}

.example_item_list_price_strikethrough .yen {
    font-size: 15px;
    font-weight: bold;
}

.example_item_list_price_strikethrough::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(-10deg);
    background-color: #FF3F91;
    width: 100%;
    height: 1.6px;
    top: 50%;
    left: 0;
}

.example_item_list_price_up {
    width: 162px;
    margin: 0 auto;
    margin-left: 65px;
    margin-top: -40px;
}

.flow {
    background: url(/pc/img/feature/kaitori-campaign/monitor/202505/flow.jpg) top center / 1920px auto no-repeat;
    height: 2031px;
    position: relative;
}

.btn_faq_id {
    width: 530px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 423px;
    margin: auto;
}

.btn_faq_id:hover {
    opacity: 0.6;
    cursor: pointer;
}

.flow .link_btn {
    bottom: 65px;
}

.chance {
    background: url(/pc/img/feature/kaitori-campaign/monitor/202505/chance.jpg) top center / 1920px auto no-repeat;
    height: 687px;
    position: relative;
}

.voice {
    background: url(/pc/img/feature/kaitori-campaign/monitor/202505/voice.jpg) top center / 1920px auto no-repeat;
    height: 1594px;
    position: relative;
}

.faq {
    padding: 100px 0 130px;
    background-image: url(/pc/img/feature/kaitori-campaign/monitor/202505/bg.png);
    background-size: 100%;
}

.faq_header h2 {
    width: 472px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.faq_list {
    width: 1000px;
    margin: 0 auto;
}

.faq_list>li {
    box-shadow: 20px 20px 0px 0px #C8C8C8;
}

.faq_list>li:not(:last-child) {
    margin-bottom: 65px;
}

.faq_qanda dt {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    background-color: #FFD9E9;
    padding-right: 40px;
    cursor: pointer;
    display: flex;
}

.faq_qanda_label_q {
    width: 105px;
    background-image: url(/pc/img/feature/kaitori-campaign/monitor/202505/label_q.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    background-color: #FF3F91;
    flex-shrink: 0;
}

.faq_qanda_q {
    padding: 25px 0;
    padding-left: 30px;
    font-size: 27.5px;
    font-weight: bold;
}

.faq_qanda dd {
    font-size: 19px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 40px 115px 60px 150px;
    background-image: url(/pc/img/feature/kaitori-campaign/monitor/202505/label_a.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 105px;
}

.faq_qanda dd a {
    display: inline;
    color: #000000;
    text-decoration: underline;
}

.red {
    color: #FF3F91;
}

.faq_qanda.faq_qanda_closed dd {
    display: none;
}

.faq_qanda_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    margin: auto;
    display: block;
    height: fit-content;
    z-index: 1;
}

.faq_qanda_icon_inner {
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
}

.faq_qanda_icon_inner:before,
.faq_qanda_icon_inner:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 45px;
    height: 3px;
    background-color: #FF3F91;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 12px;
}

.faq_qanda .faq_qanda_icon_inner::after {
    opacity: 0;
    transform: rotate(90deg);
    transition: opacity 0.3s ease-out 0s;
}

.faq_qanda.faq_qanda_closed .faq_qanda_icon_inner::after {
    opacity: 1;
}

.not_accepted {
    margin-top: 15px;
}

.not_accepted .red {
    font-weight: bold;
}

.btn_not_accepted {
    margin-top: 10px;
    width: 138px;
}

.kaitoriCP_banner {
    width: 700px;
    margin: 0 auto;
    padding: 100px 0;
}

.kaitoriCP_banner>li a:hover {
    opacity: 0.6;
}

.kaitoriCP_banner>li:not(:last-child) {
    margin-bottom: 20px;
}