/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html {
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
textarea,
pre,
code,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

div,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
pre,
code,
blockquote,
th,
td {
    word-break: break-all;
}

br {
    letter-spacing: 0;
}

fieldset,
img {
    border: 0;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #333;
}

input[type="submit"] {
    cursor: pointer;
}

select {
    background-color: #ffffff !important;
}

address,
caption,
cite,
code,
dfn,
var {
    font-style: normal;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: none;
}

#news i {
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic UI', Meiryo, sans-serif;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    scrollbar-face-color: #ffffff;
    scrollbar-3dlight-color: #553f09;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-darkshadow-color: #553f09;
    scrollbar-arrow-color: #553f09;
    scrollbar-track-color: #ffffff;
    -webkit-font-smoothing: subpixel-antialiased;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3 {
    font-size: 13px;
}

ul {
    list-style-type: none;
}

li {
    margin: 0px;
    padding: 0px;
}

table {
    font-size: 13px;
}

table tr {
    vertical-align: top;
}

em {
    font-style: normal;
}


/*=================================================
 * CSS for PC
 * ================================================= */

body {
    overflow: hidden;
    min-width: 1200px;
}

/* body */

#body {
    width: 100%;
    text-align: left;
}


/* header */

header {
    margin: 0 0 40px 0;
}

header h1 {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#ad_div {
    display: none;
}

.catch {
    width: 860px;
    font-size: 11px;
    line-height: 16px;
    margin: 0 auto 20px auto;
    padding: 5px;
    border-radius: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/** nav **/

nav {
    position: relative;
    font-size: 0;
    line-height: 0;
    background: none !important;
    margin: 0 0 40px 0;
}

nav:before {
    content: '';
    display: inline-block;
    width: 46px;
    height: 46px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav:after {
    content: '';
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 2;
    top: 7px;
    left: calc(50% - 33px);
    background: url(../image/18.png) no-repeat 50% 50%;
    -webkit-background-size: 64px 64px;
    background-size: 64px 64px;
}

nav a {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    height: 80px;
    font-size: 14px;
    line-height: 12px;
    border-width: 1px;
    border-style: solid;
    margin: 0 50px;
    padding: 13px 0 0 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

nav a span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
}

nav.js-fixed{
    background-color: rgba(0, 0, 0, .85) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

nav.js-fixed:after{
    top: calc(50% - 33px);
}

.txt18 {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 40px 0;
    padding: 5px 10px;
    border-radius: 14px;
}

.txt {
    width: 1120px;
    margin: 0 auto 40px auto;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.txt p {
    font-size: 14px;
    line-height: 22px;
}


/** outlink **/

.outlink {
    width: 1120px;
    margin: 0 auto;
}

#fgo {
    padding-bottom: 40px;
}

#fgo2 {
    padding-bottom: 40px;
}

.fgo {
    width: 1060px;
    display: table;
    font-size: 0;
    line-height: 0;
    table-layout: fixed;
    margin: 0 auto 10px auto;
}

.fgo_in {
    display: table-cell;
    vertical-align: top;
}

.fgo_in table {
    margin: 0 auto;
}

.link_list {
    font-size: 0;
    line-height: 0;
    padding: 0 0 30px 0;
}

.link_list a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px 5px;
}

.fgo_pc {
    display: block;
}

.fgo_sp {
    display: none;
}

.fgo_etc {
    display: none;
}

/** footer **/

footer {
    clear: left;
    width: 100%;
    text-align: center;
    border-top-width: 20px;
    border-top-style: solid;
}

footer .sns_bt {
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 0 0 15px 0;
}

footer .sns_bt a,
footer .sns_bt span {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 5px;
}

footer .sns_bt img {
    width: 50px;
    height: auto;
}

footer .sns_bt span img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

footer .sns_bt img.bk {
    filter: invert();
}

#footer {
    width: 100%;
    padding: 0 0 30px 0;
    position: relative;
}

#textlink {
    height: 20px;
}

#textlink p {
    position: relative;
    z-index: 10;
}

#textlink p br {
    display: none;
}

#up {
    padding: 20px 0;
}

#up a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    border-width: 2px;
    border-style: solid;
    padding: 20px 0 0 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#up a:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -4px;
    width: 6px;
    height: 6px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#up a:hover {
    text-decoration: none;
}

#finfo {
    font-size: 12px;
    line-height: 18px;
}

#finfo h2 {
    font-size: 12px;
    font-weight: normal;
}

#ad {
    font-size: 10px;
    line-height: 16px;
    padding: 15px 0;
}

#ad br {
    display: none;
}

