tag/*共通項目*/

h1,h2, h3, p {line-height: 2em; font-family: 'Noto Sans JP', sans-serif;}

.open_family{
    font-family: 'Open Sans Condensed', sans-serif;
}

.news_box {max-width: 760px; margin: 0 auto;  padding-top: 2%; padding-bottom: 2%;}

.news_box ul {padding: 0px 24px;}
.news_box ul li {color: #353535; font-size: 0.8em; border-bottom: dashed 1px #ccc; margin-bottom: 8px;  color: #0d2f46;  line-height: 2em;
}
.news_box ul li:first-child { font-size: 1em; padding-bottom: 24px; font-weight: bold; border-bottom: none; }

.th_btn a {
  transition: .1s;
  border-bottom: solid 1px #fefefe;
}
.th_btn  a span {
  display: inline-block;
}
.th_btn a:hover span {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: #72d3e8;


  transition: .6s;
}


.th_btn a:hover {
   border-bottom: solid 1px #4EEEFF;
  transition: .6s;
}

.th_btn a:hover span:nth-of-type(1) {
  -webkit-transition-delay: .02s;
  transition-delay: .02s;
}
.th_btn a:hover span:nth-of-type(2) {
  -webkit-transition-delay: .04s;
  transition-delay: .04s;
}
.th_btn a:hover span:nth-of-type(3) {
  -webkit-transition-delay: .06s;
  transition-delay: .06s;
	 color: rgb(39, 208, 221,0.8);
}
.th_btn a:hover span:nth-of-type(4) {
  -webkit-transition-delay: .08s;
  transition-delay: .08s;
	 color: rgb(39, 208, 221,0.6);
}
.th_btn a:hover span:nth-of-type(5) {
  -webkit-transition-delay: .10s;
  transition-delay: .10s;
	 color: rgb(39, 208, 221,0.5);
}

.text{
  position: relative;
  display: inline-block;
  font-size: 1rem;

}

.text:before{
  position: absolute;
  top: 1.3em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background:#585858;
  transition: 0.4s;
}

.text:hover:before{
  width: 100%;
}

