@charset "Shift_JIS";

/************ init ************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: sans-serif;
}

body {
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0.1em;
    line-height: 0;
}

.hideItem {
    display: none !important;
}

main {
    margin: auto;
    max-width: 640px;
}

/* header */
#salesHeader {
    height: 12.307692307692308%;
    background: #192b5b;
}

#salesHeader a {
    display: block;
    width: 55%;
    height: 0;
    padding-top: 12.307692307692308%;
    background: url("https://geo-online.co.jp/geomart/cmn/pc/logo.png") top left/contain no-repeat;
    text-indent: -9999px;
}

/* categoryList */
#categoryList h2 {
    width: 95%;
    height: 0;
    padding-top: calc(191/640*100%);
    background: url("https://geo-online.co.jp/geomart/cmn/smartphone/titleCategory_logo.png") no-repeat center center / 100% auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}

#dailySalePage #categoryList h2 {
    margin: 5% auto 0;
}

#dailyPage+#categoryList h2 {
    margin: 4% auto 0%;
}

#categoryList ul {
    display: flex;
    flex-wrap: wrap;
    gap: calc((35 / 3) / 375 * 100vw);
    width: calc(355/375*100vw);
    margin: 0 auto;
}

#categoryList ul li {
    position: relative;
    width: calc(80 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    font-size: 0;
}

#categoryList ul li:nth-of-type(1) {
    background: url("./img/btn_phone.png") no-repeat center center / 100% auto;
}

#categoryList ul li:nth-of-type(2) {
    background: url("./img/btn_appwatch.png") no-repeat center center / 100% auto;
}

#categoryList ul li:nth-of-type(3) {
    background: url("./img/btn_airpods.png") no-repeat center center / 100% auto;
}

#categoryList ul li:nth-of-type(4) {
    background: url("./img/btn_pc.png") no-repeat center center / 100% auto;
}

#categoryList ul li:nth-of-type(5) {
    background: url("./img/btn_game.png") no-repeat center center / 100% auto;
}

#categoryList ul li:nth-of-type(6) {
    background: url("./img/btn_tv.png") no-repeat center center / 100% auto;
}

#categoryList ul li:nth-of-type(7) {
    background: url("./img/btn_bluray.png") no-repeat center center / 100% auto;
}

#categoryList ul li:nth-of-type(8) {
    background: url("./img/btn_dvd.png") no-repeat center center / 100% auto;
}

#categoryList ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}

#backToSalePage {
    display: block;
    width: 89.23076923076924%;
    width: calc(580/650*100%);
    height: 0;
    margin: 10% auto;
    padding-top: 14.461538461538462%;
    padding-top: calc(94/650*100%);
    background: url("https://geo-online.co.jp/geomart/20200124/smartphone/img/daily/btn.png") no-repeat;
    background-size: 100%;
    text-indent: -9999px;
}


/* =========================================================================================================================================
LP-contents CSS
========================================================================================================================================= */
#salePage {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    /* opacity: 0; */
}

#salePage img {
    vertical-align: bottom;
}

#salePage h1 {
    padding-top: calc(275/375*100%);
    height: 0;
    margin: 0 auto calc(10/375*100vw);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#salePage h1 {
    background: url("./img/mv.png") no-repeat center center / 100% auto;
}

#salePage {
    opacity: 0;
    transition: all 0.2s;
}

h2.discount img {
    width: 100%;
    height: auto;
}

/* show */
.show .mobile_link,
.show .lineUp a {
    display: block !important;
}

/* latter */
#salePage.latter h1 {
    padding-top: calc(758/750*100%);
}

/* lineUp */
.lineUp {
    background-color: #F43220;
    margin-bottom: calc(20/750*100%);
    padding-bottom: 1px;
}

.lineUp h2 {
    color: #fff;
    height: calc(45/375*100vw);
    font-size: calc(22/375*100vw);
    font-weight: bold;
    padding-left: calc(60/375*100%);
    display: flex;
    align-items: center;
}