#copy {
    font-size: 10px;
    line-height: 14px;
}


/** color **/

.sat {
    color: #0066ff;
}

.sun {
    color: #ff0000;
}

.red {
    color: #ff0000;
}

.tel {
    color: #6699ff;
}

.on {
    color: #ff3333;
}

.off {
    color: #999999;
}

.next {
    color: #6173a1;
}


/** rollover **/

.fade {
    display: inline-block;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.hover,
.fade input {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover:hover,
.fade input:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/***** none *****/
#topimg,
#navToggle {
    display: none;
}

#page-top {
    position: absolute;
    top: -9999px;
}


/***************************************************
ANIMATION CSS
***************************************************/


/** BASE **/
.delighter {
    opacity: 0;
    filter: alpha(opacity=0);
}

/** START **/
.delighter.started {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
}

/** END **/
.delighter.started.ended {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
    body {
        width: auto;
        min-width: 0;
    }

    a:hover {
        text-decoration: none;
    }

    body::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
    }

    body.ad_on_body::before {
        top: 50px;
    }

    /** header **/
    #index_body header {
        margin: 0;
        padding: 0;
        background: none;
    }

    body.ad_on_body header {
        height: 50px;
    }

    header h1 {
        width: 100%;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        padding: 0;
        position: absolute;
        z-index: 2;
        top: 3px;
        left: 0;
    }

    body.ad_on_body header h1 {
        top: 53px;
    }

    #topimg {
        display: block;
        margin: 0 0 10px 0;
    }

    #topimg h2 {
        font-size: 0;
        line-height: 0;
    }

    /** ad_div **/
    #ad_div {
        display: block;
    }

    #ad_div a {
        display: block;
        width: 100%;
        font-size: 4.5vw;
        font-weight: bold;
        line-height: 48px;
        text-align: center;
        border-bottom: 2px;
        border-bottom-style: solid;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    #ad_div span {}

    #ad_div span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 8px;
        height: 9px;
        margin: 16px 5px 0 0;
        border: solid 1px currentColor;
        background-color: currentColor;
        border-radius: 5px 5px 0 0;
    }

    #ad_div span:before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 2px;
        width: 2px;
        height: 1px;
        border-radius: 50%;
        border: solid 1px currentColor;
        background-color: currentColor;
    }

    #ad_div span:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: -3px;
        width: 14px;
        height: 0px;
        border-top: solid 1px currentColor;
        border-bottom: solid 1px white;
    }

    /** main **/
    main {}

    .catch {
        width: auto;
        font-size: 10px;
        line-height: 14px;
        margin: 0 0 10px 0;
        padding: 5px;
        border-radius: 0;
    }

    /** nav **/
    nav {
        margin: 0 0 10px 0;
        padding: 0 10px;
    }

    nav:before {
        width: 36px;
        height: 36px;
        position: absolute;
        z-index: 1;
        top: calc(50% - 18px);
        left: calc(50% - 19px);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav:after {
        width: 50px;
        height: 50px;
        position: absolute;
        z-index: 2;
        top: 5px;
        left: calc(50% - 26px);
        background: url(../image/18.png) no-repeat 50% 50%;
        -webkit-background-size: 50px 50px;
        background-size: 50px 50px;
    }

    nav a {
        width: calc(50% - 30px);
        height: 60px;
        font-size: 11px;
        padding-top: 10px;
    }

    nav a span {
        font-size: 28px;
        line-height: 28px;
    }

    nav a:nth-of-type(1) {
        margin: 0 30px 0 0;
    }

    nav a:nth-of-type(2) {
        margin: 0 0 0 30px;
    }

    .txt18 {
        font-size: 11px;
        font-weight: bold;
        line-height: 16px;
        margin: 0 0 20px 0;
        padding: 2px 8px;
        border-radius: 10px;
    }

    .txt {
        width: auto;
        margin: 0 0 10px 0;
        padding: 10px;
    }

    .txt p {
        font-size: 11px;
        line-height: 16px;
    }

    /** outlink **/
    .outlink {
        width: auto;
        margin: 0;
        padding: 0 0 0 0;
    }

    #fgo {
        padding-bottom: 10px;
    }

    #fgo2 {
        padding: 0 0 10px 0;
    }

    .fgo {
        width: auto;
        display: block;
        margin: 0;
    }

    .fgo_in {
        display: block;
        margin: 0 0 5px 0;
    }

    .link_list {
        padding: 0 0 5px 0;
    }

    .link_list:last-child {
        padding: 0 0 5px 0;
    }

    .link_list a {
        margin: 0 2px 5px 2px;
    }

    .fgo_pc {
        display: none;
    }

    .fgo_sp {
        display: block;
    }

    .fgo_etc {
        display: block;
    }

    .fgo_etc img {
        width: 75%;
        max-width: 468px;
        height: auto;
    }

    .bnr46860 img {
        width: 300px;
        height: auto;
    }

    #bnr468 img {
        width: 300px;
        height: auto;
    }


    /** footer **/
    footer {
        width: 100%;
        height: auto;
        border-top-width: 5px;
    }

    #footer {
        width: auto;
        margin: 0;
        padding: 0 0 15px 0;
    }

    #textlink {
        display: block;
        text-align: left;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #textlink a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        padding: 15px 10px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #textlink a:nth-of-type(odd) {
        border-right-width: 1px;
        border-right-style: solid;
    }

    #textlink a:after {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        position: absolute;
        top: calc(50% - 3px);
        right: 10px;
        border-bottom: solid 1px currentColor;
        border-right: solid 1px currentColor;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #textlink span {
        display: none;
    }

    #up {
        padding: 10px 0;
    }

    #up a {
        width: 180px;
        height: 40px;
        font-size: 14px;
        line-height: 18px;
        border-width: 2px;
        border-style: solid;
        padding: 15px 0 0 0;
    }

    #finfo {
        font-size: 11px;
        line-height: 16px;
    }

    #finfo p:nth-of-type(2) {
        display: none;
    }

    #finfo h2 {
        font-size: 12px;
        font-weight: normal;
    }

    #ad {
        font-size: 10px;
        line-height: 16px;
        padding: 10px 0;
    }

    #ad br {
        display: inline;
    }

    #copy {
        font-size: 10px;
        line-height: 16px;
    }

    /***** none *****/
    img.lazy {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    @-webkit-keyframes bgzoom {
        from {
            -webkit-background-size: 120% auto;
            -moz-background-size: 120% auto;
            background-size: 120% auto;
        }

        50% {
            -webkit-background-size: 100% auto;
            -moz-background-size: 100% auto;
            background-size: 100% auto;
        }
    }

    body#index_body:before {
        background-size: 100% auto;
        -webkit-animation-name: bgzoom;
        -webkit-animation-duration: 10s;
        -webkit-animation-timing-function: ease-out;
        -webkit-animation-iteration-count: 1;
    }
}

