@charset "UTF-8";

#container {
    min-width: initial;
    max-width: initial;
}

.hover-opacity:hover {
    opacity: 0.6;
}

.purchase-campaign-composite .contents_wrapper {
    width: 1080px;
    margin: 0 auto;
}

.purchase-campaign-composite {
    min-width: 1080px;
    margin: 0 auto;
    overflow-x: hidden;
}

.purchase-campaign-composite h2 {
    white-space: nowrap;
}

.purchase-campaign-composite img {
    width: fit-content;
    height: auto;
    vertical-align: top;
}

/* mv
-----------------------------------------------------------*/
.mv {
    position: relative;
    height: 983px;
    text-align: center;
}

.mv_note {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 1000px;
    padding-left: 1em;
    margin: 0 auto;
    font-size: 14px;
    text-indent: -1em;
    text-align: left;
}

/* summary
-----------------------------------------------------------*/
.summary {
    position: relative;
    max-width: 1400px;
    height: 651px;
    margin: 0 auto;
}

.summary h2 {
    position: relative;
    z-index: 11;
    padding: 40px 0 0;
    font-size: 100px;
    font-weight: bold;
    line-height: 104px;
    color: #004856;
    text-align: center;
}

.summary h2 span {
    display: block;
    font-weight: bold;
}

.summary p {
    position: relative;
    z-index: 11;
    padding: 20px 0 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: #004856;
    text-align: center;
    white-space: nowrap;
}

.summary img {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    z-index: 10;
    width: fit-content;
    margin: 0 auto;
    transform: translate(-50%, 0);
}

/* pagenavi
-----------------------------------------------------------*/
.pagenavi {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
    background: #faf3cc;
}

.pagenavi ul {
    width: 700px;
    margin: 0 auto;
}

.pagenavi li + li {
    margin-top: 10px;
}

.pagenavi li a {
    display: block;
}

/* information
-----------------------------------------------------------*/
.information {
    position: relative;
    max-width: 1400px;
    height: 1613px;
    margin: 0 auto;
}

.information h2 {
    position: relative;
    z-index: 11;
    padding: 64px 0 0;
    font-size: 68px;
    font-weight: bold;
    line-height: 84px;
    color: #FFF;
    text-align: center;
}

.information h2 span {
    display: block;
    font-weight: bold;
}

.information img {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    z-index: 10;
    width: fit-content;
    margin: 0 auto;
    transform: translate(-50%, 0);
}

.information .information_btn {
    position: absolute;
    top: 1220px;
    left: 50%;
    right: 50%;
    z-index: 11;
    width: fit-content;
    margin: 0 auto;
    transform: translate(-50%, 0);
}

.information .information_btn .link_btn {
    margin: 0 auto;
}

.information_btn a {
    display: block;
}

.information_btn img {
    position: relative;
}

/* target
-----------------------------------------------------------*/
.target {
    position: relative;
    max-width: 1400px;
    height: 1972px;
    margin: 0 auto;
    text-align: center;
    background-image: url(/pc/img/feature/purchase-campaign-composite/target.jpg);
    background-repeat: no-repeat;
}

.target h2 {
    height: 160px;
    padding: 44px 0 0;
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
}

.target_textTop {
    height: 150px;
    margin-top: 20px;
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    color: #004856;
}

.target_textTop span {
    display: block;
    font-size: 32px;
    font-weight: bold;
}

.target h3 {
    width: 1080px;
    height: 70px;
    margin: 0 auto;
    padding: 14px 0;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    background: #004856;
}

.target .target_note {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    font-size: 16px;
}

/* btn_wrap
-----------------------------------------------------------*/
.btn_wrap {
    width: fit-content;
    margin: 0 auto;
}

.btn_wrap-title {
    margin-top: 70px;
    color: #004856;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.1em;
    text-align: center;
}

.btn_wrap-title span {
    color: #E93FE0;
    font-size: calc(70 / 50 * 1em);
    font-weight: bold;
}

.link_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}

.link_btn li + li {
    margin: 10px auto 0;
}

.link_btn a {
    display: block;
}

