﻿html:not(.responsive) {
    min-width: 1000px;
    /* viewport */
}


/*=============================================
 * body
 *=============================================*/

body {
    color: #676767;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    background: #fff;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}


/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {}

.fnt-meiryo {}

.fnt-gothic {}

.fnt-garamond {}

.fnt-noto {
    font-family: 'Noto Sans JP', sans-serif;
}


/*=============================================
 * <main>
 *=============================================*/

main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.wrap {
    width: 100%;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}


/*=============================================
 * <header>
 *=============================================*/

header {
    background: linear-gradient(45deg, #4ac0c2, #4391bb);
    position: relative;
    color: #fff;
    text-align: center;
    padding: 49px 0 130px;
}

header h1 {
    margin-bottom: 120px!important;
    font-size: 12px;
}

header:before {
    content: '';
    position: absolute;
    top: 61px;
    right: calc(50% + 284px);
    width: 252px;
    height: 256px;
    background: url('../img/shared/key_deco_1.png');
}

header:after {
    content: '';
    position: absolute;
    top: 404px;
    left: calc(50% + 371px);
    width: 163px;
    height: 165px;
    background: url('../img/shared/key_deco_2.png');
}

header h2 {
    font-size: 60px;
    font-weight: 700!important;
    line-height: 100px;
    margin-bottom: 95px!important;
    letter-spacing: 0.13em;
}

header h2 small {
    border-bottom: 12px solid #fffca3;
    font-size: 60px;
}

header h3 {
    width: 800px;
    line-height: 70px;
    background: #fff;
    color: #4ac0c2;
    font-weight: bold!important;
    font-size: 38px;
    margin: 0 auto!important;
}


/*=============================================
 * key
 *=============================================*/

#key {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 690px;
    position: relative;
    max-height: 1500px;
    margin-left: -250px;
    margin-right: -250px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}

#key:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #fff;
}

#key ul {
    min-height: inherit;
}

#key li {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*=============================================
 * <section>
 *=============================================*/

section {}


/*=============================================
 * <footer>
 *=============================================*/

footer {
    background: linear-gradient(45deg, #4ac0c2, #4391bb);
    color: #fff;
    position: relative;
    font-weight: normal;
    padding: 103px 0 52px;
    text-align: center;
}

footer::after {
    content: '';
    width: 100%;
    height: 8px;
    background: url('../img/shared/f_line.jpg');
    top: -1px;
    left: 0;
    position: absolute;
}

footer .wrap {
    /* margin-bottom: 40px; */
}

footer dl {
    width: 621px;
    display: flex;
    margin-left: auto;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
}

footer .info {
    position: relative;
    width: 645px;
    margin-left: auto;
    padding-top: 6px;
}

footer .info:after {
    content: '';
    left: 168px;
    top: 0;
    bottom: 0;
    border-right: 1px dashed #fff;
    position: absolute;
}

footer dl dt {
    width: 167px;
    margin-right: 15px;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0;
}

footer dl dd {
    width: calc(100% - 140px);
    line-height: 2;
    letter-spacing: 0.07em;
}

footer .box {
    position: absolute;
    top: 269px;
    left: 0;
    width: 340px;
}

footer .sub-txt {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 13px;
    margin-left: 10px;
    margin-top: -2px;
    letter-spacing: 0.03em;
}

footer .txt {
    margin-bottom: 26px;
    margin-left: -46px;
    line-height: 1.7;
}

footer h5 {
    font-weight: bold!important;
    font-size: 23px;
    margin-left: -40px!important;
    letter-spacing: 0.05em;
}

footer .logo {
    width: 300px;
    margin: 0 auto 42px;
}

footer .tel {
    box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.2);
}

footer nav {
    background: url('../img/shared/f_line.jpg');
    height: 44px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
}

.top-0 {
    top: 0!important;
}


/*=============================================
 * .socialbuttons
 *=============================================*/

footer .socialbuttons {}


/*=============================================
 * copyright
 *=============================================*/

address {
    margin-top: 10px!important;
    margin-bottom: 4px!important;
    margin-left: 1px!important;
    font-size: 15px!important;
    letter-spacing: 0!important;
}

address a {
	text-decoration:underline;
	font-size:15px;
}
address a:hover {
	text-decoration:none;
}

address,
.cookies_link {
    font-size: 12px;
    line-height: 1.8;
    font-weight: bold!important;
    letter-spacing: 0.18em;
}

.cookies_link:hover {
    text-decoration: underline;
}

footer .btn {
    margin-bottom: 21px;
}

.fixed-btn .btn-left {
    margin-bottom: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

header>.wrap>ul li.box-shadow:last-child {
    margin-right: -3px;
}

footer dl:last-child {
    padding-bottom: 0;
    height: auto;
}

.cookies_link a {
    font-size: 12px;
}

footer .btn.box-shadow {
    box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .btn-over img,
    .over-img img,
    img.over,
    img:not(.btn):not(.non-over),
    button img {
        opacity: 1;
        transform: translateX(0) translateZ(0);
        -moz-transform: translateX(0) translateZ(0);
        -webkit-transform: translateX(0) translateZ(0);
        transition: all 0s ease;
        -moz-transition: all 0s ease;
        -webkit-transition: all 0s ease;
    }
    .over-img img:hover,
    img.over:hover,
    /* a:not([href=""]):hover img:not(.btn):not(.non-over), */
    a:hover img:not(.btn):not(.non-over),
    button:hover img {
        cursor: pointer;
        opacity: .8;
        transform: translateX(0) translateZ(0);
        -moz-transform: translateX(0) translateZ(0);
        -webkit-transform: translateX(0) translateZ(0);
    }
    .non-over a:hover img:not(.over),
    .non-over img:not(.over):not(.btn):hover {
        opacity: 1 !important;
    }
}

@media only screen and (max-width: 999px) {
    header h1 {
        margin-bottom: 15%!important;
        line-height: 2;
    }
    header h2 {
        font-size: 7.5vw;
        line-height: 2.4;
        margin-bottom: 13%!important;
    }
    header h2 span {
        display: block;
    }
    header h2 small {
        font-size: inherit;
        border-bottom: 2vw solid #fffca3;
    }
    header h3 {
        max-width: 100%;
        font-size: 5.5vw;
        line-height: 2.5;
    }
    header {
        padding: 7% 0 20%;
    }
    header:before {
        right: auto;
        background-size: 100% auto;
        width: 35vw;
        background-repeat: no-repeat;
        top: 10vw;
        left: 3vw;
    }
    header:after {
        background-repeat: no-repeat;
        background-size: 100% auto;
        left: auto;
        top: 56%;
        width: 25vw;
        right: 5%;
    }
    footer {
        padding: 15% 0 10%;
    }
    #pagetop {
        width: 50px;
    }
}

@media only screen and (max-width: 800px) {
    header:before {
        background-position: top center;
        height: 300px;
    }
    header:after {
        height: 300px;
        background-position: top center;
    }
}