/*
Theme Name: portfolio06
*/

@charset "UTF-8";

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0 40px;
    box-sizing: border-box;
    background: #55b5bbaa;
    color: #fff;
    z-index: 100;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 80px;
}

.header-logo {
    font-size: 20px;
    font-weight: bold;
}

.header-menu-inner {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.header-menu-inner li:not(:last-child) {
    margin-right: 10px;
}

.sp-img {
    display: none;
}

.fv-bg {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}

.fv-bg img {
    width: 100%;
}

.fv-wood-A {
    width: clamp(0.9375rem, 0rem + 2.5vw, 1.875rem);
    position: absolute;
    overflow: hidden;
}

.fv-wood-A img {
    width: 100%;
    opacity: 0;
    animation-name: anime-wood;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.fv-wood-B {
    width: clamp(1.5625rem, 0rem + 4.1667vw, 3.125rem);
    position: absolute;
    overflow: hidden;
}

.fv-wood-B img {
    width: 100%;
    opacity: 0;
    animation-name: anime-wood;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

/* animation-wood-area1-anime1 */
.fv-wood001 {
    top: 60%;
    left: 10%;
}

.fv-wood001 img {
    animation-delay: 3s;
}

.fv-wood002 {
    top: 54%;
    left: 8%;
}

.fv-wood002 img {
    animation-delay: 3.1s;
}

.fv-wood003 {
    top: 58%;
    left: 6%;
}

.fv-wood003 img {
    animation-delay: 3.3s;
}

.fv-wood004 {
    top: 62%;
    left: 4%;
}

.fv-wood004 img {
    animation-delay: 3.2s;
}

.fv-wood005 {
    top: 61%;
    left: 2%;
}

.fv-wood005 img {
    animation-delay: 3.4s;
}

.fv-wood006 {
    top: 53%;
    left: 1%;
}

.fv-wood006 img {
    animation-delay: 3.5s;
}

/* animation-wood-area1-anime2 */
.fv-wood011 {
    top: 50%;
    left: 3%;
}

.fv-wood011 img {
    animation-delay: 12s;
}

.fv-wood012 {
    top: 54%;
    left: 4%;
}

.fv-wood012 img {
    animation-delay: 12.1s;
}

.fv-wood013 {
    top: 56%;
    left: 0%;
}

.fv-wood013 img {
    animation-delay: 12.3s;
}

.fv-wood014 {
    top: 51%;
    left: 6%;
}

.fv-wood014 img {
    animation-delay: 12.2s;
}

/* animation-wood-area2-anime1 */
.fv-wood021 {
    top: 54%;
    right: 30%;
}

.fv-wood021 img {
    animation-delay: 6s;
}

.fv-wood022 {
    top: 54%;
    right: 25%;
}

.fv-wood022 img {
    animation-delay: 6.1s;
}

.fv-wood023 {
    top: 56%;
    right: 15%;
}

.fv-wood023 img {
    animation-delay: 6.3s;
}

.fv-wood024 {
    top: 51%;
    right: 5%;
}

.fv-wood024 img {
    animation-delay: 6.2s;
}

/* animation-wood-area2-anime2 */
.fv-wood031 {
    top: 56%;
    right: 21%;
}

.fv-wood031 img {
    animation-delay: 18s;
}

.fv-wood032 {
    top: 54%;
    right: 10%;
}

.fv-wood032 img {
    animation-delay: 18.1s;
}

.fv-wood033 {
    top: 56%;
    right: 4%;
}

.fv-wood033 img {
    animation-delay: 18.3s;
}

.fv-wood034 {
    top: 48%;
    right: 0%;
}

.fv-wood034 img {
    animation-delay: 18.2s;
}

.fv-wood035 {
    top: 50%;
    right: 9%;
}

.fv-wood035 img {
    animation-delay: 18.6s;
}

.fv-wood036 {
    top: 49%;
    right: 13%;
}

.fv-wood036 img {
    animation-delay: 18.7s;
}

.fv-wood037 {
    top: 51%;
    right: 19%;
}

.fv-wood037 img {
    animation-delay: 18.8s;
}

@keyframes anime-wood {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fv-plane {
    width: clamp(1.875rem, 0rem + 5vw, 3.75rem);
    position: absolute;
    top: 24%;
    left: 3%;
}

.fv-plane img {
    width: 100%;
    opacity: 0;
    animation-name: anime-plane;
    animation-duration: 100s;
    animation-delay: 120s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes anime-plane {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    2% {
        opacity: 1;
    }

    10% {
        opacity: 1;
        transform: translate(1200%, -150%);
    }

    20% {
        opacity: 1;
        transform: translate(1200%, -150%);
    }

    28% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: translate(2400%, -300%);
    }
}


.fv-dog {
    width: clamp(0.625rem, 0rem + 1.6667vw, 1.25rem);
    position: absolute;
    bottom: 24%;
    left: 3%;
}

.fv-dog img {
    width: 100%;
    opacity: 0;
    animation-name: anime-dog;
    animation-duration: 20s;
    animation-delay: 16s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.fv-girl {
    width: clamp(0.5625rem, 0rem + 1.5vw, 1.125rem);
    position: absolute;
    bottom: 23%;
    left: 1%;
}

.fv-girl img {
    width: 100%;
    opacity: 0;
    animation-name: anime-girl;
    animation-duration: 20s;
    animation-delay: 16.2s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes anime-dog {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    2% {
        opacity: 1;
    }

    28% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: translate(1050%, -400%);
    }
}

@keyframes anime-girl {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    2% {
        opacity: 1;
    }

    28% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: translate(1000%, -120%);
    }
}

.fv-walk {
    width: clamp(1.0625rem, 0rem + 2.8333vw, 2.125rem);
    position: absolute;
    bottom: 25%;
    left: 24%;
}

.fv-walk img {
    width: 100%;
    opacity: 0;
    animation-name: anime-walk;
    animation-duration: 20s;
    animation-delay: 12s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes anime-walk {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(1);
    }

    2% {
        opacity: 1;
    }

    28% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: translate(-260%, -280%) scale(.7);
    }
}

.fv-bird002 {
    width: clamp(0.625rem, 0rem + 1.6667vw, 1.25rem);
    position: absolute;
    top: 40%;
    right: 20%;
}

.fv-bird002 img {
    width: 100%;
    opacity: 0;
    animation-name: anime-bird002;
    animation-duration: 30s;
    animation-delay: 14s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes anime-bird002 {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    2% {
        opacity: 1;
    }

    28% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: translate(-1600%, -8vh);
    }
}

/* animation-tent */
.fv-tent {
    position: absolute;
}

.fv-tent img {
    width: 100%;
    opacity: 0;
    animation-name: anime-tent;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.fv-tent001 {
    width: clamp(12.5rem, 0rem + 33.3333vw, 25rem);
    bottom: 12%;
    right: 10%;
    z-index: 10;
}

.fv-tent001 img {
    animation-delay: 5s;
}

.fv-tent002 {
    width: clamp(1.875rem, 0rem + 5vw, 3.75rem);
    bottom: 34%;
    left: 35%;
}

.fv-tent002 img {
    animation-delay: 20s;
}

.fv-tent003 {
    width: clamp(3.125rem, 0rem + 8.3333vw, 6.25rem);
    bottom: 35%;
    right: 35%;
}

.fv-tent003 img {
    animation-delay: 15s;
}

.fv-tent004 {
    width: clamp(1.1875rem, 0rem + 3.1667vw, 2.375rem);
    bottom: 38%;
    left: 24%;
}

.fv-tent004 img {
    animation-delay: 22s;
}

@keyframes anime-tent {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* animation-play */
.fv-play {
    width: clamp(1.25rem, 0rem + 3.3333vw, 2.5rem);
    position: absolute;
    bottom: 30%;
    right: 50%;
    z-index: 5;
}

.fv-play img {
    width: 100%;
    opacity: 0;
    animation-name: anime-play;
    animation-duration: 30s;
    animation-delay: 8s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes anime-play {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    2% {
        opacity: 1;
    }

    28% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: translate(600%, -100%);
    }
}

/* animation-mask */
.fv-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: .5%;
    width: 100%;
    background: linear-gradient(120deg, #55b5b3aa, 30%, #ffffff00);
}

/* animation-message */
.fv-message {
    position: absolute;
    top: 16%;
    left: 10%;
}
.fv-message-page {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}

.fv-title01 {
    display: flex;
    font-size: clamp(1.125rem, 0rem + 3vw, 2.25rem);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 1.2rem;
    overflow: hidden;
    margin-bottom: 12px;
    border-bottom: 2px solid #fff;
}

.fv-title01 span {
    display: block;
    opacity: 0;
    transform: translateY(50px);
    animation-name: anime-title01;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.fv-title01 span:nth-child(1) {
    animation-delay: 0s;
}

.fv-title01 span:nth-child(2) {
    animation-delay: .1s;
}

.fv-title01 span:nth-child(3) {
    animation-delay: .2s;
}

.fv-title01 span:nth-child(4) {
    animation-delay: .3s;
}

.fv-title01 span:nth-child(5) {
    animation-delay: .4s;
}

.fv-title01 span:nth-child(6) {
    animation-delay: .5s;
}

.fv-title01 span:nth-child(7) {
    animation-delay: .6s;
}

.fv-title01 span:nth-child(8) {
    animation-delay: .7s;
}

.fv-title01 span:nth-child(9) {
    animation-delay: .8s;
}

.fv-title02 {
    font-size: clamp(0.75rem, 0rem + 2vw, 1.5rem);
    color: #fff;
    line-height: 1.5;
    opacity: 0;
    animation-name: anime-title02;
    animation-duration: 1s;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
}

@keyframes anime-title01 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes anime-title02 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.main-content {
    max-width: 800px;
    margin: 0 auto;
    height: 200vh;
}

.footer {
    width: 100%;
    height: 200px;
    background: #777028;
    color: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
}

.footer-logo {
    text-align: center;
    line-height: 160px;
}

@media screen and (max-width: 800px) {
    .header {
        position: fixed;
        height: 40px;
        padding: 0 10px;
    }

    .header-container {
        line-height: 40px;
    }

    .header-logo {
        font-size: 14px;
        font-weight: bold;
    }

    .header-menu-inner {
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .pc-img {
        display: none;
    }

    .sp-img {
        display: block;
    }

    /* animation-wood-area1-anime1 */
    .fv-wood001 {
        top: 64%;
    }

    .fv-wood002 {
        top: 58%;
    }

    .fv-wood003 {
        top: 62%;
    }

    .fv-wood004 {
        top: 66%;
    }

    .fv-wood005 {
        top: 65%;
    }

    .fv-wood006 {
        top: 57%;
    }

    /* animation-wood-area1-anime2 */
    .fv-wood011 {
        top: 54%;
    }

    .fv-wood012 {
        top: 58%;
    }

    .fv-wood013 {
        top: 60%;
    }

    .fv-wood014 {
        top: 55%;
    }

    /* animation-wood-area2-anime1 */
    .fv-wood021 {
        top: 58%;
    }

    .fv-wood022 {
        top: 56%;
    }

    .fv-wood023 {
        top: 58%;
    }

    .fv-wood024 {
        top: 53%;
    }

    /* animation-wood-area2-anime2 */
    .fv-wood031 {
        top: 58%;
    }

    .fv-wood032 {
        top: 56%;
    }

    .fv-wood033 {
        top: 58%;
    }

    .fv-wood034 {
        top: 50%;
    }

    .fv-wood035 {
        top: 52%;
    }

    .fv-wood036 {
        top: 51%;
    }

    .fv-wood037 {
        top: 53%;
    }

    .fv-play {
        width: clamp(0.625rem, 0rem + 5vw, 1.25rem);
    }

    .fv-walk {
        width: clamp(0.53125rem, 0rem + 4.25vw, 1.0625rem);
    }

    .fv-dog {
        width: clamp(0.3125rem, 0rem + 2.5vw, 0.625rem);
    }

    .fv-girl {
        width: clamp(0.28125rem, 0rem + 2.25vw, 0.5625rem);
    }

    @keyframes anime-walk {
        0% {
            opacity: 0;
            transform: translate(0, 0) scale(1);
        }

        2% {
            opacity: 1;
        }

        28% {
            opacity: 1;
        }

        30% {
            opacity: 0;
            transform: translate(-200%, -500%) scale(.6);
        }
    }

    @keyframes anime-dog {
        0% {
            opacity: 0;
            transform: translate(0, 0);
        }

        2% {
            opacity: 1;
        }

        28% {
            opacity: 1;
        }

        30% {
            opacity: 0;
            transform: translate(750%, -400%);
        }
    }

    @keyframes anime-girl {
        0% {
            opacity: 0;
            transform: translate(0, 0);
        }

        2% {
            opacity: 1;
        }

        28% {
            opacity: 1;
        }

        30% {
            opacity: 0;
            transform: translate(700%, -120%);
        }
    }

    @keyframes anime-plane {
        0% {
            opacity: 0;
            transform: translate(0, 0);
        }

        2% {
            opacity: 1;
        }

        10% {
            opacity: 1;
            transform: translate(700%, -150%);
        }

        20% {
            opacity: 1;
            transform: translate(700%, -150%);
        }

        28% {
            opacity: 1;
        }

        30% {
            opacity: 0;
            transform: translate(1400%, -300%);
        }
    }


    .fv-tent001 {
        width: clamp(6.25rem, 0rem + 50vw, 12.5rem);
        bottom: 14%;
        right: 10%;
    }

    .fv-tent003 {
        bottom: 32%;
        right: 25%;
    }


    .fv-title01 {
        font-size: clamp(1.25rem, 0rem + 6.6667vw, 2.5rem);
        letter-spacing: .4rem;
        overflow: hidden;
        margin-bottom: 12px;
        border-bottom: 2px solid #fff;
    }

}

.bg-blue{
    background: #d1e6f3;
}

.title {
    font-size: 28px;
    margin-bottom: 40px;
}

.leaves{
    width: 60px;
    opacity: .5;
    z-index: 2;
}
.leaves img{
    width: 100%;
}
.leavesA{
    position: absolute;
    top: 20%;
    left: 10%;
}
.leavesB{
    position: absolute;
    top: 40%;
    right: 10%;
}
.leavesC{
    position: absolute;
    top: 60%;
    left: 40%;
}
.leavesD{
    position: absolute;
    top: 80%;
    right: 30%;
}
.leavesE{
    position: absolute;
    top: 100%;
    left: 30%;
}

.blog,
.play,
.lodge,
.access,
.post {
    width: 100%;
    color: #666;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}

.blog-inner,
.play-inner,
.lodge-inner,
.access-inner,
.post-inner {
    max-width: 800px;
    margin: 0 auto 100px;
}

.blog-container,
.post-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: clamp(25rem, 0rem + 66.6667vw, 50rem);
    height: 50vh;
    margin: 0 auto;
}

.post-container{
    margin-bottom: 40px;
}

.blog-item {
    position: absolute;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s;
}

.blog-item:nth-child(1) {
    top: 0;
    left: 0;
}

.blog-item:nth-child(2) {
    top: 10%;
    left: 35%;
}

.blog-item:nth-child(3) {
    top: 20%;
    right: 0;
}

.blog-item.fadein {
    opacity: 1;
    transform: translateY(0);
}

.blog-item-img {
    width: clamp(7.5rem, 0rem + 20vw, 15rem);
    aspect-ratio: 4/3;
    margin-bottom: 20px;
}

.blog-item-img img {
    width: 100%;
    height: 100%;
}

.blog-item-text p {
    font-size: clamp(0.375rem, 0rem + 1vw, 0.75rem);
    margin-bottom: 10px;
}

.blog-item-text h2 {
    font-size: clamp(0.5rem, 0rem + 1.3333vw, 1rem);
    font-weight: normal;
}

.play,
.access {
    background: #d1e6f3;
}

.play-item {
    width: clamp(18.75rem, 0rem + 50vw, 37.5rem);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.play-rotateA {
    opacity: 0;
    transform: rotateY(-180deg);
    transition: all 1s .1s ease-in-out;
}

.play-rotateA.rotate {
    opacity: 1;
    transform: rotateY(0);
}

.play-rotateB {
    opacity: 0;
    transform: rotateX(-180deg);
    transition: all 1s ease-in-out;
}

.play-rotateB.rotate {
    opacity: 1;
    transform: rotateX(0);
}

.play-rotateC {
    opacity: 0;
    transform: translateY(50px) scale(.6);
    transition: all 1s .2s ease-in-out;
}

.play-rotateC.rotate {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.play-rotateD {
    opacity: 0;
    transform: rotateY(-180deg);
    transition: all 1s .1s ease-in-out;
}

.play-rotateD.rotate {
    opacity: 1;
    transform: rotateY(0);
}

.play-item-img {
    width: clamp(9.375rem, 0rem + 25vw, 18.75rem);
    height: clamp(9.375rem, 0rem + 25vw, 18.75rem);
}

.play-item-img img {
    width: 100%;
}

.play-item-text {
    width: clamp(9.375rem, 0rem + 25vw, 18.75rem);
    height: clamp(9.375rem, 0rem + 25vw, 18.75rem);
    background: #8aaa73;
    color: #fff;
    font-size: clamp(0.625rem, 0rem + 1.6667vw, 1.25rem);
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.play-item-text a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lodge-container {
    position: relative;
    height: 70vh;
}

.lodge-img {
    width: 300px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s;
}

.lodge-img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}

.lodge-img:nth-child(2) {
    position: absolute;
    top: 30%;
    left: 30%;
}

.lodge-img:nth-child(3) {
    position: absolute;
    top: 20%;
    right: 0;
}

.lodge-img img {
    width: 100%;
}

.lodge-imgA.fadein {
    opacity: 1;
    transform: translateY(0);
}

.lodge-imgB.fadein {
    opacity: 1;
    transform: translateY(0);
}

.lodge-imgC.fadein {
    opacity: 1;
    transform: translateY(0);
}

.lodge-btn {
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: all 1s;
}

.lodge-btn.fadein {
    opacity: 1;
}

.lodge-btn a {
    display: inline-block;
    text-align: center;
    padding: 15px 30px;
    background: #8aaa73;
    color: #fff;
    border: 1px solid #4f6a3b;
    border-radius: 15px;
}

.lodge-btn-a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px 30px;
    background: #8aaa73;
    color: #fff;
    border: 1px solid #4f6a3b;
    border-radius: 15px;
}

.access-container {
    aspect-ratio: 16/9;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s;
}

.access-container.fadein {
    opacity: 1;
    transform: translateY(0);
}
iframe{
    vertical-align: middle;
}
.access-item{
    background: #8aaa73;
    color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.5;
}

.m-top {
    margin-top: 40px;
}

.blog-fv {
    width: 100%;
    margin-bottom: 100px;
}

.blog-fv img {
    width: 100%;
    vertical-align: middle;
}

.eachTextAnime span {
    opacity: 0;
}

.eachTextAnime.appeartext span {
    animation: text_anime_on 1.5s ease-out forwards;
}

@keyframes text_anime_on {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width:600px) {

    .title {
        font-size: clamp(1.25rem, 0rem + 6.6667vw, 2.5rem);
        margin-bottom: 40px;
    }


    .blog,
    .play,
    .lodge,
    .access {
        padding: 40px 20px;
        /* margin-bottom: 40px; */
    }

    .play{
        overflow: hidden;
    }

    .blog-inner,
    .play-inner,
    .lodge-inner,
    .access-inner {
        margin: 0 auto;
    }


    .blog-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .blog-item {
        position: static;
        opacity: 0;
        transform: translateY(100px);
        transition: all 1s;
        margin-bottom: 40px;
    }

    .blog-item-img {
        width: 100%;
        margin-bottom: 10px;
    }

    .blog-item-img img {
        width: 100%;
    }

    .blog-item-text p {
        font-size: clamp(0.4375rem, 0rem + 2.3333vw, 0.875rem);
        margin-bottom: 10px;
    }

    .blog-item-text h2 {
        font-size: clamp(0.875rem, 0rem + 4.6667vw, 1.75rem);
        font-weight: normal;
    }



    .lodge-container {
        height: clamp(28.125rem, 0rem + 150vw, 56.25rem);
    }

    .lodge-img {
        width: clamp(12.5rem, 0rem + 66.6667vw, 25rem);
    }

    .lodge-img:nth-child(1) {
        top: 0;
        left: 0;
    }

    .lodge-img:nth-child(2) {
        top: 30%;
        left: 12%;
    }

    .lodge-img:nth-child(3) {
        top: 60%;
        right: 0;
    }
}

.post-item {
    display: flex;
}

.post-item-img {
    width: 50%;
    aspect-ratio: 4/3;
}

.post-item-img img {
    width: 100%;
    height: 100%;
}

.post-item-text {
    padding: 20px 40px;
}

.post-item-text p {
    font-size: clamp(0.375rem, 0rem + 1vw, 0.75rem);
    margin-bottom: 10px;
}

.post-item-text h2 {
    font-size: clamp(0.5rem, 0rem + 1.3333vw, 1rem);
    font-weight: normal;
    margin-bottom: 20px;
}

.post-item-text-content{
    font-size: clamp(0.375rem, 0rem + 1vw, 0.75rem);
}

.play-title h1 {
    margin-bottom: 20px;
}

.play-title p {
    font-size: 20px;
}

.page-play-item {
    display: flex;
    width: 100%;
    height: 50vh;
    margin-bottom: 40px;
    position: relative;
}

.page-play-item-img {
    width: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s;
}

.page-play-item-img.fadein {
    opacity: 1;
    transform: translateY(0);
}

.page-play-item-img img {
    width: 100%;
    vertical-align: middle;
}

.page-play-item-text {
    width: 60%;
    padding: 40px;
    box-sizing: border-box;
    background: #eeea;
    line-height: 1.5;
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 0;
    opacity: 0;
    transform: translateX(300px);
    transition: all 1s;
    transition-delay: .2s;
}

.page-play-item-text.fadein {
    opacity: 1;
    transform: translateX(0);
}

.page-play-item-reverse .page-play-item-img {
    left: auto;
    right: 0;
}

.page-play-item-reverse .page-play-item-text {
    left: 0;
    right: auto;
}

.page-play-item-text h2 {
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 0;
    transition: all 1s;
    transition-delay: 1s;
}

.page-play-item-text.fadein h2 {
    opacity: 1;
}

.page-play-item-text p {
    font-size: 12px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s;
}

.page-play-item-text p:nth-child(2) {
    transition-delay: 1s;
}

.page-play-item-text p:nth-child(3) {
    transition-delay: 1.1s;
}

.page-play-item-text p:nth-child(4) {
    transition-delay: 1.2s;
}

.page-play-item-text p:nth-child(5) {
    transition-delay: 1.3s;
}

.page-play-item-text p:nth-child(6) {
    transition-delay: 1.4s;
}

.page-play-item-text.fadein p {
    opacity: 1;
    transform: translateY(0);
}

.contact,
.reserve {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.contact-item {
    display: flex;
    flex-direction: column;
}

.contact-item-label {
    margin-bottom: 10px;
}

.contact-item span {
    color: red;
    margin-left: 8px;
}

.contact-item-span {
    color: red;
    margin-left: 8px;
}

.contact-item-input {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.contact-item-textarea {
    width: 100%;
    margin-bottom: 40px;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
}

@media screen and (max-width: 800px) {
    .post {
        width: 100%;
        padding: 40px 0;
    }
    .post-container {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    
    
    .post-item {
        flex-direction: column;
    }
    
    .post-item-img {
        width: 100%;
    }
    
    .post-item-text {
        padding: 20px 0;
    }
    
    .post-item-text p {
        font-size: clamp(0.4375rem, 0rem + 2.3333vw, 0.875rem);
    }
    .post-item-text h2 {
        font-size: clamp(0.875rem, 0rem + 4.6667vw, 1.75rem);
    }

    .page-play-item {
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    
    .page-play-item-img {
        width: 100%;
        overflow: hidden;
        position: static;
    }
    
    .page-play-item-text {
        width: 100%;
        padding: 40px;
        position: static;
    }
    
    .contact{
        margin: 0 10px;
    }
    .reserve {
        margin: 0 10px 100px;
    }
}

#g-nav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg {
    position: fixed;
    z-index: 3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #55b5bb;
    /*丸のスタート位置と形状*/
    transform: scale(0);
    /*scaleをはじめは0に*/
    top: calc(50% - 50px);
    /*50%から円の半径を引いた値*/
    left: calc(50% - 50px);
    /*50%から円の半径を引いた値*/
    transition: all .6s;
    /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
    transform: scale(50);
    /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
    display: none;
    /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    left: 0;
}

#g-nav.panelactive #g-nav-list {
    display: block;
    /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
    opacity: 0;
    /*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    /*0.2 秒遅らせて出現*/
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes gnaviAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*リストのレイアウト設定*/
#g-nav li {
    text-align: center;
    list-style: none;
}

#g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    display: none;
    position: fixed;
    top: -5px;
    right: 20px;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 40px;
}

/*×に変化*/
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
}

.openbtn1 span:nth-of-type(1) {
    top: 15px;
}

.openbtn1 span:nth-of-type(2) {
    top: 23px;
}

.openbtn1 span:nth-of-type(3) {
    top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

@media screen and (max-width: 800px) {
    .openbtn1 {
        display: block;
        right: 5px;
    }
}