@charset "UTF-8";



body {
    animation: zoomFadeIn 0.6s ease-out;
    font-family: 'iuh2jjn',
        sans-serif;
}









h2 {
    text-align: center;
    margin-top: 5vh;
    font-size: 5vw;
    font-family: 'Gochikakutto', sans-serif;
    color: #ededed;
    text-shadow: 0 0.5rem 0.5rem #9235db;
}

@media screen and (max-width: 767px){
    h2{
        font-size: 8vw;
    }
    h3{
        font-size: 5vw;
    }
}

h3 {
    text-align: center;
    font-size: 3vw;
}

.container {
    margin-bottom: 4vh;
}
/*--
guest
--*/
.main{
    display: flex;
    margin: 3vh 5vw;
}


.picture{
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    background-image: url('images/IMG_7382.jpeg');
    /* ←ここに画像のパスを指定 */
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    /* お好みで枠線 */
    box-shadow: 1vw 1vw 1vw #9235db;
    /* お好みで影 */
 }


.main .paragraph{
    width: 50vw;
    height: 25vw;
    margin-left: 5vw;
    margin-top: 2vh;
    background-color: #ededed;
    border: #512da7 0.5vw outset;
    color: #171335;
    padding: 1vw 2vw;
    box-shadow: #171335 1vw 1vw 1vw;
}
.main .paragraph h3{
    border-bottom: 3px dashed #512da7;
}

.omikuji {
    text-align: center;
    margin-top: 3vw;
}

.title {
    font-size: 2vw;
    color: #512da7;
    text-decoration: underline;
    text-decoration-color: #9235db;
    
}

.quizlink {
    text-align: center;
    padding: 2.5vw;
    border-radius: 12px;
    width: 45vw;
}
@media screen and (max-width:767px) {
    .quizlink{
        width: 75vw;
        padding-left: 0;
        margin-top: 2vw;
    }
}

.quiz-button {
    display: inline-block;
    background: #7e57c2;
    color: #ededed;
    text-decoration: none;
    font-size: 2vw;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 50px;
    transition: all 0.3s ease;
}
@media screen and (max-width:767px) {
    .quiz-button{
        font-size: 3vw;
    }
}


.quiz-button:hover {
    background: #7e57c2;
    transform: scale(1.05);


}

.quiz-desc {
    font-size: 2vw;
    color: #5e35b1;
    margin-top: 1.5vw;
}
.quiz-desc span{
    border-bottom: #5e35b1 0.2vw solid;
    font-weight: bold;
}

@media screen and (max-width:767px){
    .quiz-desc{
        margin-top: 3vw;
        font-size: 3vw;
    }
    
}

.saiblue{
    position: absolute;
    width: 3vw;
    top: 80vw;
    left: 37vw;
    height: 10vw;
    transform: rotate(10deg);
    animation: swing 1.5s ease-in-out infinite;
}
@keyframes swing {
    0% {
        transform: rotate(-5deg)scaleX(1);
    }

    50% {
        transform: rotate(15deg)scaleX(1);
    }

    100% {
        transform: rotate(-5deg)scaleX(1);
    }
}
.saipink{
    position: absolute;
    width: 3vw;
    top: 80vw;
    right: 17vw;
    height: 10vw;
    transform: rotate(-10deg);
    animation: swing2 1.5s ease-in-out infinite;
}
@keyframes swing2 {
    0% {
        transform: rotate(5deg)scaleX(-1);
    }

    50% {
        transform: rotate(-15deg)scaleX(-1);
    }

    100% {
        transform: rotate(5deg)scaleX(-1);
    }
}

@media screen and (max-width:767px) {
        .saipink{
            position: absolute;
            width: 5vw;
            top: 170vw;
            right: 12vw;
            height: 13vw;
            transform: rotate(-10deg);
            animation: swing2 1.5s ease-in-out infinite;
        }
        .saiblue{
            position: absolute;
            width: 5vw;
            top: 170vw;
            left: 13vw;
            height: 13vw;
            transform: rotate(10deg);
            animation: swing 1.5s ease-in-out infinite;
        }
}



@media screen and (max-width: 767px) {
    .main{
        display: block;
        padding: 1vh 20vw;
    }
    .picture{
        width: 50vw;
        height: 50vw;    
    }
    .main .paragraph {
        width: 80vw;
        margin-left: -15vw;
        margin-top: 2vh;
        background-color: #ededed;
        border: #512da7 2.5vw double;
        color: #171335;
        padding: 1vw 2vw;
        box-shadow: #171335 2vw 2vw 2vw;
        height: auto;
    }
    
    .main h3{
        font-size: 6vw;
    }
    .title{
        font-size: 4vw;
    }
    
}

