@charset "UTF-8";

.-bold {
    font-weight: bold;
}

.-red {
    color: #ff0000;
}

.main_contents {
    padding-bottom: 1px;
}

.sale_top_image {
    background: #67E4F9;
}

.sale_top_image h1 {
    position: relative;
    display: block;
    width: min(1280px, 100%);
    height: 470px;
    margin: 0 auto;
    background-image: url(/img/pc/campaign/summer_2025/mv_bg.png);
    background-repeat: no-repeat;
    background-size: 1280px;
}

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

.cpAttention {
    width: 1000px;
    margin: 0 auto 37px;
    padding: 35px 170px;
    background-color: rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
}

.cpAttention h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.cpAttention ul li {
    padding-left: 1em;
    font-size: 14px;
    text-indent: -1em;
    color: #707070;
}

.item_bg {
    padding: 40px 0;
    background: #67E4F9;
}

.item_wrapper {
    width: 1000px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    padding: 35px 20px;
}

.status_used {
    position: absolute;
    top: 0;
    right: 0;
    background: #8cbf21;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

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

.item_image {
    width: 367px;
}

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

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

.item_text {
    width: 510px;
    margin-right: 65px;
    position: relative;
}

.maker {
    font-size: 16px;
    line-height: 1.5em;
    color: #999;
    width: 330px;
}

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

.item_text p {
    color: #707070;
    font-size: 24px;
    line-height: 1.5em;
    min-height: 2em;
}

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

.original_price span {
    font-weight: bold;
}

.price_box_mnp,
.price_box_new,
.price_box_change,
.price_box_wifi {
    margin-top: 20px;
}

.price_box_mnp {
    padding: 0 10px 10px;
    background: #e9065d;
}

.price_box_change {
    width: 150px;
}

.price_box_mnp dt,
.price_box_wifi dt {
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.price_box_new dt,
.price_box_change dt {
    background: #999;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

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

.price_box_mnp dd:first-of-type {
    height: 80px;
    padding: 0 10px 0 0;
    border: #000 solid 5px;
    box-sizing: border-box;
}

.price_box_mnp dd:first-of-type div {
    color: #fff;
    line-height: 70px;
    width: 105px;
    height: 100%;
    padding-left: 5px;
    background: #000;
    box-sizing: border-box;
}

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

.price_box_mnp dd:first-of-type strong .yen {
    vertical-align: middle;
}

.price_box_new dd,
.price_box_change dd {
    background: #f7f7f7;
    height: 60px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.price_box_mnp dd div,
.price_box_new dd div,
.price_box_change 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: 70px;
    color: #e9005d;
}

.price_box_new dd strong,
.price_box_change dd strong {
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    color: #707070;
}

.price_box_change dd {
    height: calc(100% - 32px);
}

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

.price_box_new dd strong .yen,
.price_box_change dd strong .yen {
    font-size: 24px;
    font-weight: bold;
    vertical-align: bottom;
}

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

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

a.limited_text {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    width: 660px;
    padding: 15px 0;
    margin: 20px auto 10px;
    background-color: #008AD9;
}

a.limited_text strong {
    font-size: 20px;
}

a.limited_text span {
    font-size: 16px;
}

.btn_wrapper {
    width: 660px;
    margin: 0 auto;
    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: 320px;
    margin: 0;
}

.production_mode {
    margin: 20px auto;
}

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

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

a.apply-btn.-hide {
    display: none;
}

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

.nolink-btn {
    background: #999;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 320px;
    box-shadow: #666 0 4px 0;
}

.discountDetail {
    width: 660px;
    margin: 24px auto 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.discountDetail .discountDetail_title {
    position: relative;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

.discountDetail .discountDetail_title::before,
.discountDetail .discountDetail_title::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    background-color: #cccccc;
}

.discountDetail .discountDetail_title::before {
    right: 0;
    width: 15px;
    height: 2px;
}

.discountDetail .discountDetail_title::after {
    right: 6.5px;
    width: 2px;
    height: 15px;
}

.discountDetail .discountDetail_title.is-open::after {
    display: none;
}

.discountDetail .discountDetail_content {
    display: none;
    padding-bottom: 35px;
}

.discountDetail_content .discountDetail_subTitle {
    padding-top: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.discountDetail_content .discountDetail_list {
    padding-left: 1em;
}

.discountDetail_content .discountDetail_list li {
    margin-top: 20px;
    font-size: 14px;
}

.discountDetail_content .discountDetail_list .discountDetail_listTitle {
    text-indent: -1em;
}

.discountDetail_content .discountDetail_list .discountDetail_listTitle+li {
    margin-top: 0;
}

.discountDetail_content .discountDetail_notes {
    margin-top: 20px;
}

.discountDetail_content .discountDetail_notes li {
    padding-left: 1em;
    font-size: 14px;
    text-indent: -1em;
}

.item_caution {
    width: 660px;
    margin: 20px auto 0;
    color: #707070;
}

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

.item_caution li a {
    color: #000000;
    font-weight: bold;
}

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

/* 機能・仕様 */
.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: 5px;
    box-shadow: 0 4px #666;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    margin: 40px auto 0;
    position: initial;
    text-align: center;
    text-indent: 0;
    width: 320px;
    height: 50px;
}

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

.spec_list-scroller {
    overflow: auto;
}

.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: 830px;
    padding: 40px 0;
    margin: 0 auto;
}

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

.egift_wrapper p+.common-subTitle {
    margin-top: 40px;
}

.egift_wrapper .flow_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 0;
}

.egift_wrapper .campaign_text,
.egift_wrapper .campaign_caution {
    color: #707070;
}

.egift_wrapper .flow_image+.campaign_caution {
    font-size: 14px;
    color: #7b7b7b;
    margin-top: 10px;
}

.egift_wrapper .campaign_text {
    margin: 20px 0;
}

.egift_wrapper .list_image-text+.campaign_caution {
    margin: 0 auto 20px;
}

.egift_wrapper .campaign_caution {
    margin-top: 20px;
}

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

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

.egift_wrapper .campaign_caution .bold,
.egift_wrapper .campaign_caution .bold span {
    font-weight: bold;
}

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

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

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

.used_caution .detail-subTitle {
    margin: 40px 0 20px;
}

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

.used_caution ul {
    color: #707070;
    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;
}

.bottom_bnr {
    display: block;
    margin: 0 auto;
    width: 490px;
}

.lineup-btnwrap {
    margin-bottom: 40px;
}

.used_caution a {
    font-weight: bold;
}

.battery_caution {
    color: #707070;
    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;
}

/* バナー */
.sale_catch {
    text-align: center;
    margin-top: -118px;
}

/* タブ */
#tabHead {
    background: #dddddd;
    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: 1000px;
    margin: 0 auto;
}

#tabHead li {
    cursor: pointer;
    position: relative;
    width: 490px;
}

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

