@charset "utf-8";
/* CSS Document */
/* ver01 : PIERROT Ishizuka Yuuichi */

body{
   width: 100%;
   background-color: rgba(0,0,0,1.00);
}

/* -----------------------------------------
   ビジュアル領域  
   -----------------------------------------*/

.all_wrap{
   position: relative;
}

.wrap{
   position: relative;
   width: 100%;
}

.wrap_inner{
   position: relative;
   display: flex;
   justify-content: space-between;
}


.visual_inner{
   position: relative;
   width: 100%;
   display: flex;
   justify-content: space-between;
}

.visual01{
   width: 100%;
}

.visual_wrap{
   position: relative;
   overflow: hidden;
   width: 75%;
}

#visual01 .visual01_blend{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background: rgba(255,0,4,1.00) url("../images/index/v_001.jpg");
   background-blend-mode: hard-light;
   background-size: cover;
}

#visual02 .visual01_blend{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background: rgba(255,0,4,1.00) url("../images/index/v_002.jpg");
   background-blend-mode: hard-light;
   background-size: cover;
}

.visual01_chara{
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}

.visual01_brk{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background: url("../images/index/v_001brk.png");
   background-blend-mode: hard-light;
   background-size: cover;
}


#visual_core02 .ch01{
   position: absolute;
   width: 6%;
   top: 10%;
   right: 15%;
}




#visual_core01 .v_u_t02_upper{
	position: fixed;
	width: 40%;
	left: 0;
	top: 5%;
   /*mix-blend-mode: overlay;*/
   display: none;
}

#visual_core01 .v_u_t02_upper img{
  width: 100%;
  height: auto;
}


#visual_core02 .v_u_t02_upper{
	position: fixed;
	width: 45%;
	left: 0;
	top: 5%;
   display: none;
}

#visual_core02 .v_u_t02_upper img{
  width: 100%;
  height: auto;
}


#visual_core03 .v_u_t02_upper{
	position: fixed;
	width: 38%;
	left: 0;
	top: 5%;
   display: none;
}

#visual_core03 .v_u_t02_upper img{
  width: 100%;
  height: auto;
}




#visual_core01 .v_u_t02_down img{
  width: 100%;
  height: auto;
}


.visual_wrap{
   position: relative;
   overflow: hidden;
   width: 75%;
}



.visual_core01.v_u_t02_down{
	position: fixed;
	width: 55%;
	left: 0;
	bottom:20px;
}

.visual_core01.v_u_t02_down img{
  width: 100%;
  height: auto;
}

.visual_core01.v_u_t02_down > .bn_collabo{
   position: absolute;
   width: 25%;
   bottom: 100%;
   left: 0;
   z-index: 100;
}



.visual_core02.v_u_t02_down{
	position: fixed;
	width: 35%;
	left: 0;
   bottom: 20px;
	/*top: 85%;*/
}

.visual_core02.v_u_t02_down img{
  width: 100%;
  height: auto;
}







#visual_core01 .v_u_t02_down_stop{
	position: absolute;
	width: 45%;
	left: 0;
	top: 90%;
}

#visual_core01 .v_u_t02_roop{
	position: fixed;
	width: 45%;
	left: 0;
	top: 85%;
}


.top_ch01{
   position: relative;
   width: 150%;
   margin-left: -43%;
   margin-bottom: 5%;
}


.top_staff{
   position: absolute;
   width: 18%;
   top: 23%;
   right: 7.5%;
}

.top_pr01{
   position: relative;
   width: 100%;
   border: rgba(195,0,0,1.00) 1px solid;
   margin-top: 10%;
}

.info_wrap{
   position: relative;
   width: 90%;
   max-width: 1900px;
   display: flex;
   margin: 0 auto 0 auto;
   padding: 50px 0;
   justify-content: space-between;
}

.info_wrap .inner{
   position: relative;
   width: 48%;
}



.i_news{
   position: relative;
   overflow: hidden;
   width: 55%;
   float: right;
   margin-bottom: 1.5%;
}

.news_wrap{
   position: relative;
   width: 100%;
}

.news_inner{
   position: relative;
   width: 100%;
   margin: auto;
   background: linear-gradient(-45deg, rgba(255,0,15,0.80), rgba(61,5,5,0.80));
   box-shadow: -8px -8px 3px rgba(255,0,15,0.30);
   padding: 20px 20px;
   box-sizing: border-box;
}




