/*
//////////////////////////////////////
//// Copyright 2021 kazu_souri ///////
//// All Rights Reserved./////////////
//// https://twitter.com/kazu_souri //
//////////////////////////////////////
*/

body{
    margin: 0px;
    padding: 0px;
    /* min-width: 350px;
    min-height: 500px; */
    position: relative;
}

body #wrapper{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;

    filter: blur(6px);
    transition: all 0.6s;

    z-index: 10;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body #welcome_wrap{
    overflow: hidden;
    width: 100%;
    /* height: 300px; */
    position: absolute;
    text-align: center;
    /* border: 1px solid black; */
    top: 0px;
    left: 0px;
    
    font-family: 'Big Shoulders Stencil Text', cursive;
    color: rgba(0, 0, 0, 0.8);
    /* font-size: 120px; */
	/* line-height: 120px; */
    
    filter: blur(0px);
	background: rgba(128, 147, 209, 0.2);
    transition: opacity 0.6s, filter 0.6s;
    z-index: 50;
}

body #photo_wrap{
    overflow: hidden;
    display: none;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;


	color: rgba(255, 255, 255, 1.0);
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;

    opacity: 0;
    transition: 0.5s;
    cursor: pointer;

    z-index: 600;
}

body #top_title{
    display: block;
    float:none;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
	color: rgba(255, 255, 255, 1.0);
    font-size: 160px;
	line-height: 160px;
    font-family: 'Big Shoulders Stencil Text', cursive;
    /* font-family: 'Black Ops One', cursive; */
    padding: 10;
    position: relative; 
    /* top: 0;
    left: 0;  */
    opacity: 0;
    transition: opacity 1.0s, margin-left 0.5s;
    transition-timing-function: ease-in;
    /* transition: margin-left 2.0s; */

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body #top_title_line1{
    margin: auto;
    height: 4px;
    width: 0px;
	background: rgba(255, 255, 255, 1.0);
    position: relative;
    transition: 2.0s;
}
body #top_title_line2{
    margin: auto;
    height: 4px;
    width: 0px;
	background: rgba(255, 255, 255, 1.0);
    position: relative;
    transition: 2.0s;
}
body #top_title_credit{
    margin: auto;
    /* height: 4px; */
    width: 0px;
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    padding-top: 6px;
    text-align: right;
    color: rgba(255, 255, 255, 1.0);
    position: relative;
    opacity: 0;
    transition: opacity 1.5s, margin-left 0.5s;
}
body #top_title_enter{
    float:none;
    margin-top: 50px;
    padding: 0px;

    color: rgba(255, 255, 255, 1.0);
    font-size: 50px;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    line-height: 50px;
    position: relative; 

    cursor: pointer;
    opacity: 0;
    transition: opacity 1.0s, color 0.2s;
}
body #top_title_enter:hover{
    color: rgb(255, 150, 51);
}


body #discribes{
    display: none;
    float: none;
    margin: auto;
    /* height: 100%; */
    /* width: 100%; */
    /* max-width: 600px; */
    /* margin-bottom: 200px; */
    padding: 50px;

    border: none;
	color: rgba(255, 255, 255, 1.0);
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    position: relative; 

    opacity: 0;
    /* transition: opacity 1.0s, margin-left 0.8s; */
    transition: 0.0s;
    /* transition-timing-function:ease-out; */
}
body #disc_cont{
    overflow-y: auto;
    max-width: 500px;
    min-height: 100px;
    /* max-height: 460px; */
    padding-top: 10px;
    padding-bottom: 25px;
    padding-right: 40px;
    padding-left: 40px;

    margin-left: auto;
    margin-right: auto;
    /* margin: 50px; */

    text-align: left;
    border: solid #ffffff;
    border-width: 2px;
    border-radius: 20px;

	background: rgba(67, 77, 110, 0.2);
}
body #disc_enter{
    float:none;
    margin-top: 50px;
    padding: 0px;

    color: rgba(255, 255, 255, 1.0);
    font-size: 50px;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    line-height: 50px;
    position: relative; 
    cursor: pointer;
    opacity: 1;
    transition: opacity 1.0s;
}
body #disc_enter:hover{
    color: rgb(255, 150, 51);
}

body #loading_wrap{
    overflow: hidden;
    width: 100%;
    /* height: 300px; */
    position: absolute;
    text-align: center;
    /* border: 1px solid black; */
    top: 0px;
    left: 0px;
    
    font-family: 'Big Shoulders Stencil Text', cursive;
    color: rgba(196, 210, 255, 0.5);
    font-size: 120px;
	line-height: 120px;
    
    opacity: 0;
    transition: opacity 0.6s;
    z-index: 20;

    cursor: wait;
}

body #temaki_photo{
    width: 600px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;

    float: none;

    color: #ffffff;
    text-align: right;
    font-size: 30px;

    opacity: 1;
    position: relative;
}

body img{
    max-width: 800px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    border-radius: 15px;
}

body #logo_title{
    /* width: 300px; */
    margin-top: 10px;
    margin-left: 16px;
	color: rgba(200,200,200,0.5);
    font-size: 60px;
    font-family: 'Big Shoulders Stencil Text', cursive;
    /* font-family: 'Black Ops One', cursive; */
    padding: 10;
    position: absolute; 
    top: 0;
    left: 0; 
}
body #logo_subtitle{
    /* width: 300px; */
    margin-top: 70px;
    margin-left: 23px;
    color: rgba(200,200,200,0.5);
    font-size: 19px;
    font-family: 'Big Shoulders Stencil Text', cursive;
    /* font-family: 'Black Ops One', cursive; */
    padding: 10;
    position: absolute; 
    top: 0; 
    left: 0; 
}

body #credit{
    /* width: 300px; */
    /* margin-bottom: 70px;
    margin-left: 23px; */
	color: rgba(39, 39, 39, 0.8);
    font-size: 14px;
    font-family: 'Big Shoulders Stencil Text', cursive;
    /* font-family: 'Black Ops One', cursive; */
    padding: 10;
    position: absolute; 
    top: auto;
    bottom: 8px; 
    left: 10px; 
}

body #cont_wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
}

#controller {
    width: 200px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0;
    position: absolute; 
    top: 0; 
    right: 0; 
}
#controller p {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	line-height: 1;
}
#controller label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #ffffff;
    /* background: #1a223b; */
    background: rgba(25, 40, 70, 0.8);
    cursor: pointer;
    border-radius: 5px; 
}
#controller label::before {
	position: absolute;
	content: '▼';
	color: #ffffff;
	right: 0.5em;
	top: 25%;
}
#controller input {
    display: none;
}
#controller ul {
	margin: 5px;
	padding: 0;

	list-style: none;
}

#controller li {
    /* overflow-y: hidden; */
    overflow: hidden;
	max-height: 0;
    transition: all 0.3s;
    background: rgba(200,200,200,0.5);

    
    display: block;
    padding-top: 0px;
    padding-left: 10px; 
    padding-bottom: 0px;
    margin: 0px;
	text-decoration: none;
	color: #000000;
    line-height: 1;
    cursor: pointer;
    
}
#controller li:hover{
    background: rgba(230, 118, 75, 0.5);
}
#controller li:before{
    content:"> ";
}

/*リストが増えたらULごとに追加してください*/
#men_1:checked ~ #link1 li,
#men_2:checked ~ #link2 li,
#men_3:checked ~ #link3 li {
    max-height: 46px;
    padding-top: 8px;
    padding-left: 10px; 
    padding-bottom: 8px;
	opacity: 1;
}

body #playground{
    /* cursor: all-scroll; */
}