/* CSS Document */

/* サイト全体に対する共通の書式 */
html{
	font-size: 62.5%;/* 16px * 0.625(62.5%) = 10 …1rem = 10px */
}

body{
    transform: scale(1.0,1.0);
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: center;
    margin: 0;
    padding: 0;
    background-color: #e8f5fa;
    font-family: 'Noto Sans JP', sans-serif;
    background-image: url(../img/DJbooth.png);
    background-position: center;
    background-repeat: no-repeat;
}

header, main, footer{
    max-width: 1440px;
    max-height: 1024px;
    margin: 0 auto;
}

header {
    z-index: 100;	
    position: fixed;
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    display: none;
}

#header_contents{
    top: 0;
    right: 0;
}

header h1 {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 5px;
    left: 120px;
}
header .logo_SP img {
    height: 30px;
    padding: 0;
}
header nav {
    box-sizing: border-box;
    position: fixed;
    top: 60px;
    display: none;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    opacity: 0.9;
    /* 3. スライドメニューの場合 */
    /* display: block;
    right: -100%;
    transition: right .5s; */
    /* ここまで */
}

/* ハンバーガーメニューのボタン */
#drawer_toggle {
    z-index: 200;
	box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
	display: inline-block;
    width: 60px;
    height: 60px;
}
#drawer_toggle span {
    position: absolute;
    top: 10px;
    left: 17px;
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    vertical-align: top;
}
#drawer_toggle span:nth-child(2) {
    margin-top: 10px;
}
#drawer_toggle span:last-child {
    margin-top: 20px;
}
#drawer_toggle.open span {
    top: 29px;
    left: 14px;
    width: 35px;
    margin: 0;
    background-color: red;
}
#drawer_toggle.open span:first-child {
    transform: rotate(45deg);
}
#drawer_toggle.open span:nth-child(2) {
    display: none;
}
#drawer_toggle.open span:last-child {
    transform: rotate(-45deg);
}

/* ここからコンテンツ */
#contents-wrapper{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;

}

#recordjacket{
    position: relative;
}

/* レコード帯（PC） */
.obi{
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 50;
    min-width: 320px;
    max-height: 824px;
    background-color: rgba(255,255,255,0.4); 
    overflow-y: scroll;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}

/* レコード帯（SP） */
.obiback_SP{
    background-color: transparent;
}

.obi::-webkit-scrollbar{
	display: none;
}

.navigation{
    display: none;
}

.obi_SP_TOP{
	display: none;
}

#labellogo{
	display: none;
}

.menu_space{
    width: 100%;
    height: 10px;
    border-top: 5px dotted dodgerblue;
}

/* レコード帯（共通コンテンツ） */
.obi h2{
    font-size: 1.8rem;
    font-weight: 600;
}

.obi p{
    max-width: 300px;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    text-align: justify;
    text-indent: 1.3rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 600;
}

.obi p span{
    color: crimson;
}

.obi p:last-child{
    margin-bottom: 30px;
}

.obi p:visited{
    color: inherit;
}

.singerimage, .bandimage{
    width: 100%;
    max-width: 320px;
    /* background-image: url(../img/womanimage.jpg); */
}

.menu1_aori{
    font-weight: 600;
    color: crimson;
}

#SP_video{
    display: none;
}

/* レコードジャケット */

.jacket{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 40;
    min-width: 824px;
    min-height: 824px;
	padding: 0;
	background-image: url("../img/jacket_summer.svg");
	background-repeat: no-repeat;
    background-size: contain;	
}

/* コントロールパネル（PC） */
#control{
    position: absolute;
    left: 380px;
    top: 770px;
    z-index: 50;
    display: flex;
    width: 150px;
    border-radius: 10%;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.5);
    justify-content: center;
    opacity: 0;
}

#control p{
    margin: 10px 0;
    padding: 0 20px;
    font-size: 2.5rem;
    color: darkblue;
}

#control p a{
    text-decoration: none;
}
#control p a:visited{
    color: darkblue;
}
#control_SP{
    display: none;
}

/* レコード部分（PC） */
.recordbox{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    min-width: 834px;
    max-width: 1440px;
    min-height: 834px;
/*    background-color: yellow;*/
}

.recordwrap{
    position: relative;
    right: 600px;
    overflow: hidden;

}

.recordvinyl{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 820px;
    height: 820px;
    z-index: 25;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}