.i_twitte{
   width: 55%;
   float: right;
   margin-bottom: 1.5%;
}

.twitter_wrap{
   position: relative;
   width: 100%;
}

.twitter_inner{
   position: relative;
   width: 100%;
   margin: auto;
   background: linear-gradient(-45deg, rgba(255,0,15,0.80), rgba(61,5,5,0.80));
   box-shadow: -8px -8px 3px rgba(255,0,15,0.30);
   padding: 20px 20px;
   box-sizing: border-box;
}


.b_info_more{
   position: relative;
   overflow: hidden;
   width: 40%;
   margin: 20px auto;
   background: linear-gradient(-45deg, rgba(255,0,15,0.80), rgba(61,5,5,0.80));
   border-radius: 50px;
   text-align: center;
}
.b_info_more a{
   text-decoration: none;
   color: rgba(255,255,255,1.00);
   font-family: 'Noto Serif JP', serif; 
   font-size: 140%;
   letter-spacing: 5px;
   transform: scale(1, 1.3);
   padding: 3px 0;
   display: block;
}


.update_area{
   position: relative;
   overflow: auto;
   width: 100%;
   height: 300px;
}

.debug{
   position: fixed;
   top: 2%;
   left: 2%;
   font-size: 200%;
   color: rgba(255,255,255,1.00);
   font-weight: 900;
   border: rgba(255,255,255,1.00) 2px solid;
   padding: 0 10px;
   background-color: rgba(0,0,0,0.40);
}

.news_sys .day{
   color: rgba(155,155,155,1.00);
   font-family: 'Noto Serif JP', serif; 
   font-size: 90%;
}

.news_sys .title{
   color: rgba(255,255,255,1.00);
   font-family: 'Noto Serif JP', serif; 
	font-weight:400 !important;
	line-height: 1.4 !important;
	font-size:16px !important;
   margin-bottom: 12px;
}

.news_sys .title a{
   color: rgba(255,255,255,1.00);
   text-decoration: none;
}


.top_bn_wrap{
   position: relative;
   overflow: hidden;
   width: 70%;
   margin: auto;
}

.top_bn_wrap ol{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}

.top_bn_wrap li{
   width: 22%;
   margin: 0 0.5% 10px 0.5%;
}

.top_bn_wrap li img{
   border: rgba(255,0,4,1.00) 1px solid;
   box-sizing: border-box;
}





.side_wrap{
   position:relative;
   width: 25%;
   right: 0;
   background-image: url("../images/index/bg_002.jpg");
   background-repeat: no-repeat;
   background-position: top right;
   background-size: cover;
   margin-bottom: 4%;
}

.side_wrap.gou{
   background-image: url("../images/index/bg_001.jpg");
   margin-bottom: 1%;
}

.side_wrap .inner{
   width: 90%;
   margin: auto;
}

.top_logo{
   position: relative;
   width: 190%;
   margin-left: -85%;
   margin-top: 6%;
   margin-bottom: 0;
}


.ch01{
   position: relative;
   width: 140%;
   margin-left: -40%;
   margin-top: 5%;
   margin-bottom: 0;
}

.ch02{
   position: relative;
   width: 100%;
   margin-left: 0%;
   margin-bottom: 8%;
}


.top_pv_wrap{
   position: relative;
   width: 100%;
   margin-bottom: 8%;
}

.top_pv_wrap .inner{
   position: relative;
   width: 100%;
      -webkit-box-shadow: 0 0 30px 5px rgba(197,29,32,0.30);
      -moz-box-shadow: 0 0 30px 5px rgba(197,29,32,0.30);
   box-shadow: 0 0 30px 5px rgba(197,29,32,0.30);
}

.pvimg{
   border: rgba(115,114,114,1.00) 1px solid;
}

.top_pv_wrap .over{
   position: absolute;
   width: 100%;
   top: 0;
   left: 0;
   border: rgba(112,112,112,1.00) 1px solid;
}


