@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                      */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/


/* ========================================================

　Grobal Setting

=========================================================== */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 62.5%; /* 1.0rem = 10px */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}


/* ========================================================

　body

=========================================================== */

body {
    color: rgba(51, 51, 51, 1.00);
    font: normal 400 1.6rem / 100% 'Zen Kaku Gothic Antique', sans-serif;
    letter-spacing: 0.0625rem;
    word-wrap: break-word;
    overflow-x: hidden;
}

/* scrollbar */
body::-webkit-scrollbar {
    width: 0.7rem;
}

body::-webkit-scrollbar-track {
    background-color: rgba(125, 205, 245, 1.00);
}

body::-webkit-scrollbar-thumb {
    border-radius: 0.35rem;
    background-color: rgba(0, 70, 160, 1.00);
}


/* ========================================================

　Default Link Color

=========================================================== */

a,
a:visited,
a img {
    color: rgba(51, 51, 51, 1.00);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: rgba(235, 95, 0, 1.00);
}

a:active {
    color: rgba(255, 0, 0, 1.00);
}

a:not(.navbar-brand):hover img {
    opacity: 0.7;
}


/* ========================================================

　h1～h6 & Other Text

=========================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 120%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    margin: 0;
    padding: 0;
}

dl {
    margin: 0;
    padding: 0;
}

dt,
th {
    font-weight: 500;
}


/* ========================================================

　nav

=========================================================== */

@media only screen and (max-width: 991px) {

    /* モバイルのナビゲーションの高さは ハンバーガーメニューボタンの高さ（5.0rem） + 上下余白（1.0rem + 1.0rem） = 7.0rem */
    #mainNav {
        padding-top: 1.0rem;
        padding-bottom: 1.0rem;
        background-color: rgba(0, 0, 0, 0.50);
        -webkit-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

    #mainNav.navbar-shrink {
        background-color: rgba(0, 0, 0, 0.90);
    }

    #mainNav.active {
        background-color: rgba(0, 105, 170, 1.00);
    }

    /* ブランドマーク */
    .navbar-brand {
        margin-left: 5.0vw;
    }

    .navbar-brand img {
        width: auto;
        height: 4.0rem;
    }

    /* ハンバーガーメニューボタン */
    .navbar-toggler {
        width: 5.0rem;
        height: 5.0rem;
        margin-right: 5.0vw;
        border: none;
        border-radius: 50%;
        background-color: rgba(0, 105, 170, 1.00);
        color: rgba(255, 255, 255, 1.00);
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
    }

    .navbar-toggler[aria-expanded="true"] {
        background-color: rgba(125, 205, 245, 1.00);
        color: rgba(0, 105, 170, 1.00);
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-toggler-icon {
        display: block;
        margin: 0 auto;
        background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1.00)' stroke-width='3' stroke-linecap='square' d='M4 4h22M4 12h22M4 20h22'/%3e%3c/svg%3e");
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 105, 170, 1.00)' stroke-width='3' stroke-linecap='square' d='M6 4L 22 20M22 4L6 20'/%3E%3C/svg%3E");
    }

    /* メニュー領域 */
    .navbar-collapse {
        max-height: 100vh;
        padding-right: 2.0rem;
        padding-left: 2.0rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .navbar-nav {
        min-height: 100vh;
        margin-top: 3.0rem;
    }

    .navbar-nav .nav-item:nth-of-type(n+2) {
        margin-top: 1.0rem;
    }

    .navbar-nav .nav-item:last-of-type {
        margin-bottom: 14.0rem; /* この余白は必須 */
    }

    .navbar-nav .nav-item .nav-link {
        padding-left: 3.0rem;
        padding-right: 3.0rem;
        border-radius: 0.6rem;
        background-color: rgba(0, 70, 160, 1.00);
        color: rgba(255, 255, 255, 1.00);
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 4.0rem;
    }

    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link.current {
        background-color: rgba(255, 255, 255, 1.00);
        color: rgba(235, 95, 0, 1.00);
        font-weight: 700;
    }

    /* お問い合わせ */
    #mainNav #contact {
        display: none;
    }

}