.hover{
  background: -webkit-linear-gradient(0deg, #6b1f18, #ff566c);
    padding: 12px 18px;

}
.hover a {
    color: #fefefe!important;

}

.hover:hover{
  background: linear-gradient(-135deg, rgb(100, 251, 255), rgba(189, 187, 255, 0.43));
  transition: .6s;
}



body{background-color: #fefefe!important;}
	.gray_back{background-color: #fafafa; padding:32px;}
	.welcome_none {       padding-bottom: 56px;
    overflow: hidden;
    display: block;
    font-size: 0.7em;}

	.height50{height: 50px;}
.padding64{padding:64px 32px;}
	.padding48{padding: 42px 0px;}
.padding80{padding-top: 18%;}
.works_position{position: absolute; bottom: -0px; right: 40%; }
.works_position2{position: absolute; bottom: -0px; left: 40%;}
.works_text{    background: -webkit-linear-gradient(0deg, #b6a79f, #795548);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.desc_container{max-width: 1200px; margin: 0px auto 0px;  position: relative;}

.desc_plus{	padding: 62px 24px 92px!important; color: #0d2f46;}

.flow_h{    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 1.4em;}

.desc_img{margin: 0px 0px 24px 24px;
    display: block;

    width: 50%;
    position: absolute; top: 80px; left: 20px;}

.staff_img{width: 50%; margin: 0 auto; float: left;}
.staff_text{width: 50%; margin: 0 auto; float: left; padding-left: 5%; padding-top: 5%;}
.desc_img2{margin: 0px 0px 24px 24px;
    display: block;

    width: 50%;
    position: absolute; top: 80px; right: 20px;}

.desc_h2{
    font-size: 2.6em;
    line-height: 2.5rem;
    position: absolute;
    top: -80px;
    left:-50px;
        background: -webkit-linear-gradient(0deg, #b6a79f, #795548);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; font-family: 'Raleway', sans-serif;}

.desc_text{
    display: block;
    padding: 0px;
    color: #fefefe;
    width: 45%;
    left: 55%;
    position: absolute; top: 180px; right: 0px;
	background: rgba(255,255,255,0.7);
    position: relative;
}

.desc_text2{
    display: block;
    padding: 0px;
    color: #fefefe;
    width: 54%;
    position: absolute; top: 180px;
    left: -14px;
	background-color: #fefefe; position: relative;}

.video_position{    position: fixed;
    width: 100%;
    z-index: -1;}
.video_position video {position: absolute; z-index: 0;}
.hougan{position: absolute; z-index: 1; padding-top: 56.2%; opacity: 0.3; }

.box {

  width: 100%;                                       /* ドット（水玉）模様のCSS */
  background-color : rgba(255, 255, 255, 0.7);
  
background-image: -webkit-linear-gradient(transparent 80%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0.8) 100%),
-webkit-linear-gradient(0deg, transparent 80%,rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0.8) 100%);
background-image: linear-gradient(transparent 80%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0.8) 100%),
liner-gradient(90deg, transparent 80%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0.8) 100%);

-webkit-background-size: 10px 10px;
background-size: 10px 10px;
       
}


.container-flexbox { /* IE9ではサポートされていない */
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc_gainlogo{
    color: #585858;
    float: left;
    margin: 0px!important;
    margin-left: 16px!important;
    font-size: 1em!important; }

.welcome{display:block; text-align:center;  position: absolute; z-index: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
    width: 300px;
    height: 200px;
  font-size:2em; color:#fefefe;}

img.icon {     margin: 0px auto;
   padding-top: 78px;											
    padding-bottom: 24px;
    width: 60px;
    display: block;}

.bou{  margin: 0 auto 0px;
	padding-bottom: 64px;
    width: 120px;
	display: block;}

.th_btn{    text-align: center;
    padding: 12px;
    font-size: 0.6em;
    max-width: 160px;
    margin: 22px auto 0px;}
.port_50 {float: left; width:50%; padding: 16px; }

.port_30 {float: left; width:25%; padding: 16px; }

.port_20 {float: left; width:25%;  padding: 16px;}


#photo_1{animation-delay:0.3s;}
#photo_2{animation-delay:0.4s;}
#photo_3{animation-delay:0.5s;}
#photo_4{animation-delay:0.6s;}
#photo_5{animation-delay:0.7s;}
#photo_6{animation-delay:0.6s;}
#photo_7{animation-delay:0.5s;}
#photo_8{animation-delay:0.4s;}
#photo_9{animation-delay:0.3s;}
#photo_10{animation-delay:0.2s;}

#film img {	}

#contact{position: fixed; top: 50%; left: 0; width:10%; max-width: 42px; }



#film img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;

}



#film img + img {
  -webkit-animation: loop2 50s  linear infinite;
  animation: loop2 50s linear infinite;

}



@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

ul.info{
  color: #614b42;
  padding-bottom: 12px;
  text-align: center;
  margin: 0 4px;
}

h3.company_info{
  font-size: 1.4rem;
  text-align: center;
  padding: 12px;
  color: #614b42;
}

.info_box{
  border: solid 1px #604b42;
  margin: 24px;
  padding: 24px;
  max-width: 660px;
  margin: 24px auto;
}


/* 文書 */

.detail_container{max-width: 600px; margin: 0 auto;   padding: 0px 32px 64px;  color: #0d2f46;   font-size: 0.9rem;
}
.container{ background-color: #fefefe;padding-bottom: 42px;}

.entry-title{font-weight:400;margin-top: 32px; color:#0d2f46; font-weight: 400; font-size: 1.2em;}

.ap{display: block!important;  transition-duration:3s;}

#contact{transition-duration:1s; z-index: 2;
transition-timing-function:ease-in-out;}

/* ローディング画面の背景 */
#load {
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding-top: 24%;
  top: 0px;
  left: 0px;
  background: #fbfbfb;
  z-index: 9999;
}
.movie{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}
.movie iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.clear {clear: both;}
h2.tags{font-family: 'Raleway', sans-serif!important; text-align: center; font-size: 1.4em; padding: 64px; background-color: #fefefe;}

.compact{background:#fefefe; width: 100%; z-index: 3; transition-duration:1s;
transition-timing-function:ease-in-out;}

.fourbox  {overflow: hidden; clear: both;}

.threebox  { overflow: hidden; clear: both;}
.twobox  { overflow: hidden; clear: both;}

.twobox_img {float: left; width: 50%; padding: 0.5%; clear: right;}

.fourbox_img {position: relative; float: left; width: 24%; margin: 0.5%; clear: right;}

.box_ontext2{position: absolute; background-color: rgba(0,0,0,0.39);font-size: 0.9em; text-align: center; color: #fefefe; width: 100%; bottom: 6px; }

.box_ontext{position: absolute; font-size: 1.2em; color: #fefefe; width: 100%; top: 24px; left: 16px;font-weight: bold;}

.threebox_ontext{position: absolute; font-size: 1.2em; color: #fefefe; width: 100%; top: 30%; left: 16px;font-weight: bold;}
.threebox_ontext h2{ font-size: 1.7em!important; font-weight: bold; }
.threebox h3{ position: absolute; top: 6%; left:16px; line-height: 2.8em!important; font-weight: bold;
opacity: 0.6; font-size: 4em; color: #fefefe; font-family: 'Cabin Sketch', cursive!important;
transform : rotate(-18deg);}
.threebox_ontext p{ font-size: 0.7em!important; width: 60%; line-height: 1.6em!important; font-weight: 300; }

.box_ontext h2{ line-height: 2.2em!important; font-weight: bold; }
.box_ontext p{ font-size: 0.7em!important; width: 60%; line-height: 1.6em!important; font-weight: 400; }

.threebox_img{position: relative;  float: left; width: 49%; margin: 0.5%; clear: right; padding: 2%;}

/*フォーム*/
ul.entry_form{

    overflow: hidden;
    padding: 10%;

}

.radio-font{ color: #0d2f46;}

.entry_data{background-color: rgb(12, 152, 193, 0.95); color: #fefefe; text-align: center; padding: 16px 16px;     max-width: 400px;
    width: 94%;
    margin: 0 auto;} 

.entry_data ul{padding: 32px;}

.entry_formbox{max-width: 660px; margin: 0 auto;}

.req{color: #ffffff;
        background: -webkit-linear-gradient(0deg, #b6a79f, #795548);
    margin: 2px;
    padding: 4px;
    font-size: 0.7em;
    border-radius: 2px;}

.nonreq{color: #ffffff;
    background-color: #1987fe;
    margin: 2px;
padding: 4px;
    font-size: 0.7em; border-radius: 2px;}



.entry-detail{}

.form_entry{    font-size: 1em;
    color: #6f6f6f;
	line-height: 2.8em;
    border: solid 1px #ccc;
	margin-top: 6px;
    width: 100%;}

.entry_btn{  
	color: #fefefe;
    width: 180px;
       border-radius: 4px;
    font-size: 1.1em;
    text-decoration: none;
    margin: 5px auto;
    margin-top: 3%;
    line-height: 2.2em;
border-bottom: 4px solid #cb5462;
    background-color: #ff0826;
    background-image: -webkit-linear-gradient(top, #f997b0, #ff0826);
    background-image: linear-gradient(to bottom, #f997b0, #ff0826);
    box-shadow: inset 1px 1px 0 #fbc1d0;
}

option{color: #000;}
select{    border: solid 1px #ccc;
    padding: 4px;
    border-radius: 0px;
}

/*ヘッダー*/


.mobile_header{position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
    background: #250c02;
  transition: .3s;
}
.pc_menu{display:none;
 }

.pc_manu{ height: 60px;
    display: table-cell;
    vertical-align: middle;
    position: fixed;
    padding-top: 18px;
    float: left;
    width: 100%;
	z-index: 2;
    text-align: right;
    background:rgba(255,255,255,0.9);
    width: 100%; z-index: 3; transition-duration:1s;
    transition-timing-function:ease-in-out;

}
.pc_manu li{    font-size: 1em;
    margin: 1%; font-weight: 700;
    display: inline;}
.pc_manu li a{   text-decoration: none;
    color: #585858;
  }

.pc_logo{}
.pc_logo img {    float: left;
    width: 10%;
    background-color: #313131;
    padding-top: 16px;
    padding-left: 8px;}


nav li a{text-decoration: none; color: #fefefe;}

.menu{  display: block;

    /* color: #fefefe; */
    position: fixed;
    top: 0;
    right: 8px;
    top: 12px;
    width: 11%;
    z-index: 10;}

.popup_menu{  width: 260px;
    margin: 0 auto;
    line-height: 2.4em;}

.title_li{font-size: 1.4em;
    color: #0075a8;
    font-weight: bold;
    text-align: center;}

.popup_manu li a{color:#0075a8; text-decoration: none;}



.logo_mobile{width: 24%; margin:0 auto; display: block;}


.none{display:none;}

#insta{       width: 54%;
    display: block;
    margin: 16px auto;
    max-width: 180px;
}

.x {font-size: 3em;
    font-weight: bold;
    color: #0075a9;
	float: right;
	clear: both;
    /* margin-top: 16px; */
    padding-right: 8px;}

.close{    font-size: 1.4em;
    margin: 12px;
    color: #585858;
    text-align: center;}



.line{    width: 50%;
    display: block;
    margin: 24px auto 0px;
    text-align: center;
    max-width: 180px;}


@media screen and (max-width : 380px){
	


.pc_header{display: none;}
	
	.event_on_text{top:28px!important;}
	

}

.video_controll{padding-top: 60%;}

@media screen and (max-width : 601px){
	
		.news_box{padding-bottom: 42px;}
	
.text{
  position: relative;
  display: inherit;

}
	
.staff_img{width: 100%; margin: 0 auto; float: none; padding-bottom: 24px;}
.staff_text{width: 100%; margin: 0 auto; float: none; padding-left: 0%; padding-top: 0%;}
	.padding64{    padding: 32px 2px 0px;}
	
	.padding80{padding-top: 0%;}
	.height50{height: 0px;}
	.padding48{padding: 0px;}
	
	.desc_img{ margin: 0px; position: unset; width: 100%;}
	.desc_h2{    font-size: 1.3em;
    position: unset;
    padding-top: 16px;
    padding-left: 16px;}
	
	.desc_text{    display: block;
    padding: 0px;

    width: 100%;
    position: unset;}
	
	.works_position{    position: unset;
    text-align: center;}
	
		.desc_img2{ margin: 0px; position: unset; width: 100%;}
	.desc_h2{    font-size: 1.3em;
    position: unset;
    padding-top: 16px;
    padding-left: 16px;}
	
	
	
	.desc_text2{    display: block;
    padding: 0px;

    width: 100%;
    position: unset;}
	
	.works_position2{    position: unset;
    text-align: center;}
	
	.desc_plus{
        padding: 12px 48px 24px!important;
        color: #585858;
    }
	
	#load{padding-top:120px;}
	.video_controll{padding-top: 160%;}
	.welcome{font-size: 0.8em; }
	.welcome_none{    padding-bottom: 24px;
 }
	.th_btn{margin-top: 32px;padding: 8px;}
	
	.gray_back{background-color: #fafafa; padding:16px;}
	.fourbox_img {width: 100%;     padding-bottom: 32px;}
	.threebox_img {width: 100%;     padding-bottom: 32px;     font-size: 0.7em;}
		
.port_100 {width:100%!important; }

.port_30 {display: none;}

.port_20 {display: none;}

.pc_header{display: none;}

.count2{margin-top: 46px;}
	

.movie_back{padding-top: 0px;}
	
	body{background-color: #000;}

}

@media screen and (min-width : 600px){

.twitter_container{
filter: drop-shadow(2px 2px 4px #282828);}
	.about_container{
filter: drop-shadow(2px 2px 4px #282828);}

.mobile_header{display: none;}
}

/*マイページ関連*/

.mypage_h2{font-size: 1.1em; font-weight: bold; color: #ffffff; text-align: center; padding-let: 10px; padding-top: 5px; background-color: #1d96cf;;}

.mypage_container{width:100%; max-width: 600px; margin: 20px auto; border: solid 2px #1d96cf; padding: 0px; border-radius: 5px; box-shadow: 10px 10px 10px rgba(0,0,0,0.4);}

.mypage_box{max-width: 300px; margin:20px auto; padding:10px;}


.mypage_list{ color:#1d96cf; }

.mypage_list p {color:#1d96cf; font-size: 0.9em; text-align: center; padding: 24px;}

.mypage_list a {color:#1d96cf; font-size: 0.9em; text-align: center; display: inline;}

/*ファーストビュー*/

.event_first{
  min-height: 520px!important;
	object-fit: cover;}

.event_first_box{   height: 380px!important;
    background-color: rgba(64, 178, 228, 0.89);
    padding: 52px 24px 28px;}

.event_first_img {width: 50%; margin: 0 auto 8px!important;max-width: 180px;}

.event_first_box{   text-align: center; }
  


.mobile_first{position: relative; 

}

.mobile_first h1 {color: #fefefe; font-size: 0.9em; text-align: center; width: 240px; margin: 0 auto;} 
.mobile_first p {color: #fefefe; font-size: 0.9em; text-align: center;  width: 240px; margin: 0 auto;} 

.onbox img {margin: 24px auto;}
.onbox{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width:300px;
height:250px;

}

.under{    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto; width: 30px;}


@media screen and (max-width : 728px){

.event_on_text {
    position: absolute;
      left: 26px;
    top: 34px;

}	
	
.pc_first{display: none;}	
}

@media screen and (min-width : 727px){

	.onbox_live{height: 520px;}
	

.mobile_first{display: none;}	
	

}

/*開催情報*/

.sol_entry_box{background-color:#1e9ad4; overflow: hidden; width: 90%;     margin: 16px auto 32px; border-radius: 8px;}

.kaizyo_img{width: 50%; float: left;}
.entry_text {    width: 45%;
    float: left;
       font-size: 0.84em;
    padding-top: 10%;}


.entry_go {    width: 4%;
    float: left;
    max-width: 20px;
    padding-top: 14%;
    padding-right: 2px;}

.zyoukyou{position: relative;}
.place{    color: #fefefe;
    font-size: 0.9em;
    text-align: center;
    background-color: #F13179;
    width: 24%;
    font-weight: bold;
    padding: 2% 0px;
    position: absolute;}
.big{font-size: 1.3em; }

/*イベント種類のコンテナ*/
.event_container{    background-color: #0075a9; margin-bottom: 16px;}

.event_center {margin: 8px 0px;}

.event_box{position: relative;     padding: 4px 0px;}
.event_on_text {
    position: absolute;
      left: 26px;
    top: 54px;

}

img.bar{
    position: absolute;
    top: 0;
    left: 84%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 20px;
}

.event_box h2{font-size: 0.8em;}
.event_box p{font-size: 1em; font-weight: bold;     text-align: left;}


/*ROCKJOINT説明コンテナ*/

.about_container{background-color: #38bef4; text-align: center;   

   margin-bottom: 32px; padding-bottom: 1px;
}
.about_container p{font-size: 0.9em; padding: 46px;}

.about_container h2{ padding: 12px 0px;}

.about_box{position: relative;
    margin: 0px 8px 32px;}
.about_box p{ padding: 0px; font-size: 0.7em;}
.about_on_text{    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    max-width: 300px;
    height: 186px;
}
.granpri{    position: absolute;
    top: 24px;
    left: 12px;
    width: 18%;}

.about_center_img{margin: 32px 4px;
}


/*Twitterコンテナ*/

.twitter_container{    background-color: #38bef4;
   
  margin-bottom: 32px;    padding-bottom: 32px;
  }
.twitter_container p{font-size: 0.9em; padding: 46px;}
.twitter_container h2{ padding: 16px 0px 0px; text-align: center;}
.twitter_container b {font-size: 1.1em;}


.tweet1{padding: 2px 8px;}

.tweet2{padding: 2px 8px;}


.tweet3{padding: 2px 8px;}


.tweeted{width: 96%; max-width: 990px; margin:  0px auto 8px; overflow: hidden;     padding: 2px 8px;}


/*フッター*/


#footer img {margin: 24px auto;}
#copyright{font-size: 0.7em;}
#footer h2 {text-align: center; font-weight: bold;}
#footer p {font-size:0.8em;}


.footer_nav ul {    text-align: center;
    padding: 32px;}
.footer_nav li{ display: inline;
    font-size: 0.8em;}
.footer_nav li a{     text-decoration: none;
    color: #fefefe;}


/*IPOD*/

@media screen and (max-width : 890px){
	
  footer{
    margin-top: 48px;
  }
	
	.event_inbox{max-width: 520px; padding: 16px; margin: 0 auto; }
	
		
	.footer_nav{display: none;}
	
}

@media (min-width: 520px) and (max-width: 889px) {

	
	.ipad_none{display: none!important;}
	
	.sol_entry_box p {font-size: 1.1em;}

	.pc_logo img {    padding-top: 24px;}
.granpri_main{width: 22%; }	
	
	

	
}

@media (min-width: 889px) and (max-width: 1020px) {
	
		.ipad_none{display: none!important;}
	.onbox_live{height: 280px;}
	
}


/*２カラム設計*/

@media screen and (min-width : 890px){
		.event_onbox{height:440px!important; width: 520px!important;}
.joint_left{float: left; width: 70%; padding: 1%;}
.joint_right{float: left; width: 30%; padding: 1%;}
.pc_max{max-width: 1100px; margin: 0 auto;}
.event_box{width: 33.330%; float: left; padding: 12px;
    margin: 8px 0px;}
.event_center{ margin: 8px 0px;}
.event_container{    overflow: hidden;
    background-color: #0075a9;
    margin-bottom: 36px;padding: 16px 4px; 
}
.pc_first h1 {color: #fefefe; font-size: 0.9em; text-align: center; width: 420px; margin: 0 auto;} 
.pc_first p {color: #fefefe; font-size: 0.9em; text-align: center;  width: 420px; margin: 0 auto;} 

.pc_first{position: relative; 
	
}
	.subon{height: 230px!important;}
	.sol_entry_box p {font-size: 1.1em;}
.onbox img {margin: 24px auto;}
.onbox{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width:420px;
height:220px;
font-size: 1.2em;
}

.onbox_live{height: 380px;}
	
	
	
}



/*ドロワーメニュー*/

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

main h1 {
  text-align: center;
  font-weight: 500;
}
main p {
  text-align: center;
}

/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fefefe;
  transition: all .5s;
}


.menu-trigger {
  transform: translateX(0);
}

.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 2px;
}
.menu-trigger.active span:nth-of-type(1) {
	  width: 28px!important;
  transform: translateY(10px) rotate(-405deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
 width: 22px;
margin: 0 0 0 auto;
 right: 0px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 6px;
    width: 18px;
	margin: 0 0 0 auto;
	 right: 0px;
	
}

.menu-trigger.active span:nth-of-type(3) {
  width: 28px!important;
transform: translateY(-6px) translateX(-8px)rotate(45deg);
}

.menu-trigger {
    display: inline-block;
    width: 36px;
    height: 26px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}

nav {
  width: 200px;
  height: 100%;
  padding-top: 60px;
  background-color: #250d02;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}
nav li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.manu_border{    border: solid 1px #fefefe;
    margin: 12px;}

.numbers{padding-top: 32px!important;
    padding-bottom: 0px!important;
    font-size: 1.2em!important;}