.top_chg_wrap{
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}
.top_chg_wrap li{
   width: 50%;
   box-sizing: border-box;
   margin-bottom: 5%;
}
.top_chg_wrap li.gou{
   border: rgba(131,7,7,1.00) 2px solid;
}
.top_chg_wrap li.sotsu{
   border: rgba(92,27,111,1.00) 2px solid;
}
.top_chg_wrap li.out img{
   opacity: 0.4;
   background-color: rgba(0,0,0,1.00);
}

.top_chg_wrap li img:hover{
   opacity: 1.0;
}

.top_menu{
   position: relative;
   width: 100%;
}

.top_menu li{
   font-size: 1.02vw;
   font-family: 'Noto Serif JP', serif; 
   text-align: center;
   letter-spacing: 8px;
   transform: scale(1, 1.3);
   padding-right: 2%;
   padding-bottom: 1.8%;
   font-weight: 600;
   margin-bottom: 1.0%;
   width: 100%;
}

.top_menu li a{
   color: rgba(255,255,255,1.00);
   text-decoration: none;
   transition: text-shadow 0.5s;
}

.top_menu li a:hover{
   text-shadow:0 0 10px rgba(255,0,0,1.00),0 0 10px rgba(255,0,0,1.00),0 0 10px rgba(255,0,0,1.00);
   transition: text-shadow 0.5s;
}

.top_menu li:hover{
   background-image: url("../images/index/bg_menu.png");
   background-position: center;
   background-repeat: no-repeat;
   background-size: 80% 60%;
}

.top_menu .index{
   text-align: center;
   margin-bottom: 8%;
   font-size: 1.41vw;
   font-family: 'Noto Serif JP', serif; 
   letter-spacing: 12px;
   transform: scale(1, 1.2);
   padding-bottom: 2%;
   font-weight: 600;
   color: rgba(255,0,0,1.00);
   border: 0;
   border-bottom: 1px solid;
   border-image: linear-gradient(to right, rgba(255,0,4,1.00) 0%, rgba(103,51,150,1.00) 50%, rgba(255,0,4,1.00) 100%);
   border-image-slice: 1;
}



.top_pv_wrap .index{
   text-align: center;
   margin-bottom: 6%;
   font-size: 1.41vw;
   font-family: 'Noto Serif JP', serif; 
   letter-spacing: 12px;
   transform: scale(1, 1.2);
   padding-bottom: 1%;
   font-weight: 600;
   color: rgba(255,255,255,1.00);
   border: 0;
   border-bottom: rgba(255,255,255,1.00) 1px solid;
}

.v_u_t03_down{
   width: 45%;
   left: 0;
}


/*-----------------------------------------
   メニューFIX
  -----------------------------------------*/
