@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Kiwi Maru', serif;
    max-width: 480px;
    margin: 0 auto;
}

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

.inner {
    padding: 0 5%;
}

/* #hero, #intro, #member {
    height: 100vh;
} */

#hero {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

#hero img {
    height: 56.4vw;
}

.itypedBox {
    height: 420px;
}

/* #jp, #en */

#jp .inner, #en .inner {
    position: relative;
    background: #fff;
}

video {
    width: 100%;
}

.overlayIntro, .overlayJp, .overlayEn, .overlayGo, .overlayMem {
    margin-top: 600px;
    height: 100vh;
    width: 100%;
    display: flex;
    color: #fff;
    font-size: 11vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color 0.7s ease-out;
    background: #584545;
    overflow: hidden;
    position: relative;
}

.overlayMem {
    margin-top: 64px;
    font-size: 8vw;
}

.is-crossed {
    background: #fff;
}

h2 {
    font-size: 48px;
    padding-top: 32px;
}

h2.itypedBox { 
    padding-top: 0;
}

h3 {
    font-size: 32px;
    padding: 16px 0;
}

#go {
    background: #EBECF0;
}

.contentGo {
    padding-top: 32px;
    color: #61677C;
    height: 100vh;
}

.likePlay {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    box-shadow:  inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
    border-radius: 16px;
    text-shadow: 1px 1px 0 #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.likePlay:active {
    box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
}

.playLead {
    position: absolute;
    bottom: 13px;
}

.playButton {
    width: 113px;
    height: 80px;
    border-radius: 16px;
    box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
}

.playButton:active {
    box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
}

.playButton a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.triangle{
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 2em solid #babecc;
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
    filter: drop-shadow(1px 1px 0 #fff);
    margin-left: 8px;
}

.playTitle {
    text-shadow: 1px 1px 0 #fff;
    padding: 128px 0 32px;
    text-align: center;
}

.partOne {
    text-shadow: 1px 1px 0 #fff;
    padding-bottom: 32px;
    text-align: center;
}

.goButtonList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
}

.goButton {
    height: 80px;
    border-radius: 16px;
    box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
    text-align: center;
    line-height: 80px;
}

.goButton:active {
    box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
}

.textGo a {
    text-shadow: 1px 1px 0 #fff;
    color: #61677C;
    display: block;
}

.youtubeLogo {
    width: 128px;
    margin: 0 auto;
    padding-top: 64px;
}

.youtubeLogo img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* member */

.member {
    background: #fff;
    margin: 32px 0;
    padding-bottom: 32px;
    position: relative;
}

.memberBorder {
    height: 2px;
    position: absolute;
    background: #000;
    bottom: 0;
}

.memberName {
    font-size: 11vw;
    position: relative;
}

.memberDetail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    display: flex;
}

.memberImage {
    width: 11vw;
    position: relative;
    overflow: hidden;
}

.image{
	position: absolute;
	right: 0;
	top:0;
    bottom: 0;
	margin: auto;
	width: 80%;
}

.papa {
	animation: anim 1s infinite;
}

.marimo {
	animation: anim 1s infinite;
    animation-delay: .2s;

}

.ryu {
	animation: anim 1s infinite;
    animation-delay: .4s;

}

.tora {
	animation: anim 1s infinite;
    animation-delay: .6s;
}

.toya {
	animation: anim 1s infinite;
    animation-delay: .8s;
}

@keyframes anim {
	0%,100% {top: 8%;transform: scale(1);}
	30% {top: -8%; transform: scale(0.96,1.04);}
	60% {transform: scale(1);}
	90% {top: 8%;transform: scale(1.04,0.96);}
}

.memberDesc {
    padding: 8px;
}

.contentOne {
    height: 100vh;
}

.contentOne h2 {
    font-size: 25px;
    padding: 16px 0;
}

.contentOne h3 {
    font-size: 18px;
    padding-top: 0;
    font-weight: 400;
    padding-top: 4px;
}

.toCreators {
    text-align: center;
    color: #707070;
    font-size: 14px;
    padding-top: 16px;
}

.playVideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.playVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ss__scroll__line {
    position: fixed;
    bottom: 32px;
    right: 29px;
    overflow: hidden;
}

.ss__scroll {
    position: fixed;
    bottom: 8px;
    right: 8px;
    color:#707070;
}

.scrollLine {
    fill:none;
    stroke:#707070;
}

.line_one {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 6px;
    background: red;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}

#loader {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
    animation: fadeOut 2s forwards;
}

@media (min-width:480px) {
    /* #jp, #en {
        display: grid;
        grid-template-columns: 1fr 1fr;
    } */

    .overlayIntro, .overlayJp, .overlayEn, .overlayGo, .overlayMem, .memberName {
        font-size: 48px;
    }

    .itypedBox {
        height: 280px;
    }    

    .overlayMem {
        font-size: 42px;
    }

    #hero img {
        height: 270px;
    }

    .memberImage {
        width: 44px;
    }
    
}

