@charset 'Shift_JIS';
/************************************************************************************
*  init
************************************************************************************/
* {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 100%;
    font-family: 'メイリオ', Meiryo, '游ゴシック体','YuGothic','Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    vertical-align: baseline;
    outline: 0;
}

body {
    position: relative;
    background-color: white;
}

main {
    width: 100%;
    margin: 0 auto;
}

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

ul,
ol {
    list-style: none;
}

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

/************************************************************************************
*  site header, footer
************************************************************************************/
#salesHeader *,
footer * {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    background: transparent;
    font-size: 100%;
    font-family: sans-serif;
    vertical-align: baseline;
    outline: 0;
}

#salesHeader ul,
footer ul {
    list-style: none;
}

#salesHeader a,
footer a {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
}

#salesHeader img,
footer img {
    vertical-align: bottom;
}

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

#salesHeader .hideItem,
footer .hideItem {
    display: none !important;
}

/* site header
-----------------------------------------------------------*/
#salesHeader {
    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;
}

/* site footer
-----------------------------------------------------------*/
.block_of_static_ttl_ {
    margin: 0;
    padding: calc(16/640*100vw) calc(30/640*100vw);
    border-bottom: none;
    background-color: #31457e;
    color: #fff;
    font-weight: normal;
    font-size: calc(28/640*100vw);
    line-height: 1.8;
}

footer {
    background-color: white;
}

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

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

#footer_geoonline_store dd {
    margin-bottom: calc(80/640*100vw);
    font-size: calc(14/640*100vw);
    line-height: 1.5em;
}

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

#footer_geoonline_store li {
    margin-bottom: calc(20/640*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 {
    display: block;
    padding-left: calc(24/640*100vw);
    background: url('http://ec.geo-online.co.jp/img/usr/fb/footer/footer_arrow.png') 1vw 1vw no-repeat;
    background-size: calc(12/640*100vw);
    color: #fff;
    font-size: calc(22/640*100vw);
    line-height: 1.5;
    text-decoration: none;
}

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

#footernav_accordion::after {
    position: absolute;
    top: 50%;
    right: calc(30/640*100vw);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: calc(20/640*100vw);
    height: calc(20/640*100vw);
    margin: calc(-20/640*100vw) auto auto auto;
    border-right: calc(6/640*100vw) solid #fff;
    border-bottom: calc(6/640*100vw) solid #fff;
    content: '';
}

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

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

#footerLink li {
    display: inline-block;
    margin: 0 calc(50/640*100vw) calc(20/640*100vw) 0;
}

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

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

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

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

#pagetopBtn {
    display: none;
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 2;
    width: calc(80*100vw/640);
    height: calc(80*100vw/640);
    background: #192b5b;
}

#pagetopBtnInner {
    display: block;
    position: relative;
    top: calc(27*100vw/640);
    left: calc(24*100vw/640);
    width: calc(38*100vw/640);
    height: calc(29*100vw/640);
    background: url('https://geo-online.co.jp/v2/smartphone/img/cmn/pagetopArrow.png') no-repeat;
    background-size: 100%;
}

/************************************************************************************
*  content
************************************************************************************/
/* movie
-----------------------------------------------------------*/
.youtube_player {
    display: none;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-top: 53%;
}

.youtube_player iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}

a#js-youtube_thumb img {
    width: 85%;
    margin: 0 auto 20px;
}

.movie img {
    width: calc(475/640*100vw);
}

.movie .movie_box {
    margin: 0 calc(5*100vw/640);
    padding: calc(20*100vw/640);
    text-align: center;
}

.movie_box iframe {
    width: calc(540*100vw/640);
    height: calc(304*100vw/640);
}

/* cta_btn
-----------------------------------------------------------*/
.cta_btn {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
}

.cta_btn > img {
    width: calc(468*100vw/640)!important;
}

.cta_btn.none {
    pointer-events: none;
}

/* price
-----------------------------------------------------------*/
.priceArea {
    position: relative;
    width: 100%;
    color: white;
    font-weight: bold;
    text-align: center;
}

.price_col {
    position: relative;
}

.priceArea .priceTitle {
    padding: 0;
    color: white;
    font-weight: bold;
    font-size: calc(36/640*100vw);
    line-height: 1.2;
    text-align: center;
}

.priceArea .imgBox {
    margin-bottom: calc(30/640*100vw);
    text-align: center;
}

.item_price {
    margin: 0 auto calc(10/640*100vw);
    color: white;
    line-height: 1.2;
    text-align: center;
}

.item_price .price_font {
    display: inline-block;
    position: relative;
    padding: 0;
    font-weight: bold;
    font-size: calc(107/640*100vw);
    line-height: 0;
    font-family: 'Public Sans', 'arial black', sans-serif;
}

.item_price .yen {
    position: relative;
    font-size: calc(42/640*100vw);
    text-align: center;
}

.item_price .yen::before {
    position: absolute;
    top: -1em;
    font-size: calc(20/640*100vw);
    word-break: keep-all;
    content: '\0028\7a0e\8fbc\0029';
    width: 100%;
}