.menufix{
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.menufix_main{
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}


.menu_stop{
   position: absolute;
   top: 0;
   left: 0;
}

.menu_stop.fixed{
   position: fixed;
   top: 0;
   left: 0;
}


/* -----------------------------------------
   ローディング領域  
   -----------------------------------------*/
.op_load{
   width: 200px;
   margin: auto;
   font-size: 80%;
   color: rgba(255,255,255,1.00);
   text-align: center;
}

.op_anime_wrap{
	position:fixed;
   top: 0;
   left: 0;
	width:100%;
	height:100vh;
   height: calc(var(--vh, 1vh) * 100);
	z-index:99999;
   background-color: rgba(0,0,0,1.00);
}

.op_anime_wrap .logo{
   position: absolute;
   width: 600px;
   top: 45%;
   left: 0;
   right: 0;
   margin: auto;
}


.op_anime_wrap2{
	position:fixed;
   top: 0;
   left: 0;
	width:100%;
	height:100vh;
   height: calc(var(--vh, 1vh) * 100);
	z-index:99999;
   background-color: rgba(0,0,0,1.00);
}

.op_anime_wrap2 .logo2{
   position: absolute;
   width: 600px;
   top: 45%;
   left: 0;
   right: 0;
   margin: auto;
}

/* ローディング点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:1;}
    100% {opacity:0;}
}
@-moz-keyframes blink{
    0% {opacity:1;}
    100% {opacity:0;}
}
@keyframes blink{
    0% {opacity:1;}
    100% {opacity:0;}
}

/* -----------------------------------------
   オープニングエフェクト  
   -----------------------------------------*/
/* メインビジュアル */
.anime01 {

}

@keyframes higbg {
  0% {
     -webkit-filter: brightness(200%);
     -moz-filter: brightness(200%);
     -o-filter: brightness(200%);
     -ms-filter: brightness(200%);
  filter: brightness(200%);
  } 
  20% {
     -webkit-filter: brightness(180%);
     -moz-filter: brightness(180%);
     -o-filter: brightness(180%);
     -ms-filter: brightness(180%);
  filter: brightness(180%);
  }
  98% {
     -webkit-filter: brightness(100%);
     -moz-filter: brightness(100%);
     -o-filter: brightness(100%);
     -ms-filter: brightness(100%);
  filter: brightness(100%);
  }
}



/* ビジュアル */
.anime02 {
  animation: higvis 3s 1;
  animation-delay: 0s;
  animation-fill-mode:forwards;
}

@keyframes higvis {
  0% {
     -webkit-filter: opacity(100%) contrast(250%) saturate(200%) blur(30px);
     -moz-filter: opacity(100%) contrast(250%) saturate(200%) blur(30px);
     -o-filter: opacity(100%) contrast(250%) saturate(200%) blur(30px);
     -ms-filter: opacity(100%) contrast(250%) saturate(200%) blur(30px);
     filter: opacity(100%) contrast(250%) saturate(200%) blur(30px);
  }
  100% {
     -webkit-filter: opacity(0%) contrast(150%) saturate(150%) blur(10px);
     -moz-filter: opacity(0%) contrast(150%) saturate(150%) blur(10px);
     -o-filter: opacity(0%) contrast(150%) saturate(150%) blur(10px);
     -ms-filter: opacity(0%) contrast(150%) saturate(150%) blur(10px);
     filter: opacity(0%) contrast(150%) saturate(150%) blur(10px);
  }}

/* 黒赤 */
.anime04 {
  animation: bganime 3s 1;
  animation-delay: 0s;
  animation-fill-mode:forwards;
}
@keyframes bganime {
  0% {
  background-color: rgba(0,0,0,1.00);
  } 
  100% {
  /*background-color: rgba(167,10,11,0.80); 業 */ 
  background-color: rgba(46,23,69,0.80);
  }
}

/* 黒赤 */
.anime04gou {
  animation: bganimegou 3s 1;
  animation-delay: 0s;
  animation-fill-mode:forwards;
}
@keyframes bganimegou {
  0% {
  background-color: rgba(0,0,0,1.00);
  } 
  100% {
  background-color: rgba(167,10,11,0.80);
  }
}

/* キャッチ */
.anime05 {
  animation: toplogo 5.0s 1;
  animation-fill-mode:forwards;
}
@keyframes toplogo {
  50% {
     -webkit-filter: opacity(0) blur(30px);
     -moz-filter: opacity(0) blur(30px);
     -o-filter: opacity(0) blur(30px);
     -ms-filter: opacity(0) blur(30px);
  filter: opacity(0) blur(30px);
  }
  100% {
     -webkit-filter: opacity(1) blur(0px);
     -moz-filter: opacity(1) blur(0px);
     -o-filter: opacity(1) blur(0px);
     -ms-filter: opacity(1) blur(0px);
   filter: opacity(1) blur(0px);
  }
}


/* キャッチ_スキップ */
.anime05_skip {
  animation: toplogo_skip 3.0s 1;
  animation-fill-mode:forwards;
}
@keyframes toplogo_skip {
  0% {
     -webkit-filter: opacity(0) blur(30px);
     -moz-filter: opacity(0) blur(30px);
     -o-filter: opacity(0) blur(30px);
     -ms-filter: opacity(0) blur(30px);
  filter: opacity(0) blur(30px);
  }
  80% {
     -webkit-filter: opacity(1) blur(0px);
     -moz-filter: opacity(1) blur(0px);
     -o-filter: opacity(1) blur(0px);
     -ms-filter: opacity(1) blur(0px);
   filter: opacity(1) blur(0px);
  }
}

/* キャッチ_スキップ */
.anime05_skip2 {
  animation: toplogo_skipp 2.0s 1;
  animation-fill-mode:forwards;
}
@keyframes toplogo_skipp {
  0% {
     -webkit-filter: opacity(0) blur(30px);
     -moz-filter: opacity(0) blur(30px);
     -o-filter: opacity(0) blur(30px);
     -ms-filter: opacity(0) blur(30px);
  filter: opacity(0) blur(30px);
  }
  80% {
     -webkit-filter: opacity(1) blur(0px);
     -moz-filter: opacity(1) blur(0px);
     -o-filter: opacity(1) blur(0px);
     -ms-filter: opacity(1) blur(0px);
   filter: opacity(1) blur(0px);
  }
}



/* -----------------------------------------
   フッダ
   -----------------------------------------*/

.footer{
   width: 100%;
   padding: 2% auto 60px auto;
}

.copy{
   width: 100%;
   margin: auto;
   text-align: center;
   color: rgba(255,255,255,1.00);
   font-size: 90%;
   font-family: 'Noto Serif JP', serif; 
   font-weight: 400;
   font-style: normal;
   letter-spacing: 5px;
   transform: scale(0.8, 1);
   padding-bottom: 50px;
}

/* -----------------------------------------
   シェアボタン
   -----------------------------------------*/

.share_wrap{
   position:relative;
   width:300px;
   font-size:130%;
   padding: 10px;
   margin: auto;
   margin-top: 20px;
}





.output_wrap{
   position: fixed;
   width: 500px;
   height: 300px;
   top: 0;
   left: 0;
   background-color: rgba(0,0,0,0.80);
   color: rgba(255,255,255,1.00);
}


/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   タブレット版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 1100px) {


.top_menu .index{
   border-image: none;
   border-image-slice: 1;
   border-bottom: rgba(103,51,150,1.00) 1px solid;
   margin-top: 20px;
}

.top_menu li{
    font-size: 12px;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
@media screen and (max-width: 900px) {
   .top_menu li{
      margin-bottom: 13px;
   }
}

.side_wrap{
   min-width: auto;
   position: absolute;
   top: 0;
   right: 0;
}

.i_news{
   width: 70%;
}

.i_twitte{
   width: 70%;
}

.info_wrap{
   width: 95%;
}

.top_bn_wrap{
   width: 98%;
}

}



/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   スマホ版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */
@media screen and (max-width: 480px) {

body{
   font-size: 80%;
}


/* -----------------------------------------
   ビジュアル領域  
   -----------------------------------------*/
.wrap{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.visual_wrap{
   width: 100%;
}

.visual_inner{
   position: relative;
   width: 100%;
}

.visual01{
   width: 100%;
}

#visual01  .visual01_blend{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background: rgba(255,0,4,1.00) url("../images/index/v_001m.jpg");
   background-blend-mode: hard-light;
   background-size: cover;
}

#visual02  .visual01_blend{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background: rgba(255,0,4,1.00) url("../images/index/v_002m.jpg");
   background-blend-mode: hard-light;
   background-size: cover;
}

#visual03  .visual01_blend{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background: rgba(255,0,4,1.00) url("../images/index/v_003m.jpg");
   background-blend-mode: hard-light;
   background-size: cover;
}


