html {
    background-color: #A2AEAE;
    scroll-behavior: smooth;
    position: relative;
}


body {
    font-size: 16px;
    font-family: "Klee One", cursive;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;

    line-height: 1.5;
    background-image: url(../images/back.svg);
    background-color: rgba(255, 255, 255, 0.226);
    background-blend-mode: lighten;
    background-repeat: repeat-y;
    background-position: center;
}

/* ローディング画面 */
/* Loading Block */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 4s 2s ease-in-out;
    background-color: rgb(108, 110, 110);
    background-image: url(../images/back03.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    /* margin: 200px auto; */
    background-image: url(../images/logo.svg);
    /* border-radius: 100%; */
    animation: sk-scaleout 4.0s 1 ease-in-out both;
}

/* Loading Animation */
@keyframes sk-scaleout {
    0% {
        opacity: 0;
        /* transform: scale(0); */
    }

    30% {
        opacity: 1;
        /* transform: scale(0); */
    }

    70% {
        opacity: 1;
    }

    100% {
        /* transform: scale(1.0); */
        opacity: 0;
    }
}

/* Hide Loading Block */
.loaded {
    opacity: 0;
    visibility: hidden;
}


body.active {

    overflow: hidden;
    height: 100%;
}

.wrapper {
    background-color: #758888c5;
}

img {
    vertical-align: bottom;
}

p {
    color: #fff;

}

a {
    text-decoration: none;
    color: #fff;
}

/* フェードイン用表記 */
.animation {
    opacity: 0;
    transition: all 2s;
}

.fadeIn {
    opacity: 1;
}




/* メニューの外側を設定 */
.nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 20;
    transition: all 0.6s;
    z-index: 100;
    background-color: #536969d9;
    background-image: url(../images/back02.svg);
    background-blend-mode: lighten;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* メニュー内の設定 */
.nav ul {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    padding: 60px 0;
    overflow: auto;
    gap: 16px;
    text-align: center;
    background-color: #53696975;

}

.nav ul li {
    font-size: 18px;
    font-weight: 1.8;
    padding: 20px;
    color: #fff;
}

.nav.active {
    right: 0;
}


/* ボタンデザイン */

.btn-trigger {
    position: fixed;
    width: 50px;
    height: 22px;
    cursor: pointer;
    margin: 20px;
    z-index: 1000;
    right: 0;
}

.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
    top: 0;
}

.btn-trigger span:nth-of-type(2) {
    top: 20px;
}

.btn-trigger span:nth-of-type(3) {
    bottom: 0;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-25deg);
}

/* #btn01.active span:nth-of-type(2) {
  opacity: 0;
} */
#btn01.active span:nth-of-type(2) {
    transform: translateY(-10px) rotate(25deg);
}




article {
    margin-bottom: 100px;
}

