@charset "UTF-8";

html {
    height: 100%;
    cursor: url(image/cursor.png);
}

body {
    height: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background: rgb(255, 255, 255);
    cursor: url(image/cursor.png);
}

a {
    text-decoration: none;
    color: rgb(67, 67, 67);
}

.pc_title {
    font-family: 'Walter Turncoat', cursive;
}

.background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 300%;
    letter-spacing: 0.2em;
    margin-top: 20px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all  0.9s ease;
}

h1:hover {
    color: rgba(255, 255, 255, 0.1)
}

.title {
    color:rgb(67, 67, 67)
}


img{
    width: auto;
}

.img80 {
    max-height: 80%;
    display: block;
    margin: auto;
}

.top_content {
    height: 100%;
    text-align: center;
    z-index: 0;
}

.smartphone {
    display: none;
}

.menu {
    position: fixed;
    top: 10px;
    right: -30px;
    z-index: 1;
    width: 150px;
}

.menu li {
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    color:rgb(67, 67, 67)
}

.white_bg {
    background-color: rgb(255, 255, 255)
}

.content_item {
    display: block;
}

.open_button:hover {
    animation: blinkEffect 0.5s ease infinite alternate;
}

@keyframes blinkEffect {
    0% {
      /* アニメーション開始時のスタイル */
    }
    100% {
      /* アニメーション終了時のスタイル */
    }
}

.modal_wrap input {
    display: none;
}

.modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content {
    align-self: center;
    width: 60%;
    max-width: 800px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: scale(1.2);
    transition: 0.5s;
}

.close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
    transform: scale(1);
}

.pc_profile {
    width:200px;
    height:auto;
    position: fixed;
    z-index: 2;
    top: 5%;
    right: 32%;
}

.pc_profile img {
    position:absolute;
    width:100%;
    height:auto;
}

.pc_profile p {
    text-align: center;
    position: absolute;
    top:180%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size:30px;
    color: rgb(57, 57, 57);
}

.profile_text {
    margin-top: 20px;
}

.profile_text p {
    margin: 1em 0px;
}

.YouTube {
    width:200px;
    height:auto;
    position: fixed;
    z-index: 0;
    top: 10%;
    left: 15%;
}

.YouTube img {
    position:absolute;
    width:75%;
    height:auto;
}

.YouTube p {
    text-align: center;
    position: absolute;
    top:180%;
    left:38%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size:30px;
    color: rgb(57, 57, 57);
}

.song_1 {
    width:200px;
    height:auto;
    position: fixed;
    z-index: 0;
    top: 40%;
    left: 10%;
}

.song_1 img {
    position:absolute;
    width:100%;
    height:auto;
}

.song_1 p {
    text-align: center;
    position: absolute;
    top:130%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size:30px;
    color: rgb(57, 57, 57);
}

.song_2 {
    width:200px;
    height:auto;
    position: fixed;
    z-index: 0;
    top: 45%;
    left: 25%;
}

.song_2 img {
    position:absolute;
    width:100%;
    height:auto;
}

.song_2 p {
    text-align: center;
    position: absolute;
    top:180%;
    left:58%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size:25px;
    color: rgb(57, 57, 57);
}

.news {
    width:300px;
    height:auto;
    position: fixed;
    z-index: 0;
    top: 65%;
    left: 10%;
}

.news img {
    position:absolute;
    width:70%;
    height:auto;
}

.news p {
    text-align: left;
    position: absolute;
    top:155%;
    left:35%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size:20px;
    color: rgb(57, 57, 57);
}

.instagram {
    width:300px;
    height:auto;
    position: fixed;
    z-index: 0;
    top: 10%;
    right: 7%;
}

.instagram img {
    position:absolute;
    width:100%;
    height:auto;
}

.instagram p {
    text-align: center;
    position: absolute;
    top:250%;
    left:42%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size:30px;
    color: rgb(57, 57, 57);
}

.overwrap_link {
    width: 10%;
    position: absolute;
    top:0%;
    left:0%;
    opacity: 0.0;
}