@media only screen and (min-width: 768px) {

    /* モバイルのナビゲーションの高さは ハンバーガーボタンの高さ（7.0rem） + 上下余白（1.0rem + 1.0rem） = 9.0rem */
    .navbar-brand img {
        height: 6.0rem;
    }

    .navbar-toggler {
        width: 7.0rem;
        height: 7.0rem;
        font-size: 1.6rem;
    }

}

@media only screen and (min-width: 992px) {

    #mainNav div[class^="container"] {
        padding-right: 0;
    }

    /* ナビゲーションの高さは .navbar-nav .nav-item .nav-link で指定した 8.0rem */
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border: none;
        background-color: rgba(0, 0, 0, 0.50);
        -webkit-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

    #mainNav.navbar-shrink {
        background-color: rgba(0, 0, 0, 0.90);
    }

    /* ブランドマーク */
    .navbar-brand {
        margin-left: 2.0rem;
    }

    .navbar-brand img {
        width: auto;
        height: 5.0rem;
    }

    /* メニュー領域 */
    .navbar-nav .nav-item .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 8.0rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        border-bottom: 0.3rem solid transparent;
        color: rgba(255, 255, 255, 1.00);
        font-size: 1.4rem;
        font-weight: 500;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar-nav .nav-item .nav-link:hover {
        border-bottom: 0.3rem solid rgba(125, 205, 245, 0.70);
        background-color: rgba(125, 205, 245, 0.25);
    }

    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link.current {
        border-bottom: 0.3rem solid rgba(255, 240, 0, 1.00);
        background-color: rgba(0, 105, 170, 0.75);
        color: rgba(255, 240, 0, 1.00);
        font-weight: 700;
    }

    /* お問い合わせ */
    #mainNav #contact {
        display: block;
    }

    #mainNav #contact a {

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 10.0rem;
        height: 8.0rem;
        background: url("../img/diagonal.png") rgba(0, 105, 170, 1.00);
        color: rgba(255, 255, 255, 1.00);
        font-size: 1.2rem;
        font-weight: 500;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #mainNav #contact i {
        display: block;
        font-size: 300%;
    }

    #mainNav #contact a:hover {
        background: rgba(0, 70, 160, 1.00);
    }

}

@media only screen and (min-width: 1200px) {

    .navbar-brand {
        margin-left: 3.0rem;
    }

    .navbar-brand img {
        height: 7.0rem;
    }

    .navbar-nav .nav-item .nav-link {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        height: 9.0rem;
        font-size: 1.6rem;
    }

    #mainNav #contact a {
        width: 12.0rem;
        height: 9.0rem;
        font-size: 1.4rem;
    }

}

@media only screen and (min-width: 1400px) {

    .navbar-brand {
        margin-left: 4.0rem;
    }

    .navbar-brand img {
        height: 8.0rem;
    }

    .navbar-nav .nav-item .nav-link {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
        height: 10.0rem;
        font-size: 1.8rem;
    }

    #mainNav #contact a {
        width: 14.0rem;
        height: 10.0rem;
        font-size: 1.6rem;
    }

}

@media only screen and (min-width: 1920px) {

    .navbar-brand {
        margin-left: 5.0rem;
    }

    .navbar-brand img {
        height: 9.0rem;
    }

    .navbar-nav .nav-item .nav-link {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

}


/* ========================================================

　section

=========================================================== */

.page-sec {
    padding-top: 5.0rem;
    padding-bottom: 5.0rem;
}

@media only screen and (min-width: 992px) {

    .page-sec {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

}

@media only screen and (min-width: 1400px) {

    .page-sec {
        padding-top: 10.0rem;
        padding-bottom: 10.0rem;
    }

}


/* ========================================================

　#banner

=========================================================== */

#banner {
    padding-top: 1.0rem;
    background-color: rgba(0, 105, 170, 1.00);
}

#banner div[class="bnr"]:nth-of-type(n+2) {
    margin-top: 1.0rem;
}

#banner .bnr {
    position: relative;
}

#banner .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 1.5rem 5.0vw;
    text-align: center;
    z-index: 3;
}

#banner h3 {
    color: rgba(0, 105, 170, 1.00);
    font-family: 'Zen Old Mincho', serif;
    font-size: 2.4rem;
    font-weight: 700;
    text-shadow: 0.15rem 0.15rem 0.1rem rgba(255, 255, 255, 1.00);
}

