@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: 55%;
  line-height: 1.3em;
}

.header_original_pc #header_original .bnr {
  width: calc( 468 / 1024 * 100% );
}

.header_original_pc #header_original .bnr a {
  display: block;
}

.header_original_pc #header_original .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 auto;
  width: calc( 910 / 1010 * 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( 170 / 910 * 100% );
}

.link_navi li a {
  border: 1px solid #ff6666;
  border-radius: 5px;
  display: block;
  color: #ff6666;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0.3em 0 0.3em 2em;
  position: relative;
}

.link_navi li a:before {
  position: absolute;
  top: 0.5em;
  left: 0.8em;
  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;
  color: #fff;
  position: relative;
}

.link_navi li.active p {
  border-radius: 5px;
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0.3em 0 0.3em 2em;
}

.link_navi li.active p:before {
  position: absolute;
  top: 0.5em;
  left: 0.8em;
  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: 1rem;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0.3em 0 0.3em 2em;
  position: relative;
  color: #999;
}

.link_navi li .btn_gray:before {
  position: absolute;
  top: 0.5em;
  left: 0.8em;
  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 {
    justify-content: normal;
    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:last-child {
    border-top: 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;
  }
  
  .link_navi li.active p {
    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 p: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;
  }
}


.link_nav input {
  display: none;
}

@media screen and ( min-width: 736px ) {
  .link_nav_pc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin: 0 auto 1.5em;
    width: calc( 760 / 1024 * 100% );
  }

  .link_nav_pc 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 1em 0 0;
    width: calc( 140 / 760 * 100% );
    text-align: center;
  }

  .link_nav_pc li a {
    border: 1px solid #ff6666;
    border-radius: 5px;
    display: block;
    color: #ff6666;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 5px 10px 5px 10px;
    position: relative;
  }

  /*.link_nav_pc li a:before {
    position: absolute;
    top: 20px;
    left: 0.5em;
    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_nav_pc li a:hover {
    opacity: 0.8;
    transition: 0.5s all;
  }

  .link_nav_pc 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: 15px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 5px 10px 5px 10px;
    position: relative;
    color: #fff;
  }

  /*.link_nav_pc li .active:before {
    position: absolute;
    top: 20px;
    left: 0.5em;
    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_nav_pc li:nth-child( n+6 ) {
    margin-top: 1em;
  }

  .link_nav_pc li:nth-child( 5n ) {
    margin-right: 0;
  }

  .link_nav_pc 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_nav_pc 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_nav_pc li span {
    font-size: 85%;
    font-weight: normal;
    display: inline-block;
    margin-left: 0.5em;
  }
  
}



.credit_photo {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-align: right;
  margin: 0 0.5em 2em 0;
}

@media screen and ( max-width: 736px ) {
  .cp_actab {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 0.5em auto 1.5em;
    color: #ffffff;
  }
  .cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  
  .link_nav .cp_actab label {
    font-size: 1rem;
    font-weight: bold;
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    width: 100%;
  }
  .cp_actab .cp_actab-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #333333;
    background: #f1c6c6;
  }
  
  .link_nav_list {
    margin: 0;
  }

  /* :checked */
  .cp_actab input:checked ~ .cp_actab-content {
    max-height: 100vh;
  }
  /* Icon */
  .cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
  }
  .cp_actab input[type=checkbox] + label::after {
    content: '>';
    transform: rotate(90deg) scale(1, 1.5);
  }
  .cp_actab input[type=checkbox]:checked + label::after {
    transform: rotate(-90deg) scale(1, 1.5);
    right: 15px;
  }

  .link_nav .nav_male label {
    background: #fefeff;
    background: -moz-linear-gradient(top, #fefeff 0%, #e6ebff 100%);
    background: -webkit-linear-gradient(top, #fefeff 0%,#e6ebff 100%);
    background: linear-gradient(to bottom, #fefeff 0%,#e6ebff 100%);
    border: 1px solid #91A0D8;
    color: #3B5DDB;
  }

  .link_nav .nav_female label {
    background: #fefeff;
    background: -moz-linear-gradient(top, #fefeff 0%, #ffe9f0 100%);
    background: -webkit-linear-gradient(top, #fefeff 0%,#ffe9f0 100%);
    background: linear-gradient(to bottom, #fefeff 0%,#ffe9f0 100%);
    border: 1px solid #D8929C;
    color: #DB3B68;
  }

  .link_nav .nav_male .cp_actab-content {
    background: #e8f3ff;
    width: 100%;
  }

  .link_nav .nav_female .cp_actab-content {
    background: #ffefef;
    width: 100%;
  }

  .link_nav .cp_actab-content li {
    font-size: 1rem!important;
    text-align: left!important;
    width: 49.5%!important;
  }

  .link_nav .nav_male .cp_actab-content li {
    border-bottom: 1px solid #91A0D8;
    border-left: 1px solid #91A0D8;
    border-right: 1px solid #91A0D8;
    position: relative;
  }

  .link_nav .nav_female .cp_actab-content li {
    border-bottom: 1px solid #D8929C;
    border-left: 1px solid #D8929C;
    border-right: 1px solid #D8929C;
    position: relative;
  }
  
  .link_nav .cp_actab-content li:nth-child(odd) {
    border-left: none;
  }

  .link_nav .nav_male .cp_actab-content li::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    text-align: center;
    content: '>';
    transform: scale(1, 1.5);
    color: #3B5DDB;
  }

  .link_nav .nav_female .cp_actab-content li::after {
    line-height: 3;
    position: absolute;
    top: 10%;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    text-align: center;
    content: '>';
    transform: scale(1, 1.5);
    color: #DB3B68;
  }
  
  .link_nav dl {
    display: none;
  }
  
  .link_nav .nav_group {
    background: #fefeff;
    background: -moz-linear-gradient(top, #fefeff 0%, #e4f9e3 100%);
    background: -webkit-linear-gradient(top, #fefeff 0%,#e4f9e3 100%);
    background: linear-gradient(to bottom, #fefeff 0%,#e4f9e3 100%);
    border: 1px solid #739872;
    font-weight: bold;
    margin-top: 0.5em;
    position: relative;
  }
  
  .link_nav .nav_group::after {
    line-height: 2.8;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    text-align: center;
    content: '>';
    transform: scale(1, 1.5);
    color: #41683F;
  }
  
  .link_nav .nav_group a {
    color: #41683F;
    display: block;
    font-weight: bold;
    line-height: 3em;
    padding: 0 0 0 1em;
  }
  
  .link_nav .nav_group.active {
    font-weight: bold;
    line-height: 3em;
    padding: 0 0 0 1em;
    background: #41683F;
    color: #fff;
  }

  .link_nav .cp_actab-content li a,
  .link_nav .cp_actab-content li .active {
    display: block;
    padding: 1em;
  }

  .link_nav .nav_male .cp_actab-content li a {
    color: #3B5DDB;
    background: none;
    border: none;
  }

  .link_nav .nav_female .cp_actab-content li a {
    color: #DB3B68;
    background: none;
    border: none;
  }

  .link_nav .cp_actab-content li .gray {
    background: #E2E1E1;
    border: none;
    color: #9c9c9c;
    position: relative;
    padding: 1em;
  }

  .link_nav .nav_male .cp_actab-content li .gray::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    text-align: center;
    content: '■';
    transform: scale(1, 1.5);
    color: #E2E1E1;
    z-index: 1;
  }

}

/*--------------------------------------------

 #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 0.5em;
  width: calc( 1000 / 1010 * 100% );
}

#gallery_box figure {
  margin: 0 0 0.75em;
}

#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 {
  width: calc( 640 / 1000 * 100% );
}

#gallery_box .box_02 {
  width: calc( 350 / 1000 * 100% );
}

#gallery_box .box_02 figure {
  max-height: 235px;
  overflow: hidden;
  height: 100%;
}

#gallery_box .box_02_s {
  width: calc( 192 / 1000 * 100% );
}

#gallery_box .box_02_s figure {
  max-height: 143px;
  height: 100%;
  overflow: hidden;
}

#gallery_box figure.size_m {
  width: calc( 394 / 1000 * 100% );
}

#gallery_box figure.size_m02 {
  width: calc( 327 / 1000 * 100% );
}

#gallery_box figure.size_s {
  width: calc( 243 / 1000 * 100% );
}



@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 {
    width: 100%!important;
  }
}