#tabHead li.-end::after {
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #e70018;
    color: #e70018;
    content: "終了しました";
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 42px;
    margin: auto;
    text-align: center;
    width: 184px;
    height: 46px;
}

#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: 500;
    text-align: center;
    height: 80px;
    width: 100%;
}

#itemListChange {
    background: #ffe400;
    color: #000;
}

#twitterChange {
    background: #1d9bf0;
    color: #fff;
}

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

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

#tabPage #twitterCp {
    background: #1d9bf0;
    padding: 40px 0 95px;
}

/* twitter CP */

#twiCp {
    background: #fff;
    box-sizing: border-box;
    color: #333;
    margin: 0 auto;
    padding: 80px 80px 40px;
    width: 1000px;
}

#twiCp h2 {
    color: #1d9bf0;
    font-size: 32px;
    font-weight: bold;
    line-height: calc(48 / 32 * 1em);
    margin-bottom: 80px;
}

#twiCp .twi_title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
    height: 31px;
}

#twiCp .twi_title:before {
    background: #e4007f;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 31px;
}

#twiCp .twi_detail {
    color: #707070;
    font-size: 16px;
    margin-bottom: 40px;
}

#twiCp .twi_detail:last-of-type {
    margin-bottom: 0;
}

#twiCp .twi_detail ul {
    padding-left: 1em;
    text-indent: -1em;
}

#twiCp .twi_detail .winning li {
    margin-bottom: 20px;
}

#twiCp .twi_detail .winning li:last-child {
    margin-top: 0;
}

#twiCp .twi_detail .caution_text {
    font-size: 14px;
    margin-top: 10px;
}

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

.twi_detail dl dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 94px;
}

.twi_detail dl dd {
    font-size: 16px;
    margin-bottom: 20px;
    width: calc(100% - 94px);
}

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

.twi_detail img {
    margin: 10px auto;
}

.twiBtnWrap {
    padding-right: 94px;
}

.twitterBtn {
    background: #1d9bf0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    margin: 40px auto 24px;
    text-align: center;
    text-decoration: none;
    width: 320px;
    box-shadow: #0063a5 0 4px 0;
}

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

#twiEmbed {
    background: #c4dfef;
    color: #333;
    margin: 0 auto;
    padding: 40px 0 64px;
    text-align: center;
    width: 1000px;
}

#twiEmbed h2 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 auto 40px;
    text-align: center;
}

#twiEmbed .twiwrap {
    margin-bottom: 35px;
    text-align: center;
}

.endHead {
    color: #e70018;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#twiEmbed .twitter-timeline {
    margin: 0 auto;
}

section.bnr_buy-mobile {
    width: auto;
    text-align: center;
}

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

.discountDetail_list_indent {
    text-indent: 1em;
}