/*--
about
--*/
.about{
    display: flex;
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.wall{
    width: calc(100vw/3);
    
}
.wall img{
    width: 100%;
    position: relative;
}


.wall1 h3 {
    text-align: left;
    color: #ededed;
    position: absolute;
    z-index: 10;
    margin-top: 1vw;
    left: 10.5%;
    font-size: 2vw;
    -webkit-text-stroke: #9235db 0.05vw;
}

.wall1 h4 {
    text-align: left;
    color: #ededed;
    position: absolute;
    z-index: 10;
    margin-top: 5vw;
    left: 9%;
    font-size: 2vw;
    -webkit-text-stroke: #eac81f 0.05vw;
}

.wall2 h3 {
    text-align: left;
    color: #ededed;
    position: absolute;
    z-index: 10;
    margin-top: 1vw;
    left: 47.5%;
    font-size: 2vw;
    -webkit-text-stroke: #9235db 0.05vw;
}

.wall2 h4 {
    text-align: left;
    color: #ededed;
    position: absolute;
    z-index: 10;
    margin-top: 3vw;
    left: 43.5%;
    font-size: 2vw;
    -webkit-text-stroke: #eac81f 0.05vw;
}

.wall3 h3 {
    text-align: left;
    color: #ededed;
    position: absolute;
    z-index: 10;
    margin-top: 1.2vh;
    left: 81.5%;
    font-size: 2vw;
    -webkit-text-stroke: #9235db 0.05vw;
}

.wall3 h4 {
    text-align: left;
    color: #ededed;
    position: absolute;
    z-index: 10;
    margin-top: 4vw;
    left: 78.5%;
    font-size: 2vw;
    -webkit-text-stroke: #eac81f 0.05vw;
    text-align: center;
}


@media screen and (max-width:767px) {
    .wall1 h3 {
            text-align: left;
            color: #ededed;
            position: absolute;
            z-index: 10;
            margin-top: 1.5vw;
            left: 32.5%;
            font-size: 6vw;
            -webkit-text-stroke: #9235db 0.2vw;
        }
    
        .wall1 h4 {
            text-align: left;
            color: #ededed;
            position: absolute;
            z-index: 10;
            margin-top: 14vw;
            left: 30%;
            font-size: 5vw;
            -webkit-text-stroke: #eac81f 0.1vw;
        }
    
        .wall2 h3 {
            text-align: left;
            color: #ededed;
            position: absolute;
            z-index: 10;
            margin-top: 1.5vw;
            left: 43.5%;
            font-size: 6vw;
            -webkit-text-stroke: #9235db 0.2vw;
        }
    
        .wall2 h4 {
            text-align: left;
            color: #ededed;
            position: absolute;
            z-index: 10;
            margin-top: 12vw;
            left: 33.5%;
            font-size: 5vw;
            -webkit-text-stroke: #eac81f 0.1vw;
        }

                .wall3 h3 {
                    text-align: left;
                    color: #ededed;
                    position: absolute;
                    z-index: 10;
                    margin-top: 1.5vw;
                    left: 44%;
                    font-size: 6vw;
                    -webkit-text-stroke: #9235db 0.2vw;
                }
        
                .wall3 h4 {
                    text-align: left;
                    color: #ededed;
                    position: absolute;
                    z-index: 10;
                    margin-top: 13vw;
                    left: 37%;
                    font-size: 5vw;
                    -webkit-text-stroke: #eac81f 0.1vw;
                    text-align: center;
                }
}


@media screen and (max-width: 767px) {
    .about {
        display: block;
    }
    .wall{
        width: 100vw;
        margin-bottom: 5vh;
    }
}

/*--
webcm
--*/
.web{
    display: flex;
    justify-content: space-around;
}
.expression{

    margin: 5vh 5vw;
}
.movie1 {
    width: 40vw;
    text-align: center;
    margin-top: 10vw;
    border: #512da7 2vw double;
}

.movie2 {
    width: 40vw;
    margin-top: 10vw;
    border: #512da7 2vw double;
}

@media screen and (max-width: 767px) {
    .web{
        display: block;
        text-align: center;

    }
    .expression{
        width: 90vw;
    }
    .movie1{
        width: 80vw;
        text-align: center;
        margin-top: 10vw;
        border: #512da7 2vw double;
    }
    .movie2{
        width: 80vw;
        margin-top: 10vw;
        border: #512da7 2vw double;
     


    }
}
/*--
SNS
--*/

.content{
    display: flex;
    justify-content: space-around;
    padding: 5vh 3vw;
    margin: 3vh 5vw;
}

.content h2{
    margin-bottom: 10vh;
}

.item1, .item2{
    display: none;
}

@media (max-width: 767px) {
    .item2{
        display: block;
        width: 25vw ;
    }
}
@media(min-width:768px) {
    .item1{
        display: block;
        width: 50vw;

    }
}

@media(min-width:768px) {
    .item3{
        display: block;
        width: 25vw;
    }
}


@media screen and (max-width:767px) {
    .content{
        text-align: center;
    }
    .sns{
        margin-bottom: 5vh;
        width: 20vw;
    }
}

.sns-wrap{
     display: flex !important;
}