.record{
    position: absolute;
    right: 0;
    top: 15px;
    width: 820px;
    height: 820px;
    border-radius: 50%;
    z-index: 20;
    text-align: center;
    vertical-align: middle;
    background-image: url("../img/record.png");
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition:transform, 1.5s;
    /* background-color: yellow; */
}

/* 歌詞カード */
.lyricsheet{
    display: flex;
    justify-content: right;
    position: absolute;
    top: 110px;
    left: 10px;
    width: 600px;
    height: 600px;
    z-index: 30;
    font-size: 1.0rem;
    background-image: url(../img/lyricsheet.png);
    background-size: cover;
}

.lyricsheet button{
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
    font-weight: 600;
    color: blue;
}


#lyrictext{
    display: none;
}

/* レコードラベル部分（PCのメニュー） */
.recordlabel{
    position: absolute;
    top: 272px;
    right: 290px;
    width: 275px;
    height: 275px;
    border-radius: 50%;
	background-image: url("../img/recordlabellogo.png");
	background-position: center;
	background-repeat: no-repeat;
    /* background-color: chartreuse; */
}

.recordlabel h3{
    margin: 100px 0 30px 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.6rem;
    font-weight: 1000;
    letter-spacing: 0.5rem;
    color: #fff;
}

.recordlabel h3 a, .recordlabel ol li a, .recordlabel p a{
    text-decoration: none;
}

.recordlabel h3 a:visited, .recordlabel ol li a:visited, .recordlabel p a:visited{
    color: inherit;
}

.recordlabel ol{
    margin: 0;
    padding: 0 0 0 70px;
    list-style-type: decimal;
    left: 100px;
}

.recordlabel ol li{
    margin: 0;
    padding-bottom: 1px;
    line-height: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
}


.recordlabel p{
    margin: 0;
    padding: 0;
}
.lyricview{
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.enquete label{
    display: inline-block;
}

.enquete input{
    padding-left: 10px;
}

.freespace textarea{
    height: 150px;
}

#send{
    color: royalblue;
    font-weight: 700;
    margin-bottom: 20px;
}

form select, input{
    margin-bottom: 20px;
}
.obi form p{
    text-indent: 0rem;
}

footer{
    display: none;
}

footer h1{
    margin: 0;
    padding: 0;
}


/* タブレット */
@media (max-width:835px){
    header{
        display: block;
    }
    .recordbox{
        display: none;
    }
    .jacket{
        left: 0;
        top: 0;
        width: 100%;
    }
    .obi{
        top: 0;
    }
    .navigation{
        display: block;
    }

    #labellogo{
		display: block;
		width: 300px;
		height: 150px;
		background-image: url("../img/label logo_white.png");
		background-repeat: no-repeat;
		background-position: center;
		object-fit: contain;
		margin: 0 auto;
	}
    #control{
        display: none;
    }

    /* ハンバーガーメニュー （タブレット）*/
    .navigation{
        display: none;
        position: fixed;
        top: 0px;
        right: 0;
        height: 100vh;
    }
    .navigation ul{
        margin: 150px 60px 0 60px;
        padding: 0;
        height: 100vh;
    }
    .navigation ul li{
        padding-bottom: 20px;
        font-size: 1.0rem;
        line-height: 2.0rem;
        font-weight: 600;
        list-style-type: none;
        vertical-align: middle;
        text-align: center;
        color: #666;
    }
    .navigation ul li a:visited{
        color: #666;
    }
    .navigation ul li a{
        color: #666;
        text-decoration: none;
    }
    .navigation ul li a:before{
        content: attr( data-title );
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 2.0rem;
        color: blue;
    }

}