.link_btn_notes {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

/* targetItem
-----------------------------------------------------------*/
.targetItem {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background: #28d4e0;
}

.targetItem h2 {
    padding: 44px 0 40px;
    font-size: 70px;
    font-weight: bold;
    color: #004856;
}

.target_detailWrap {
    max-width: 960px;
    margin: 0 auto;
}

.target_detail {
    overflow: hidden;
    background: #fff;
    box-shadow: 7px 7px 0px #000;
}

.target_detail + .target_detail {
    margin-top: 65px;
}

.target_detail-header {
    position: relative;
    display: flex;
    align-items: center;
    height: 130px;
    padding: 20px 30px;
    background-color: #FFFF00;
    transition: opacity 0.2s;
    cursor: pointer;
}

.target_detail-header:hover {
    opacity: 0.7;
}

.target_detail-header img {
    position: absolute;
    top: 50%;
    left: 76px;
    width: 98px;
    height: 85px;
    object-fit: contain;
    object-position: center;
    transform: translate(-50%, -50%);
}

.target_detail-header h3 {
    width: 100%;
    font-size: 47px;
    font-weight: bold;
    color: #004856;
    text-align: center;
}

.target_detail-toggle {
    position: absolute;
    top: 50%;
    right: 47px;
    width: 29px;
    height: 29px;
    transform: translate(50%, -50%);
}

.target_detail-toggle::before,
.target_detail-toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #004856;
    transition: transform 0.3s;
    content: '';
}

.target_detail-toggle::before {
    width: 29px;
    height: 4px;
    transform: translate(-50%, -50%);
}

.target_detail-toggle::after {
    width: 4px;
    height: 29px;
    transform: translate(-50%, -50%);
}

.js-accordion.is-open .target_detail-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.target_detail-text {
    display: none;
    padding: 40px 50px;
    text-align: left;
    border-top: 1px solid #eee;
}

.target_detail-text p {
    font-size: 23px;
    line-height: 1.5;
    color: #000;
}

.target_detail-text .subheading {
    margin-top: 16px;
    padding-bottom: 4px;
    font-size: 24px;
    font-weight: bold;
    color: #004856;
}

.target_detail-text .target_note li {
    margin-top: 10px;
    padding-left: 1em;
    font-size: 14px;
    color: #666;
    text-indent: -1em;
}

.-downArrow,
.-upArrow {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 40px auto 0;
    font-size: 26px;
    font-weight: bold;
    color: #0B318F;
    text-decoration: none;
}

.-downArrow::after,
.-upArrow::after {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/pc/img/feature/purchase-campaign-composite/icon/arrow.svg) no-repeat center center / 100% auto;
    content: "";
}

.-upArrow::after {
    transform: rotate(180deg);
}

/* targetItem kaitoriAny */
.targetItem_kaitoriAny {
    position: relative;
    height: 1039px;
    margin: 55px auto 0;
}

.targetItem_kaitoriAny h3 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    padding-top: 35px;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.5;
    color: #004856;
    text-align: center;
}

.targetItem_kaitoriAny h3 span {
    font-size: 66px;
    font-weight: bold;
    line-height: 1;
}

.targetItem_kaitoriAny > img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.targetItem_kaitoriAny .target_note,
.kaitoriAny_text,
.kaitoriAny_btn_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.targetItem_kaitoriAny .target_note {
    width: 865px;
    margin: 870px auto 0;
    padding-left: 1em;
    font-size: 14px;
    text-align: left;
    text-indent: -1em;
}

.kaitoriAny_text {
    margin: 900px auto 0;
    font-size: 16px;
}

.kaitoriAny_btn_wrap {
    display: flex;
    gap: 0;
    width: fit-content;
    margin: 925px auto 0;
}

.kaitoriAny_btn_wrap a {
    display: block;
}

/* appeal
-----------------------------------------------------------*/
.appeal {
    position: relative;
    max-width: 1400px;
    height: 1089px;
    margin: 0 auto;
}

.appeal h2 {
    position: relative;
    z-index: 11;
    padding: 64px 0 0;
    font-size: 50px;
    font-weight: bold;
    line-height: 84px;
    color: #FFF;
    text-align: center;
}

.appeal h2 span {
    display: block;
    font-size: 68px;
    font-weight: bold;
    color: #ffff00;
}