#banner h3 span {
    font-size: 120%;
    font-weight: 900;
    font-style: italic;
}

#banner .text div {
    display: inline-block;
    margin: 3.5vw auto;
    text-align: center;
}

#banner p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: justify;
    line-height: 120%;
}

#banner ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
    max-width: 26.0rem;
    margin: 0 auto;
}

#banner li:nth-of-type(n+2) {
    margin-top: 1.0rem;
}

#banner li a {
    display: block;
    border-radius: 0.6rem;
    color: rgba(0, 0, 0, 1.00);
    font-weight: 500;
    text-align: center;
    line-height: 4.0rem;
}

#banner li a:hover {
    color: rgba(255, 255, 255, 1.00);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#banner li:nth-of-type(1) a {
    background-color: rgba(250, 205, 130, 1.00);
}

#banner li:nth-of-type(1) a:hover {
    background-color: rgba(235, 95, 0, 1.00);
}

#banner li:nth-of-type(2) a {
    background-color: rgba(125, 205, 245, 1.00);
}

#banner li:nth-of-type(2) a:hover {
    background-color: rgba(0, 70, 160, 1.00);
}

#banner li:nth-of-type(3) a {
    background-color: rgba(180, 210, 100, 1.00);
}

#banner li:nth-of-type(3) a:hover {
    background-color: rgba(100, 140, 10, 1.00);
}

#banner .image {
    background-color: rgba(255, 255, 255, 1.00);
}

#banner img {
    width: 100%;
    height: auto;
    opacity: 0.25;
}

#banner img:last-of-type {
    display: none;
}

@media only screen and (min-width: 576px) {

    #banner h3 {
        font-size: min(4.6vw, 3.0rem);
    }

    #banner .text div {
        margin: 5.0vw auto;
    }

    #banner p {
        font-size: min(3.0vw, 1.6rem);
    }

    #banner ul {
        max-width: 50.0vw;
    }

    #banner li:nth-of-type(n+2) {
        margin-top: 2.0rem;
    }

    #banner li a {
        font-size: min(3.0vw, 2.0rem);
        line-height: 6.0rem;
    }

    #banner .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 46.0rem;
        overflow: hidden;
    }

}

@media only screen and (min-width: 768px) {

    #banner h3 {
        font-size: 3.6rem;
        text-shadow: 0.25rem 0.25rem 0.1rem rgba(255, 255, 255, 1.00);
    }

    #banner .text div {
        margin: 5.0vw auto;
    }

    #banner p {
        font-size: 1.8rem;
        line-height: 150%;
    }

    #banner ul {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 100%;
    }

    #banner li {
        display: inline-block;
    }

    #banner li:nth-of-type(n+2) {
        margin-top: 0;
        margin-left: 3.0rem;
    }

    #banner li a {
        padding: 0 4.0rem;
        font-size: 2.0rem;
    }

    #banner .image {
        height: 38.0rem;
    }

}

@media only screen and (min-width: 992px) {

    #banner h3 {
        font-size: min(3.0vw, 4.8rem);
    }

    #banner .text div {
        margin: 2.0vw auto;
    }

    #banner p {
        font-size: min(1.5vw, 2.4rem);
    }

    #banner li a {
        font-size: min(1.5vw, 2.4rem);
        line-height: 4.0vw;
    }

    #banner .image {
        height: inherit;
    }

    #banner img:first-of-type {
        display: none;
    }

    #banner img:last-of-type {
        display: block;
    }

}

@media only screen and (min-width: 1920px) {

    #banner .text div {
        margin: 2.5vw auto 2.0vw;
    }

    #banner li:nth-of-type(n+2) {
        margin-left: 6.0rem;
    }

    #banner li a {
        line-height: min(4.0vw, 6.0rem);
    }

}


/* ========================================================

　footer

=========================================================== */

footer {
    width: 100%;
    padding-top: 3.0rem;
    padding-bottom: 7.0rem;
    background: url("../img/diagonal.png") rgba(0, 105, 170, 1.00);
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
}

/* menu */
footer ul {
    width: 20.0rem;
    margin: 0 auto;
    text-align: left;
}

