@charset "utf-8";

/*========= 背景動画設定のCSS ===============*/

/*header設定*/
html {
    position: relative;
    /*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;
    /*高さを全画面にあわせる*/

}
body {
    font-family: "Nico Moji";
}
h2 {
    font-size: 8vh;
    color: #b10041;
}
p {
    font-size: 6vh;
    color: #323232;
}
#main_container {
    position: relative;
    /*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;
    /*高さを全画面にあわせる*/
}
#video-area {
    position: fixed;
    z-index: -1;
    /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*見出し設定*/
h1 {
    /*要素の配置*/
    position: absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color: #fff;
    text-shadow: 0 0 15px #666;
}

/*========= レイアウトのためのCSS ===============*/

#container {
    background: #fff;
    padding: 300px 0;
    text-align: center;
}

img.animate__backInRight {
    position: absolute;
        /*要素を天地中央寄せ*/
        top: 50%;
        left: 35%;

    max-height: 100vh;
z-index: 0;
}

/*モバイル表示*/
@media (max-width: 480px) {
img.animate__backInRight {
left: 75%;
    bottom: -344px;

        top: unset;
}

}

html {
    overflow-x: hidden;
    overflow-y: hidden;
}
.menu01 {
    position: absolute;
    top: 20%;

    right: 10%;
    border: 1px black;
    background-color: #9b3f76;
    padding: 5px;
    font-size: 9vh;
    font-weight: 600;
    color: white;
}




.mocchiri {

    opacity: 0
}
.mocchiri2 {

    opacity: 0
}

.mocchiri3 {

    opacity: 0
}
.mocchiri_on {

    animation:
        backInDown 2s ease 0s forwards,
        mocchiri 2s linear 2s infinite forwards;
}

.mocchiri2_on {

    animation:
        backInDown 3s ease 0s forwards,
        mocchiri 3s linear 2s infinite forwards;
}

.mocchiri3_on {

    animation:
        backInDown 4s ease 0s forwards,
        mocchiri 4s linear 2s infinite forwards;
}
@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes mocchiri {
    0% {
        transform: scale(1, 0.8) perspective(86px);

    }

    20% {
        transform: scale(0.8, 1.1) perspective(86px);
    }

    95% {
        transform: scale(1, 1) perspective(86px);
    }

    100% {
        transform: scale(1, 0.8) perspective(86px);
    }
}

footer {
    width: 100%;
    background-color: #926bbd;
    color: #fff;
    text-align: center;
    padding: 0px 0;
    position: fixed;
    bottom: 0;
    opacity: 0.6;
    z-index: 10;
}


.btn,
a.btn,
button.btn {
    font-size: 1.1rem;
    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: #212529;
    border-radius: 0.5rem;
}

a.btn-border-shadow {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
    position: absolute;
    top: 10%;

    right: 10%;
    margin: 0.5rem;

    background: yellow;
}


a.btn-border-shadow0 {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
    position: absolute;
    top: 10%;

    right: 10%;
    margin: 0.5rem;

    background: yellow;
}
a.btn-border-shadow2 {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
    position: absolute;
    top: 25%;

    right: 10%;
    margin: 0.5rem;

    background: #f7a9bb;
}
a.btn-border-shadow3 {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
    position: absolute;
    top: 40%;

    right: 10%;
    margin: 0.5rem;

    background: #98ebf3;
}
a.btn-border-shadow:before,a.btn-border-shadow2:before,
a.btn-border-shadow3:before,a.btn-border-shadow0:before
 {
    position: absolute;
    top: -6px;
    left: -6px;

    width: 100%;
    height: 100%;

    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

    border: 3px solid #000;
    border-radius: 0.5rem;
}

a.btn-border-shadow:hover,a.btn-border-shadow2:hover,
a.btn-border-shadow3:hover,a.btn-border-shadow0:hover
{
    padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before,a.btn-border-shadow2:hover:before,
a.btn-border-shadow3:hover:before,a.btn-border-shadow0:hover:before
{
    top: 0;
    left: 0;
}
/*モバイル表示*/
@media (max-width: 480px) {
    a.btn-border-shadow0 {
        top: 47%;
        right: 1px;
    }

    a.btn-border-shadow2 {
        top: 57%;
        right: 1px;
    }

    a.btn-border-shadow3 {
        top: 67%;
        right: 1px;
    }
}

.title_img {
    top: 0;
    position: absolute;
    left: 50%;
    max-height: 100vh;
}
.title_img img {
    position: absolute;
    top: 50%;
    left: 50%;

    z-index: 2;

    width: auto;
    height: 80px;
}
img.cho.animate__animated.animate__backInLeft {
position: absolute;
    top: 61px;
    left: 50%;
    width: auto;
    height: 92px;

}
img.nyusankin.animate__animated.animate__backInLeft {
    position: absolute;
        top: 142px;
        left: 50%;
        width: auto;
        height: 75px;
}
img.wo.animate__animated.animate__backInLeft {
position: absolute;
    top: 220px;
    left: -73px;
    width: auto;
    height: 75px;
}
img.ta.animate__animated.animate__backInLeft {
position: absolute;
    top: 220px;
    left: 3px;
    width: auto;
    height: 75px;

}
img.ku.animate__animated.animate__backInLeft {
position: absolute;
    top: 220px;
    left: 70px;
    width: auto;
    height: 75px;
}
img.maru.animate__animated.animate__backInLeft {
    position: absolute;
    top: 11px;
    left: -126px;
    width: auto;
    height: 254px;
    z-index: 0;
}
/*モバイル表示*/
@media (max-width: 991px) {

}

/* ブログモバイル分岐表示 */
@media screen and (max-width: 991px) {
    .pc_only {
        display: none;
    }
}

@media screen and (min-width: 991px) {
    .mobile_only {
        display: none;
    }
}


.character {
display: flex;
    flex-wrap: wrap;
}
.chara1 {
width: 310px;
margin: auto;
}
.chara-profile {
    width: 50%;

    margin: auto;
}
img#cara1 {
    width: auto;
    max-height: 100vh;

}
.chara-profile h3 {
    font-size: 6vh;
}
.chara-profile p {
    font-size: 4vh;
}
.news_in {
    max-width: 400px;
    margin: auto;
    padding: 5px;
}
.news_in p {
    color: white;
    margin: 3px auto;
    background: rgba(131, 73, 73, 0.5);
    padding: 3px 9px;
    font-size: 4vh;
}
@media screen and (max-height: 1000px) {
.modaal-inner-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
}
