@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");
}

.common-btn {
    background: #333;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    text-decoration: none;
    width: 386px;
    box-shadow: var(--box-shadow-general);
}

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);
}

[data-page="general"] footer {
    margin-top: 0;
}

/* コンテンツ */
.sale_bg {
    background-color: rgb(143, 214, 254);
}

.sale_top_image h1 {
    position: relative;
    display: block;
    width: 100%;
    height: 530px;
    margin: 0 auto;
    background: url(https://mvno.geo-mobile.jp/v2/img/pc/general/campaign/digitalgift-2025/mv_bg.png) center center no-repeat;
    background-size: cover;
}

.sale_top_image h1 img {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.sale_top_image div {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    margin: 0 auto;
    background-color: rgb(252, 221, 12);
}

.sale_top_image div img {
    position: relative;
    display: block;
    width: 1200px;
    height: 52px;
    margin: 0 auto;
}

.bg01 {
    padding: 40px 0 64px 0;
    background-color: #d2f0ff;
}

.precautions {
    width: 1200px;
    padding: 40px 200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
}

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

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

.precautions .campaign_caution li {
    text-indent: -1em;
    padding-left: 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;
}

.item_wrapper {
    width: 1200px;
    margin: 64px auto 0;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    padding: 40px;
}

.precautions + .item_wrapper {
    margin-top: 40px;
}

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

.item_box {
    display: flex;
    justify-content: space-between;
}

.item_image {
    width: 552px;
    display: flex;
    justify-content: center;
}

.item_image img {
    /* width: 100%;
    height: auto; */

    object-fit: contain;
    height: 386px;
}

.text_del {
    text-decoration: line-through;
}

.item_text {
    width: 552px;
    position: relative;
}

.maker {
    font-size: 16px;
    line-height: 1.5em;
    color: #999;
    padding-right: 100px;
}

.description {
    color: #707070;
}

.item_text h3,
.bg02 h3 {
    font-size: 32px;
    line-height: 1.5em;
    font-weight: bold;
    margin-top: 20px;
}

.item_text p {
    font-size: 24px;
    line-height: 1.5em;
    min-height: 4em;
    margin-top: 16px;
}

.item_text p.original_price {
    margin: 15px 0 -10px;
    text-align: right;
    min-height: auto;
}

.price_box_mnp,
.price_box_wifi {
    margin-top: 16px;
}

.price_box_mnp {
    padding: 20px;
    background: #e40000;
}

.price_box_mnp:has(> dt) {
    padding-top: 10px;
}

.price_box_mnp dt,
.price_box_wifi dt {
    line-height: 1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.price_box_mnp dd,
.price_box_wifi dd {
    background: #f7f7f7;
    height: 70px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.price_box_mnp dd:first-of-type {
    background-color: #ffe67f;
}

.price_box_mnp dd:first-of-type div {
    line-height: 70px;
    /* width: 105px; */
    box-sizing: border-box;
    font-size: 24px;
}

.price_box_mnp dd + dd,
.price_box_wifi dd + dd {
    margin-top: 10px;
}

.price_box_mnp dd div,
.price_box_wifi dd div {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}

.price_box_mnp dd strong,
.price_box_wifi dd strong {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #e40000;
    font-family: Century Gothic, Helvetica Neue, Arial;
    display: flex;
    align-items: flex-end;
}

.price_box_mnp dd:first-of-type strong,
.price_box_wifi dd:first-of-type strong {
    font-size: 56px;
}

.price_box_mnp dd strong .yen,
.price_box_wifi dd strong .yen {
    font-size: 32px;
    font-weight: bold;
    vertical-align: bottom;
}

.price_box_mnp dd:first-of-type strong .yen,
.price_box_wifi dd:first-of-type strong .yen {
    font-size: 40px;
}

.item_box_middle {
    width: 788px;
    margin: 40px auto 0;
}

p.caution_text {
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    color: #ff1700;
}

.selectableEmoneryBtn_wrapper {
    margin: 40px auto 0;
}

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

.selectableEmoneryBtn_wrapper a:hover .font-md::after {
    background: transparent;
}

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

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

.selectableEmoneryBtn_wrapper a .font-md {
    position: relative;
    display: block;
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
}

.selectableEmoneryBtn_wrapper a .font-md::after {
    content: "";
    position: absolute;
    bottom: 0.2em;
    display: block;
    width: calc(100% - 1em);
    height: 1px;
    background: #333333;
}

.btn_wrapper {
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn_wrapper > a {
    max-width: 386px;
    margin: 0;
}

.production_mode {
    margin: 20px auto 0;
}

.detail-btn {
    background: #333;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    text-decoration: none;
    width: 386px;
    box-shadow: var(--box-shadow-general);
}

.apply-btn {
    background: #0091d7;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    text-decoration: none;
    width: 386px;
    box-shadow: var(--box-shadow-general);
}

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

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

.lineup-btn {
    background: #333333;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    text-align: center;
    text-decoration: none;
    width: 386px;
    box-shadow: var(--box-shadow-general);
}

.nolink-btn {
    background: #999;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 386px;
    box-shadow: #666 0 4px 0;
}

a.apply-btn.nolink-btn {
    background: #999;
    pointer-events: none;
}

.apply-btn.nolink-btn::after {
    border-color: #999;
}

.apply-btn.nolink-btn:hover {
    color: #999;
}

.item_box_bottom {
    width: 1120px;
    margin: 40px auto 0;
}

.discount_detail-title {
    background-color: #f2f2f2;
    font-size: 24px;
    font-weight: bold;
    height: 64px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
}

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

.discount_detail-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 45px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: translate(-10px, -50%) rotate(135deg);
    transition: 0.2s;
}

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

.discount_detail-content {
    padding: 40px;
    border-bottom: solid 1px #aaaaaa;
    display: none;
}

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

.discount_detail-list {
    margin-top: 24px;
}

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

.discount_detail-list_title {
    font-size: 20px;
    font-weight: bold;
}

.discount_detail-list_text {
    margin-top: 10px;
}

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

.discount_detail-notes {
    font-size: 14px;
    color: #666666;
    margin-top: 16px;
}

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

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

.item_caution {
    margin: 16px auto 0;
    color: #666666;
}

.item_caution li {
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 1em;
    text-indent: -1em;
}

.item_caution li a {
    text-decoration: underline;
    color: #666666;
}

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

/* 機能・仕様モーダル */
.spec_sheet-wrapper {
    padding-top: 80px;
    position: absolute;
    width: 100%;
    z-index: 101;
}

.spec-list_wrapper {
    margin: 0 auto;
    padding: 40px 0;
    width: 1100px;
    background: #fff;
    position: relative;
}

.spec-list_wrapper .common-title {
    margin-left: 40px;
}

.spec_sheet-close {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    background: #999;
    text-indent: -9999px;
    top: -10px;
    right: -10px;
}

.spec_sheet-close.-btn {
    border-radius: 4px;
    box-shadow: var(--box-shadow-general);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    margin: 40px auto 0;
    position: relative;
    text-align: center;
    text-indent: 0;
    width: 320px;
    height: 50px;
}
.spec_sheet-close.-btn::after {
    border-color: #999;
}

.spec_sheet-close.-btn:hover {
    color: #999;
    text-decoration: none;
}

.spec_list-scroller {
    overflow: auto;
    padding-bottom: 5px;
}

.spec-list_table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1000px;
}

.spec-list_table th {
    background: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #707070;
    font-size: 16px;
    line-height: 1.5em;
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle;
    min-width: 320px;
    max-width: 320px;
    width: 320px;
    white-space: nowrap;
}

.spec-list_table td {
    border: 1px solid #ccc;
    color: #707070;
    font-size: 16px;
    line-height: 1.5em;
    padding: 15px 20px;
    vertical-align: middle;
}

.spec-list_table tr td:nth-child(2) {
    box-sizing: border-box;
    min-width: 245px;
    max-width: 245px;
    width: 245px;
}

.spec-list_table tr td:nth-child(3) {
    box-sizing: border-box;
    min-width: 435px;
    max-width: 435px;
    width: 435px;
}

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

.egift_wrapper a {
    text-decoration: underline;
}

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

.egift_choiceText {
    margin-top: 22px;
}

.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 {
    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 {
    text-indent: calc(-1.286em);
    padding-left: calc(1.286em);
}

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

.bnr_wrapper {
    width: fit-content;
    margin: 64px auto 0;
}

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