@media screen and (max-width: 1129px) {
   /* 表示領域が1129px未満の場合に適用するスタイル */




   .inner ul {
     display: none;
   }
   .middle_browser_header{
     display: none;
   }

   .space_slider{
       display: none;
   }
   .tyousei_border_non_b{
     width:100%;
     height:50px;
   }

   /*3カラム 縦1列変動*/
   #three-column{
      display: none;
   }
   #three-column_liquid{
     width:100%;
     margin-top:40px;
   }
   .tc_liquid_box{
    padding-bottom:20px;
   }
   .tc_liquid_box a:hover{
     opacity: .5;
     -webkit-opacity: .5;
     -moz-opacity: .5;
     filter: alpha(opacity=50);	/* IE lt 8 */
     -ms-filter: "alpha(opacity=50)"; /* IE 8 */
     -webkit-transition: opacity 0.5s ease-out;
     -moz-transition: opacity 0.5s ease-out;
     -ms-transition: opacity 0.5s ease-out;
     transition: opacity 0.5s ease-out;
   }


   /*インフォ*/
   .info_bs{
     width:100%;
     height:auto;
     padding-top:50px;
     text-align: center;
   }
   .info_bs_text{
     width:100%;
     height:auto;
   }
   .info_text_inner{
     width:100%;
    margin:0 auto;
    padding-bottom:50px;
   }
   h1{
     text-align:center;
     width:100%;
     font-size:120%;
     margin:0 auto;
     padding:10px 0 10px 0;
     border-top: 1px solid black;
     border-bottom:  1px solid black;
   }
   .info_text_inner p{
     text-align: justify;
     font-size:100%;
   }
   .info_pickup_con_wra{
     border-top: 1px solid black;
     padding-top:40px;
     width:100%;
     text-align: center;
   }
   .ipc_title{
     font-weight:bold;
     font-size:120%;
     letter-spacing: 10px;
     display: inline-block;
   }

   /*インフォテーブル*/
   .event_info_wra{
     width:100%;
     text-align: center;
   }
   .event_info_title{
     font-weight:bold;
     font-size:120%;
     letter-spacing: 10px;
     display: inline-block;
     margin-bottom:50px;
   }
   .event_table_wrapper{
     margin: 0 auto;
     width:100%;
   }
   .itasya_tyuuijikou{
     text-align: left;
     width:100%;
     margin:0 auto;
     padding-bottom:50px;
   }
   .etw_text_sub{
     width:100%;
     margin:0 auto;
   }
   .form_wrapper{
     width:100%;
     margin-top:10px;
   }
   .etw_inner {
     border: 1px solid white;
     border-collapse: collapse;
     width:100%;
   }
   .etw_inner td{
     display: block;
     width:auto;
   }
   .etw_left{
     border: 1px solid white;
     background-color: #595959;
     color:white;
     width:100%;
     text-align: left;
   }
   .etw_left_inner{
     width:90%;
     margin:0 auto;
     padding:20px 0 20px 0;
   }
   .etw_right{
     border: 1px solid white;
     background-color: #f0ebe1;
     width:100%;
     text-align: left;
   }
   .etw_right_inner{
     width:90%;
     margin:0 auto;
     padding:20px 0 20px 0;
   }
   .kaijou_image{
     min-width:100px;
     max-width:700px;
     height:200px;
     background-color:red;
   }
   .event_category ul li{
     position: relative;
     list-style-type: none;
     margin-left:-25px;
   }
   .event_category ul li::after{
     display: block;
     content: '';
     position: absolute;
     top: .5em;
     left: -1em;
     width: 8px;
     height: 3px;
     border-left: 2px solid #e66000;
     border-bottom: 2px solid #e66000;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   .event_Registration li{
     margin-bottom:30px;
   }
   .event_Registration div{
     margin:10px 0 0 0;
   }
   .event_Registration ul li{
     position: relative;
     list-style-type: none;
     margin-left:-25px;
   }
   .event_Registration ul li::after,
   .event_Registration ul li::before {
   	display: block;
   	content: '';
   	position: absolute;
   }
   .event_Registration ul li::after {
   	top: .35em;
   	left: -1.2em;
   	width: 14px;
   	height: 14px;
   	background-color: #3498db;
   	border-radius: 100%;
   }
   .event_Registration ul li::before {
   	z-index: 2;
   	top: .625em;
   	left: -.975em;
   	width: 4px;
   	height: 4px;
   	border-right: 1px solid #fff;
   	border-bottom: 1px solid #fff;
   	-webkit-transform: rotate(-45deg);
   	transform: rotate(-45deg);
   }
   .eR_list_table table{
  	border-collapse: collapse;
    width: 50%;
    background-color:white;
    text-align:center;
    }
  .eR_list_table_left{
    border: 3px solid #f0ebe1;
    max-width: 500px;
    min-width: 150px;
    padding:10px;
    background-color:#ddd3d3;
  }
  .eR_list_table_right{
    border: 3px solid #f0ebe1;
    max-width: 500px;
    min-width: 150px;
    text-align:center;
    padding:10px;
  }
  .eR_list_link {
   background-color:#ccc;
   border-radius:5px;
   position:relative;
   max-width: 350px;
   min-width:100px;
   text-align:center;
  }
  .eR_list_link a{
    width: 100%;
    padding:20px 0 20px 0;
    margin:0 auto;
    display: block;
    font-size:120%;
    color:black;
  }
  .eR_list_link a:hover{
    color:red;
  }
  .eR_list_link:after {
   border:10px solid transparent;
   border-bottom-color:#ccc;
   border-top-width:0;
   top:-10px;
   content:"";
   display:block;
   left:30px;
   position:absolute;
   width:0;
  }
  .eR_list_attention{
    color:red;
    font-weight:bold;
  }

  /*インフォフッター*/
  .info_footer_title{
    font-weight:bold;
    font-size:120%;
    letter-spacing: 10px;
    display: inline-block;
    margin-bottom:50px;
  }
  .info_footer_wra{
    width:100%;
    margin-top:70px;
    padding-bottom:100px;
    text-align: center;
  }
  .if_map_text{
    margin: 0 auto;
    width:80%;
    padding: 20px 0 20px 0;
    font-weight: bold;
    border: solid 1px black;/*線*/
    border-radius: 10px;/*角の丸み*/
    font-size: 1vh;
  }
  .if_map_wra{
    margin:0 auto;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
  }
  .if_map_wra a:hover{
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);	/* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }

  /*コンテンツタイトル*/
  .content_title_wra{
    padding-top:80px;
    width:100%;
  }
  .category_title{
    text-align: center;
  }
  h3{
    font-size: 20px;
    padding:0 0 8px 0;
    margin:0;
    letter-spacing: 10px;
  }
  .ct_sub_title{
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding:7px 0px 7px 0px;
    margin:0;
    display: inline-block;
  }
  .ct_text_wra{
    width:100%;
  }
  .ct_text_inner{
    width:90%;
    margin:0 auto;
  }
  .content_title_img{
    width:100%;
    padding-bottom:40px;
  }
  .content_title_img ul{
    margin:0;
    padding:0;
  }
  /*痛車設定*/
  .paint_car_awards{
    padding:20px;
    border:1px solid black;
    width:auto;
    height:auto;
  }
  .pca_title{
    font-size:20px;
    font-weight:bold;
  }

  /*コスプレ*/
  .cos-archives{
    width:100%;
    margin-top:50px;
    margin-bottom:10px;
  }
  .cs_inner{
    margin:0 auto;
    width:100%;
  }
  .cs_inner a{
    color:black;
  }
  .ca_left a{
    width:100%;
    padding:20px 0 20px 0;
    background-color: #ccc;
    float: left;
    font-size:1.5vw;
    margin-bottom: 20px;
  }
  .ca_left a:hover{
    width:100%;
    padding:20px 0 20px 0;
    background-color: black;
    font-size:1.5vw;
    color:white;
  }
  .ca_right a{
    width:100%;
    padding:20px 0 20px 0;
    background-color: #ccc;
    float: left;
    font-size:1.5vw;
  }
  .ca_right a:hover{
    width:100%;
    padding:20px 0 20px 0;
    background-color: black;
    font-size:1.5vw;
    color:white;
  }


  /*ギャラリーカラム*/
  .gallery_column_b{
    display: none;

  }
  .gallery_column_s{
    width:100%;
    padding-top:20px;
    text-align: center;
  }
  .g_c_title{
    margin-bottom:60px;
    text-align: center;
  }
  .gc_four_wra_inner{
    width:auto;
  }
  .gc_four_wra_inner table{
    width:100%;
    padding:0 ;
    margin:0
  }
  .gc_four_wra_innertable , td {
  	border-collapse: collapse;
    width:25%;
    padding:0 ;
    margin:0;
    display: block;
    width:auto;

  }
  .gc_four_wra_inner a:hover{
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);	/* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    }
  .gc_four_wra{
    width:23%;
    height:200px;
    margin-right: 2%;
    float:left;
  }
  .gc_four_wra_end{
    width:23%;
    height:200px;
    float:left;
  }

  /*テキストテンプレ*/
    .text-template_wrapper{
      margin:0 auto;
      width:90%;
    }
    .text-template_inner{
      width:100%;
      margin-bottom:50px;
      text-align:left;
    }
    .text-title{
      position: relative;
      padding: 1.0em;
      background: #ccc;
      font-weight:bold;
      font-size:15px;
    }
    .text-title:after {
      position: absolute;
      content: '';
      top: 100%;
      left: 30px;
      border: 15px solid transparent;
      border-top: 15px solid #ccc;
      width: 0;
      height: 0;
    }
    .tt_box_wra{
      margin: 0 auto;
      padding-top:10px;
      width:95%;
    }
    .tt_box_wra p{
      padding:0;
      margin:0;
    }
    .ryoukin_table{
      margin-top:15px;
    }
    .rt_left_box{
      border: 1px solid white;
      background-color: #595959;
      color:white;
      text-align:center;
      padding:10px 0 10px 0;
    }
    .rt_right_box{
      border: 1px solid white;
      background-color: #f0ebe1;
      text-align:center;
      padding:10px 0 10px 0;
    }

    .f_rogo_image{
      width:200px;
    }

    /*テキストテンプレ_ステージ出演者*/
      .ryoukin_table_stage{
        margin-top:15px;
      }
      .rt_left_box_stage{
        background-color: transparent;
        color:white;
        text-align:center;
        padding:10px 0 0 0;
      }
      .rt_right_box_stage{
        background-color: transparent;
        padding:10px 0 0 20px;
      }
      .stage_name_title{
        font-size: 20px;
        font-weight:bold;
      	line-height: 20px;
      	padding: .5em 0 .5em .5em;
      	border-left: 6px solid #000000;
        margin-bottom:15px;

      }
      .stage_naiyou_wra{
        width:80%;
        position: relative;
        padding:.75em;
        background-color: #f0ebe1;
        border-radius: 6px;
        margin-bottom:20px;
      }
      .stage_naiyou_wra::after {
        border-left: solid 7px transparent;
  	    border-right: solid 7px transparent;
  	    border-bottom: solid 10px #f0ebe1;
  	    top: -10px;
  	    content:"";
    	  display:block;
  	    height:0;
  	    margin-left:-5px;
  	    position: absolute;
  	     width:0;
      }



    /*更新略歴*/
    .wn_info_footer_wra{
        width:100%;
        margin-top:70px;
        padding-bottom:100px;
        text-align: center;
      }

    .wn_tt_box_wra{
      margin: 0 auto;
      width:100%;
      height:250px;
      overflow: auto;
      border:solid 1px black;
    }
    .wn_tt_box_wra p{
      padding:0;
      margin:0;
    }
    .wn_ryoukin_table{
    }

    .wn_rt_left_box{
      background-color: black;
      color:white;

      width:100%;
      text-align:center;
      padding:10px 0 10px 0;
    }
    .wn_rt_right_box{
      background-color: white;

      width:100%;
      text-align:center;
      word-break: break-all;
      padding:10px 0px 10px 0px;

    }


}