footer li:nth-of-type(n+2) {
    margin-top: 1.5rem;
}

footer a,
footer a:visited {
    color: rgba(255, 255, 255, 1.00);
}

footer a:hover {
    color: rgba(255, 240, 0, 1.00);
}

/* brans mark */
footer div {
    margin: 3.0rem auto;
    opacity: 0.25;
}

footer img {
    width: 100%;
    max-width: 20.0rem;
    height: auto;
}

/* copyright */
footer aside {
    margin-bottom: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 576px) {

    footer ul {
        width: 100%;
        text-align: center;
    }

    footer li {
        display: inline-block;
        position: relative;
        line-height: 140%;
    }

    footer li:nth-of-type(n+2) {
        margin-top: 0;
    }

    footer li:nth-of-type(n+2) a {
        margin-left: 1.0rem;
    }

    footer li:nth-last-of-type(n+2) a {
        margin-right: 0.5rem;
    }

    footer li a {
        font-size: 1.4rem;
    }

    footer a::before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0.1rem;
        width: 0.1rem;
        height: 1.4rem;
        border-left: 0.1rem solid rgba(255, 255, 255, 0.50);
        content: "";
    }

    footer li:nth-of-type(1) a::before {
        border-left: 0;
    }

}

@media only screen and (min-width: 768px) {

    footer {
        padding-top: 4.0rem;
        padding-bottom: 8.0rem;
    }

    footer ul {
        width: 58.0rem;
    }

    footer li:nth-of-type(n+2) a {
        margin-left: 1.5rem;
    }

    footer li:nth-last-of-type(n+2) a {
        margin-right: 1.0rem;
    }

    footer li a {
        font-size: 1.5rem;
    }

    footer a::before {
        height: 1.5rem;
    }

    footer div {
        margin: 4.0rem auto;
    }

}

@media only screen and (min-width: 769px) {

    footer ul {
        width: 60.0rem;
    }

    footer li a {
        font-size: 1.6rem;
    }

}

@media only screen and (min-width: 1200px) {

    footer {
        padding-top: 5.0rem;
        padding-bottom: 5.0rem;
    }

    footer div {
        margin: 5.0rem auto;
    }

}

@media only screen and (min-width: 1400px) {

    footer ul {
        width: 100%;
    }

}


/* ========================================================

　#fixed-bottom

=========================================================== */

#fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1024;
}

#fixed-bottom .inner div {
    float: left;
}

#fixed-bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.0rem;
    color: rgba(255, 255, 255, 1.00);
    font-weight: 500;
}

#fixed-bottom .inner div:nth-of-type(1) {
    width: 80%;
    background-color: rgba(245, 150, 0, 1.00);
}

#fixed-bottom .inner div:nth-of-type(2) {
    width: 20%;
    background-color: rgba(0, 0, 0, 1.00);
}

#fixed-bottom a i {
    font-size: 150%;
}

#fixed-bottom a:nth-of-type(1) i {
    margin-right: 0.5rem;
}

@media only screen and (min-width: 992px) {

    #fixed-bottom {
        display: none;
    }

}


/* ========================================================

　Scroll to Pagetop

=========================================================== */

.scroll-to-top img {
    display: none;
}

@media only screen and (min-width: 992px) {

    .scroll-to-top {
        display: none;
        position: fixed;
        right: 1.0rem;
        bottom: 1.0rem;
        width: 7.0rem;
        height: auto;
        z-index: 1024;
        -webkit-animation: slideInBottom 1.0s;
        animation: slideInBottom 1.0s;
    }

    .scroll-to-top a {
        display: block;
        border: 0.2rem solid rgba(255, 255, 255, 1.00);
        border-radius: 50%;
        background-color: rgba(0, 105, 170, 0.70);
    }

    .scroll-to-top a:hover {
        background-color: rgba(0, 70, 160, 1.00);
    }

    .scroll-to-top img {
        display: block;
        width: 100%;
        height: auto;
    }

    .scroll-to-top a img {
        opacity: 0.7;
    }

    .scroll-to-top a:hover img {
        opacity: 1.0;
    }

}

@media only screen and (min-width: 1200px) {

    .scroll-to-top {
        right: 2.0rem;
        bottom: 2.0rem;
        width: 8.0rem;
    }

}