.visual01_brk{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background: url("../images/index/v_001brkm.png");
   background-blend-mode: hard-light;
   background-size: cover;
}

.visual01_chara{
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}

.top_pv_wrap{
   position: relative;
   width: 95%;
   top: auto;
   right: auto;
   left: auto;
   margin: 10px auto 10px auto;
}

.top_staff{
   position: relative;
   width: 80%;
   top: auto;
   right: auto;
   margin: 15px auto 20px auto;
}

.ch01{
   position: absolute;
   width: 7.8%;
   top: 8%;
   left: auto;
   right: 8%;
}


#visual_core01 .top_logo{
   position: absolute;
   width: 70%;
   top: 2%;
   left: 2%;
   margin: 0;
}



.visual_core01.v_u_t02_down{
	position: absolute;
	width: 10%;
	left: auto;
   right: 20px;
	bottom:auto;
   top: 50px;
}




#visual_core01 .top_ch01{
   position: absolute;
   width: 75%;
   top: 87%;
   right: 23%;
}

#visual_core02 .top_ch01{
   position: absolute;
   width: 75%;
   top: 92%;
   right: 23%;
}

#visual_core03 .top_ch01{
   position: absolute;
   width: 75%;
   top: 90%;
   right: 23%;
}



#visual_core01 .bn_collabo{
   position: absolute;
   width: 30%;
   top: -50%;
   left: auto;
   right: -25%;
}

