@charset "UTF-8";

/* common */
@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans'), url('https://mvno.geo-mobile.jp/img/ProductSans-Regular.woff') format('woff');
}

a.icon_blank {
    margin-right: 10px;
}

a.icon_blank:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/img/cmn/plan/icon-blank.svg) no-repeat center center / 14px auto;
    transform: translate(5px, 1px);
}

/* コンテンツ */
.sale_top_image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 480px;
}

.sale_top_image #tsparticles,
.sale_top_image .sale_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.sale_top_image .sale_bg {
    background: url(https://mvno.geo-mobile.jp/v2/img/pc/general/campaign/sale/mv_bg.png) no-repeat center center / 2000px auto;
}

@media screen and (min-width:2000px) {
    .sale_top_image .sale_bg {
        background: url(https://mvno.geo-mobile.jp/v2/img/pc/general/campaign/sale/mv_bg.png) no-repeat center bottom / 100% auto;
    }
}

.sale_top_image h1 {
    position: relative;
}

.sale_wrapper {
    padding: 24px 0 64px 0;
    background-color: #F2FFD4;
    border-bottom: 2px solid #AAAAAA;
}

.precautions {
    width: 1200px;
    margin: 0 auto;
    padding: 0 200px;
    box-sizing: border-box;
}

.precautions h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: calc(24/16);
}

.precautions .campaign_caution {
    margin-top: 6px;
    color: #666666;
    font-size: 14px;
    line-height: calc(16/14);
}

.precautions .campaign_caution li + li {
    margin-top: 4px;
}

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

.precautions .campaign_caution li.red {
    color: #E40000;
}

.precautions .campaign_caution li a {
    text-decoration: underline;
}

.precautions .campaign_caution li a:hover {
    text-decoration: none;
}

.filter_inner {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.filter_inner h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-top: 40px;
}

.filter_list {
    display: flex;
    flex-wrap: wrap;
    gap: calc((1200 - (286 * 4)) / 3 * 1px);
    width: 100%;
}

.filter_list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 286px;
    height: 48px;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    border-radius: 4px;
    box-shadow: var(--box-shadow-general);
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: border .3s;
}

.filter_list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e3007f;
    border-radius: 4px;
    transform: scale(1.1, 1.2);
    transition: transform .3s;
}

.filter_list li.current,
.filter_list li:hover {
    border: 1px solid #e3007f;
}

.filter_list li.current::before,
.filter_list li:hover::before {
    transform: scale(1);
}

.filter_list li.current {
    pointer-events: none;
}

.filter_list li.is-hidden {
    display: none;
}

.deveiceSort_wrapper {
    position: relative;
    width: fit-content;
    margin: 43px 0 0 auto;
}

.deveiceSort_text {
    position: relative;
    padding-right: 27px;
    font-weight: bold;
    cursor: pointer;
}

.deveiceSort_text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: translate(-8px, -90%) rotate(45deg);
}

.deveiceSort_drowdown {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    background-color: #ffffff;
    border: 1px solid #888888;
    z-index: 1;
}

.deveiceSort_drowdown li {
    padding: 5px 16px;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s ease-out;
}

.deveiceSort_drowdown li:hover {
    background-color: var(--color-main);
    color: #ffffff;
}

.deveiceSort_drowdown li + li {
    border-top: 1px solid #888888;
}

/* 商品カード */
.item_wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    width: 1200px;
    margin: 40px auto 0;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
}

.item_inner {
    position: relative;
    width: 590px;
    padding: 20px 20px 24px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #888888;
    border-radius: 8px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}

.status_used {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 36px;
    background: #333333;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.maker {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: calc(20/16);
}

.item_wrapper h3 {
    font-size: 24px;
    font-weight: bold;
}

.item_box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.item_image {
    width: 150px;
}

.item_image img {
    width: 100%;
    height: auto;
}

.item_image .original_price {
    margin-top: 5px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: calc(20/14);
    text-align: center;
}

.item_text {
    width: 355px;
}

.price_box_mnp dt {
    background: #e3007f;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: calc(22/12);
    text-align: center;
}

.price_box_mnp dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 51px;
    margin-top: 4px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #F7F7F7;
}

.price_box_mnp dd + dd {
    margin-top: 5px;
}

.price_box_mnp dd div {
    font-size: 14px;
    font-weight: bold;
}

.price_box_mnp dd strong {
    display: flex;
    align-items: baseline;
    color: #e3007f;
    font-family: Century Gothic, Helvetica Neue, Arial;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.price_box_mnp dd strong .yen {
    font-size: 24px;
    font-weight: bold;
}

.price_box_mnp dd:nth-of-type(1) {
    height: 59px;
}

.price_box_mnp dd:nth-of-type(1) div {
    font-size: 16px;
}

.price_box_mnp dd:nth-of-type(1) strong {
    font-size: 48px;
}

.price_box_mnp dd.-emphasis {
    background-color: #FFFA44;
}

.apply-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0;
    margin-top: 24px;
    background: #0091D7;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.apply-btn::after {
    border-color: #0091D7;
}

.apply-btn:hover {
    color: #0091D7;
}

.selectableEmoneryBtn_wrapper a {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 24px;
    padding: 14px 0px 12px;
    background-color: #9DE83A;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.selectableEmoneryBtn_wrapper a span {
    font-weight: bold;
}

