@charset "UTF-8";
/* =========================================

title : 柔道チャンネル 大会日程
 
last modify : 

============================================ */
body {
  background: #000;
  border-bottom: none;
}


/*--------------------------------------------

 header

----------------------------------------------*/
.header_pc {
  display: none;
}

.header_original_pc {
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top,  #000000 0%, #2d2d2d 84%, #545454 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #000000 0%,#2d2d2d 84%,#545454 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #000000 0%,#2d2d2d 84%,#545454 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 rgba(102, 102, 102,1);
}

.header_original_pc #header_original {
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0.5em 0;
  width: 100%;
}

.header_original_pc #header_original h1 {
  color: #fff;
  font-size: 250%;
  line-height: 1.2em;
  margin: 0;
  width: calc( 700 / 1024 * 100% );
}

.header_original_pc #header_original h1 a {
  color: #FC0;
  display: block;
  font-size: 60%;
  line-height: 1.3em;
}

.bnr {
  width: calc( 468 / 1024 * 100% );
  margin: 2em auto 3em;
}

.bnr a {
  display: block;
}

.bnr a:hover {
  -webkit-filter: brightness(1.1);
     -moz-filter: brightness(1.1);
     -o-filter: brightness(1.1);
     -ms-filter: brightness(1.1);
     filter: brightness(1.1);
  transition: 0.5s all;
}

.header_original_pc #header_original .logo {
  width: calc( 170 / 1024 * 100% );
}

.header_original_pc #header_original .logo a {
  display: block;
}

.header_original_pc #header_original .logo a:hover {
  -webkit-filter: brightness(1.1);
     -moz-filter: brightness(1.1);
     -o-filter: brightness(1.1);
     -ms-filter: brightness(1.1);
     filter: brightness(1.1);
  transition: 0.5s all;
}

@media screen and ( max-width: 736px ) {
  .header_original_pc {
    display: none;
  }

  .header_sp header .header_wrap {
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 0%, #2d2d2d 84%, #545454 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000000 0%,#2d2d2d 84%,#545454 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000000 0%,#2d2d2d 84%,#545454 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }

  .title_block.title_h1 {
    margin: 0 0 0.7em;
  }

  .header_sp .btn_base.back {
    margin: 0 auto;
    width: 90%;
  }
}


/*--------------------------------------------

 footer

----------------------------------------------*/
.footer_pc {
  display: none;
}

.footer_original_pc {
  background: none;
  border-top: 1px solid #ccc;
  border-bottom: none;
  margin: 0;
  padding: 1em 0 3em;
}

.footer_original_pc #footer_original address {
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
}

@media screen and ( max-width: 736px ) {
  .footer_original_pc {
    display: none;
  }
  footer .copyright {
    color: #fff;
    background: #000;
  }
}



/*==============================================

 .main

==============================================*/
.wrp_main {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

.main {
  margin: 1em auto;
  width: calc( 1010 / 1024 * 100% );
}

.link_navi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin: 1.5em 7px 1.5em;
  width: calc( 1000 / 1200 * 100% );
}

