@charset "UTF-8";

/* ==================================================
base (reset)
================================================== */
html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
}
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
@media screen and (max-width:640px) {
    body {
        width: 100% !important;
        min-width: 100%;
        background: #fff;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
}
#wrapper {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    text-align: left;
}
@media screen and (max-width:640px) {
    #wrapper {
        width: 100%;
        min-width: 640px;
    }
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}
ul, ol {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}
ol, li {
    list-style: none;
}
img {
    border: none;
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}
img, object, embed, video {
    max-width: 100%;
}
a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    background: transparent;
}
th, td {
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    empty-cells: show;
}
input, select {
    vertical-align: middle;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ==================================================
font
================================================== */
html {
    font-size: 62.5% !important;
}
body {
    background-color: fff !important;
    color: #000 !important;
    font-size: 10px;
    font-size: 1.0rem !important;
    line-height: 1.8 !important;
    letter-spacing: 1px !important;
    font-family: "Helvetica Neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    /*font-family:"Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",serif;*/
    -webkit-font-smoothing: antialiased !important;
    -ms-text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
}
img {
    vertical-align: bottom !important;
}
#wrapper {
    font-size: 14px;
    font-size: 1.4rem;
}

.enGothic{
    font-family: 'Prata', serif;
    letter-spacing: 0.25rem;
}

.MainTitle{
    font-size: 3.6rem;
}
.STitle{
    font-size: 3.2rem;
}
.LTxt{
    font-size: 2.8rem;
}
.MTxt{
    font-size: 2.5rem;
}
.STxt{
    font-size: 2.0rem;
}
.XsTxt{
    font-size: 1.6rem;
}

.fwBold{
    font-weight: bold;
}
@media screen and (min-width:641px) {
    .MainTitle{
        font-size: 3.0rem;
    }
    .STitle{
        font-size: 2.6rem;
    }
    .LTxt{
        font-size: 2.2rem;
    }
    .MTxt{
        font-size: 1.8rem;
    }
    .STxt{
        font-size: 1.4rem;
    }
    .XsTxt{
        font-size: 1.2rem;
    }

}


/* ==================================================
link
================================================== */
a, a img {
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
a:hover img.csshover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
a {
    overflow: hidden;
    outline: none;
}

/* ==================================================
header
================================================== */
#hdr {
    position: relative;
    text-align: center;
    margin: 0 0 50px 0;
}
#hdr .pc_only h1 {
    position: absolute;
    left: -156px;
    top: 24px;
    z-index: -1px;
}
#hdr .pc_only .set_01 {
    position: absolute;
    right: 0;
    top: 113px;
}
#hdr .pc_only .pcSnsSet img {
    width: auto;
    height: 26px;
}#hdr .pc_only .set_02 {
    position: absolute;
    right: 0;
    top: 146px;
}
#hdr .pc_only .set_03 {
    position: absolute;
    right: 0;
    top: 242px;
}
#hdr .pc_only .set_04 {
    position: absolute;
    right: 283px;
    top: 251px;
}
#hdr .pc_only .set_05 {
    position: absolute;
    right: 233px;
    top: 251px;
}
#hdr .pc_only .set_06 {
    position: absolute;
    right: 195px;
    top: 251px;
}

@media screen and (max-width:640px) {
    #hdr .sp_only {
        margin: 0 0 30px 0;
    }
    #hdr .sp_only .navi {
        letter-spacing: -0.4rem;
        margin: 20px 0 40px -20px;
    }
    #hdr .sp_only .navi li {
        display: inline-block;
        letter-spacing: normal;
        margin: 0 10px;
    }
    #hdr .sp_only .snsSet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto 40px;
    }
    #hdr .sp_only .snsSet li{
        width: auto;
        margin: 0 20px;
    }
}

/* ==================================================
jwave share
================================================== */
#snsArea #gigyaShare {
    position: relative;
    margin: 0 auto 20px;
    /* flex-flow: row; */
}
#snsArea {
    position: absolute;
    right: 0;
    top: 40px;
    /* width: 220px; */
}
@media screen and (max-width:640px) {
    #snsArea {
        position: static;
        right: inherit;
        top: inherit;
        padding: 0 0 15px 45px;
        display: n;
    }
}
@media screen and (min-width:641px) {
    #snsArea {
        /* width: 220px; */
    }

}

/* ==================================================
footer
================================================== */
#footer {
    background: #b48b37;
    text-align: center;
    padding: 40px 0 50px;
}
#footer .footer_inner {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    position: relative;
}
#footer .left_ft_img {
    position: absolute;
    top: 0;
    left: 40px;
}
#footer .right_ft_img {
    position: absolute;
    top: 0;
    right: 40px;
}
#footer .copy {
    font-size: 1rem;
    padding: 35px 0 0 0;
}
@media screen and (max-width:640px) {
    #footer .footer_inner {
        width: 100%;
        min-width: 640px;
    }
    #commonFooterInner {
        width: 100%;
        background: #282828;
    }
}

/* ==================================================
other
================================================== */

/* Animation Scroll
------------------------------ */
.scrollto {}

/* clrfix
------------------------------ */
.clrfix:before, .clrfix:after {
    content: "";
    display: table;
}
.clrfix:after {
    clear: both;
}