@media screen and (min-width: 1130px) {
   /* 表示領域が1130px以上の場合に適用するスタイル */

   .tyousei_border_non_b{
     width:100%;
     height:50px;
   }


   /*ヘッダー*/
   .min_browser_header{
     display: none;
   }
   .middle_browser_header{
     width:100%;
     height:60px;
     background-color:white;
     border-bottom: 1px solid #2f2f2f;
     position: fixed;
     top:0;
     left:0;
     z-index: 8000;
   }
   /*3カラム*/
   #three-column_liquid{
     display: none;
   }
   #three-column{
     width:100%;
     margin: 0 auto;
   }
   #three-column_inner{
     margin-top:40px;
   }
   #three-column_inner table{
     width:100%;
   }
   #three-column_inner table , td, th {
   	 border-collapse: collapse;
     padding:0;
     margin:0;
   }
   h2 {
     width:80%;
     text-align: center;
     padding:10px;
     margin:0 auto;
     font-size:1.5vh;
     font-weight:bold;
     border-top: 1px solid black;
     border-bottom: 1px solid black;
   }
   .tc_left a:hover{
     opacity: .5;
     -webkit-opacity: .5;
     -moz-opacity: .5;
     filter: alpha(opacity=50);	/* IE lt 8 */
     -ms-filter: "alpha(opacity=50)"; /* IE 8 */
     -webkit-transition: opacity 0.5s ease-out;
     -moz-transition: opacity 0.5s ease-out;
     -ms-transition: opacity 0.5s ease-out;
     transition: opacity 0.5s ease-out;
   }
   .tc_center a:hover{
     opacity: .5;
     -webkit-opacity: .5;
     -moz-opacity: .5;
     filter: alpha(opacity=50);	/* IE lt 8 */
     -ms-filter: "alpha(opacity=50)"; /* IE 8 */
     -webkit-transition: opacity 0.5s ease-out;
     -moz-transition: opacity 0.5s ease-out;
     -ms-transition: opacity 0.5s ease-out;
     transition: opacity 0.5s ease-out;
   }
   .tc_right a:hover{
     opacity: .5;
     -webkit-opacity: .5;
     -moz-opacity: .5;
     filter: alpha(opacity=50);	/* IE lt 8 */
     -ms-filter: "alpha(opacity=50)"; /* IE 8 */
     -webkit-transition: opacity 0.5s ease-out;
     -moz-transition: opacity 0.5s ease-out;
     -ms-transition: opacity 0.5s ease-out;
     transition: opacity 0.5s ease-out;
   }

   /*SCROLLDOWN&sidespace*/
   .space_slider{
     position: relative;
     width:100%;
   }
   .slider_left_line{
     width: 50px;
     height:1000px;
     position:absolute;
     z-index: 9000;
     top:-1000px;
     left:0;
     background-color:white;
   }
   .slider_right_line{
     width: 50px;
     height:1000px;
     position:absolute;
     z-index: 9000;
     top:-1000px;
     right:0;
     background-color:white;
   }
   #scroll_down_wrapper{
     width: 100%;
     height:70px;
     position:absolute;
     top:-70px;
     z-index: 5000;
     background-color:white;
   }
   .s_d_inner{
     width:120px;
     padding:25px;
     height:auto;
     color:#333;
     margin:0 auto;
   }
   .s_d_inner a{
     color:#333;

   }
   .s_d_inner a:hover{
     color:red;
   }

   /*インフォ*/
   .info_bs{
     width:100%;
     height:auto;
     padding-top:50px;
     text-align:center;
   }
   .info_bs_text{
     width:100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
   }
   .info_text_inner{
     width:80%;
     padding-top:20px;
    margin:0 auto;
   }
   h1{
     text-align:center;
     width:100%;
     font-size:20px;
     margin:0 auto;
     padding:10px 0 10px 0;
     border-top: 1px solid black;
     border-bottom:  1px solid black;
   }
   .info_text_inner p{
     text-align: justify;
     font-size:100%;
   }
   .info_pickup_con_wra{
     border-top: 1px solid black;
     padding-top:40px;
     width:100%;
     text-align: center;
   }
   .ipc_title{
     font-weight:bold;
     font-size:20px;
     letter-spacing: 10px;
     display: inline-block;
   }
   /*インフォテーブル*/
   .event_info_wra{
     width:100%;
     text-align: center;
     margin-top:20px;
   }
   .event_info_title{
     font-weight:bold;
     font-size:20px;
     letter-spacing: 10px;
     display: inline-block;
     margin-bottom:50px;
   }
   .event_table_wrapper{
     margin: 0 auto;
     width:80%;
   }
   .etw_text_sub{
     width:70%;
     margin:0 auto;
     padding:10px;
     border:1px solid black;

   }
   .etw_text_sub a:hover{
     opacity: 0.5;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);

   }
   .form_wrapper{
     width:100%;
     margin-top:10px;
   }
   .etw_inner {
     border: 1px solid white;
     border-collapse: collapse;
     width:100%;
   }
   .etw_left{
     border: 1px solid white;
     background-color: #595959;
     color:white;
     width:30%;
     text-align: left;
   }
   .etw_left_inner{
     width:90%;
     margin:0 auto;
     padding:20px 0 20px 0;
   }
   .etw_right{
     border: 1px solid white;
     background-color: #f0ebe1;
     width:70%;
     text-align: left;
   }
   .etw_right_inner{
     width:90%;
     margin:0 auto;
     padding:20px 0 20px 0;
   }
   .kaijou_image{
     min-width:300px;
     max-width:800px;
     height:400px;
     margin-bottom:20px;
   }
   .event_category ul li{
     position: relative;
     list-style-type: none;
     margin-left:-25px;
   }
   .event_category ul li::after{
     display: block;
     content: '';
     position: absolute;
     top: .5em;
     left: -1em;
     width: 8px;
     height: 3px;
     border-left: 2px solid #e66000;
     border-bottom: 2px solid #e66000;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   .event_Registration li{
     margin-bottom:30px;
   }
   .event_Registration div{
     margin:10px 0 0 0;
   }
   .event_Registration ul li{
     position: relative;
     list-style-type: none;
     margin-left:-25px;
   }
   .event_Registration ul li::after,
   .event_Registration ul li::before {
   	display: block;
   	content: '';
   	position: absolute;
   }
   .event_Registration ul li::after {
   	top: .35em;
   	left: -1.2em;
   	width: 14px;
   	height: 14px;
   	background-color: #3498db;
   	border-radius: 100%;
   }
   .event_Registration ul li::before {
   	z-index: 2;
   	top: .625em;
   	left: -.975em;
   	width: 4px;
   	height: 4px;
   	border-right: 1px solid #fff;
   	border-bottom: 1px solid #fff;
   	-webkit-transform: rotate(-45deg);
   	transform: rotate(-45deg);
   }
   .eR_list_table table{
  	border-collapse: collapse;
    width: 50%;
    background-color:white;
    text-align:center;
   }
  .eR_list_table_left{
    border: 3px solid #f0ebe1;
    max-width: 500px;
    min-width: 150px;
    padding:10px;
    background-color:#ddd3d3;
  }
  .eR_list_table_right{
    border: 3px solid #f0ebe1;
    max-width: 500px;
    min-width: 150px;
    text-align:left;
    padding:10px;
  }
  .eR_list_link {
   background-color:#ccc;
   border-radius:5px;
   position:relative;
   width:50%;
   text-align:center;
  }
  .eR_list_link a{
    width: 100%;
    padding:20px 0 20px 0;
    margin:0 auto;
    display: block;
    font-size:1vw;
    color:black;
  }
  .eR_list_link a:hover{
    color:red;
  }
  .eR_list_link:after {
   border:10px solid transparent;
   border-bottom-color:#ccc;
   border-top-width:0;
   top:-10px;
   content:"";
   display:block;
   left:30px;
   position:absolute;
   width:0;
  }
  .eR_list_attention{
    color:red;
    font-weight:bold;
  }
  /*インフォフッター*/
  .info_footer_title{
    font-weight:bold;
    font-size:20px;
    letter-spacing: 10px;
    display: inline-block;
    margin-bottom:50px;
  }
  .info_footer_wra{
    width:100%;
    margin-top:70px;
    padding-bottom:100px;
    text-align: center;
  }
  .if_map_text{
    margin: 0 auto;
    width:80%;
    padding: 20px 0 20px 0;
    font-weight: bold;
    border: solid 1px black;/*線*/
    border-radius: 10px;/*角の丸み*/
  }
  .if_map_wra{
    margin:0 auto;
    width:80%;
    padding-top:20px;
    padding-bottom:20px;
  }
  .if_map_wra a:hover{
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);	/* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }

  /*コンテンツタイトル*/
  .content_title_wra{
    padding-top:100px;
    width:100%;
  }
  .category_title{
    text-align: center;
  }
  h3{
    font-size: 20px;
    padding:0 0 8px 0;
    margin:0;
    letter-spacing: 10px;
  }
  .ct_sub_title{
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding:7px 5px 7px 5px;
    margin:0;
    display: inline-block;
    letter-spacing: 10px;
  }
  .ct_text_wra{
    width:100%;
    padding:10px 0 10px 0;
  }
  .ct_text_inner{
    width:65%;
    margin:0 auto;
  }
  .content_title_img{
    width:100%;
    padding-bottom:40px;
  }
  .content_title_img ul{
    margin:0;
    padding:0;
  }

  /*痛車設定*/
  .paint_car_awards{
    padding:20px;
    border:1px solid black;
    margin:20px 0 0 0;
    width:auto;
    height:auto;
  }
  .pca_title{
    font-size:20px;
    font-weight:bold;
  }
  .itasya_tyuuijikou{
    width:70%;
    margin:0 auto;
    padding-bottom:50px;
    text-align: left;
  }

  /*コスプレ*/
  .cos-archives{
    width:100%;
    margin-top:20px;
    margin-bottom:30px;
  }
  .cs_inner{
    margin:0 auto;
    width:700px;
  }
  .cs_inner a{
    color:black;
  }
  .ca_left a{
    width:325px;
    padding:20px 0 20px 0;
    background-color: #ccc;
    float: left;
    font-size:1.5vw;
    margin-right: 50px;
  }
  .ca_left a:hover{
    width:325px;
    padding:20px 0 20px 0;
    background-color: black;
    font-size:1.5vw;
    color:white;
  }
  .ca_right a{
    width:325px;
    padding:20px 0 20px 0;
    background-color: #ccc;
    float: left;
    font-size:1.5vw;
  }
  .ca_right a:hover{
    width:325px;
    padding:20px 0 20px 0;
    background-color: black;
    font-size:1.5vw;
    color:white;
  }



  /*ギャラリーカラム*/
  .gallery_column_s{
    display: none;
  }
  .gallery_column_b{
    margin-top:50px;
    width:100%;
    padding-top:20px;
    text-align: center;
  }
  .g_c_title{
    text-align: center;
    margin-bottom:60px;
  }
  .gc_four_wra_inner{
    width:auto;
  }
  .gc_four_wra_inner table{
    width:100%;
    padding:0 ;
    margin:0
  }
  .gc_four_wra_innertable , td {
  	border-collapse: collapse;
    width:25%;
    padding:0 ;
    margin:0;
  }
  .gc_four_wra_inner a:hover{
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);	/* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    }
  .gc_four_wra{
    width:23%;
    height:200px;
    background-color:white;
    margin-right: 2%;
    float:left;
  }
  .gc_four_wra_end{
    width:23%;
    height:200px;
    background-color:white;
    float:left;
  }


/*テキストテンプレ*/
  .text-template_wrapper{
    margin:0 auto;
    width:80%;
  }
  .text-template_inner{
    width:100%;
    margin-bottom:50px;
    text-align:left;
  }
  .text-title{
    position: relative;
    padding: 1.0em;
    background: #ccc;
    font-weight:bold;
    font-size:15px;
  }
  .text-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ccc;
    width: 0;
    height: 0;
  }
  .tt_box_wra{
    margin: 0 auto;
    padding-top:10px;
    width:95%;
  }
  .tt_box_wra p{
    padding:0;
    margin:0;
  }
  .ryoukin_table{
    margin-top:15px;
  }
  .rt_left_box{
    border: 1px solid white;
    background-color: #595959;
    color:white;
    text-align:center;
    padding:10px 0 10px 0;
  }
  .rt_right_box{
    border: 1px solid white;
    background-color: #f0ebe1;
    text-align:center;
    padding:10px 0 10px 0;
  }

  /*テキストテンプレ_ステージ出演者*/
    .ryoukin_table_stage{
      margin-top:15px;
    }
    .rt_left_box_stage{
      background-color: transparent;
      color:white;
      text-align:center;
      padding:10px 0 0 0;
    }
    .rt_right_box_stage{
      background-color: transparent;
      padding:10px 0 0 20px;
    }
    .stage_name_title{
      font-size: 20px;
      font-weight:bold;
    	line-height: 20px;
    	padding: .5em 0 .5em .5em;
    	border-left: 6px solid #000000;
      margin-bottom:15px;

    }
    .stage_naiyou_wra{
      width:80%;
      position: relative;
      padding:.75em;
      background-color: #f0ebe1;
      border-radius: 6px;
      margin-bottom:20px;
    }
    .stage_naiyou_wra::after {
      border-left: solid 7px transparent;
	    border-right: solid 7px transparent;
	    border-bottom: solid 10px #f0ebe1;
	    top: -10px;
	    content:"";
  	  display:block;
	    height:0;
	    margin-left:-5px;
	    position: absolute;
	     width:0;
    }


  .f_rogo_image{
    width:200px;
  }

  /*更新略歴*/
  .wn_info_footer_wra{
      width:100%;
      margin-top:70px;
      padding-bottom:100px;
      text-align: center;
    }

  .wn_tt_box_wra{
    margin: 0 auto;
    width:55%;
    height:250px;
    overflow: auto;
    border:solid 1px black;
  }
  .wn_tt_box_wra p{
    padding:0;
    margin:0;
  }
  .wn_ryoukin_table{
  }

  .wn_rt_left_box{
    background-color: black;
    color:white;

    width:100px;
    text-align:center;
    padding:10px 0 10px 0;
  }
  .wn_rt_right_box{
    background-color: white;

    width:400px;
    text-align:center;
    padding:10px 0 10px 0;
  }


}

/*アクセス*/
  .access_box_wrapper{
    width:100%;
    height:400px;
  }
