@charset "utf-8";

[class|='sp'] {
    display: none;
}
[class|='pc'] {
    display: block;
}
html {
    min-height: 100%;
}
body {
    position: relative;
    min-height: 100%;
    padding-bottom: 132px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body::before {
    opacity: 0.7;
}
/* フレーム */

/***********************************
本文内
***********************************/
h2 {
    font-size: 30rem;
}
article {
    max-width: 100%;
    padding: 0 0 60px;
    letter-spacing: 0.03em;
}
article header {
    width: 100%;
    min-width: 100%;
    background: url(.././img/title_bg_en.png) 50% 0 no-repeat;
}
article h1 {
    padding: 13px 0 0;
}
article main {
    font-size: 18rem;
}
figure {
    text-align: center;
    margin: 0 0 12px;
}
.f_small {
    font-size: 16rem;
}
/***********************************
フッター
***********************************/

.footer_bg footer {
    width: 940px;
    height: 113px;
    margin: 0 auto;
    z-index: 21;
}
.footer_bg .btns {
    clear: both;
    height: 38px;
    margin: 0;
    text-align: right;
    line-height: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
footer .btns li {
    display: inline-block;
    width: 88px;
    height: 31px;
    margin-right: 3px;
}
footer .btns li a {
    display: block;
    background: #fff;
    width: 88px;
    height: 31px;
}
footer .btns li.n1,
footer .btns li.n1 a {
    width: 88px;
}
footer .btns a:hover img {
    opacity: 0.9;
}
.copy {
    float: right;
    clear: both;
    padding: 4px 0 0;
    text-align: right;
    line-height: 1.3;
    font-size: 11rem;
}

.site_top_btn {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.site_top_btn:hover img {
    opacity: 1;
}