#visual_core02 .bn_collabo{
   position: absolute;
   width: 30%;
   top: -90%;
   left: auto;
   right: -25%;
}

#visual_core02 .top_logo{
   position: absolute;
   width: 60%;
   top: 1%;
   left: 2%;
   margin: 0;
}


#visual_core03 .bn_collabo{
   position: absolute;
   width: 30%;
   top: -90%;
   left: auto;
   right: -25%;
}

#visual_core03 .top_logo{
   position: absolute;
   width: 60%;
   top: 1%;
   left: 2%;
   margin: 0;
}





#visual_core01 .ch01{
   position: absolute;
   width: 8.0%;
   top: 10%;
   left: auto;
   right: 5%;
}

#visual_core02 .ch01{
   position: absolute;
   width: 8.0%;
   top: -110%;
   left: auto;
   right: 5%;
}

#visual_core03 .ch01{
   position: absolute;
   width: 8.0%;
   top: -40%;
   left: auto;
   right: 5%;
}




.top_pr01{
   position: relative;
   width: 95%;
   margin: auto;
   border: rgba(195,0,0,1.00) 1px solid;
}

.top_menu{
   position: relative;
   width: 100%;
   top: auto;
   right: auto;
}

.top_menu ol{
   display: none;
}

.top_menu .index{
   display: none;
}

.info_wrap{
   position: relative;
   width: 95%;
   display: block;
   margin: 20px auto 50px auto;
   padding: 0;
}

.info_wrap .inner{
   position: relative;
   width: 100%;
   margin-bottom: 30px;
}



.i_news{
   width: 80%;
   float: none;
   margin: auto;
   margin-bottom: 10px;
}
.i_twitte{
   width: 80%;
   float: none;
   margin: auto;
   margin-bottom: 10px;
}

.twitter_wrap{
   position: relative;
   width: 100%;
}

.twitter_inner{
   width: 100%;
   background: linear-gradient(-45deg, rgba(255,0,15,0.80), rgba(61,5,5,0.80));
   box-shadow: -10px -10px 10px rgba(255,0,15,0.30);
   height: 400px;
   padding: 20px;
}

.update_area{
   position: relative;
   overflow: auto;
   width: 100%;
   height: 360px;
}


.top_bn_wrap{
   position: relative;
   overflow: hidden;
   width: 70%;
   margin: auto;
   margin-bottom: 80px;
}

.top_bn_wrap ol{
   display: block;
}

.top_bn_wrap li{
   width: 100%;
   margin: 0 auto 10px auto;
}

.top_bn_wrap li img{
   border: rgba(255,0,4,1.00) 1px solid;
   box-sizing: border-box;
}

/* -----------------------------------------
   ローディング領域  
   -----------------------------------------*/
.op_load{
   width: 100%;
   margin: auto;
   font-size: 90%;
   color: rgba(255,255,255,1.00);
   text-align: center;
}

.op_anime_wrap{
	position:fixed;
   top: 0;
   left: 0;
	width:100%;
	height:100vh;
   height: calc(var(--vh, 1vh) * 100);
	z-index:99999;
   background-color: rgba(0,0,0,1.00);
}

.op_anime_wrap .logo{
   position: absolute;
   width: 100%;
   top: 40%;
   left: 0;
   right: 0;
   margin: auto;
}


.op_anime_wrap2{
	position:fixed;
   top: 0;
   left: 0;
	width:100%;
	height:100vh;
   height: calc(var(--vh, 1vh) * 100);
	z-index:99999;
   background-color: rgba(0,0,0,1.00);
}

.op_anime_wrap2 .logo2{
   position: absolute;
   width: 100%;
   top: 40%;
   left: 0;
   right: 0;
   margin: auto;
}

/* -----------------------------------------
   フッダ
   -----------------------------------------*/

.footer{
   width: 100%;
   margin: 2% auto 60px auto;
}

.copy{
   width: 100%;
   margin: auto;
   text-align: center;
   color: rgba(255,255,255,1.00);
   font-size: 90%;
   letter-spacing: 2px;
   transform: scale(0.8, 1);
}

/* -----------------------------------------
   シェアボタン
   -----------------------------------------*/

.share_wrap{
	position:relative;
	width:200px;
	margin: auto;
	right: auto;
	top: auto;
   font-size:100%;
   padding: 3px;

}

}