.lineUp h3 {
    background: #fff;
    color: #020307;
    height: calc(92/750*100vw);
    font-size: calc(24/375*100vw);
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: calc(710/750*100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lineUp h3#mobile_h3_others {
    font-size: calc(20/375*100vw);
}

.lineUp ul {
    padding: calc(20/750*100%);
}

.lineUp h2+ul {
    padding-top: 0;
}

.lineUp>ul>li {
    position: relative;
    height: 0;
    padding-top: calc(378/710*100%);
    margin-bottom: calc(20/710*100%);
    overflow: hidden;
}

.lineUp.mobile_wrapper>ul>li {
    padding-top: calc(410/710*100%);
}

.lineUp>ul>li:last-child {
    margin-bottom: 0;
}

.lineUp>ul>li>span {
    display: none;
}

.lineUp>ul>li a {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(300/710*100%);
    margin: 0 calc(55/710*100%) calc(60/710*100%) 0;
}

.lineUp.mobile_wrapper>ul>li a,
.lineUp.audio_wrapper>ul>li a {
    width: calc(354/710*100%);
}


.lineUp>ul>li a img {
    height: auto;
    width: 100%;
}

/* price */
.price {
    display: block;
    position: absolute;
    right: 2%;
    bottom: 0;
    margin: 0 calc(-20/710*100%) calc(105/710*100%) 0;
    padding-left: 12%;
    width: 39%;
}

.mobile_wrapper .price {
    width: 41.5%;
}

.audio_wrapper .price {
    width: 44%;
}

.price_font {
    display: inline-block !important;
    color: #f00;
    font-family: 'Kanit', sans-serif;
    font-size: calc(32/375*100vw);
    font-weight: bold;
    text-indent: 0px !important;
    position: relative;
}

.lineUp>ul>li .price::before {
    position: absolute;
    left: 0;
    top: 1em;
    content: 'ō';
    font-size: calc(16/375*100vw);
    font-weight: bold;
    background: #f00;
    width: calc(37/375*100vw);
    text-align: center;
    line-height: calc(23/375*100vw);
    height: calc(23/375*100vw);
    color: #fff;
}

.lineUp>ul>li span.yen {
    color: #f00;
    display: inline-block;
    height: auto;
    font-size: calc(17/375*100vw);
    font-weight: bold;
    text-indent: 0;
    padding-left: 3px;
    position: relative;
}

/* lineUp mobile */

.mobile_wrapper h2 {
    font-size: calc(22/375*100vw);
    background: url(./img/icon_mobile.png) no-repeat center left calc(20/750*100%) / calc(80/750*100%) auto;
}

.mobile_wrapper .discount {
    height: 0;
    padding-top: calc(530/750*100%);
    margin-bottom: calc(20/750*100%);
    background: url("./img/mobile_catch.png") no-repeat center center / 100% auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.mobile_wrapper .discount img {
    height: auto;
    width: 100%;
}

#android {
    margin-top: calc(20/750*100vw);
    padding-top: calc(40/750*100vw);
    position: relative;
}

#android:before {
    background: #FFF;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(20/750*100vw);
}

.mobile_link {
    display: none;
    margin: 0 auto calc(20/750*100%);
    width: calc(710/750*100%);
}

