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

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

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;
    background: transparent;
    font-weight: 500;
    font-size: 100%;
    font-family: 'メイリオ', Meiryo, '游ゴシック体','YuGothic','Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    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;
}

#salesHeader .flexwrap,
#footer .flexwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: gt7tal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

/* site header
-----------------------------------------------------------*/
#salesHeader {
    background: #192b5b;
}

#salesHeader div#logo {
    width: 1000px;
    height: 50px;
    margin: 0 auto;
    background: none;
    text-indent: 0;
}

#salesHeader div#logo a {
    display: block;
    width: 230px;
    height: 50px;
    background: url('https://geo-online.co.jp/geomart/cmn/pc/logo.png') no-repeat;
    text-indent: -9999px;
}

/* site footer
-----------------------------------------------------------*/
#footer div#footer_top {
    min-width: 1000px;
    background: #1b2b5b;
}

#footer div#footer_top_inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 5px;
}

#footer #pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

@media screen and (min-width: 1320px) {
    #footer #pagetop {
        right: calc((100vw - 1320px)/2);
    }
}

#footer #footer_top h2.footer_ttl_ {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(200,200,200,.3);
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

#footer #footer_geoonline_store {
    display: flex;
}

#footer #footer_geoonline_store dl {
    width: 235px;
}

#footer #footer_geoonline_store dl.two-column {
    width: 448px;
}

#footer #footer_geoonline_store dt {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
}

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

#footer div#footer_top_inner ul {
    overflow: hidden;
}

#footer div#footer_top_inner ul li {
    float: left;
    margin: 0 25px 20px 0;
    font-size: 14px;
}

#footer div#footer_top_inner #footer_geoonline_store li {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    text-align: left;
}

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

#footer div#footer_top_inner ul li a {
    padding-left: 13px;
    background: url('http://ec.geo-online.co.jp/img/usr/fb/footer/footer_arrow.png') 0 50% no-repeat;
    color: #fff;
}

#footer div#footer_top_inner ul li a {
    display: block;
    padding-left: 13px;
    background: url('http://ec.geo-online.co.jp/img/usr/fb/footer/footer_arrow.png') 0 8px no-repeat;
    color: #fff;
}

#footer #footer_bottom {
    min-width: 1000px;
    background: #eee;
}

#footer #footer_bottom_inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 25px;
    overflow: hidden;
}

#footer #footer_bottom h2.footer_ttl_ {
    position: relative;
    border-bottom: none;
    color: #666;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

#footer #footer_bottom h2.footer_ttl_ .acordion_ {
    position: absolute;
    top: calc(50% - 16px);
    right: 5px;
    transform: rotate(135deg);
    width: 13px;
    height: 13px;
    border: 4px solid;
    border-color: #1b2b5b #1b2b5b transparent transparent;
    content: '';
    cursor: pointer;
}

#footer #footer_bottom h2.footer_ttl_ .acordion_.open_ {
    top: calc(50% - 8px);
    transform: rotate(-45deg);
}

#footer #footer_bottom .list_wrap {
    display: none;
    margin-top: 10px;
    padding-top: 25px;
    border-top: 2px solid #c8c8c8;
}

#footer #footer_bottom ul {
    width: 100%;
    min-width: 1020px;
    max-width: 1300px;
    margin: 0 auto;
}

#footer #footer_bottom ul:nth-of-type(1) {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#footer #footer_bottom li {
    float: left;
    margin-bottom: 10px;
}

#footer #footer_bottom li a {
    display: block;
    padding: 0 10px;
    border-right: #ccc 1px solid;
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
    text-decoration: none;
}

#footer #footer_bottom li a.blank:after {
    display: inline-block;
    width: 24px;
    height: 12px;
    margin-left: 3px;
    background: url('https://ec.geo-online.co.jp/img/footer/footerBlankWindow.png') no-repeat center center;
    content: '';
}

#footer #copyright {
    min-width: 1000px;
    background: #fff;
}

#footer .copyright_inner_ {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

#footer .copyright_inner_copy_,
#footer .copyright_inner_name_ {
    margin: 0;
    color: #999;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
}

/************************************************************************************
*  content
************************************************************************************/
/* movie
-----------------------------------------------------------*/
.movie_box {
    text-align: center;
}

.youtube_wall {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    margin: auto;
    background: rgba(0, 0, 0, .9);
}

.youtube_movie {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    width: 980px;
    margin: 0 auto;
    padding-top: 50px;
}

.youtube_close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
}

/* cta_btn
-----------------------------------------------------------*/
.cta_btn {
    display: inline-block;
}

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

/* price
-----------------------------------------------------------*/
.price_col {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
    padding: 0 30px;
    flex-direction: column;
}

.priceArea,
.priceArea .priceTitle,
.item_price {
    color: white;
}

.priceArea,
.priceArea .itemName,
.priceArea .priceTitle,
.item_price .price_font {
    font-weight: bold;
}

.priceArea {
    text-align: center;
}

.priceArea .imgBox {
    text-align: center;
}

.priceArea .priceTitle {
    margin-top: 5px;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
}

.priceArea .item_price {
    margin: 0 auto 10px;
    line-height: 1.2;
    text-align: center;
}

.item_price .price_font {
    display: inline-block;
    position: relative;
    font-size: 85px;
    line-height: 0.75;
    font-family: 'Public Sans', 'arial black', sans-serif;
}

.item_price .yen {
    position: relative;
    bottom: 6px;
    line-height: 1.75;
    font-size: 45.94px;
}

.item_price .yen::before {
    position: absolute;
    top: -12px;
    left: 0;
    font-size: 15.31px;
    line-height: 1.75;
    word-break: keep-all;
    content: '\0028\7a0e\8fbc\0029';
}
