@charset 'Shift_JIS';

/************ init ************/
html,body,h1,h2,h3,h4,ol,li,p{
    margin: 0;
    outline: 0;
    padding: 0;
}


body {
    background: transparent;
    border: 0;
    font-family: 'メイリオ', Meiryo, '游ゴシック体','YuGothic','Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 500;
    margin: 0;
    outline: 0;
    padding: 0;
}

body {
    position: relative;
}

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

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

ul,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

.hideItem{
    display: none !important;
}

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

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


/* footer */
.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(20/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: 0 0 calc(20/375*100vw) calc(10/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: #999;
    text-align: center;
}

#pagetopBtn {
    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%;
}

/* ここからコンテンツ */
article {
    width: 100%;
    margin: 0 auto;
    background: url(../img/bg.png) top left / 100% auto;
}

article * {
    box-sizing: border-box;
}

article img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

article h2,
article h3 {
    text-align: center;
}

.text-freePlacement {
    position: relative;
}

.text-freePlacement p {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    font-size: calc(23/640*100vw);
    line-height: calc(43/23);
}

.text-freePlacement p span {
    color: #F52D00;
}

article .btn {
    display: block;
    width: calc(503/640*100%);
    height: 0;
    padding-top: calc(99/640*100%);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

article .btn.reservation {
    background: url(../img/btn01.png) no-repeat center center / 100% auto;
}

article .btn.onsale {
    background: url(../img/btn02.png) no-repeat center center / 100% auto;
}

article .btn.soldout {
    background: url(../img/btn03.png) no-repeat center center / 100% auto;
}

/* mv */

/* product */
.product {
    margin-top: calc(60/640*100%);
}

.product h3 img {
    width: calc(586/640*100%);
}

.product .text-freePlacement {
    width: calc(600/640*100%);
    margin: calc(40/640*100%) auto 0;
}

.product .text-freePlacement p {
    font-size: calc(20/640*100vw);
    line-height: calc(35/20);
    margin: 130% 0 0 7%;
}

.product .flexWrapper {
    margin-top: calc(80/640*100%);
}

.product .flexWrapper + h3 {
    margin-top: calc(90/640*100%);
}

.product h3 + .flexWrapper {
    margin-top: calc(50/640*100%);
}

.product .image {
    width: calc(291/640*100%);
    margin: 0 auto;
}

.product h4 {
    color: #fff;
    font-size: calc(36/640*100vw);
    font-weight: bold;
    line-height: calc(50/36);
    text-align: center;
    margin-top: calc(20/640*100%);
}

.product .price {
    margin-top: calc(20/640*100%);
    text-align: center;
}

.product .price .price_ttl {
    color: #F6FF00;
    font-size: calc(36/640*100vw);
    font-weight: bold;
}

.product .price .price_font {
    display: inline-block;
    position: relative;
    font-family: 'arial black';
    color: #F6FF00;
    font-size: calc(118/640*100vw);
    line-height: 1;
}

.product .price .yen {
    display: inline-block;
    position: relative;
    color: #F6FF00;
    font-size: calc(64/640*100vw);
    font-weight: bold;
    margin-left: 0.2em;
}

.product .price .yen::before {
    content: '(税込)';
    position: absolute;
    top: -0.8em;
    left: -0.25em;
    color: #F6FF00;
    font-size: calc(25/640*100vw);
    word-break: keep-all;
}

.product .btn {
    margin-top: calc(30/640*100%);
}

/* video */
.video {
    margin-top: calc(80/640*100%);
}

.video h2 img {
    width: calc(640/640*100%);
}

.video .youtube {
    position: relative;
    width: calc(594/640*100%);
    height: calc(336/640*100vw);
    max-height: 336px;
    margin: calc(25/640*100%) auto 0;
}

.video .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* game */
.game {
    margin-top: calc(90/640*100%);
}

.game h2 img,
.game h3 img {
    width: calc(640/640*100%);
}

.game h3 {
    margin-top: calc(130/640*100%);
}

.game .text-freePlacement:nth-of-type(1) {
    width: calc(626/640*100%);
    margin: calc(50/640*100%) auto 0;
}

.game .text-freePlacement:nth-of-type(1) p {
    right: 0;
    text-align: center;
    margin: calc(270/640*100%) auto 0;
}

.game .text-freePlacement:nth-of-type(2) {
    width: calc(626/640*100%);
    margin: calc(30/640*100%) auto 0;
}

.game .text-freePlacement:nth-of-type(2) p {
    right: 0;
    text-align: center;
    margin: calc(165/640*100%) auto 0;
}

.game .text-freePlacement:nth-of-type(3) {
    width: calc(626/640*100%);
    margin: calc(89/640*100%) auto 0;
}

.game .text-freePlacement:nth-of-type(3) p {
    right: 0;
    text-align: center;
    margin: calc(225/640*100%) auto 0;
}

.game .text-freePlacement:nth-of-type(4) {
    width: calc(640/640*100%);
    margin: calc(86/640*100%) auto 0;
}

.game .text-freePlacement:nth-of-type(4) p {
    right: 0;
    text-align: center;
    margin: calc(155/640*100%) auto 0;
}

.game .img-freePlacement li:nth-of-type(1) {
    width: calc(640/640*100%);
    margin: calc(20/640*100%) auto 0;
}

.game .img-freePlacement li:nth-of-type(2) {
    width: calc(640/640*100%);
    margin: calc(15/640*100%) auto 0;
}

.game .img-freePlacement li:nth-of-type(3) {
    width: calc(640/640*100%);
    margin: calc(-30/640*100%) auto 0;
}

.game .btn {
    margin-top: calc(80/640*100%);
}

/* bottom_txt */
.bottom_txt {
    margin-top: calc(90/640*100%);
    background: #000
}

.bottom_txt .copyright {
    color: #fff;
    font-size: calc(16/640*100vw);
    line-height: calc(36/16);
    text-align: center;
    padding: calc(50/640*100%) 0;
}

@media screen and (min-width:640px) {
    .text-freePlacement p {
        font-size: 23px;
    }
    .product .text-freePlacement p {
        font-size: 20px;
    }
    .product h4 {
        font-size: 36px;
    }
    .product .price .price_ttl {
        font-size: 36px;
    }
    .product .price .price_font {
        font-size: 118px;
    }
    .product .price .yen {
        font-size: 64px;
    }
    .product .price .yen::before {
        font-size: 25px;
    }
    .bottom_txt .copyright {
        font-size: 16px;
    }
}