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

  *{
    font-family: "Noto Sans CJK JP" , sans-serif;
    color: #333333;
    text-decoration: none;
  }
  body{
    background-color: #FAFAFA;
  }

  /* top mv */
  main .mv{
    position: relative;
    width:100%;
  }
  main .mv_inner{
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .bg-slider{
    width: 100%;
    background-size:cover;
    height: 0;
    padding-bottom: 48%;
    position: relative;
    background-position: center;
  }
  .mv_inner img.mv_letter{
    width: 60%;
    display: inline-block;
    margin-top: 10%;
    margin-bottom: 65px;
  }
  .btn{
    width: 300px;
    margin: 0 auto;
  }
  .btn a{
    height: 60px;
    background-color: #D1160C;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }
  .next_event{
    width: 310px;
    height: auto;
    background-color: #FAFAFA;
    text-align: left;
    padding: 20px 25px;
    position: absolute;
    right: 3%;
    bottom: 9%;
  }
  .next_event p{
    margin-top: 6px;
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .next_event p img{
    height: 20px;
    margin-right: 10px;
  }
  .next_event h2{
    margin-bottom: 15px;
  }
  .next_event h2 img{
    height: 18px;
  }
  .next_event .event_title{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
  }
  .news{
    background-color: rgb(255,255,255,0.2);
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
  }
  .news img{
    height: 15px;
    margin-left: 40px;
    display: inline-block;
    vertical-align: middle;
  }
  .news span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 1%;
    color: #fff;
  }

  /* top contents */
  .main_contents{
    width: 90%;
    margin: 60px auto 100px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .main_contents h2 img{
    margin-top: 40px;
    height: 25px;
  }
  .main_contents h2::after{
    content: "";
    width: 40px;
    height: 4px;
    display: block;
    margin: 0 auto;
    background-color: #D1160C;
    margin-top: 28px;
    margin-bottom: 50px;
  }
  .twitter{
    width: 49%;
    background-color: #fff;
    margin-right: 4%;
    padding: 40px;
    align-self: stretch;
  }
  .movie{
    width: 49%;
    padding: 40px;
    background-color: #fff;
    align-self: stretch;
  }
  .movie_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .youtube{
    width: 100%;
    padding-bottom: 56.25%;
    height:0px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .movie_item{
    width:48%;
    text-align: left;
    margin-bottom: 40px;
  }
  .movie_item p{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .movie_item p span{
    font-size: 12px;
    color: #777777;
    margin-left: 10px;
  }
  .movie_item .time{
    font-size: 12px;
    color: #777777;
  }


  /* sub mv */
  main .sub_mv{
    width: 100%;
  }
  main .sub_mv_inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background-size:cover;
    height: 0;
    padding-bottom: 20%;
    position: relative;
  }
  main .sub_mv_inner.about_mv{
    background-image: url("../img/about_mv.jpg");
    background-position: center;
  }
  main .sub_mv_inner.practice_mv{
    background-image: url("../img/practice_mv.jpg");
    background-position: center;
  }
  main .sub_mv_inner.live_mv{
    background-image: url("../img/live_mv.jpg");
    background-position: bottom;
  }
  main .sub_mv_inner.member_mv{
    background-image: url("../img/member_mv.jpg");
    background-position: center;
  }
  .sub_mv h2 img{
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .subpage_contents{
    width: 100%;
    background-color: #fff;
    padding: 40px 12% 80px;
  }
  .subpage_contents p{
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
  }

  /* live */
  .selectbox_wrapper{
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .selectbox{
    width: 200px;
    height: 44px;
    border-radius: 25px;
    border: 1px solid #D1160C;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }
  .selectbox:hover{
    transition: all .3s;
    background-color: #D1160C;
  }
  .selectbox:hover select{
    color: #fff;
  }
  .selectbox:hover::before{
    background-color:  #fff;
  }
  .selectbox:hover::after{
    background-color:  #fff;
  }
  .selectbox.long{
    width: 500px;
    float: none;
    margin: 0 auto 40px;
  }
  select{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    color: #D1160C;
    font-size: 16px;
    font-weight: bold;
    text-indent: 60px;
  }
  .selectbox::before{
    content: "";
    width:10px;
    height: 2px;
    background-color: #D1160C;
    display: block;
    position: absolute;
    top: 22px;
    right: 29px;
    border-radius: 5px;
    transform: rotate(-45deg);
  }
  .selectbox::after{
    content: "";
    width:10px;
    height: 2px;
    background-color: #D1160C;
    display: block;
    position: absolute;
    top: 22px;
    right: 35px;
    border-radius: 5px;
    transform: rotate(45deg);
  }


  /* member */
  .seg_ctl{
    display: flex;margin: 0 auto;
    width: 600px;
    height: 44px;
    border: 1px solid #D1160C;
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
  .seg_ctl_movie{
    background-image: url("../member/img/movie.png");
  }
  .seg_ctl_photo{
    background-image: url("../member/img/photo.png");
  }
  .seg_ctl_form{
    background-image: url("../member/img/form.png");
  }
  .seg_ctl_movie:hover{
    background-image: url("../member/img/movie_hover.png");
  }
  .seg_ctl_photo:hover{
    background-image: url("../member/img/photo_hover.png");
  }
  .seg_ctl_form:hover{
    background-image: url("../member/img/form_hover.png");
  }
  .seg_ctl li{
    width: 100%;
    height: 100%;
  }
  .seg_ctl li a{
    width: 100%;
    height: 100%;
    line-height: 44px;
    display: block;
    border-left: 1px solid #D1160C;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 18px;
    transition: all .3s;
  }
  .seg_ctl li a:hover{
    background-color: #D1160C;
  }
  .seg_ctl li:first-child a{
    border-left: none;
  }
  .seg_ctl img{
    height: 18px;
  }

  /* photo */
  .photo_contents_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .photo_contents_area img{
    width: 19%;
    height: 230px;
    margin: 5px;
    object-fit: cover;
  }

  /* form */
  .form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .form li{
    box-sizing: border-box;
    width: 40%;
    height: 160px;
    margin : 30px;
    border: 7px solid #D1160C;
  }
  .form li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 150px;
    font-size: 24px;
    font-weight: bold;
    color: #D1160C;
  }

  /* live */
  .live_table table,
  .movie_table table{
    width: 100%;
    text-align: left;
    margin-bottom: 80px;
  }
  .live_table table caption,
  .movie_table table caption{
    text-align: left;
    font-size: 24px;
    color: #D1160C;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .live_table table caption span,
  .movie_table table caption span{
    font-size: 16px;
    color: #979797;
    font-weight: bold;
  }
  .live_table table tr,
  .movie_table table tr{
    height: 50px;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
  }
  .live_table table tr:nth-child(odd),
  .movie_table table tr:nth-child(odd){
    background-color: #FAFAFA;
  }
  .live_table table tr th,
  .movie_table table tr th{
    font-weight: bold;
    width: 40%;
    padding-left: 30px;
  }
  .live_table table tr th span,
  .movie_table table tr th span{
    margin-left: 15px;
  }
  .live_table table tr td:nth-child(2)::before,
  .movie_table table tr td:nth-child(2)::before{
    content: "(";
  }
  .live_table table tr td:nth-child(2)::after,
  .movie_table table tr td:nth-child(2)::after{
    content: ")";
  }
  .live_table table tr td:nth-child(3),
  .movie_table table tr td:nth-child(3){
    text-align:right;
    padding-right: 30px;
  }
  .movie_table table tr td:nth-child(3) a{
    font-size: 14px;
    color: #D1160C;
    border: 1px solid #D1160C;
    padding: 4px 15px;
    border-radius: 3px;
    margin-left: 10px;
  }
  .movie_table table tr td:nth-child(3) a:hover{
    background: #D1160C;
    color: #fff;
    transition: all .3s;
  }


  /* practice */
  .practice_table{
    width: 100%;
    margin-bottom: 50px;
  }
  .practice_table *{
    border: 1px solid #fff;
    font-size: 16px;
    height: 60px;
    vertical-align: middle;
  }
  .practice_table th{
    color: #fff;
    font-weight: bold;
    background-color: #767676;
    min-width: 70px;
  }
  .practice_table tr:nth-child(odd) {
    background-color: #FAFAFA;
  }
}

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

  *{
    font-family: "Noto Sans CJK JP",sans-serif;
    color: #333333;
    text-decoration: none;
  }

  body{
    background-color: #FAFAFA;
    font-family: ""
  }

  main .mv{
    width: 100%;
    height: 600px;
    position: relative;
  }
  main .mv_inner{
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .bg-slider{
    width: 100%;
    background-size:cover;
    height: 0;
    padding-bottom: 600px;
    position: relative;
    background-position: top;
  }
  .mv_inner img.mv_letter{
    width: 75%;
    display: inline-block;
    margin-top: 54%;
    margin-bottom: 5%;
  }
  .btn{
    width: 190px;
    margin: 0 auto;
  }
  .btn a{
    height: 44px;
    background-color: #D1160C;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  .news{
    /* height: 40px; */
    color: #fff;
    font-size: 12px;
    width: 100%;
    /* margin: 0 15px; */
    padding: 8px 15px;
    box-sizing: border-box;
    text-align: left;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: rgb(255,255,255,0.3);
  }
  .news h2{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
  }
  .news span{
    margin-left: 10px;
    color: #fff;
    line-height: 16px;
  }

  /* main contents */
  .main_contents{
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  .main_contents section h2 img{
    height: 19px;
  }
  .main_contents section{
    width: 90%;
    margin: 40px auto 40px;
    padding: 40px 5px 60px;
  }
  .main_contents h2::after{
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    margin: 0 auto;
    background-color: #D1160C;
    margin-top: 28px;
    margin-bottom: 50px;
  }
  .next_event{
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
  }
  section.next_event_wrapper{
    padding: 0;
    margin: 40px auto 0;
  }
  .next_event p{
    text-align: left;
    margin: 8px 20px;
    line-height: 20px;
    display: flex;
    font-size: 13px;
    color: #777;
  }
  .next_event p span{
  }
  .next_event p img{
    height: 20px;
    margin-right: 5px;
  }
  .next_event .event_title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 7px;
    line-height: 24px;
    color: #D1160C;
    border-bottom: 1px solid #eeeeee;
  }
  .twitter{
    background-color: #fff;
    height: 600px;
  }
  .movie{
    background-color: #fff;
  }
  .movie_box{
    display: flex;
    overflow-x: scroll;
    padding: 5px;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .youtube{
    border-radius: 10px;
    overflow: hidden;
  }
  .movie_item{
    width:80%;
    text-align: left;
    margin: 0 10px;
  }
  .movie_item p{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .movie_item p span{
    font-size: 12px;
    color: #777777;
    margin-left: 10px;
  }
  .movie_item .time{
    font-size: 12px;
    color: #777777;
  }

  /* subpage */
  .main_contents h2 img{
    height: 19px;
  }
  .subpage_contents{
    margin: 30px auto 50px;
    padding: 0 15px;
  }
  .subpage_contents p{
    font-size: 16px;
    line-height: 32px;
  }

  /* practice */
  .table_area{
    overflow-x: scroll;
  }
  .practice_table{
    width: 100%;
    margin-bottom: 50px;
  }
  .practice_table tr th:nth-child(1){
    position: absolute;
    left: 15px;
    line-height: 60px;
  }
  .practice_table *{
    border: 1px solid #fff;
    font-size: 13px;
    height: 60px;
    vertical-align: middle;
  }
  .practice_table th{
    color: #fff;
    font-weight: bold;
    background-color: #767676;
    min-width: 70px;
  }
  .practice_table tr:nth-child(odd) {
    background-color: #FAFAFA;
  }

  /* member */
  .seg_ctl{
    display: flex;margin: 0 auto;
    width: 100%;
    height: 30px;
    border: 1px solid #D1160C;
    border-radius: 3px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
  .seg_ctl li{
    width: 100%;
    height: 100%;
  }
  .seg_ctl li a{
    width: 100%;
    height: 100%;
    line-height: 27px;
    display: block;
    border-left: 1px solid #D1160C;
  }
  .seg_ctl li a.current{
    background-color: #D1160C;
  }
  .seg_ctl li a.current span{
    color: #fff;
  }
  .seg_ctl li:first-child a{
    border-left: none;
  }
  .seg_ctl img{
    height: 18px;
  }
  .seg_ctl_title{
    font-family: 'Oswald', sans-serif;
    color: #D1160C;
    font-size: 12px;
  }

  /* photo */
  section.photo_contents_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width:100%;
    margin: 0;
    padding: 0;
  }
  .photo_contents_area img{
    width: 47%;
    height: 180px;
    margin: 1%;
    object-fit: cover;
  }

  /* form */
  .form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .form li{
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    margin : 10px;
    border: 5px solid #D1160C;
  }
  .form li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 65px;
    font-size: 20px;
    font-weight: bold;
    color: #D1160C;
  }

  /* live */
  .live_table table,
  .movie_table table{
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }
  .live_table table tbody,
  .movie_table table tbody{
    background-color: #fff;
    border-top: 6px solid #fff;
    border-bottom: 8px solid #fff;
  }
  .live_table table caption,
  .movie_table table caption{
    text-align: left;
    font-size: 16px;
    color: #D1160C;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .live_table table caption span,
  .movie_table table caption span{
    font-size: 12px;
    color: #979797;
    font-weight: bold;
  }
  .live_table table tr{
    height: 48px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin:  0 20px;
    border-bottom: 1px solid #fafafa;
  }
  .movie_table table tr{
    /* height: 48px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 12px;
    margin:  0 20px;
    border-bottom: 1px solid #fafafa;
  }
  .live_table table tr:last-child,
  .movie_table table tr:last-child{
    border-bottom: none;
  }
  .live_table table tr th{
    font-weight: bold;
    width: 80%;
    height: 18px;
    padding-top: 10px;
  }
  .live_table table tr td{
    width: 80%;
    height: 18px;
    font-size: 10px;
    color: #777;
  }
  .movie_table table tr th{
    font-weight: bold;
    height: 18px;
    padding-top: 10px;
  }
  .movie_table table tr td{
    height: 18px;
    font-size: 10px;
    color: #777;
  }
  .live_table table tr td:nth-child(3){
    width: 10%;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
  }
  .movie_table table tr td:nth-child(3){
    height: 40px;
    line-height: 34px;
    font-size: 12px;
    float: right;
  }
  .live_table table tr th span,
  .movie_table table tr th span{
    margin-left: 15px;
  }
  .live_table table tr td:nth-child(2)::before,
  .movie_table table tr td:nth-child(2)::before{
    content: "(";
  }
  .live_table table tr td:nth-child(2)::after,
  .movie_table table tr td:nth-child(2)::after{
    content: ")";
  }
  .live_table table tr td:nth-child(3){
    text-align:right;
  }
  .movie_table table tr td:nth-child(3) a{
    font-size: 11px;
    color: #D1160C;
    border: 1px solid #D1160C;
    padding: 4px 15px;
    border-radius: 3px;
    margin-right: 10px;
  }
  .selectbox_wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .selectbox{
    width: 200px;
    height: 40px;
    border-radius: 25px;
    border: 1px solid #D1160C;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }
  .selectbox.long{
    width: 100%;
    float: none;
    margin: 0 auto 40px;
  }
  .selectbox.long select{
    text-indent: 10%;
  }
  select{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    color: #D1160C;
    font-size: 16px;
    font-weight: bold;
    text-indent: 60px;
  }
  .selectbox::before{
    content: "";
    width:10px;
    height: 2px;
    background-color: #D1160C;
    display: block;
    position: absolute;
    top: 20px;
    right: 29px;
    border-radius: 5px;
    transform: rotate(-45deg);
  }
  .selectbox::after{
    content: "";
    width:10px;
    height: 2px;
    background-color: #D1160C;
    display: block;
    position: absolute;
    top: 20px;
    right: 35px;
    border-radius: 5px;
    transform: rotate(45deg);
  }

  .loading_gif{
    margin: 30px;
  }




}