@media only screen and (min-width: 1920px) {

    .scroll-to-top {
        width: 10.0rem;
    }

}


/* ========================================================

　#breadCrumb

=========================================================== */

#breadCrumb {
    padding: 1.0rem 0;
    background-color: rgba(245, 245, 245, 1.00);
}

#breadCrumb p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 1.00);
    font-size: 1.4rem;
    line-height: 2.0rem;
    word-wrap: normal;
}

#breadCrumb i {
    margin: 0 0.25rem;
}


/* ========================================================

　その他

=========================================================== */

/* 投稿が無い場合の表示 */
.isnot {
    border-bottom: none;
    color: rgba(0, 0, 0, 1.00);
    text-align: center;
}

/* ページャー */
.postNav {
    padding-top: 5.0rem;
    text-align: center;
}

.postNav .current,
.postNav .page {
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    margin: 0 0.5rem;
    background-color: rgba(240, 240, 240, 1.00);
    color: rgba(51, 51, 51, 1.00);
    font-size: 2.0rem;
    text-decoration: none;
    line-height: 3.0rem;
}

.postNav .page:hover {
    background-color: rgba(125, 205, 245, 0.25);
}

.postNav .current {
    background-color: rgba(235, 95, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

.postNav .first,
.postNav .last,
.postNav .previouspostslink,
.postNav .nextpostslink {
    color: rgba(51, 51, 51, 1.00);
    font-size: 2.0rem;
}

.postNav .first,
.postNav .previouspostslink {
    margin-right: 0.5rem;
}

.postNav .nextpostslink,
.postNav .last {
    margin-left: 0.5rem;
}

.postNav .extend {
    margin: 0 0.5rem;
}

@media only screen and (min-width: 375px) {

    .postNav .current,
    .postNav .page {
        width: 4.0rem;
        height: 4.0rem;
        line-height: 4.0rem;
    }

}

@media only screen and (min-width: 992px) {

    .postNav {
        padding-top: 8.0rem;
    }

}

/*　Animation
----------------------------------------------------------- */
@-webkit-keyframes fadeIn {

    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }

}

@keyframes fadeIn {

    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }

}

@-webkit-keyframes slideInBottom {

    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1.0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

@keyframes slideInBottom {

    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1.0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

@-webkit-keyframes rotation {

    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@keyframes rotation {

    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

/*　Placeholder color
----------------------------------------------------------- */
*::-webkit-input-placeholder {
    font-weight: 400;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*::-moz-placeholder {
    font-weight: 400;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*::-ms-input-placeholder {
    font-weight: 400;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*:-ms-input-placeholder {
    font-weight: 400;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*::placeholder {
    font-weight: 400;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*　Pseudo-hide placeholders when in focus
----------------------------------------------------------- */
*:focus::-webkit-input-placeholder {
    color: transparent;
}

*:focus::-moz-placeholder {
    color: transparent;
}

*:focus::-ms-input-placeholder {
    color: transparent;
}


*:focus:-ms-input-placeholder {
    color: transparent;
}

*:focus::placeholder {
    color: transparent;
}



/* break point --------------------------------------------
	<576px(None), >=576px(540px) , =>768px(720px) , =>992px(960px) , =>1200px(1140px) , =>1400px(1320px)
	iPhone5 320x568
	iPhone6-8 375x667 *
	iPhone6-8Plus 414x736
	iPhoneX 375x812
	iPad（iPad Mini）768x1024 *
	iPadPro 1024x1366
	Pixel2 411x731
	Pixel2 XL 411x823
	PC lg 992 *
	PC xl 1200 *
	PC xxl 1400 *
----------------------------------------------------------- */

/* branc --------------------------------------------------
	1-0.25rem
	2-0.5rem
	3-1.0rem
	4-1.5rem
	5-3.0rem
----------------------------------------------------------- */

/* Zen Kaku Gothic Antique --------------------------------
	Light 300
	Regular 400
	Medium 500
	Bold 700
    Black 900
----------------------------------------------------------- */

/* Zen Old Mincho -----------------------------------------
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
    Black 900
----------------------------------------------------------- */

/* ---- End of file --------------------------------------- */