@charset 'Shift_JIS';

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

body {
    background: transparent;
    border: 0;
    font-family: '???C???I', Meiryo, '???S?V?b?Ne?','YuGothic','Yu Gothic', '?q??M?m?p?S Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 500;
    margin: 0;
    outline: 0;
    padding: 0;
}

body {
    position: relative;
}

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

main {
  margin-bottom: 100px;
}

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;
}

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

.hideItem{
    display: none !important;
}

.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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

#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 */
h2.footer_ttl_{
    border-bottom: 2px solid rgba(200,200,200,.3);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

div#footer_top{
    background: #1b2b5b;
    min-width: 1000px;
}
div#footer_top_inner{
    margin: 0 auto;
    padding: 20px 0 5px 0;
    position: relative;
    width: 1000px;
}
div#footer_top_inner ul{
    overflow: hidden;
}
div#footer_top_inner ul li{
    float: left;
    font-size: 14px;
    margin: 0 25px 20px 0;
}
div#footer_top_inner ul li a{
    background: url(https://ec.geo-online.co.jp/img/usr/fb/footer/footer_arrow.png) 0 50% no-repeat;
    color: #fff;
    padding-left: 13px;
    text-decoration: none;
}

#copyright{
    background: #333;
    font-size: 13px;
    line-height: 1.2;
    min-width: 1000px;
    padding: 10px 0 10px 0;
}
.copyright_inner_{
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    width: 940px;
}
.copyright_inner_copy_{
    float: left;
    margin: 0;
}
.copyright_inner_name_{
    float: right;
    margin: 0;
}

/* ?}?}?????R?g?e?g?c */
article h1,
article h2,
article p:not(.item_price):not(.annotation):not(.copyright),
article span:not(.price_font):not(.yen),
article a {
    font-size: 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

article {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 60px;
    background: #000 url(../img/bg.png) repeat-y top 561px center / 100% auto;
}

.mainVisual h1 {
    padding-top: 561px;
    background: url(../img/mainVisual.jpg) no-repeat top center / 100% auto;
}

.mainVisual p {
    width: 760px;
    padding-top: 174px;
    margin: 48px auto 0;
    background: url(../img/mainVisual_txt.png) no-repeat top center / 100% auto;
}

/* product */
.product {
    position: relative;
    text-align: right;
    box-sizing: border-box;
}

.product img {
    position: absolute;
    top: 0;
    left: 0;
}

.product .price {
    display: inline-block;
    margin: 0 40px 0 auto;
}

.product .price .price_ttl {
    height: 27px;
    background: url(../img/price_ttl_onsale.png) no-repeat top left / auto 100%;
}

.product .price .price_ttl.reservation {
    background: url(../img/price_ttl_reservation.png) no-repeat top left / auto 100%;
}

.product .price_font {
    display: inline-block;
    position: relative;
    font-family: 'arial black';
    color: #FF0000;
    font-size: 116px;
    line-height: 1;
    margin-top: 0.2em;
}
.product .yen {
    display: inline-block;
    position: relative;
    color: #FF0000;
    font-size: 64px;
    font-weight: bold;
    margin-left: 0.2em !important;
}
.product .yen::before {
    content: '(????)';    
    position: absolute;
    top: -0.8em;
    left: -0.15em;
    color: #FF0000;
    font-size: 23px;
    word-break: keep-all;
}

.product .btn {
    display: block;
    width: 468px;
    padding-top: 99px;
    margin: 20px 40px 0 auto;
}

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

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

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

/* normal */
.normal {
    width: 940px;
    height: 510px;
    margin: 48px auto 0;
    background: url(../img/normal_bg.jpg) no-repeat top center / 100% auto;
}

.normal .product {
    min-height: 389px;
    padding-top: 118px;
}

.normal .product img {
    margin: 50px 0 0 106px;
}

/* video */
.video {
    margin-top: 60px;
}

.video h2 {
    width: 940px;
    padding-top: 65px;
    margin: 0 auto;
    background: url(../img/video_ttl.png) no-repeat top center / 100% auto;
}

.video .youtube {
    width: 860px;
    margin: 40px auto 0;
}

/* introduction */
.introduction {
    margin-top: 60px;
}

.introduction h2 {
    width: 940px;
    padding-top: 134px;
    margin: 0 auto;
    background: url(../img/introduction_ttl.png) no-repeat top center / 100% auto;
}

.introduction p {
    width: 100%;
    padding-top: 731px;
    margin: 40px auto 0;
    background: url(../img/introduction_img.png) no-repeat top center / 100% auto;
}

/* world */
.world {
    margin-top: 70px;
}

.world h2 {
    width: 547px;
    padding-top: 169px;
    margin: 0 auto;
    background: url(../img/world_ttl.png) no-repeat top center / 100% auto;
}

.world p {
    width: 100%;
    padding-top: 639px;
    margin: 65px auto 0;
    background: url(../img/world_img.png) no-repeat top center / 100% auto;
}

/* character */
.character {
    margin-top: 70px;
}

.character h2 {
    width: 613px;
    padding-top: 131px;
    margin: 0 auto;
    background: url(../img/character_ttl.png) no-repeat top center / 100% auto;
}

.character p {
    width: 940px;
    padding-top: 431px;
    margin: 65px auto 0;
    background: url(../img/character_img.png) no-repeat top center / 100% auto;
}

/* battle */
.battle {
    margin-top: 130px;
}

.battle h2 {
    width: 712px;
    padding-top: 243px;
    margin: 0 auto;
    background: url(../img/battle_ttl.png) no-repeat top center / 100% auto;
}

.battle p {
    width: 100%;
    padding-top: 466px;
    margin: 55px auto 0;
    background: url(../img/battle_img.png) no-repeat top center / 100% auto;
}

/* job */
.job {
    margin-top: 70px;
}

.job h2 {
    width: 706px;
    padding-top: 205px;
    margin: 0 auto;
    background: url(../img/job_ttl.png) no-repeat top center / 100% auto;
}

.job p:not(.annotation) {
    width: 100%;
    padding-top: 938px;
    margin: 40px auto 0;
    background: url(../img/job_img.png) no-repeat top center / 100% auto;
}

.job p.annotation {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    margin-top: 60px;
}

/* bottom_txt */
.bottom_txt {
    margin-top: 20px;
}
.bottom_txt .btn {
    display: block;
    width: 468px;
    padding-top: 99px;
    margin: 40px auto 0;
}

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

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

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

.bottom_txt .copyright {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    margin-top: 45px;
}

#pagetopBtn{
	display:block;
	bottom:40px;
	right:20px;
	width:50px;
	height:50px;
	background:#192b5b;
}

#pagetopBtnInner{
	position:relative;
	display:block;
	top:16px;
	left:10px;
}

#pagetopBtnInner:before{
	position:relative;
	box-sizing:content-box;
	display:block;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 14px 15px;
	border-color: transparent transparent #fff transparent;
}

#pagetopBtnInner:after{
	position:relative;
	box-sizing:content-box;
	display:block;
	content:"";
	width: 0;
	height: 0;
	top:-8px;
	border-style: solid;
	border-width: 0 15px 14px 15px;
	border-color: transparent transparent #192b5b transparent;
}