@charset "UTF-8";
/* CSS Document */



/*----------- navi -------------*/

html{
z-index: 0; position: relative;
}



@keyframes checked-anim {
    50% {
        width: 3000px;
        height: 3000px;
    }
    100% {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
    }
}
@keyframes not-checked-anim {
        0% {
        width: 3000px;
        height: 3000px;
    }
    100% {
        width: 110px;
        height: 110px;
    }
}
nav li, nav a {
    margin: 75px 0 -55px 0;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.8;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    outline: 0;
    display: none;
}
nav li {
    width: 230px;
    text-indent: 56px;
	font-family: "BIZ UDPGothic","Sawarabi Gothic", sans-serif;
}
nav a:hover {
    display: block;
    color: #555555;
    background-color: #eee;
    transition: all .5s;
}

nav h1{
	font-family: "BIZ UDPGothic","Sawarabi Gothic", sans-serif;
	font-weight: 700;
	font-size: 0.9rem;
	padding-top: 13px;
	color: #FFFFFF;
}
/* メニュー展開時に文字を表示 */
#menu-toggle:checked ~ #menu h1,
#menu-toggle:checked ~ #menu li,
#menu-toggle:checked ~ #menu a {
    display: block;
}
#trigger, #burger{
	position: fixed;
    top: 35px;
    left: 25px;
    background: #FFFFFF;
    width: 30px;
    height: 5px;
    transition: .2s ease;
    cursor: pointer;
    z-index: 9999;
}
#burger:before, #burger:after {
	position: absolute;
    top: 35px;
    left: 25px;
    background: #FFFFFF;
    width: 30px;
    height: 5px;
    transition: .2s ease;
    cursor: pointer;
    z-index: 9999;
}
#trigger {
    height: 25px;
    background: none;
}
#burger:before {
    content: " ";
    top: 10px;
    left: 0;
}
#burger:after {
    content: " ";
    top: 20px;
    left: 0;
}
#menu-toggle:checked + #trigger + #burger {
    top: 55px;
    transform: rotate(180deg);
    transition: transform .2s ease;
}

#menu-toggle:checked + #trigger + #burger:before {
    width: 20px;
    top: -2px;
    left: 18px;
    transform: rotate(45deg) translateX(-5px);
    transition: transform .2s ease;
}
#menu-toggle:checked + #trigger + #burger:after {
    width: 20px;
    top: 2px;
    left: 18px;
    transform: rotate(-45deg) translateX(-5px);
    transition: transform .2s ease;
}
#menu {
    position: fixed;
	top:0;
    margin: 0; padding: 0;
    width: 110px;
    height: 110px;
    background-color: #fbd500;
    border-bottom-right-radius: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    animation: not-checked-anim .2s both;
    transition: .2s;
	z-index: 9900;
}



#menu-toggle:checked + #trigger + #burger + #menu {
    animation: checked-anim 1s ease both;
}
#menu-toggle:checked + #trigger ~ #menu > li, a {
    display: block;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
}




/*----------- top -------------*/

.top-box{
	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	position: relative;
	width: 92%;
  	height: 90vh;
	margin: 30PX auto 0 auto;
	background-image: url("img/new-smIMG_2496_02.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size:  cover;
	border-radius: 40px;
	border: solid 1px #333333;
	
}

.top-title{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding: 0 2% 0 0;
	
}
.top-title h1{
	padding-top: 2%;
	font-family: "Pliant", "Sawarabi Gothic","Avenir","Helvetica Neue","Helvetica","Arial","Hiragino Sans";
	font-weight: 700;
	-webkit-text-stroke: 2px #213448;
	color: #f9661d;
	paint-order: stroke fill;
	font-size: clamp( 1.75rem, calc( -1.9333333333333336rem + 9.066666666666666vw ), 6rem );
	line-height: 0.7;
	letter-spacing: 0.2rem;
}
.top-title span{
	paint-order: stroke fill;
	font-size: clamp( 0.9rem, calc( -1.786666666666667rem + 6.613333333333333vw ), 4rem );
	font-family: "M PLUS 1p", sans-serif;
}

.top-under{
	width: 100%;
	position: absolute;
	bottom: 1%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	
}
.top-menu{
	width:fit-content;
	width: 45%;
	padding: 0 0 4% 3%;
	font-family: "Pliant", "Sawarabi Gothic","Avenir","Helvetica Neue","Helvetica","Arial","Hiragino Sans";
	font-weight: 700;
	-webkit-text-stroke: 2px #213448;
	paint-order: stroke fill;
	font-size: clamp( 0.9rem, calc( 0.11428571428571432rem + 2.5142857142857142vw ), 2rem );
	line-height: 100%;
}
.top-menu li{
	padding-top: 5.5%;
}
.top-menu a{
	color: #aaffae;
}
.top-menu a:hover{
	color: #5DEF64;
}
.top-messe{
	padding: 0 3% 0 0;
	text-align: right;
	display:inline-block;
	align-self: flex-end;
	color: #2f2f2f;
	paint-order: stroke fill;
	font-family: "M PLUS 1p", sans-serif;
	font-size: clamp( 0.9rem, calc( -0.4866666666666667rem + 3.4133333333333336vw ), 2.5rem );
}
.top-messe h2{
	font-feature-settings: "palt";
	letter-spacing: 0.25rem;
}




/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 350px) {
	
	
	
	
	
	
	
	

	
	
}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 400px) {

	
	
	
	
	
	
	
	

	
}


/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 500px) {
	
	
	
	
	
	
	
	
	



}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 650px) {
	
.top-box{
	background-image: url("img/comp-top.jpg");
}	
	
.top-title h1{
	letter-spacing: 0.3rem;
}
	
	
	
	
	
	
}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 850px) {

	
	
	
	
	
	
	
}


/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 900px) {
	



}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 980px) {	
	
	
	
	
	
	
	
	
	
	
	
	
}