.tiktok {
    width:300px;
    height:auto;
    position: fixed;
    z-index: 0;
    top: 45%;
    right: 15%;
}

.tiktok img {
    position:absolute;
    width:88%;
    height:auto;
}

.tiktok p {
    text-align: center;
    position: absolute;
    width: 400px;
    top:370%;
    left:58%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size:30px;
    color: rgb(57, 57, 57);
}

footer {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.two_column {
    display: none;
}

@media screen and (min-width:960px) and (max-width:1300px) {
	/* 959px以下に適用されるCSS（タブレット用） */

    .pc_profile {
        width:200px;
        height:auto;
        position: fixed;
        z-index: 2;
        top: 0%;
        right: 32%;
    }
    
    .YouTube {
        width:200px;
        height:auto;
        position: fixed;
        z-index: 0;
        top: 0%;
        left: 15%;
    }
    
    .song_1 {
        width:200px;
        height:auto;
        position: fixed;
        z-index: 0;
        top: 30%;
        left: 0%;
    }
    
    .song_2 {
        width:200px;
        height:auto;
        position: fixed;
        z-index: 0;
        top: 35%;
        left: 17%;
    }
    
    .news {
        width:300px;
        height:auto;
        position: fixed;
        z-index: 0;
        top: 65%;
        left: 5%;
    }
    
    .instagram {
        width:300px;
        height:auto;
        position: fixed;
        z-index: 0;
        top: 17%;
        right: -5%;
    }

    .instagram p {
        text-align: center;
        position: absolute;
        top:170%;
        left:42%;
        transform: translate(-50%,-50%);
        padding:0;
        margin:0;
        font-size:30px;
        color: rgb(57, 57, 57);
    }
    
    .tiktok {
        width:300px;
        height:auto;
        position: fixed;
        z-index: 0;
        top: 45%;
        right: 0%;
    }

    .tiktok p {
        text-align: center;
        position: absolute;
        width: 75%;
        top:270%;
        left:46%;
        transform: translate(-50%,-50%);
        padding:0;
        margin:0;
        font-size:30px;
        color: rgb(57, 57, 57);
    }
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */

    .pc_only {
        display: none;
    }
    
    .smartphone {
        display: block;
        text-align: left;
        margin-top: 20px;
        z-index: 2;
        left: 5%;
        margin-left: 15px;
        margin-right: 5px;
        margin-bottom: 60px;
    }

    .container{
        width:200px;
        position: relative;
        margin-top: 20px;
    }
    
    .container img{
        width: 100%;
    }
    
    .sp_profile {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:25px;
        color: rgb(57, 57, 57);
        padding:0;
        margin:0;
    }

    .two_column {
        display: flex;
        flex-wrap:wrap;
    }
    
    .left {
        width: 350px;
    }
    
    .right {
        width: 350px;
    }

    .sp_info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:25px;
        color: rgb(57, 57, 57);
        padding:0;
        margin:0;
    }

    .sp_youtube {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:25px;
        color: rgb(57, 57, 57);
        padding:0;
        margin:0;
    }

    .sp_instagram {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:25px;
        color: rgb(57, 57, 57);
        padding:0;
        margin:0;
    }

    .sp_tiktok {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:25px;
        color: rgb(57, 57, 57);
        padding:0;
        margin:0;
    }

    .sp_newsong {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:25px;
        color: rgb(57, 57, 57);
        padding:0;
        margin:0;
    }

    .sp_discography {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:25px;
        color: rgb(57, 57, 57);
        padding:0;
        margin:0;
    }

    .content_item {
        display: none!important;
    }

    .sp_instagram_link {
        width:350px;
        position: relative;
        text-align: left;
        margin-top: 15px;
        margin-left: 17px;
        margin-bottom: 40px;
    }

    .overwrap_link {
        width: 70%;
        position: absolute;
        top:0%;
        left:0%;
        opacity: 0.0;
    }
}

