@charset "UTF-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img
{
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}

li
{
    list-style: none;
}

caption, th
{
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0.08em;
}

q:before, q:after
{
    content: "";
}

abbr, acronym
{
    border: 0;
    font-variant: normal;
}

sup
{
    vertical-align: text-top;
}

sub
{
    vertical-align: text-bottom;
}

input, textarea, select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select
{
    *font-size: 100%;
}

legend
{
    color: #000000;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　RESET_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMONlayout_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*----basicsetting_start----*/
html
{
    font-size: 62.5%;
}

body
{
    font-family: Verdana,Arial,Geneva,Tahoma,sans-serif;
    font-size: 1.4rem;
  /*default14px*/
    line-height: 2.3rem;
    text-align: left;
    -webkit-text-size-adjust: 100%;
  /*viewport*/
}

body
{
    font-size: 1.2rem;
  /*defaultOverRide*/
    line-height: 1.8rem;
    word-wrap: break-word;
    word-break: break-all;
}

/*----basicsetting_end----*/
/*----ancher_start----*/
a
{
    color: #155ad2;
    text-decoration: none;
}

a:link
{
    color: #155ad2;
}

a:visited
{
    color: #4e5664;
}

a:active
{
    color: #00bf09;
}

a:hover
{
    color: #155ad2;
    text-decoration: none;
}

object
{
    outline: none;
}

/*----ancher_end----*/
/*----clear_start----*/
/*--clearfix--*/
.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix
{
    min-height: 1px;
}

* html .clearfix
{
    height: 1px;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

/*--clear--*/
.cf
{
    clear: both;
    height: 0;
}

/*----clear_end----*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　COMMONlayout_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
MAINlayout_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*header*/
.header
{
    margin-top: -40px;
    width: 100%;
    height: 196px;
    background: url(../images/sp/bg_header.png) repeat;
    background-size: 137.5px;
    border-bottom: 2px solid #be8301;
}

.header .header-content
{
    width: 320px;
    margin: 0 auto;
    position: relative;
}

.header .header-content a
{
    position: absolute;
    top: 85px;
    left: 5px;
    display: block;
    width: 102px;
    height: 77px;
    background-image: url("../images/sp/logo.png");
    background-repeat: no-repeat;
    background-size: 102px 77px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    z-index: 2;
}

.header .header-content h1
{
    position: absolute;
    top: 109px;
    left: 102px;
    display: block;
    width: 110.5px;
    height: 33.5px;
    background-image: url("../images/sp/title.png");
    background-repeat: no-repeat;
    background-size: 110.5px 33.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    z-index: 2;
}

.header .header-img
{
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    height: 269px;
    background-image: url(../images/sp/top.png);
    background-repeat: no-repeat;
    background-size: 698px 270.5px;
    background-position: center center;
    z-index: 1;
}

/*contentswrapper*/
.contentswrapper
{
    background: url("../images/sp/bg.gif");
    padding: 1px 0px 1px 0px;
}

.contentswrapper .wallpaper
{
    z-index: 3;
    position: relative;
    margin: 60px auto 20px;
}

.contentswrapper .wallpaper .item
{
    position: relative;
    width: 280px;
    padding: 20px 10px;
    margin: 0px auto 60px;
    border: 2px solid #f3c200;
    background: #fff;
    border-radius: 10px;
}

.contentswrapper .wallpaper .item .date
{
    color: #fff;
    position: absolute;
    top: -24px;
    height: 24px;
    width: 140px;
    background: #f3c200;
}

.contentswrapper .wallpaper .item .date p
{
    width: 75px;
    line-height: 24px;
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    position: relative;
    letter-spacing: -0.05em;
}

.contentswrapper .wallpaper .item .date p:before
{
    content: '';
    display: inline-block;
    position: absolute;
    display: block;
    width: 7.5px;
    height: 15px;
    background-image: url("../images/sp/arrow.png");
    background-repeat: no-repeat;
    background-size: 7.5px 15px;
    background-position: 0px 0px;
    top: 4px;
    left: -12px;
}

.contentswrapper .wallpaper .item .date .new
{
    display: none;
    padding: 0px 7px;
    background: red;
    border-radius: 2px;
    border: 1px solid #fff;
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    top: 4.5px;
    right: 3px;
}

.contentswrapper .wallpaper .item .date:after
{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: -23px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f3c200;
    border-left: 12px solid #f3c200;
}

.contentswrapper .wallpaper .item .sp
{
    display: block;
    border: #aaa solid 1px;
    margin: 0 auto;
}

.contentswrapper .wallpaper .item .pc
{
    display: none;
}

.contentswrapper .wallpaper .item h2
{
    text-align: center;
    color: #5f5e5a;
    padding: 15px 0px;
    line-height: 16px;
}

.contentswrapper .wallpaper .item .wallpaper-download
{
    text-align: center;
}

.contentswrapper .wallpaper .item .wallpaper-download .button
{
    margin: 0 auto;
    width: 28%;
    margin-right: 3%;
    display: inline-block;
}

.contentswrapper .wallpaper .item .wallpaper-download .button a
{
    background: linear-gradient(#f3c200, #f0b100);
    border: 1px solid #955f02;
    border-radius: 5px;
    padding: 5% 0%;
    width: 100%;
    display: inline-block;
    text-align: center;
    box-shadow: #ffe063 1px 1px 0px  inset, #ffe063 -1px -1px 0px  inset;
}

.contentswrapper .wallpaper .item .wallpaper-download .button a .device
{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: block;
    text-shadow: 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02, 0px 0px 2px #955F02,0px 0px 2px #955F02,0px 0px 2px #955F02;
}

.contentswrapper .wallpaper .item .wallpaper-download .button a .size
{
    display: block;
    color: #955F02;
    font-size: 8px;
    line-height: 11px;
}

.contentswrapper .wallpaper .item .button:last-child
{
    margin: 0px;
}

.contentswrapper .pager-sp
{
    width: 300px;
    text-align: center;
    margin: -30px auto 30px;
}

.contentswrapper .pager-sp ul li
{
    display: inline-block;
}

.contentswrapper .pager-sp ul li a,
    .contentswrapper .pager-sp ul li span
{
    background: #fff;
    display: inline-block;
    padding: 8px 15px;
    color: #955F02;
    border-radius: 11px;
    border: 2px solid #f3c200;
    color: #955F02;
}

.contentswrapper .pager-pc
{
    display: none;
}

/*pagetop*/
.pagetop
{
    text-align: center;
}

.pagetop .button
{
    display: block;
    width: 158px;
    height: 42px;
    background-image: url("../images/sp/btn.png");
    background-repeat: no-repeat;
    background-size: 158px 42px;
    background-position: 0px 0px;
    margin: 0 auto 40px;
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

/*footer*/
.footer
{
    background: url("../images/sp/bg_footer.png");
    background-size: 50%;
    padding-bottom: 1px;
}

.footer .footer-link
{
    background: #1b1b1b;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

.footer .footer-link li
{
    display: inline-block;
    padding: 0px 15px;
    border-right: solid 1px #fff;
}

.footer .footer-link li a
{
    color: #fff;
    text-decoration: underline;
}

.footer .footer-link li:last-child
{
    border: none;
}

.footer .footer-bnr
{
    margin: 40px auto 20px;
}

.footer .footer-bnr li
{
    margin: 0 auto 15px;
    width: 215px;
    height: 67px;
}

.footer .footer-bnr li img
{
    width: 100%;
}

.footer .footer__copyright-area {
    background: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　MAINlayout_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PluginOverride_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*----Fancybox_start----*/
#fancybox-outer
{
    background: #000000 !important;
}

#fancybox-content
{
    border-color: #000000 !important;
}

.fancybox-bg
{
    background: none !important;
}

/*--#substr.about_the_game.evolution_and_ascension--*/
#substr.about_the_game.evolution_and_ascension #fancybox-outer
{
    background: none !important;
}

#substr.about_the_game.evolution_and_ascension #fancybox-content
{
    border-color: #cccccc !important;
}

#substr.about_the_game.evolution_and_ascension .fancybox-bg
{
    background: none !important;
}

#substr.about_the_game.evolution_and_ascension #fancybox-content iframe
{
    overflow: scroll;
}

/*----Fancybox_end----*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　PluginOverride_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
