@charset "utf-8";
/* =========================================

title : 大会写真集

last modify : 

============================================ */

/*-----------------------------------------------------
 #content
----------------------------------------------------*/

.main .ttl_main {
  margin-top: 1em;
  width: 100%;
}



.txt_lead {
  margin: 1.5em auto 0;
  text-align: center;
	font-size: 17px;
}

.ank_nav {
  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 0;
  width: calc( 425 / 860 * 100% );
}

.ank_nav li {
  background: #fefeff; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefeff 11%, #e6ebff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fefeff 11%,#e6ebff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fefeff 11%,#e6ebff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: calc( 198 / 425 * 100% );
}

.ank_nav li .active {
  background: #536CCB;
  border: 1px solid #3D59BE;
  border-radius: 3px;
  color: #fff;
  font-size: 170%;
  font-weight: bold;
  padding: 0.5em 0;
  text-align: center;
}

.ank_nav li .btn_gray {
  background: #e8e8e8; /* Old browsers */
  background: -moz-linear-gradient(top,  #e8e8e8 0%, #d1d1d1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e8e8e8 0%,#d1d1d1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e8e8e8 0%,#d1d1d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #999;
  border-radius: 3px;
  color: #999;
  font-size: 170%;
  font-weight: bold;
  padding: 0.5em 0;
  text-align: center;
}

.ank_nav li:nth-child( n+5 ) {
  margin-top: 0.8em;
}

.ank_nav li a {
  border: 1px solid #3B5DDB;
  border-radius: 3px;
  display: block;
  color: #3B5DDB;
  font-size: 170%;
  font-weight: bold;
  padding: 0.5em 0;
  text-align: center;
}

.ank_nav li span {
  font-size: 110%;
  font-weight: bold;
  display: inline-block;
  margin: 0 0.1em;
}

.ank_nav li a:hover {
  opacity: .8;
  transition: .5s all;
}


.con_photo {
  margin: 3em auto 2em;
  width: calc( 800 / 860 * 100% );
}

.con_photo h2 {
  background: #2D2C78;
  background-image: url("../image/bg-ttl-acce.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 140%;
  font-weight: normal;
  letter-spacing: 0.03em;
  padding: 1em 0 1em 1em; 
  position: relative;
}

.con_photo h2:before {
  background: url(../image/ico-ttl-acce.jpg) center center no-repeat;
  background-size: 0.5em;
  bottom: 0;
  content: "";
  display: block;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5em;
}

.con_photo h2 span {
  display: inline-block;
  margin-right: 1em;
}


/*  .box_male .box_femal  */
.con_photo .box_female,
.con_photo .box_male,
.con_photo .box_kaijo,
.con_photo .box_award {
  margin: 2em auto 3em;
  width: calc( 780 / 800 * 100% );
}

.con_photo .box_male:first-of-type {
  margin-top: 1.5em;
}

.con_photo .box_male h3,
.con_photo .box_female h3,
.con_photo .box_kaijo h3,
.con_photo .box_award h3 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 1em;
  padding-bottom: 3px;
  padding-left: 1em;
  position: relative;
}

.con_photo .box_male h3 {
  border-bottom: 2px solid #0A34AD;
}

.con_photo .box_female h3 {
  border-bottom: 2px solid #7A111D;
}

.con_photo .box_kaijo h3,
.con_photo .box_award h3 {
  border-bottom: 2px solid #297326;
}

.con_photo .box_male h3:before {
  content: "";
  background: #0A34AD;
  height: 1.2em;
  left: 5px;
  margin-top: -0.7em;
  position: absolute;
  top: 50%;
  width: 7px;
}

.con_photo .box_female h3:before {
  content: "";
  background: #7A111D;
  height: 1.2em;
  left: 5px;
  margin-top: -0.7em;
  position: absolute;
  top: 50%;
  width: 7px;
}

.con_photo .box_kaijo h3:before,
.con_photo .box_award h3:before {
  content: "";
  background: #297326;
  height: 1.2em;
  left: 5px;
  margin-top: -0.7em;
  position: absolute;
  top: 50%;
  width: 7px;
}

.con_photo .box_male ul,
.con_photo .box_female ul,
.con_photo .box_kaijo ul,
.con_photo .box_award ul {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc( 760 / 780 * 100% );
}

.con_photo .box_male ul li,
.con_photo .box_female ul li,
.con_photo .box_kaijo ul li,
.con_photo .box_award ul li {
  border: 1px solid #000;
  margin-right: 1em;
  width: calc( 240 / 760 * 100% );
  background-color: black;
}

.con_photo .box_male ul li:nth-child( n+4 ),
.con_photo .box_female ul li:nth-child( n+4 ),
.con_photo .box_kaijo ul li:nth-child( n+4 ),
.con_photo .box_award ul li:nth-child( n+4 ) {
  margin-top: 1em;
}

.con_photo .box_male ul li:nth-child( 3n ),
.con_photo .box_female ul li:nth-child( 3n ),
.con_photo .box_kaijo ul li:nth-child( 3n ),
.con_photo .box_award ul li:nth-child( 3n ) {
  margin-right: 0;
}

.con_photo .box_male ul li figure,
.con_photo .box_female ul li figure,
.con_photo .box_kaijo ul li figure,
.con_photo .box_award ul li figure {
  margin: 0;
}

.con_photo .box_male ul li figure img,
.con_photo .box_female ul li figure img,
.con_photo .box_kaijo ul li figure img,
.con_photo .box_award ul li figure img {
  vertical-align: top;
}

.con_photo .box_male ul li figure img:hover,
.con_photo .box_female ul li figure img:hover,
.con_photo .box_kaijo ul li figure img:hover,
.con_photo .box_award ul li figure img:hover {
  opacity: .8;
  transition: .5s all;
}


.con_photo .box_male ul li figure figcaption.c3,
.con_photo .box_female ul li figure figcaption.c3,
.con_photo .box_kaijo ul li figure figcaption.c3,
.con_photo .box_award ul li figure figcaption.c3 {
  margin-top: 0.7em;
}



.con_photo .box_male ul li figure figcaption,
.con_photo .box_female ul li figure figcaption,
.con_photo .box_kaijo ul li figure figcaption,
.con_photo .box_award ul li figure figcaption {
  background: #000;
  color: #fff;
  font-size: 100%;
  line-height: 1.3em;
  padding: 0.5em 0;
  text-align: center;
}


.con_photo .box_male ul li.img_space,
.con_photo .box_female ul li.img_space,
.con_photo .box_kaijo ul li.img_space,
.con_photo .box_award ul li.img_space {
  border: none;
  display: flex;
  align-items: center;
  text-align: center;
}

.con_photo .box_male ul li.img_space, 
.con_photo .box_female ul li.img_space, 
.con_photo .box_kaijo ul li.img_space,
.con_photo .box_award ul li.img_space {
  display: none;
}

@media screen and ( max-width: 1000px ) {
  .ank_nav {
    width: 80%;
  }

  .ank_nav li {
    width: 30%;
  }

  .con_photo {
    width: 98%;
  }

  .con_photo .box_male ul li, 
  .con_photo .box_female ul li, 
  .con_photo .box_kaijo ul li,
	.con_photo .box_award ul li {
    margin-right: 1.8vw;
  }
}


@media screen and ( max-width: 736px ) {
  .txt_lead {
    line-height: 1.5em;
    text-align: justify;
    padding: 0 0.5em;
  }

  .ank_nav {
    margin: 0.5em auto 0;
    width: 95%;
  }

  .ank_nav li {
    margin-top: 0.5em;
    width: 48.5%;
  }

  .ank_nav li .active,
  .ank_nav li a,
  .ank_nav li .btn_gray {
    font-size: 6vw;
  }

  .con_photo h2 {
    background-image: none;
    font-size: 5.5vw;
  }

  .con_photo .box_male h3, 
  .con_photo .box_female h3, 
  .con_photo .box_kaijo h3,
	.con_photo .box_award h3 {
    font-size: 5.5vw;
  }

  .con_photo .box_male ul, 
  .con_photo .box_female ul, 
  .con_photo .box_kaijo ul,
	.con_photo .box_award ul {
    justify-content: space-between;
  }

  .con_photo .box_male ul li, 
  .con_photo .box_female ul li, 
  .con_photo .box_kaijo ul li,
	.con_photo .box_award ul li {
    margin-right: 0;
    width: 48%;
  }

  .con_photo .box_male ul li:nth-child( n+3 ), 
  .con_photo .box_female ul li:nth-child( n+3 ), 
  .con_photo .box_kaijo ul li:nth-child( n+3 ),
	 .con_photo .box_award ul li:nth-child( n+3 ) {
    margin-top: 1em;
  }

  .con_photo .box_male ul li.img_space, 
  .con_photo .box_female ul li.img_space, 
  .con_photo .box_kaijo ul li.img_space,
	.con_photo .box_award ul li.img_space {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .con_photo .box_male ul li figure figcaption, 
  .con_photo .box_female ul li figure figcaption, 
  .con_photo .box_kaijo ul li figure figcaption,
	.con_photo .box_award ul li figure figcaption {
    font-size: 3.5vw;
  }

}