@charset "Shift_JIS";

/************ init ************/
html,
body{
    min-width: 1040px;
}

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;
    position: relative;
}

main *,
main *::after,
main *::before{
    box-sizing: border-box;
}

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

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

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

img {
    vertical-align: bottom;
}

.flexWrap{
    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;
}

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

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

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

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

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

#footer div#footer_top_inner {
    position: relative;
    width: auto;
    min-width: 1000px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 20px 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_ {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid rgba(200,200,200,.3);
    padding-bottom: 10px;
    line-height: 1;
    margin-bottom: 25px;
}

#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 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 15px;
}

#footer #footer_geoonline_store dd {
    margin: 0;
}

#footer #footer_geoonline_store dd a {
    text-decoration: none;
}

#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;
    margin: 0 0 15px;
    width: 100%;
    text-align: left;
}

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

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

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

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

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

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

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

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

#footer #footer_bottom .list_wrap {
    border-top: 2px solid rgba(200, 200, 200, 1.0);
    display: none;
    padding-top: 25px;
    margin-top: 10px;
}

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

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

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

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

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

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

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

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

/* ここからコンテンツ */
/*contents*/
main{
    background: #000;
    color: #fff;
}
article.zelda-fuuin{
    width: 980px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*初期化*/
article.zelda-fuuin dl,article.zelda-fuuin dd,article.zelda-fuuin dt{
margin: 0;
}
span.notice{
    color: #faf7dc;
}

/* product */
.section_02.product {
    width: 900px;
    margin: 40px auto 70px;
}

.section_02.product > div.product_box01 dd,
.section_02.product > div.product_box02 dd{
    border: 2px solid #B99F65;
    border-top: none;
    background: #FFF;
    margin: 0 auto 40px;
}

.soft_info.price_wrap.flexWrap{
    padding: 50px 0;
    width: 100%;
}
.soft_info.price_wrap.flexWrap > p{
    width: 50%;
    text-align: center;
}
.section_02.product .price_wrap .soft_info_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

.section_02.product .price_wrap .soft_info{
    width: 900px;
    height: 500px;
    position: relative;
}

.section_02.product .price_wrap .soft_info .prod_image{
    display: block;
    position: absolute;
    left:172px;
    top: 40px;
}

.section_02.product .price_wrap .soft_info_wrap .price{
    padding: 0;
}
.section_02.product .product_box02 .btn{
    margin-top: 16px;
}

.product_savedata dd .flexWrap{
    margin-top: 20px;
}

.product_savedata dd .savedata_box{
    background: #FAF7DC;
    color: #000;
    padding: 20px;
    width: 440px;
    display: flex;
    flex-direction: column;
}

.product_savedata dd .savedata_box:first-of-type{
    padding: 20px 5px 20px 20px;
}

.product_savedata dd .savedata_box + .savedata_box{
    margin-left: 20px;
}

.product_savedata dd .savedata_box p{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.savedata_note{
    font-size: 14px;
    margin-top: auto;
}

.section_02 .soft_info_wrap .content{
    flex: 0 0 100%;
    padding-top: 16px;
    padding-left: 288px;
    padding-right: 110px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: calc(34/20);
}
.soft_content{
    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: 700px;
    margin: 0 auto;
    padding: 40px 0 0;
}
.soft_content li{
    width: 50%;
}

.section_02 .soft_info_wrap .image{
    /* margin-left: 100px;
    margin-right: 96px; */
    flex: 0 0 50%;
    display: block;
    text-align: center;
    margin-left: -73px;
}
.section_02 .soft_info .right{
    flex: 0 0 50%;
    text-align: center;
    height: 309px;
    margin-left: -64px;
}
.section_02 .soft_info .name,
.section_02 .soft_info .price p.priceTitle{
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    letter-spacing: -0.02em;
    flex: 0 0 50%;
}
.soft_info .price p.priceHard{
    background: #E4000F;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 9px 20px;
    margin: 0 auto 30px;
    width: 390px;
}
.section_02 .soft_info .name{
    margin-top: 24px;
    line-height: 1;
    margin-left: -15px;
    margin-bottom: 10px;
    letter-spacing: normal;
}

.section_02 .soft_info .price{
    color: #FF000C;
    padding-left: 86px;
    padding-top: 40px;
}
.section_02 .soft_info .price .price_font{
    font-size: 95.71px;
    font-weight: bold;
    font-family: "Arial Black";
    line-height: 1em;
    margin-top: -2px;
    margin-left: 0;
    margin-right: 10px;
    letter-spacing: -0.02em
}
.section_02 .soft_info .price .yen {
    font-size: 45.88px;
    font-weight: bold;
    position: relative;
}
.section_02 .soft_info .price .yen::before{
    content:'(税込)';
    display: inline-block;
    font-size: 15.29px;
    font-weight: bold;
    position: absolute;
    bottom: 60px;
}
.section_02 .soft_info .price .item_price{
    text-align: left;
    margin-bottom: 20px;
}
.section_02 .soft_info .btn img{
    margin: auto;
}

/* movie */
.section_03.movie{
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 70px;
}

.section_03.movie .youtube_video{
width: 860px;
height: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
position: relative;
}

.section_03.movie .youtube_video iframe{
    width: 100%;
    display: block;
    z-index: 1;
}

.section_03.movie .youtube_video iframe > button{
    position: absolute;
    z-index: 3;
}

.section_04.about {
    background: #4C4127;
    color: #FAF7DC;
    padding: 40px 0 70px;
}

.section_04.about .about_inner{
    text-align: center;
    margin: 0 auto;
    width: 900px;
}

.section_04.about .about_inner p{
    text-align: center;
    font-size: 18px;
    line-height: calc(36/18*1em);
    margin: 0 auto 40px;
}

.section_04.about .about_inner p.about_head{
    font-size: 20px;
    font-weight: bold;
    line-height: calc(46/20*1em);
    text-align: left;
    margin: 30px auto 32px;
}

.section_04.about .about_inner h3{
    margin: 40px auto 20px;
}

.section_04.about .about_inner h3:first-of-type{
    margin-top: 76px;
}

/* characters */
.section_05.characters{
    padding: 80px 0;
    color: #FAF7DC;
}

.section_05.characters .characters_inner{
    margin: -137px auto 0;
    width: 800px;
}

.section_05.characters .chara_box{
    position: relative;
    margin-top: 40px;
}

.section_05.characters .flexWrap .chara_box:nth-child(2n){
    margin-left: 40px;
}

.section_05.characters .chara_box p{
    font-size: 18px;
    line-height: calc(35/18*1em);
    position: absolute;
    top: 289px;
    left: 0;
    padding: 0 26px;
}

.section_05.characters .flexWrap .chara_box p{
    font-size: 18px;
    line-height: calc(35/18*1em);
    position: absolute;
    top: 348px;
    left: 0;
    padding: 0 26px;
}

/* footer */
.contents_bottom {
    color: #FFF;
    width: 980px;
    height: 374px;
    padding-top: 26px;
    margin-bottom: 0;
    box-sizing: border-box;
    text-align: center;
}
.contents_bottom .btn a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 674px;
}
.contents_bottom .btn .-soldout{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 674px;
}
.contents_bottom .copyright{
    text-align: center;
    margin-top: 65px;
    font-size: 12px;
    line-height: calc(22/12);
    color: #FFF;
}