@charset "UTF-8";

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

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: normal;
    src: local("Noto Sans CJK JP Regular"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

.main_contents{
    padding-bottom: 1px;
}

.sale_bg{
    background-color: #C6EF61;
}

.sale_top_image h1 {
    position: relative;
    display: block;
    width: min(1920px, 100%);
    height: 540px;
    margin: 0 auto;
    background: url(https://mvno.geo-mobile.jp/v2/img/pc/general/campaign/6th/mv_bg.png) center / 1920px no-repeat;
}

@media (min-width: 1920px) {
    .sale_top_image h1 {
        width: 100%;
        background-size: 100%;
    }
}

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

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

.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: 20px auto 0;
}

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

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

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

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

.selectableEmoneryBtn_wrapper a .font-md {
    font-size: 16px;
}

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

.apply-btn{
    background: #0091D7;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    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: 16px;
    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: 16px;
    font-weight: bold;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 320px;
    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;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

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

.discount_detail-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 45px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #333333;
    border-right: 3px 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: 24px;
}

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

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

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

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

.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{
    opacity: 0.6;
}

/* 機能・仕様 */
.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;
}

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

.used_caution-wrapper {
    margin: 0 auto 40px;
    padding: 40px 0;
    width: 1200px;
}

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

.used_caution .common-title {
    margin: 0 auto 20px;
}

.used_caution .detail-subTitle {
    margin: 40px 0 20px;
    font-size: 24px;
    font-weight: bold;
}

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

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

.used_caution li {
    font-weight: 600;
    padding-bottom: 10px;
}

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

.used_caution li li {
    font-weight: normal;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.status_a-wrapper,
.status_b-wrapper {
    background: #eee;
    padding: 20px 20px 0;
}

.status_a-wrapper dt {
    background: url("/img/cmn/status_a/a.png") no-repeat;
    background-size: 100%;
    height: 44px;
    overflow: hidden;
    text-indent: -9999px;
    width: 93px;
}

.status_b-wrapper dt {
    background: url("/img/cmn/status_b/b.png") no-repeat;
    background-size: 100%;
    height: 44px;
    overflow: hidden;
    text-indent: -9999px;
    width: 93px;
}

.status_a-wrapper dd,
.status_b-wrapper dd {
    padding-top: 20px;
}

.status_a-wrapper ul,
.status_b-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.status_a-wrapper li,
.status_b-wrapper li {
    padding-bottom: 20px;
    width: 30%;
}

.status_a-wrapper img,
.status_b-wrapper img {
    height: auto;
    width: 100%;
}

.used_caution-wrapper .common-btn {
    margin: 0 auto;
}

.battery_caution {
    margin-bottom: 40px;
}

.battery_caution strong {
    display: block;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
}

.battery_caution dl {
    margin: 20px 0;
}

.battery_caution dt,
.battery_caution dd {
    display: inline;
}

.battery_caution dd::after {
    content: "\A";
    display: block;
}

.battery_caution div {
    padding: 0 0 1em 1em;
    text-indent: -1em;
}

/* リポストCP */
/* バナー */
.sale_catch.repostCpBnr {
    background: #333;
    color: #FFF;
    display: none;
    font-size: 24px;
    line-height: 1.46em;
    text-align: center;
}

/* タブ */
#tabHead{
    background: #C6EF61;
    padding: 40px 0 0;
}

#tabHead ul{
    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;
    width: 1200px;
    margin: 0 auto;
}

#tabHead li{
    cursor: pointer;
    position: relative;
    width: 592px;
}
#tabHead li.-end::before{
    background: rgba(255, 255, 255, .5);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#tabHead li.-end::after{
    content: '';
    background-image: url(https://mvno.geo-mobile.jp/v2/img/pc/general/campaign/6th/tab_head_end.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 143px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#tabHead li button{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: none;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    height: 64px;
    width: 100%;
}

#itemListChange{
    background: #EFFFC7;
    color: var(--color-general);
    border-radius: 4px 4px 0 0;
}

#repostChange{
    background: #333;
    color: #FFFFFF;
    border-radius: 4px 4px 0 0;
}