.mobile_link a {
    display: block;
    height: 0;
    padding-top: calc(84/710*100%);
    background: center/100% auto no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.mobile_link a+a {
    margin-top: calc(20/710*100%);
}

.mobile_link a.mobile_link-iphone {
    background-image: url("./img/mobile_btn_iphone.png");
}

.mobile_link a.mobile_link-ipad {
    background-image: url("./img/mobile_btn_ipad.png");
}

.mobile_link a.mobile_link-android {
    background-image: url("./img/mobile_btn_android.png");
}

.mobile_link a.mobile_link-tablet {
    background-image: url("./img/mobile_btn_tablet.png");
}

.mobile_link a.mobile_link-appleWatch {
    background-image: url("./img/mobile_btn_applewatch.png");
}

.mobile_link a.mobile_link-macbook {
    background-image: url("./img/mobile_btn_macbook.png");
}

.mobile_link a.mobile_link-airpods {
    background-image: url("./img/mobile_btn_airpods.png");
}

.mobile_link a.mobile_link-applePencil {
    background-image: url("./img/mobile_btn_applepencil.png");
}

.game_link,
.audio_link {
    background: #fff;
    padding: 0 calc(10/375* 100%) calc(10/375* 100%) calc(10/375* 100%);
    margin: 0 auto calc(10/375*100%) auto;
    display: none;
}

.mobile_wrapper .price {
    margin-right: 0;
}

.mobile_wrapper.lineUp>ul>li a {
    margin-right: calc(38/720*100%);
    margin-bottom: calc(51/720*100%);
}

.mobile_wrapper li:nth-child(1) {
    background: url("./img/mobile_1.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(2) {
    background: url("./img/mobile_2.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(3) {
    background: url("./img/mobile_3.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(4) {
    background: url("./img/mobile_4.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(5) {
    background: url("./img/mobile_5.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(6) {
    background: url("./img/mobile_6.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(7) {
    background: url("./img/mobile_7.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(8) {
    background: url("./img/mobile_8.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(9) {
    background: url("./img/mobile_9.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(10) {
    background: url("./img/mobile_10.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(11) {
    background: url("./img/mobile_11.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(12) {
    background: url("./img/mobile_12.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(13) {
    background: url("./img/mobile_13.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(14) {
    background: url("./img/mobile_14.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(15) {
    background: url("./img/mobile_15.png") no-repeat center center / 100% auto;
}

.mobile_wrapper li:nth-child(16) {
    background: url("./img/mobile_16.png") no-repeat center center / 100% auto;
}

.mobile_wrapper .btn_more {
    display: none;
    width: calc(710/750*100%);
    height: 0;
    padding-top: calc(84/750*100%);
    margin: 0 auto calc(18/750*100%);
    background: url("./img/showmore_btn.png") no-repeat center center / 100% auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media screen and (min-width:750px) {
    .lineUp h2 {
        height: 92px;
        font-size: 48px;
        line-height: 100px;
    }

    .lineUp h3 {
        height: 92px;
        font-size: 48px;
        line-height: 92px;
    }

    .mobile_wrapper h2 {
        font-size: 38px;
    }

    .lineUp.audio_wrapper h3 {
        font-size: 46px;
    }

    .price_font {
        font-size: 60px;
    }

    .lineUp>ul>li .price::before {
        font-size: 28px;
        width: 70px;
        line-height: 40px;
        height: 40px;
    }

    .lineUp>ul>li span.yen {
        font-size: 38px;
    }
}



/* footer */
footer {
    max-width: 650px;
    width: 100%;
    margin: 50px auto 0;
}


.block_of_static_ttl_ {
    font-size: calc(16/375*100vw);
    color: #fff;
    padding: calc(16/375*100vw) calc(15/375*100vw);
    margin: 0;
    background-color: #31457e;
    line-height: 1;
    font-weight: normal;
    border-bottom: none;
}

#footer_geoonline_store {
    background: #1b2b5b;
    padding: calc(30/375*100vw) calc(10/375*100vw) calc(1/375*100vw);
}

#footer_geoonline_store dt {
    color: #fff;
    font-size: calc(14/375*100vw);
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: calc(20/375*100vw);
}

#footer_geoonline_store dd {
    font-size: calc(7/375*100vw);
    line-height: 1.5em;
    margin-bottom: calc(40/375*100vw);
}

#footer_geoonline_store ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer_geoonline_store li {
    margin-bottom: calc(10/375*100vw);
    text-align: left;
}

#footer_geoonline_store dl:not(.two-column) li {
    width: 100%;
}

#footer_geoonline_store .two-column li {
    width: 45%;
}

#footer_geoonline_store a {
    color: #fff;
    display: block;
    font-size: calc(12/375*100vw);
    line-height: 1.5;
    background: url(http://ec.geo-online.co.jp/img/usr/fb/footer/footer_arrow.png) top 0.5em left no-repeat;
    background-size: calc(6/375*100vw);
    padding-left: calc(12/375*100vw);
    text-decoration: none;
}

#footernav_accordion {
    position: relative;
    background-color: #4d4d4d;
    font-size: calc(16/375*100vw);
    color: #fff;
    padding: calc(16/375*100vw) calc(30/375*100vw) calc(16/375*100vw) calc(15/375*100vw);
    line-height: 1;
    cursor: pointer;
}

#footernav_accordion::after {
    position: absolute;
    top: 50%;
    right: calc(15/375*100vw);
    width: calc(10/375*100vw);
    height: calc(10/375*100vw);
    margin: calc(-10/375*100vw) auto auto auto;
    border-right: calc(3/375*100vw) solid #fff;
    border-bottom: calc(3/375*100vw) solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

#footernav_accordion.open::after {
    border-right: none;
    border-bottom: none;
    border-top: calc(1/375*100vw) solid #fff;
    border-left: calc(1/375*100vw) solid #fff;
    margin: calc(-2/375*100vw) auto auto auto;
}

#footerLink {
    padding: calc(20/375*100vw) calc(10/375*100vw);
    background: #eee;
    font-size: calc(12/375*100vw);
}

#footerLink li {
    display: inline-block;
    margin: 0 calc(25/375*100vw) calc(10/375*100vw) 0;
}

#footerLink a {
    color: #666;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0.1em;
    line-height: 0;
}

#footerLink ul:nth-child(even) {
    border-top: calc(1/375*100vw) solid #ccc;
    padding-top: calc(10/375*100vw);
}

#copyright {
    display: block;
    height: auto;
    box-sizing: border-box;
    padding: calc(10/375*100vw) 0;
    font-size: calc(7/375*100vw);
    line-height: 1.5em;
    color: #666;
    text-align: center;
}

#pagetopBtn {
    cursor: pointer;
    position: fixed;
    display: none;
    bottom: 50px;
    right: 0;
    width: 50px;
    height: 50px;
    background: #192b5b;
    z-index: 2;
}

#pagetopBtnInner {
    position: relative;
    display: block;
    width: 22px;
    height: 13px;
    top: 18px;
    left: 14px;
    background: url(https://geo-online.co.jp/v2/smartphone/img/cmn/pagetopArrow.png) no-repeat;
    background-size: 100%;
}

@media screen and (min-width:750px) {
    .block_of_static_ttl_ {
        font-size: 32px;
        padding: 32px 30px;
    }

    #footer_geoonline_store {
        padding: 60px 20px 1px;
    }

    #footer_geoonline_store dt {
        font-size: 28px;
        margin-bottom: 40px;
    }

    #footer_geoonline_store dd {
        font-size: 14px;
        margin-bottom: 80px;
    }

    #footer_geoonline_store li {
        margin-bottom: 20px;
    }

    #footer_geoonline_store a {
        background-size: 12px;
        font-size: 24px;
        padding-left: 24px;
    }

    #footernav_accordion {
        font-size: 34px;
    }

    #footerLink li {
        font-size: 24px;
        margin: 0 50px 20px 0;
    }

    #copyright {
        font-size: 14px;
        padding: 20px;
    }

    #android {
        margin-top: 20px;
        padding-top: 40px;
    }

    #android:before {
        height: 20px;
    }
}