@charset "utf-8";

[class|='pc'] {
    display: none;
}
body {
    background: #000;
}

a,
a:visited {
    text-decoration: none;
    outline: none;
    color: #04f;
}
a:hover {
    text-decoration: underline;
    outline: none;
}
a[href*='tel:'] {
    cursor: default;
}

button {
    outline: none;
}

p {
    margin: 0 0 18px;
    background: url(../.././img/transparent.png);
}
td {
    background: url(../.././img/transparent.png);
}

html {
    position: relative;
    min-height: 100%;
    font-size: 6.25%;
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    min-height: 100%;
    padding-bottom: 500px;
    font: 10rem/1 'Ubuntu', sans-serif;
    color: #fff;
    overflow: hidden;
}
.mac body,
.safari body {
    font-family: 'Ubuntu', sans-serif;
}

div,
article,
section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    margin: 0;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
button {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button:active,
button:focus {
    border: none;
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -2px;
    margin-bottom: -2px;
}
figure {
    margin: 0;
}
em {
    font-style: normal;
}

b {
    color: #ffdb31;
}
h2 {
    font-size: 32rem;
    color: #ffdb31;
    text-align: center;
    margin: 0 0 0.7em;
}
h3 {
    color: #ffdb31;
    margin: 0 0 0.4em;
}
a,
a:hover {
    text-decoration: none;
}

article header {
    height: 170px;
    background: url(.././img/title_bg_en.png) 50% 0 no-repeat;
    /*background: url(.././img/title_bg_sp.png) 50% 0px no-repeat;*/
}
article h1 {
    margin: 0 auto;
    padding: 44px 0 0;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
}

/* フレーム */
article main {
    position: relative;
    width: 98%;
    max-width: 960px;
    min-height: 46px;
    padding: 15px 15px;
    margin: 0 auto 40px;
    border: 1px solid #1564db;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
    font-size: 24rem;
    font-weight: bold;
    line-height: 1.6;
}
article main:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -1px;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    max-width: 962px;
    height: 5px;
    background: #1564db;
}

/***********************************
本文内
***********************************/
.f_small {
    font-size: 18rem;
}
.center {
    text-align: center;
}
.large {
    font-size: 32rem !important;
}
.mb1em {
    margin-bottom: 1em;
}
.mb_half {
    margin-bottom: 0.5em;
}
/***********************************
フッター
***********************************/
#pagetop {
    position: fixed;
    right: auto;
    left: 50%;
    margin-left: 490px;
    bottom: -1000px;
    width: 116px;
    height: 61px;
    background: url(../.././img/btn_to_top.png) no-repeat 0 0;
    color: transparent;
    text-indent: -4444em;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
    -o-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
    transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
    z-index: 1000;
    -webkit-transform-origin: 7% 100%;
    -ms-transform-origin: 7% 100%;
    transform-origin: 7% 100%;
}
#pagetop:hover {
    -webkit-animation: pageTopAnim 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
    animation: pageTopAnim 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
}
#pagetop.show {
    opacity: 1;
    bottom: 40px;
    -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
    -o-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
    transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
}
#pagetop img {
    display: block;
    width: 116px;
    height: 61px;
    background: url(../.././img/btn_to_top.png) no-repeat 0 100%;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
#pagetop:hover img {
    opacity: 1;
}
.footer_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 0 0;
    border-top: 1px solid #1564db;
    background: #000;
    z-index: 15;
}
.footer_bg footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 21;
}
.footer_bg .btns {
    clear: both;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    margin: 0 0 18px;
    text-align: center;
}
footer .btns li {
    display: inline-block;
    margin: 0 3px;
}
footer .btns a {
    display: block;
}
footer .btns li.n1,
footer .btns li.n1 a {
    width: 176px;
}
footer .btns img {
    width: 100%;
    height: auto;
}
footer .sns {
    display: none;
}
.pc-share {
    position: absolute;
    top: 0;
    right: 196px;
    line-height: 0.7;
}
.pc-share div {
    display: inline-block;
}
.sp-share {
    text-align: center;
    margin: 0 auto 18px;
}
.sp-share li {
    display: inline-block;
    width: 185px;
    height: 66px;
    margin: 0 9px;
}
.sp-share li a {
    display: block;
    width: 185px;
    height: 66px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -100em;
}
.sp-share li a#tweet {
    background-image: url(../../sp/./img/sns_twitter.png);
}
.sp-share li a#fb {
    background-image: url(../../sp/./img/sns_facebook.png);
}
.sp-share li a#line {
    background-image: url(../../sp/./img/sns_line.png);
}
.copy {
    font-size: 14rem;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

.btns li {
    display: inline-block;
}
.btns li:nth-child(3) {
    width: 110px;
}
@media screen and (max-width: 670px) {
    .btns li:nth-child(2) {
        margin: 0 0 0 12px;
    }
    .btns li:nth-child(3) {
        width: auto;
        margin: 0 0 0 12px;
    }
    .btns li:last-child {
        margin: 16px 0 0;
    }
    .btns li img {
        width: auto;
    }
}
.copy {
    font-size: 16rem;
    line-height: 1.4;
    text-align: center;
}

.site_top_btn {
    display: block;
    width: 310px;
    height: 89px;
    margin: 0 auto 75px;
    background: url(.././img/btn.png) no-repeat 0 0;
    -webkit-tap-highlight-color: transparent;
}
.site_top_btn img {
    display: block;
    width: 310px;
    height: 89px;
    background: url(.././img/btn.png) no-repeat 0 100%;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
.site_top_btn.tap img {
    opacity: 1;
}