h2 {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 30px;
    font-size: 30px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.main_vs {
    position: relative;
    background: url(../images/main_vs.png) no-repeat;
    background-size: cover;
    height: 100vh;
}


.main_vs h1 {
    writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

main .about01 {

    width: 80%;
    margin: 80px 30px;
}


main .about02 {
    background: url(../images/about01.jpg) no-repeat;
    margin-bottom: 100px;
    background-size: cover;
    width: 100%;
    height: 40vh;
    background-position: center;

}


main .work01 img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

main .work01 section p {
    width: 80%;
    margin: 80px 30px;
}

.others01 p {
    width: 80%;
    margin: 80px 30px;
}


main .others01 figure img {
    width: 100%;

}

main .Information01 dl {
    background-color: #ccc;
    padding: 20px 0px;
    margin-bottom: 60px;
}

main .Information01 .info_inner {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px dotted #fff;
}

main .Information01 .info_inner dt {
    font-weight: bold;
}



main .access dl {
    background-color: #ccc;
    padding: 20px 0px;
}


main .access .access_inner {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px dotted #fff;
}

main .access .access_inner dt {
    font-weight: bold;
    padding-top: 15px;
}



main .access .map {
    margin: 30px 0px;
    text-align: center;
}

main .access .map iframe {
    margin: 0 auto;
}


footer {
    background-color: #183050;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}


footer img {
    width: 100px;
    height: auto;

}


footer ul {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;

}

footer ul li {
    margin-left: 30px;
    margin-top: 10px;
    list-style-type: none;

}


/* ボタンデザイン */

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

.btn_o {
    text-align: center;
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
}

a.btn-border {
    border-radius: 0;
}

a.btn-border:before,
a.btn-border:after {
    position: absolute;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;

    background: #fff;
}

a.btn-border:before {
    top: 0;
    left: 0;
}

a.btn-border:after {
    right: 0;
    bottom: 0;
}

a.btn-border:hover:before,
a.btn-border:hover:after {
    width: 0;
}

/* スクロールデザイン */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.scroll_down {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.scroll_down:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    /* background: linear-gradient(180deg, rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%); */
}

.scroll_down a {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    z-index: 2;
    width: 15px;
    padding: 0px 2px 110px;
    color: #fff;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: .2s;
    overflow: hidden;
    margin: auto;
}

.scroll_down a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 100px;
    background: #A2AEAE;
}

.scroll_down a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
}

.scroll_down a:hover {
    opacity: .5;
}

#type01 a:after {
    animation: sdl01 3.0s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

/* コンタクトフォーム */
.contact {

    background-color: #cccccc5d;
    padding: 40px 40px 100px 40px;
    margin-bottom: 0px;
}

.contact h2 {
    font-size: 24px;
    text-align: center;
    border-bottom: solid 1px #fff;

}

.Form {
    /* margin-top: 80px; */
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    margin-bottom: 100px;
}
.Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .Form-Item {
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }
}

.Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
        margin-top: 0;
    }
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #649C6E;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #649C6E;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 480px) {
    .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 160px;
        font-size: 16px;
    }
}


.info {
    background-color: #d9d9d9d0;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.info .info_sec {
    padding: 13%;
}

.info .info_sec h3 {
    color: #313131;
}

.info .info_sec p {
    color: #313131;
}

@media screen and (min-width: 480px) {

    main .about02 {
        height: 30vh;

    }

    main .work01 {
        margin: 0 auto;
        margin-bottom: 200px;
        max-width: 750px;
    }

    main .work01 img {
        width: 50%;
        object-fit: cover;
    }


    main .work01 .work_sec {
        display: flex;
        margin-bottom: 100px;
        align-items: center;

    }


    main .work01 section p {
        margin: 0px;
        padding: 20px;
    }

    main .work01 .work02_sec img {
        order: 2;
    }

    main .work01 .work02_sec p {
        order: 1;
    }

    main .others01 figure img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    main .Information01 .info_inner {
        width: 50%;
        max-width: 500px;
        display: flex;
        justify-content: left;
        padding: 10px 0px 10px 50px;
    }

    main .Information01 dl {
        padding: 50px 0px;
    }

    main .Information01 .info_inner dd {
        margin-left: 40px;
    }

    main .access {
        margin-bottom: 0px;
        padding-bottom: 100px;
    }

    main .access .access_sec {
        display: flex;
        background-color: #ccc;
        padding: 80px 0px;
        margin: 0 auto;
        max-width: 750px;
        align-items: center;
    }

    main .access dl {
        padding: 20px 0px;
        width: 50%;
    }

    main .access .map {
        margin: 0px;
        width: 50%;
    }

    .contact {
        text-align: center;
    }

    .Form {
        margin-top: 80px;
    }

    .wrapper {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    footer {
        margin-top: auto;
    }

    .info .info_sec {
        padding: 50px 100px;
    }
}

@media screen and (min-width: 600px) {

    main .about01 {
        margin: 200px auto;
        width: 400px;
    }

}


@media screen and (min-width: 980px) {


    .main_vs {
        position: relative;
        background: url(../images/main_vs.png) no-repeat;
        background-size: cover;
        background-position: center;
        height: 80vh;
    }

    .others01 p {
        margin: 100px auto;
        width: 500px;
    }


    main .about01 {
        padding: 0px;
        width: 500px;
        margin: 200px auto;
    }

    .scroll_down {
        height: 80vh;
    }


    .info .info_sec {
        width: 800px;
        margin: 100px auto;
        padding: 0px 100px;
    }

}