/* SP (基本 iphone XR 高さ896)*/
@media (max-width:431px){
    header{
        display: block;
    }
	main{
		color: #fff;
	}
    .jacket{
        display: none;
    }
    .recordvinyl{
        display: none;
    }
    .obi{
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .obiback_SP{
        background-color: #000;
    }
    .obi h2{
        font-family: "M PLUS 1P";
        color: #aaa;
    }
    .obi h3{
        font-size: 1.6rem;
        font-family: "M PLUS Rounded 1c";
        font-weight: 600;
    }
	#obi_PC{
		display: none;
	}
    .obi_SP_TOP{
		display: block;
        top: 10px;
        height: 100vh;
        position: relative;
    }
	#obi_SP{
		width: 100%;
		margin: 0 auto;	
	}
    #obi_SP_jacket{
        position: absolute;
        width: 65%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -120%);
    }
    #obi_SP_play{
        position: absolute;
        width: 100%;
        bottom: 5px;
        left: 50%;
        transform: translate(-50%, -15%);
        /* background-color: red; */
    }
    #obi_SP_home{
        position: absolute;
        width: 100%;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, -10%);
    }
    /* コントロールパネル（SP） */
    #control_SP{
        display: block;
        position: absolute;
        left: 41%;
        bottom: 35%;
        transform: translate(-50%, +57%);
    }
    
    .play_SP{
        position: relative;
    }

    .play_SP_first, .play_SP_next{
        position: absolute;
        background-color: #000;
    }

    .audio_play_SP {
        display: inline-block;
        position: relative;
        width: 1em;
        height: 1em;
        border: 0.05em solid currentColor;
        border-radius: 50%;
        color: #fff;
        font-size: 85px;
        z-index: 20;
    }
    .audio_play_SP::before {
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translateY(-50%);
        width: 0px;
        height: 0px;
        border: 0.3em solid transparent;
        border-left: 0.5em solid currentColor;
        box-sizing: border-box;
        content: "";
    }
    

    .audio_pause_SP {
        display: inline-block;
        position: relative;
        width: 1em;
        height: 1em;
        border: 0.05em solid currentColor;
        border-radius: 50%;
        color: #fff;
        font-size: 85px;
        z-index: 10;
    }
    .audio_pause_SP::before,
    .audio_pause_SP::after {
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 0.1em;
        height: 0.5em;
        box-sizing: border-box;
        background-color: currentColor;
        content: "";
    }
    .audio_pause_SP::before {
        left: 40%;
    }
    .audio_pause_SP::after {
        left: 60%;
    }
    


/* ハンバーガーメニュー */
    .navigation{
        display: none;
        position: fixed;
        top: 0px;
        right: 0;
        height: 100vh;
    }
    .navigation ul{
        margin: 150px 60px 0 60px;
        padding: 0;
        height: 100vh;
    }
    .navigation ul li{
        padding-bottom: 20px;
        font-size: 1.0rem;
        line-height: 2.0rem;
        font-weight: 600;
        list-style-type: none;
        vertical-align: middle;
        text-align: center;
        color: #666;
    }
    .navigation ul li a:visited{
        color: #666;
    }
    .navigation ul li a{
        color: #666;
        text-decoration: none;
    }
    .navigation ul li a:before{
        content: attr( data-title );
        font-family: 'Lobster', sans-serif;
        font-size: 2.0rem;
        color: blue;
    }

    /* 歌詞カード */
    #lyrictext{
        display: block;
        width: 100%;
        font-size: 1rem;
    }
    
    #lyrictext p{
        text-indent: 0rem;
        text-align: center;
        font-size: 1.1rem;
    }

    #lyrictext h4{
        margin: 5px;
    }

    #SP_video iframe{
        margin-bottom: 30px;
    }


    #labellogo{
		display: block;
		width: 300px;
		height: 150px;
		background-image: url("../img/label logo_white.png");
		background-repeat: no-repeat;
		background-position: center;
		object-fit: contain;
		margin: 0 auto;
	}
    #control{
        display: none;
    }

    #SP_video{
        display: block;
    }

    /* フッター */
    footer{
        display: block;
        margin: 0;
        padding: 0;
        bottom: 0;
        background-color: #000;
    }


    .footer_logo_SP {
        margin: 0;
        padding: 0;
        top: 5px;
        left: 120px;
        height: 30px;
        padding: 0;
    }
    .footer_copy {
        margin: 0;
        padding: 0;
        color: #fff;
    }

}

    



    /* SP (iphone SE 高さ667)*/
    @media (max-height:667px){
        #obi_SP_jacket{
            transform: translate(-50%, -96%);
        }
        #obi_SP_play{
            transform: translate(-50%, -3%);
            /* background-color: red; */
        }
        #obi_SP_home{
            transform: translate(-50%, -2%);
        } 
        #control_SP{
            transform: translate(-55%, +112%);
        }       
    }
    /* SP (iphone PRO MAX 高さ932)*/
    /* @media (max-height:932px){
        #obi_SP_home{
        transform: translate(-50%, -14%);
    }     */