.appeal img {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    z-index: 10;
    width: fit-content;
    margin: 0 auto;
    transform: translate(-50%, 0);
}

.appeal p {
    position: absolute;
    top: 1020px;
    left: 0;
    right: 0;
    z-index: 11;
    width: fit-content;
    margin: 0 auto;
    font-size: 20px;
}

/* 買取価格
-----------------------------------------------------------*/
.achievement {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.achievement h2 {
    height: 301px;
    padding-top: 110px;
    font-size: 62px;
    font-weight: bold;
    color: #ffff00;
    background: #004856;
}

.achievement_navi {
    display: flex;
    flex-flow: wrap;
    width: calc(226px*5 + 1px);
    margin: 50px auto;
    border-top: 1px solid #004856;
    border-left: 1px solid #004856;
}

.achievement_navi li {
    width: 20%;
}

.achievement_navi a {
    position: relative;
    display: flex;
    align-items: end;
    width: 100%;
    height: 80px;
    padding: 5px;
    border-right: 1px solid #004856;
    border-bottom: 1px solid #004856;
    color: #004856;
    text-decoration: none;
}

.achievement_navi a span::after {
    content: "";
    display: block;
    width: fit-content;
    margin: 10px auto 5px;
    border-top: 10px solid #004856;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.achievement_navi a img {
    width: 70px;
}

.achievement_navi a span {
    width: calc(100% - 70px);
    font-size: 23px;
    font-weight: bold;
    line-height: calc(25/23);
    text-align: center;
}

.achievement_navi a:hover {
    color: #FFFFFF;
    background-color: #004856;
}

.achievement_navi a:hover span::after {
    border-top: 10px solid #FFFFFF;
}

.achievement_navi li:nth-of-type(3) a span,
.achievement_navi li:nth-of-type(6) a span,
.achievement_navi li:nth-of-type(9) a span {
    font-size: 19px;
}

.achievement_navi li:nth-of-type(4) a span,
.achievement_navi li:nth-of-type(8) a span{
    font-size: 17px;
}

.achievement_item {
    margin-bottom: 80px;
}

.achievement_item h3 {
    margin-bottom: 30px;
    padding: 10px 0 0;
    font-size: 40px;
    font-weight: bold;
    color: #004856;
    text-align: center;
    background-color: #ffff00;
    border-radius: 100px;
}

.achievement_notes {
    width: fit-content;
    margin: 0 auto 30px;
    padding: 5.7px 0 5.7px 70px;
    font-size: 24px;
    font-weight: bold;
    color: #DB2C22;
    background-image: url(/pc/img/feature/purchase-campaign-composite/warning_icon.png);
    background-repeat: no-repeat;
}

.achievement_text {
    width: fit-content;
    margin: 0 auto;
    margin-left: 1em;
    font-size: 16px;
    text-align: left;
    text-indent: -1em;
}

.achievement_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 20px;
}

.achievement_list li {
    display: flex;
    flex-direction: column;
    width: fit-content;
    background-color: #ffffff;
}

.achievement_list_image {
    margin: 0 auto;
    text-align: center;
}

.achievement_list_image > img {
    width: 210px;
    height: 160px;
    margin: 10px auto;
    object-fit: scale-down;
}

.achievement_list_name {
    min-height: 36px;
    padding-bottom: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
}

.-item_smartphone .achievement_list_name {
    min-height: 58px;
}

.-item_game .achievement_list_name {
    min-height: 90px;
}

.achievement_list_model {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
}

.-item_game .achievement_list_model {
    min-height: 58px;
}

.achievement_list_color {
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid;
}

.achievement_list_kaitori_price {
    margin-top: auto;
}

.achievement_list_kaitori_price_text_wrapper {
    width: fit-content;
    margin: 20px auto 0;
}

.achievement_list_kaitori_price_text_top {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.1;
}

.achievement_list_kaitori_price_text_bottom {
    font-size: 20px;
    font-weight: bold;
}

.achievement_list_kaitori_price_text_bottom .num {
    font-size: 42px;
    font-weight: bold;
    color: #DB2C22;
}

.achievement_list_kaitori_price_text_bottom .yen {
    font-size: 42px;
    font-weight: bold;
    color: #DB2C22;
}