.link_navi li {
  background: #fff8f8;
  background: -moz-linear-gradient(top, #fff8f8 0%, #ffc6c6 100%);
  background: -webkit-linear-gradient(top, #fff8f8 0%,#ffc6c6 100%);
  background: linear-gradient(to bottom, #fff8f8 0%,#ffc6c6 100%);
  border-radius: 5px;
  margin: 0 0.5em 0 0;
  width: calc( 245 / 1000 * 100% );
}

.link_navi li a {
  border: 1px solid #ff6666;
  border-radius: 5px;
  display: block;
  color: #ff6666;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 2em;
  padding-left: 2em;
  position: relative;
}

.link_navi li a:before {
  position: absolute;
  top: 0;
  left: 1em;
  display: block;
  width: 1.5em;
  height: 3em;
  text-align: center;
  content: '>>';
  transform: scale(1, 1.5);
  color: #ff6666;
  font-size: 80%;
  letter-spacing: -0.1em;
}

.link_navi li a:hover {
  opacity: 0.8;
  transition: 0.5s all;
}

.link_navi li .active {
  background: #ff9191;
  background: -moz-linear-gradient(top, #ff9191 0%, #ff6a6a 100%);
  background: -webkit-linear-gradient(top, #ff9191 0%,#ff6a6a 100%);
  background: linear-gradient(to bottom, #ff9191 0%,#ff6a6a 100%);
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 2em;
  padding-left: 2em;
  position: relative;
  color: #fff;
}

.link_navi li .active:before {
  position: absolute;
  top: 0;
  left: 1em;
  display: block;
  width: 1.5em;
  height: 3em;
  text-align: center;
  content: '>>';
  transform: scale(1, 1.5);
  color: #fff;
  font-size: 80%;
  letter-spacing: -0.1em;
}

.link_navi li .btn_gray {
  background: #ccc;
  border: 1px solid #666;
  border-radius: 5px;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 2em;
  padding-left: 2em;
  position: relative;
  color: #999;
}

.link_navi li .btn_gray:before {
  position: absolute;
  top: 0;
  left: 1em;
  display: block;
  width: 1.5em;
  height: 3em;
  text-align: center;
  content: '>>';
  transform: scale(1, 1.5);
  color: #999;
  font-size: 80%;
  letter-spacing: -0.1em;
}

.link_navi li span {
  font-size: 85%;
  font-weight: normal;
  display: inline-block;
  margin-left: 0.5em;
}

@media screen and ( max-width: 736px ) {
  .link_navi {
    width: 95%;
  }

  .link_navi li {
    /*border: 1px solid #f9a5be;*/
    background: none;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    width: 50%;
  }

  .link_navi li:first-child,
  .link_navi li:nth-child(2) {
    border-bottom: none;
  }

  .link_navi li:nth-child(odd) {
    border-right: none;
  }

  .link_navi li a {
    background: #fbe8f0;
    border: none;
    border-radius: 0;
    color: #000;
    font-size: 4vw;
    line-height: 1.3em;
    padding: 0.7em 0 0.7em 1.5em;
  }

  .link_navi li .active {
    background: #ff406c;
    border: none;
    border-radius: 0;
    font-size: 4vw;
    line-height: 1.3em;
    padding: 0.7em 0 0.7em 1.5em;
  }

  .link_navi li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5em;
    height: auto;
    width: 0.92em;
    background: url(/responsive/image_cmn/sp/ico_diamond_02.png) center center no-repeat;
    background-size: contain;
    transform: none;
  }

  .link_navi li a:after {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0.5em;
    width: 1.15em;
    background: url(/responsive/image_cmn/sp/arrow_04.png) center center no-repeat;
    background-size: auto 1.15em;
    position: absolute;
  }

  .link_navi li .active:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5em;
    height: auto;
    width: 0.92em;
    background: url(/responsive/image_cmn/sp/ico_diamond_03.png) center center no-repeat;
    background-size: contain;
    transform: none;
  }
	
	.link_navi li .btn_gray {
  	background: #ccc;
    border: none;
    border-radius: 0;
    font-size: 4vw;
    line-height: 1.3em;
    padding: 0.7em 0 0.7em 1.5em;
}

	.link_navi li .btn_gray:before {
		content: "";
    display: block;
		position: absolute;
		top: 0;
    bottom: 0;
    left: 0.5em;
    height: auto;
    width: 0.92em;
    background: url(/responsive/image_cmn/sp/ico_diamond_03.png) center center no-repeat;
    background-size: contain;
    transform: none;
	}

  .link_navi li span {
    display: block;
    margin: 0;
  }
}


/*--------------------------------------------

 #gallery_box

----------------------------------------------*/
#gallery_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 2em;
  width: calc( 1000 / 1010 * 100% );
}

#gallery_box figure {
  margin: 0 0 0.75em;
  position: relative;
}

#gallery_box figure a {
  display: block;
}

#gallery_box figure a:hover {
  -webkit-filter: brightness(1.1);
     -moz-filter: brightness(1.1);
     -o-filter: brightness(1.1);
     -ms-filter: brightness(1.1);
     filter: brightness(1.1);
  transition: 0.5s all;
}

#gallery_box figure.size_l {
  max-height: 295.5px;
  height: 100%;
  width: calc( 394 / 1000 * 100% );
}

#gallery_box .box_02 {
  width: calc( 192 / 1000 * 100% );
}

#gallery_box .box_02 figure {
  max-height: 142px;
  overflow: hidden;
  height: 100%;
}

#gallery_box .box_03 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc( 597 / 1000 * 100% );
}

#gallery_box .box_03 figure {
  max-height: 142px;
  height: 100%;
  overflow: hidden;
  width: calc( 192 / 597 * 100% );
}

#gallery_box figure.size_m {
  max-height: 181.5px;
  height: 100%;
  width: calc( 242 / 1000 * 100% );
}

#gallery_box figure figcaption {
  background: #fff;
  border: 1px solid #777;
  display: inline-block;
  font-size: 90%;
  padding: 0.3em;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
}

#gallery_box figure figcaption.cap_g {
  border-left: 3px solid #093;
}

#gallery_box figure figcaption.cap_r {
  border-left: 3px solid #f44;
}

@media screen and ( max-width: 736px ){
  #gallery_box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95%;
  }

  #gallery_box ul li {
    width: 48%;
  }

  #gallery_box ul li figure {
    max-height: none;
    width: 100%!important;
  }

  #gallery_box figure figcaption {
    font-size: 3vw;
  }
}