#tabPage .panel{
    display: none;
    padding: 0;
}

#tabPage .panel#repostCP{
    background-color: #333;
    padding: 30px 0 40px;
}

#tabPage .panel.is-show{
    display: block;
}

#tabPage #repostCP{
    background: #333;
    padding: 40px 0 95px;
}

/* repost CP */

#repostCP_inner{
    background: #FFF;
    box-sizing: border-box;
    color: var(--color-general);
    margin: 0 auto;
    padding: 80px 200px 40px;
    width: 1200px;
}

#repostCP_inner h2{
    color: var(--color-general);
    font-size: 32px;
    font-weight: bold;
    line-height: calc(48/32*1em);
    padding-bottom: 40px;
    border-bottom: solid 1px #AAAAAA;
}

#repostCP_inner .reopst_title{
    color: var(--color-general);
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin-top: 40px;
}

/* 
#repostCP_inner .reopst_title:before{
    background: #E4007F;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 31px;
} 
*/

#repostCP_inner .reopst_detail{
    font-size: 16px;
    margin-top: 24px;
}

#repostCP_inner .reopst_detail ul{
    padding-left: 1em;
    text-indent: -1em;
}

#repostCP_inner .reopst_detail ul li a{
    text-decoration: underline;
}

#repostCP_inner .reopst_detail ul li a:hover{
    opacity: 0.6;
}

#repostCP_inner .reopst_detail .winning li + li{
    margin-top: 20px;
}

#repostCP_inner .reopst_detail .winning li + li.caution_text{
    margin-top: 0;
}

#repostCP_inner .reopst_detail .caution_text{
    font-size: 14px;
    color: #666666;
}

#repostCP_inner .repostBtnWrap{
    box-sizing: border-box;
    margin: 40px 0 0;
}

#repostCP_inner .repostBtnWrap.step{
    margin: 40px 0 24px 112px;
}

#repostCP_inner .repostBtnWrap.-pr94{
    padding-right: 94px;
}

#repostCP_inner .repostBtn{
    background: #333;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    margin: 20px auto 0;
    text-align: center;
    text-decoration: none;
    width: 320px;
    box-shadow: #000 0 4px 0;
}

#repostCP_inner .repostBtnWrap:not(.step) .common-btn{
    margin: 0 auto;
}

.reopst_detail dl{
    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;
    gap: 16px 0;
    margin-top: 24px;
}

.reopst_detail dl dt {
    font-size: 16px;
    font-weight: bold;
    width: 94px;
}

.reopst_detail dl dd {
    font-size: 16px;
    width: calc(100% - 94px);
}

.reopst_detail dl dt:last-of-type,
.reopst_detail dl dd:last-of-type{
    margin-bottom: 0;
}

.reopst_detail img {
    margin: 10px auto;
}

.repostBtn:hover{
    text-decoration: none;
}

/* 選べる電子マネーについて */
.selectableEmonery{
    color: #707070;
    margin: 20px auto 0;
    max-width: 830px;
}

.selectableEmonery h3{
    color: var(--color-general);
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin: 40px auto 20px;
    border-left: 4px solid #e4007f;
    line-height: 31px;
    padding-left: 5px;
    word-break: break-all;
}

.selectableEmonery h3.flow_title{
    text-align: center;
    margin: 40px auto -10px;
    border-left: none;
    padding-left: 0;
}

.selectableEmonery img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}

.selectableEmonery img.img_e_money{
    margin: 20px auto 10px;
}

.selectableEmonery p a{
    color: #000000;
    font-weight: bold;
}

.selectableEmonery p.r-indent{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.selectableEmonery .item_caution{
    margin-bottom: 10px;
    width: 100%;
}

.selectableEmonery dd .item_caution li{
    color: #585858;
    font-size: 16px;
    line-height: 1.6em;
}

/* キャンペーン注意事項 */
.precautions {
    width: 1200px;
    padding: 35px 170px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
}

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

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

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

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

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

.precautions .campaign_caution li a:hover {
    opacity: 0.6;
}

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

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