/* フォント関連
ゴシック体
DNP 秀英角ゴシック銀 Std
font-family: dnp-shuei-gothic-gin-std,sans-serif;
font-weight: 400;
font-style: normal;

さわらび明朝
font-family: sawarabi-mincho,sans-serif;
font-weight: 500;
font-style: normal;
 */

/* りょう明朝 */
/* font-family: ryo-text-plusn,serif;
font-weight: 500;
font-style: normal; */



* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    /* font-size 1em = 10px on default browser settings */
    color: #002333;
}

.SiteWrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;


}

li {
    list-style: none;
}

main {
    flex: 1;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}




#header {
    background: #fff;
    box-shadow: 0 4px 8px -3px rgba(17, 17, 17, .06);
    height: 56px;
    position: fixed;
    top: 0;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    z-index: 199999;
}

.head-animation {
    transform: translateY(-100%);
}

.page-jump-wrapper {
    /* width: 60vw; */
    text-align: center;


}

.page-jump-wrapper-contents {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;

}

.page-jump-wrapper-contents li a {
    font-size: 1.4rem;
    flood-color: #002333;
}



.index_top_movie-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;

}

.index_top_movie-wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}

.index_top_movie-wrap_img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
}

.index-top-138-text {
    position: absolute;
    z-index: 99;
    display: flex;
}

.index-movie--svg-wrap {
    position: relative;
}

.container {
    height: 100vh;
    overflow: auto;
    scroll-snap-type: y mandatory;
}

.full-screen-area {
    height: 100vh;
    scroll-snap-align: start;

}


.area_theme {
    background-image: url(./img/index/theme-photo.png);
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}


.theme-tategaki {
    font-family: sawarabi-mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #EB8913;
    font-size: 2.3rem;
    letter-spacing: 0.6rem;
    line-height: 5rem;
    text-shadow: 10px 4px 2px rgba(255, 255, 255, 0.3);



    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.theme-tategaki figure {
    width: calc(100% - 550px);

}

.kaigyou {
    display: inline-block;
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.menu-icon:checked+label,
.menu-icon:not(:checked)+label {
    position: fixed;
    top: 63px;
    right: 75px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10;
}

.menu-icon:checked+label:before,
.menu-icon:not(:checked)+label:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    z-index: 20;
    top: 0;
    left: 0;
    border-top: 2px solid #ececee;
    border-bottom: 2px solid #ececee;
    transition: border-width 100ms 1500ms ease,
        top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked+label:after,
.menu-icon:not(:checked)+label:after {
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    z-index: 20;
    top: 10px;
    right: 4px;
    background-color: #ececee;
    margin-top: -1px;
    transition: width 100ms 1750ms ease, right 100ms 1750ms ease,
        margin-top 100ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked+label:before {
    top: 10px;
    transform: rotate(45deg);
    height: 2px;
    background-color: #ececee;
    border-width: 0;
    transition: border-width 100ms 340ms ease,
        top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked+label:after {
    width: 30px;
    margin-top: 0;
    right: 0;
    transform: rotate(-45deg);
    transition: width 100ms ease, right 100ms ease, margin-top 100ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav {
    position: fixed;
    top: 33px;
    right: 50px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow: hidden;
    box-shadow: 0 8px 30px 0 rgba(234, 178, 66, 0.3);
    background-color: #d93751;
    animation: border-transform 7s linear infinite;
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
        right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 250ms 1100ms ease,
        width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
        height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

.menu-icon:checked~.nav {
    animation-play-state: paused;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 200%;
    height: 200%;
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease,
        width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
        height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
       /* 書き換え */
        background-color 1s;
    background-color: #002333;
    /* ました */
}



/* 書き足し */
.le-menu-contents-wrapper{
    width: 45%;
    height: 50%;
    /* border: 1px solid white; */
    margin: 0 auto;
    margin-top: 550px;
    /* display: flex; */
    padding: 0 20px 0 20px;
    position: relative;
    
}

.le-partation-bar{
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    /* margin: 0 auto; */
    margin-top: 30px;
    position: relative;
}

.le-partation-bar::before{
     content: "";
     display: block;
     width: 5%;
     border-bottom: 1px solid #d93751;
     position: absolute;
     /* bottom: -3px; */
     left: 0;
}

/* .le-covid-wrapper{
    margin-bottom: 30px;
} */

.le-covid-wrapper a{
    color:#C1C3C3;
}

.le-links{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.le-menu-left,.le-menu-right{
    min-width: 250px;
    width: 45%;
    margin-right: 5%;
}

.le-menu-box{
    margin-top: 30px;
}

.le-heading {
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 2.5rem;
    color: #C1C3C3;    
}

.le-heading span {
    position: relative;
    z-index: 2;
}

.le-heading::before {
    font-size: 5rem;
    content: attr(data-en);
    position: absolute;
    transform: rotate(-5deg);
    top: -20px;
    left: 0;
    color: #d93751;
  font-family: al-fresco,
  sans-serif;
  font-weight: 700;
  font-style: normal;
  z-index: -1;
}



.le-menu-contents {
    padding: 0;
    /* font: 14px/1.6 'arial narrow', sans-serif;
    width: 370px; */
    list-style: none;
    margin-left: 4.5rem;
}

ul.le-menu-contents li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #C1C3C3;
   
}

ul.le-menu-contents li:after,
ul.le-menu-contents li:before {
     content: "";
    position: absolute;
}

ul.le-menu-contents li:before {
    left: 0.2em;
    width: 20px;
    height: 1px;
    background:#fff;
     top: 50%;
    /* -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);  */
}


.le-menu-contents-wrapper a:hover{
color: #fff;
}

.sns-header-index-icon-wrap i:hover {
color: #fff;
    /* transition: 1s; */
}

.sns-header-index-icon-wrap img:hover {
 filter: invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}


.sns-header-index-icon-wrap {
    width: 40%;
    /* height: 100%; */
    /* background-color: blue; */
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  margin-top: 3%;

}

.sns-header-index-icon {
    width: 50px;
    height: 50px;
    
}

.twitter-icon {
    color: #C1C3C3;
    font-size: 4rem;
    margin: 11px 0px 0px 11px;
}

.instagram-icon {
    color: #c1c3c3;
    font-size: 4.3rem;
    margin: 9.5px 0px 0px 11.5px;
}

.tiktok-logo {
    color: #c1c3c3;
    font-size: 4rem;
    margin: 10px 0px 0px 12px;
}

.note-wrapper {
    width: 50px;
    height: 40px;
    color: #c1c3c3;
}

.note-wrapper img{
    height: 100%;
    width: auto;
    margin: 11px 0px 0px 12px;
    filter: invert(74%) sepia(80%) saturate(4%) hue-rotate(188deg) brightness(89%) contrast(96%);
}



/* ました */