.selectableEmoneryBtn_wrapper a .benefit_tag {
    display: block;
    width: fit-content;
    margin: 0 auto 5px;
    padding: 0 9px;
    border: 1px solid;
    font-size: 16px;
    line-height: calc(24/16);
}

.selectableEmoneryBtn_wrapper a .font-lg {
    font-size: 20px;
}

.item_box_bottom {
    width: 100%;
    margin-top: 24px;
}

.item_box_bottom a {
    text-decoration: underline;
}

.item_box_bottom a:hover {
    text-decoration: none;
}

/* 割引適用条件 */
.discount_detail-title {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 15px;
    background-color: #F2F2F2;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

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

.discount_detail-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 13px;
    height: 13px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: translate(0, -70%) rotate(135deg);
    transition: 0.2s;
}

.discount_detail-title.is-open {
    border-radius: 4px 4px 0 0;
}

.discount_detail-title.is-open::after {
    transform: translate(0, -20%) rotate(-45deg);
}

.discount_detail-content {
    position: relative;
    display: none;
    padding: 10px 15px 20px;
    background: #F2F2F2;
    border-radius: 0 0 4px 4px;
}

.discount_detail-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    height: 1px;
    margin: 0 auto;
    background: #DDDDDD;
}

.discount_detail-list li + li,
.discount_detail-list_text + .discount_detail-list_text {
    margin-top: 16px;
}

.discount_detail-list_title,
.discount_detail-list_text {
    font-size: 14px;
    line-height: calc(24/14);
}

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

.discount_detail-notes {
    margin-top: 16px;
    color: #666666;
    font-size: 12px;
    line-height: calc(20/12);
}

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

.discount_detail-notes .-red {
    color: #E40000;
}

/* 選べるデジタルギフトについて */
.egift_wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 64px;
}

.egift_wrapper a {
    text-decoration: underline;
}

.egift_wrapper a:hover {
    text-decoration: none;
}

.egift_wrapper .flow_title {
    font-size: 32px;
    font-weight: bold;
}

.egift_wrapper .campaign_text,
.egift_wrapper .list_image-text {
    font-size: 16px;
    line-height: calc(26/16);
}

.egift_wrapper .campaign_caution {
    margin-top: 16px;
    color: #666666;
    font-size: 14px;
    line-height: calc(21/14);
}

.egift_wrapper .campaign_text,
.egift_wrapper .flow_title,
.egift_wrapper .campaign_caution + .common-title {
    margin-top: 40px;
}

.egift_wrapper .list_image,
.egift_wrapper .timing_img,
.egift_wrapper .flow_image,
.egift_wrapper .common-title + .campaign_text {
    margin-top: 24px;
}

.egift_wrapper .list_image-text,
.egift_wrapper .campaign_caution {
    margin-top: 16px;
}

.egift_wrapper .campaign_caution li {
    padding-left: calc(1.286em);
    text-indent: calc(-1.286em);
}

.egift_wrapper .campaign_caution li.red {
    color: #E40000;
}

/* 中古スマホを購入されるお客様へ */
.used_caution-wrapper {
    padding: 64px 0 0;
}

.egift_wrapper + .used_caution-wrapper {
    margin-top: 64px;
    border-top: 2px solid #AAAAAA;
}

.used_caution {
    width: 1200px;
    margin: 0 auto;
}

.used_caution .gray {
    color: #666666;
    font-size: 14px;
}

.used_caution a {
    text-decoration: underline;
}

.used_caution a:hover {
    text-decoration: none;
}

.used_caution .used_caution_title {
    font-size: 24px;
    font-weight: bold;
}

.used_caution .used_caution_subTitle {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
}

.used_caution h5 {
    margin: 8px 0;
}

.used_caution .used_caution_item {
    font-size: 16px;
    line-height: calc(26/16);
}

.used_caution .-mt > li {
    margin-top: 8px;
}

.used_caution .common-title + .used_caution_title,
.used_caution_item + .used_caution_title {
    margin-top: 40px;
}

.used_caution_title + .used_caution_item {
    margin-top: 24px;
}

.used_caution p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5em;
}

.used_caution ul ul {
    margin-bottom: 0;
}

.used_caution li li {
    padding-left: calc(1.286em);
    text-indent: calc(-1.286em);
}

.status-wrapper {
    padding: 40px 40px 20px;
    background: #F2F2F2;
}

.status-wrapper + .status-wrapper {
    padding: 20px 40px 40px;
}

.status-wrapper dl {
    display: flex;
    gap: 26px;
}

.status-wrapper dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 44px;
    padding-top: 5px;
    box-sizing: border-box;
    background: #333333;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

.status-wrapper dt span {
    padding: 0 0 5px 2px;
    font-size: 24px;
    font-weight: bold;
}

.status-wrapper dd {
    width: 890px;
}

.status-wrapper dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.status-wrapper dd ul li {
    width: calc((100% - 32px) / 3%);
}

.status-wrapper img {
    width: 100%;
    height: auto;
}

.used_caution-wrapper .common-btn {
    margin: 40px auto 0;
    font-size: 20px;
}

.used_caution-wrapper .common-btn:hover .switch_text {
    color: #333333;
}

/* バナー */
.bnr_wrapper {
    width: 590px;
    margin: 64px auto 0;
}

.bnr_wrapper img {
    height: auto;
    border-radius: 8px;
    box-shadow: var(--box-shadow-general);
}
