/* LOCOTIME Site CSS sp-d*/
@charset "UTF-8";

/* header */
#ltheader01-wrap {
    background: #065890;
    display: flex;
    padding: 10px 5px 5px 20px;
    position: fixed;
    top: 0;
    justify-content: space-between;
    width: 100%;
    z-index: 99;
}

#ltheader01-wrap .logo-area {
    width: 160px;
    padding: 1px;
}

#ltheader01-wrap .logo-area img {
    max-width: 100%;
    width: auto;
    height: 26px;
}

#gnav .links {
    float: right;
    margin-right: 3px;
    position: relative;
}

#gnav .links li {
    float: left;
    list-style: none;
    position: relative;
    margin: 0 6px;
    display: inline-block;
    font-size: 0.6rem;
}

#gnav .links li>a {
    position: relative;
    display: inline-block;
    padding: 3px;
    color: #fff;
}

#gnav .links li>a:hover {
    color: #fd827c;
    border-radius: 2px;
}

#gnav .links li>a[class^=trigger-] {
    padding-right: 25px;
}

#gnav .dropdown {
    margin: 0 -6px 0 2px !important;
}

#gnav .links li>a .arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 35%;
    text-align: center;
    right: 10px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #fd827c transparent;
}

#gnav .links li ul {
    position: absolute;
    right: 0;
    margin: 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: none;
}

#gnav .links li ul>li {
    clear: both;
    list-style: none;
    display: block;
    padding: 0 10px;
    margin: 0;
    width: 100%;
}

#gnav .drop1 li>a {
    position: relative;
    display: inline-block;
    padding: 3px;
    color: #000;
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-weight: bold;
}

#gnav .drop2 {
    text-align: center;
    background-color: #ddd !important;
}

#gnav .drop2 li>a {
    position: relative;
    display: inline-block;
    padding: 15px 5px 10px;
    color: #000;
    font-size: 1.2rem;
}

#gnav .links li ul>li:hover {
    background: #fd827c;
}

#gnav .links li ul>li:hover>a {
    background: #fd827c;
    color: #fff;
}

#gnav .links li:hover>.drop1 {
    display: block;
    animation: fadeInRight 0.3s ease;
    -webkit-animation: fadeInRight 0.3s ease;
}

#gnav .links li:hover>.drop2 {
    display: block;
    animation: fadeInRight 0.3s ease;
    -webkit-animation: fadeInRight 0.3s ease;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

#gnav .links li ul>.fl_tw2:hover {
    background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

#gnav .links li ul>.fl_tw2:hover>a {
    background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

#gnav .links li ul>.insta_btn2:hover {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

#gnav .links li ul>.insta_btn2:hover>a {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

#gnav .links li ul>.fl_fb2:hover {
    background: -webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
    background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}

#gnav .links li ul>.fl_fb2:hover>a {
    background: -webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
    background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}

#gnav .links li ul>.fl_yu2:hover {
    background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
}

#gnav .links li ul>.fl_yu2:hover>a {
    background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
}

#gnav .links li ul>.fl_li2:hover {
    background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

#gnav .links li ul>.fl_li2:hover>a {
    background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

/* mobile first (lmobile,portrait) */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #ltheader01-wrap {
        padding: 10px 20px;
    }

    #ltheader01-wrap .logo-area {
        width: 400px;
    }

    #gnav .links {
        margin-right: 10px;
    }

    #gnav .links li {
        margin: 10px;
        font-size: 0.7rem;
    }

    #gnav .links li ul {
        right: auto;
        left: 0;
    }

    #gnav .dropdown {
        margin: 10px 0 10px 1px !important;
    }

    #gnav .links li>a .arrow:after {
        content: "";
        border-left: 1px solid #fff;
        top: -10px;
        left: -15px;
        position: absolute;
        height: 15px;
    }

    #gnav .links li>a[class^=trigger-] {
        padding-right: 40px;
    }

    #gnav .links li>a .arrow {
        border-color: #fff transparent;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* main */
main.t-m {
    margin-top: 50px;
}

/* mobile first (lmobile,portrait) */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    main.t-m {
        margin-top: 70px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    main.t-m {
        margin-top: 100px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}


/* footer */
#logo-area-ico ul {
    list-style: none;
}

#logo-area-ico .sns-buttons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#logo-area-ico .sns-buttons li {
    flex: 0 0 30%;
    text-align: center !important;
}

#logo-area-ico ul.sns-buttons {
    padding: 0 !important;
    margin: 3px auto !important;
}

.flbtn-lt9 {
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 25px;
    text-decoration: none;
    transition: .5s;
    background-color: #444;
    color: #fff;
}

.flbtn-lt9:hover {
    text-decoration: none;
}

.flbtn-lt9 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flbtn-lt9.fl_tw2:hover {
    background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

.flbtn-lt9.insta_btn2:hover {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.flbtn-lt9.fl_fb2:hover {
    background: -webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
    background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}

.flbtn-lt9.fl_yu2:hover {
    background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
}

.flbtn-lt9.fl_li2:hover {
    background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

#copyright {
    margin: 0 auto;
    padding: 10px;
    background: #bcc2c8;
    color: #040000;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
}

#copyright a {
    text-decoration: none;
    color: #040000;
}

#copyright a:hover {
    text-decoration: none;
    color: #040000;
}

#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #262a2b;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.6rem;
    transition: all 0.3s;
}

#page-top a:hover {
    background: #777;
}

#page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(100px);
    }
}