.achievement_btn_wrap {
    display: flex;
    gap: 0;
    width: fit-content;
    margin: 30px auto;
}

.achievement_btn_wrap a {
    display: block;
}

/* safe
-----------------------------------------------------------*/
.safe {
    max-width: 1400px;
    height: 1170px;
    margin: 0 auto;
    text-align: center;
    background-image: url(/pc/img/feature/purchase-campaign-composite/safe_bg.png);
    background-repeat: no-repeat;
}

.safe h2 {
    padding: 80px 0 150px;
    font-size: 68px;
    font-weight: bold;
    color: #FFF;
}

.safe h2 span {
    font-size: 68px;
    font-weight: bold;
    color: #ffff00;
}

.safe_btn {
    display: flex;
    width: fit-content;
    margin: 30px auto;
}

.safe_btn a {
    display: block;
}

/* sticky
-----------------------------------------------------------*/
.stickyWrap {
    position: fixed;
    right: calc(50% - 960px);
    bottom: 6px;
    z-index: 1000;
    display: none;
    width: 383px;
    height: auto;
    margin: 0;
    padding: 15px 10px 0 0;
}

@media screen and (max-width: 1920px) {
    .stickyWrap {
        right: 10px;
    }
}

.stickyWrap .stickyInner {
    position: relative;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

.stickyInner a {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    cursor: pointer;
}

.stickyInner a:hover {
    opacity: unset;
}

.stickyInner .sticky_closeBtn {
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
}

/* 店舗リスト
-----------------------------------------------------------*/
.hideItem {
    display: none;
}

.kaitoriCP_store {
    width: 1000px;
    margin: 0 auto;
}

.kaitoriCP_store .store_search-title {
    height: 65px;
    margin: 50px 0 25px;
    font-size: 30px;
    font-weight: bold;
    line-height: 65px;
    color: #fff;
    text-align: center;
    background: #1b2a5b;
}

.kaitoriCP_store .store_search-subtitle {
    width: 700px;
    margin: 30px auto 0 auto;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.kaitoriCP_store .store_search-wrap {
    width: 700px;
    margin: 0 auto;
}

.kaitoriCP_store .-text {
    font-size: 26px;
    line-height: 1.5em;
}

.kaitoriCP_store .-note {
    font-size: 16px;
    margin: 20px 0;
}

.kaitoriCP_store .selectCustom {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    background: #fff;
    border: 1px solid #3e3e44;
    cursor: pointer;
}

.kaitoriCP_store .selectCustom::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin: -10px 20px 0 0;
    border-right: 2px solid #3e3e44;
    border-bottom: 2px solid #3e3e44;
    transform: rotate(45deg);
    content: "";
}

.kaitoriCP_store .selectCustom::after {
    position: absolute;
    top: 0;
    right: 50px;
    width: 1px;
    height: 100%;
    background-color: #3e3e44;
    content: "";
}

.kaitoriCP_store .selectCustom span {
    padding-left: 1em;
    font-size: 20px;
    line-height: 50px;
}

.kaitoriCP_store .selectCustom select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 30px;
    color: #192b5b;
    border: none;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.kaitoriCP_store .-list {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    margin: 0 auto 20px;
}

.kaitoriCP_store .-list li {
    position: relative;
    display: block;
    width: 50%;
    margin: -1px 0 0 0;
    font-size: 18px;
    line-height: 50px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
}

.kaitoriCP_store .-list li span {
    display: block;
    line-height: 1.4em;
}

.kaitoriCP_store .-list li:nth-of-type(1),
.kaitoriCP_store .-list li:nth-of-type(2) {
    border-top: 1px solid #d2d2d2;
}

.kaitoriCP_store .-list li a {
    display: block;
    padding: 10px;
    color: inherit;
    text-decoration: none;
}

.kaitoriCP_store .-list li a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #d2d2d2;
    border-width: 2px 2px 0 0;
    transform: translateY(-50%) rotate(45deg);
    content: '';
}

/* store_icon */
.store_icon-unit {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 4px 8px;
    background-color: #eee;
    border-radius: 6px;
}

.store_icon-unit img {
    width: 20px;
    height: auto;
    margin-right: 6px;
}

.store_icon-unit span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.store_icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px;
    margin-top: 10px;
}