/*loading*/
.ovh{
    overflow: hidden;
}
#page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #131230;
    z-index: 9999;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.preloader .preloader-section {
    position: absolute;
    width: 100%;
    background-color: #19191c;
}

.preloader .preloader-section.preloader-top {
    top: 0;
    height: 55%;
}

.preloader .preloader-section.preloader-bottom {
    bottom: 0;
    height: 45%;
}

.preloader .preloader-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.preloader .progress {
    box-sizing: border-box;
    position: relative;
    width: 20%;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #b2802f;
}

.preloader .progress .progress-inner {
    position: absolute;
    max-width: 100%;
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-animation: widthlenth 1.5s 2 ease;
    -moz-animation: widthlenth 1.5s 2 ease;
}

.preloader .preloader-logo-wrapper {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.preloader .preloader-logo {
    width: 332px;
    text-align: center;
    overflow: hidden;
}

.preloader .preloader-logo img {
    max-width: 100%;
}

.preloader.active .progress {
    width: 100%;
    -webkit-transition: width .6s 3s ease;
    -o-transition: width .6s 3s ease;
    transition: width .6s 3s ease;
}

.preloader.onn {
    visibility: hidden;
}

.preloader.on .progress {
    visibility: hidden;
}

.preloader.active .preloader-section.preloader-top {
    height: 0;
    -webkit-transition: height .6s 3.6s ease;
    -o-transition: height .6s 3.6s ease;
    transition: height .6s 3.6s ease;
}

.preloader.active .preloader-logo {
    transform: translateY(200%);
    transform: translateY(200%);
    -webkit-transition: transform .6s 3s ease;
    -o-transition: transform .6s 3s ease;
    transition: transform .6s 3s ease;
}

.preloader.on .preloader-logo {
    opacity: 0;
    visibility: hidden;
}

.preloader.active .preloader-section.preloader-bottom {
    height: 0;
    -webkit-transition: height .6s 3.6s ease;
    -o-transition: height .6s 3.6s ease;
    transition: height .6s 3.6s ease;
}

@keyframes widthlenth {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes bigimg {
    0% {
        transform: scale(0.9, 0.9);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.1, 1.1);
    }
}

@media screen and (max-width: 767px) {
    .preloader .progress{
        width: 50%;
    }
}