/*!
 * default.css
 * modified : 2015.06.18
 */

/*--------------------------------------------------
  Reset
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}del,ins{text-decoration:none;}a{text-decoration:none;outline:none;}

/*--------------------------------------------------
  html
--------------------------------------------------*/
html {
  font-size: 100%;
  font-family: 
    "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33",
    "Hiragino Kaku Gothic Pro",
    "\30E1\30A4\30EA\30AA",Meiryo,
    "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
    "Droid Sans",sans-serif;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.serif {
  font-family: YuMincho,"游明朝",
    "Hiragino Mincho Pro",
    "\30E1\30A4\30EA\30AA",Meiryo,
    "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
    "Droid Sans",serif;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #000;
}
.no-opacity body {
  min-width: 950px;
}

/*--------------------------------------------------
  classes
--------------------------------------------------*/
a.hover {
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover {
  opacity: 0.7;
}
.no-opacity a.hover:hover {
  filter: alpha(opacity=70);
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}

@media screen and (max-width: 640px) {
  a.hover {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  a.hover:hover {
    opacity: 1.0;
  }
}
@media screen and (max-width: 479px) {
  .mq-clearfix:after {
    clear: both;
    display: block;
    content: "";
  }
}

/*--------------------------------------------------
  .container
--------------------------------------------------*/
.no-opacity .container {
  min-width: 950px;
}

/*--------------------------------------------------
  header
--------------------------------------------------*/
header {
  position: relative;
  z-index: 10;
  padding: 0 30px;
}
header .inner {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
}
header .inner:after {
  clear: both;
  display: block;
  content: "";
}
header h1 {
  float: left;
  margin: 25px 0 10px 0;
  width: 107px;
  line-height: 0;
}
header h1 a {
  display: block;
}
header img {
  width: 100%;
  height: auto;
}
header ul {
  float: right;
  margin: 20px 0 0;
}
header ul:after {
  clear: both;
  display: block;
  content: "";
}
header li {
  float: left;
  margin-left: 20px;
  font-size: 12px;
  line-height: 9px;
}
header li:first-child {
  margin-left: 0;
}
header li a {
  display: inline-block;
  padding-left: 10px;
  color: #fff;
  text-decoration: none;
  background: url("../img/header_arrow.png") no-repeat 0 0;
  opacity: 0.7;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}
header li a:hover {
  opacity: 1.0;
}
.no-opacity header li a {
  filter: alpha(opacity=70);
}
.no-opacity header li a:hover {
  filter: alpha(opacity=100);
}

@media screen and (max-width: 640px) {
  header {
    padding: 0 30px;
    padding: 0 4.6875%;
  }
  header h1 {
    margin: 20px 0;
    width: 100px;
    width: 15.625%;
    min-width: 75px;
  }
  header .toggle {
    position: absolute;
    top: 50%;
    right: -1.5%;
    display: block;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../img/header_menu_bg@2x.png) no-repeat 50% 50%;
    background-size: 20px 15px;
  }
  header ul {
    position: absolute;
    display: none;
    top: 70%;
    right: -1.0%;
    background: #333;
  }
  header ul.true {
    display: block;
  }
  header ul:before {
    content: "";
    position: absolute;
    top: -14px;
    right: 5%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 14px 6px;
    border-color: transparent transparent #333 transparent;
  }
  header li {
    float: none;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px solid #444;
  }
  header li:last-child {
    border-bottom: none;
  }
  header li a {
    display: block;
    padding: 15px 40px 15px 20px;
    background-size: 7px 13px;
    background-position: 95% center;
  }
}

/*--------------------------------------------------
  .mainvisual
--------------------------------------------------*/
.mainvisual {
  padding: 0 30px;
  overflow: hidden;
}
.mainvisual .inner {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
}
.mainvisual h2 {
  position: absolute;
  top: 7%;
  left: 50%;
  margin-left: 195px;
  margin-left: -34.0210526%;
  width: 649px;
  width: 68.31578373%;
}
.mainvisual h2 img {
  width: 100%;
  height: auto;
}
.mainvisual img.bg {
  margin-left: -175px;
  margin-left: -14.4210526%;
  width: 1300px;
  width: 136.8421052%;
}

@media screen and (max-width: 640px) {
  .mainvisual {
    margin-top: 3%;
  }
  .mainvisual h2 {
    margin-left: -45%;
    width: 90%;
  }
  .mainvisual img.bg {
    margin-left: -42%;
    padding-top: 3%;
    width: 190%;
  }
}

/*--------------------------------------------------
  .intro
--------------------------------------------------*/
.intro {
  padding: 0 30px;
  background: #1c1c1c;
}
.intro .inner {
  position: relative;
  margin: 0 auto;
  max-width: 890px;
}
.intro .inner:after {
  clear: both;
  display: block;
  content: "";
}
.intro .img-box {
  float: left;
  margin: 45px 0 35px;
  margin: 5.0561797% 0 3.9325842%;
  width: 203px;
  width: 22.8089887%;
  line-height: 0;
  text-align: right;
}
.intro .img-box img {
  width: 100%;
  height: auto;
}
.intro .img-box a {
  display: inline-block;
  margin-top: 9px;
  width: 93px;
  width: 45.8128078%;
  max-width: 93px;
}
.intro .img-box a.nakai {
  display: block;
  margin-top: 0px;
  width: auto;
  max-width: none;
}
.intro .img-box a.sp {
  display: none;
}
.intro .txt-box {
  float: right;
  margin: 45px 0 35px;
  margin: 8.0561797% 0 3.9325842%;
  width: 625px;
  width: 70.2247191%;
}
.intro .txt-box img {
  width: 100%;
  height: auto;
}
.intro .txt-box h3 {
  line-height: 0;
  overflow: hidden;
}
.intro .txt-box strong {
  display: block;
  margin: 25px 0;
  margin: 4% 0;
  width: 524px;
  width: 83.84%;
  line-height: 0;
}
.intro .txt-box p {
  font-size: 87.5%;
  line-height: 1.8;
  margin-top: 4%;
}

@media screen and (max-width: 640px) {
  .intro {
    padding: 0 30px;
    padding: 0 4.6875%;
  }
  .intro .img-box a.pc {
    display: none;
  }
  .intro .img-box a.sp {
    display: inline-block;
  }
  .intro .txt-box {
    margin: 5.0561797% 0 3.9325842%;
  }
}
@media screen and (max-width: 479px) {
  .intro .img-box {
    margin: 25px 0 20px;
  }
  .intro .img-box a {
    width: 100%;
  }
  .intro .txt-box {
    margin: 25px 0 20px;
  }
  .intro .txt-box h3 img {
    margin-left: -20%;
    width: 140%;
  }
  .intro .txt-box p {
    font-size: 80%;
  }
}

/*--------------------------------------------------
  .tab-menu
--------------------------------------------------*/
.tab-menu {
  padding: 0 30px;
}
.tab-menu ul {
  margin: 65px auto 30px;
  max-width: 950px;
}
.tab-menu.bottom ul {
  margin: 100px auto 150px;
}
.tab-menu ul:after {
  clear: both;
  display: block;
  content: "";
}
.tab-menu li {
  float: left;
  width: 50%;
}
.tab-menu li a {
  display: block;
  background-color: #000;
}
.tab-menu li a.active {
  background-color: #34383d;
}
.tab-menu li a.active:hover {
  background-color: #34383d;
}
.tab-menu li a:hover {
  background-color: #7F858C;
}
.tab-menu li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 950px) {
  .tab-menu ul {
    margin: 6.8421052% auto 3.1578947%;
  }
  .tab-menu.bottom ul {
    margin: 10.5263157% auto 15.7894736%;
  }
}
@media screen and (max-width: 640px) {
  .tab-menu {
    padding: 0 30px;
    padding: 0 4.6875%;
  }
  .tab-menu ul {
    margin: 30px auto 30px;
  }
}

/*--------------------------------------------------
  .content-container
--------------------------------------------------*/
.content-container {
  position: relative;
  margin: 0 30px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .content-container {
    margin: 0 30px;
    margin: 0 4.6875%;
  }
}

/*--------------------------------------------------
  article
--------------------------------------------------*/
article {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  max-width: 950px;
  transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
}
article.tab-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.0;
  visibility: hidden;
}
article.active {
  position: relative;
  opacity: 1.0;
  z-index: 5;
  visibility: visible;
}
article .main {
  position: relative;
}
article .main h3 {
  z-index: 1;
  line-height: 0;
}
article .main p {
  font-size: 93.8%;
  line-height: 2.0;
}
article .main h3 img {
  width: 100%;
  height: auto;
}
article .main .bg {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------
  .list
--------------------------------------------------*/
.list ul {
  margin: 30px auto 30px;
  max-width: 950px;
}
.list ul li {
  float: left;
}
.list ul li.winner01 {
  width: 25.052631578%;
}
.list ul li.winner02 {
  width: 24.947368421%;
}
.list ul li.winner03 {
  width: 25.157894736%;
}
.list ul li.winner04 {
  width: 24.315789473%;
  margin-left: 0.5%;
}
.list ul li img{
  width: 100%;
  height: auto;
}
.list ul:after {
  clear: both;
  display: block;
  content: "";
}

.list ul li a {
  display: block;
  background-color: #000;
}
.list ul li a:hover {
  background-color: #34383d;
}


/*--------------------------------------------------
  #Contest
--------------------------------------------------*/
#Contest .main h3 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 47px 0 0 50px;
  padding: 4.9473684% 0 0 5.2631578%;
  width: 360px;
  width: 37.8947368%;
}
#Contest .main p {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 185px 0 0 50px;
  padding: 19.4736842% 0 0 5.2631578%;
}
#Contest section {
  margin-top: 20px;
  margin-top: 2.1052631%;
  padding-top: 20px;
  padding-top: 2.1052631%;
}
#Contest section:after {
  clear: both;
  display: block;
  content: "";
}
#Contest section img {
  width: 100%;
  height: auto;
}
#Contest section .img-box {
  float: left;
  width: 480px;
  width: 50.5263157%;
}
#Contest section .txt-box {
  position: relative;
  float: right;
  padding: 27px 41px 40px 36px;
  padding: 2.8421052% 4.3157894% 4.2105263% 3.7894736%;
  width: 430px;
  width: 45.2631578%;
  background: #1c1c1c;
  box-sizing: border-box;
}
#Contest section p {
  /*353*/
  margin-top: 20px;
  margin-top: 5.6657223%;
  font-size: 93.8%;
  line-height: 1.4;
}
#Contest section .portforio {
  position: absolute;
  top: 0;
  right: 0;
  margin: 55px 40px 0 0;
  margin: 12.7906976% 9.3023255% 0 0;
  display: block;
  width: 154px;
  width: 35.8139534%;
}
#Contest section .comment {
  display: block;
  margin-top: 35px;
  margin-top: 9.9150141%;
}
#Contest section .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  #Contest section {
    margin-top: 10px;
    padding-top: 10px;
  }
  #Contest section p {
    font-size: 80%;
  }
  #Contest section .comment.pc {
    display: none;
  }
  #Contest section .sp {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  #Contest .main .img-box {
    position: relative;
  }
  #Contest .main h3 {
    position: absolute;
    left: 0;
    top: 45%;
    padding: 0 0 0 6.25%;
    width: 55%;
    max-width: 360px;
  }
  #Contest .main p {
    position: static;
    padding: 20px 5.5% 0;
    width: auto;
  }
  #Contest .main p br {
    display: none;
  }
  #Contest section .img-box {
    width: 54%;
  }
  #Contest section .txt-box {
    width: 46%;
  }
}

/* .aruha
--------------------------------------------------*/
#Contest section.aruha {
  margin-top: 50px;
  margin-top: 5.2631578%;
  padding-top: 5.2631578%;
  background: url(../img/contest_hr.png) no-repeat center top;
}
#Contest section.aruha .txt-box {
  color: #000;
  background: #c0c0c0;
}

@media screen and (max-width: 640px) {
  #Contest section.aruha {
    margin-top: 25px;
    padding-top: 25px;
  }
}

/* .matome
--------------------------------------------------*/
#Contest section.matome {
  margin-top: 100px;
  margin-top: 10.5263157%;
}
#Contest section.matome .txt-box {
  float: left;
}
#Contest section.matome p {
  font-size: 87%;
  line-height: 2.2;
}
#Contest section.matome .img-box {
  float: right;
  background: none;
  text-align: center;
}
#Contest section.matome .img-box .sp {
  display: none;
}
#Contest section.matome .img-box span {
  display: block;
  margin-top: 10px;
  font-size: 93.8%;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  #Contest section.matome {
    margin-top: 40px;
  }
  #Contest section.matome p {
    line-height: 2.0;
  }
  #Contest section.matome .img-box .pc {
    display: none;
  }
  #Contest section.matome .img-box .sp {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  #Contest section.matome .txt-box {
    float: none;
    padding: 7.2916666%;
    width: auto;
  }
  #Contest section.matome p {
    font-size: 95%;
  }
  #Contest section.matome .img-box {
    float: none;
    width: auto;
  }
}

/* .photos
--------------------------------------------------*/
#Contest .photos {
  margin-top: 40px;
  margin-top: 4.2105263%;
  font-size: 0;
  text-align: center;
}
#Contest .photos:after {
  clear: both;
  display: block;
  content: "";
}
#Contest .photos div {
  display: inline-block;
  margin-left: 30px;
  margin-left: 3.1578947%;
  width: 280px;
  width: 29.4736842%;
}
#Contest .photos div:first-child {
  margin-left: 0;
}
#Contest .photos img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 950px) {
  #Contest .photos div {
    float: left;
    margin-left: 2%;
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  #Contest .photos {
    margin-top: 30px;
  }
}

/*--------------------------------------------------
  #Report
--------------------------------------------------*/
#Report .main h3 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 161px 0 0 50px;
  padding: 16.9473684% 0 0 5.2631578%;
  width: 360px;
  width: 37.8947368%;
}
#Report .main p {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 300px 0 0 50px;
  padding: 31.5789473% 0 0 5.2631578%;
  width: 330px;
  width: 34.7368421%;
}
#Report section {
  margin-top: 70px;
  margin-top: 7.368421%;
}
#Report section img {
  width: 100%;
  height: auto;
}
#Report section .leftfix {
  float: left;
}
#Report section .rightfix {
  float: right;
}
#Report section .img-box {
  width: 480px;
  width: 50.5263157%;
}
#Report section .txt-box {
  padding: 28px 41px 30px 31px;
  padding: 2.9473684% 4.3157894% 3.1578947% 3.2631578%;
  width: 430px;
  width: 45.2631578%;
  background: #1c1c1c;
  box-sizing: border-box;
}
#Report section .txt-box h4 {
  /*358*/
  margin-bottom: 30px;
  margin-bottom: 8.3798882%;
  line-height: 0;
}
#Report section .txt-box p {
  font-size: 87%;
  line-height: 2.1;
}

@media screen and (max-width: 950px) {
  #Report section .txt-box p {
    line-height: 2.0;
  }
}
@media screen and (max-width: 640px) {
  #Report .main h3 {
    padding-top: 10%
  }
  #Report .main p {
    padding-top: 25%;
    width: 55%;
  }
}
@media screen and (max-width: 479px) {
  #Report .main .img-box {
    position: relative;
  }
  #Report .main h3 {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 0 0 6.25%;
    width: 55%;
    max-width: 360px;
  }
  #Report .main p {
    position: static;
    padding: 20px 5.5% 0;
    width: auto;
  }
  #Report section {
    margin-top: 35px;
  }
  #Report section .leftfix {
    float: none;
  }
  #Report section .rightfix {
    float: none;
  }
  #Report section .img-box {
    width: auto;
  }
  #Report section .txt-box {
    padding: 7.2916666%;
    width: auto;
  }
  #Report section .txt-box p {
    font-size: 95%;
  }
}

/* .photos
--------------------------------------------------*/
#Report section .photos {
  margin-top: 10px;
  margin-top: 1.0526315%;
}
#Report section .photos:after {
  clear: both;
  display: block;
  content: "";
}
#Report section .photos .item {
  float: left;
  margin: 30px 0 0 29px;
  margin: 3.1578947% 0 0 3.0526315%;
  width: 280px;
  width: 29.4736842%;
}
#Report section .photos .item:first-child {
  margin-left: 25px;
  margin-left: 2.6315789%;
}
#Report section .photos .item span {
  display: block;
  margin-top: 7px;
  font-size: 72%;
  line-height: 1.5;
}

@media screen and (max-width: 950px) {
  #Report section .photos .item {
    margin-left: 2%;
    width: 32%;
  }
  #Report section .photos .item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  #Report section .photos {
    margin-top: 0;
  }
  #Report section .photos .item {
    margin-top: 15px;
    margin-left: 3.5%;
    width: 31%;
  }
}

/*--------------------------------------------------
  .banner
--------------------------------------------------*/
.banner {
  padding: 0 30px;
}
.banner .inner {
  margin: 0 auto;
  max-width: 950px;
}
.banner .inner:after {
  clear: both;
  display: block;
  content: "";
}
.banner a {
  display: block;
  width: 460px;
  width: 48.4210526%;
}
.banner .left {
  float: left;
}
.banner .right {
  float: right;
}
.banner a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .banner {
    padding: 0 30px;
    padding: 0 4.6875%;
  }
}

/*--------------------------------------------------
  footer
--------------------------------------------------*/
footer {
  padding: 50px 0 30px;
  text-align: center;
}
footer small {
  padding: 0 15px;
  font-size: 11px;
  letter-spacing: 0.01em;
}
footer small br {
  display: none;
}
footer .pagetop {
  position: relative;
  top: 55px;
  margin: 0 auto;
  width: auto;
  height: 1px;
}
footer .pagetop .floater {
  position: static;
  padding-right: 2%;
  width: 98%;
  text-align: right;
}
footer .pagetop .floater.fixed {
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
footer .pagetop .floater a {
  position: relative;
  margin-top: -37px;
  display: block;
  float: right;
  width: 60px;
  height: 38px;
}
footer .pagetop .floater.fixed a {
  top: 0;
}
footer .pagetop .target {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0px;
}

@media screen and (max-width: 640px) {
  footer small {
    font-size: 10px;
  }
  footer .pagetop .floater {
    padding-right: 4.6875%;
    width: 95.53124%;
  }
}
@media screen and (max-width: 479px) {
  footer small {
    display: block;
    line-height: 1.4;
    text-align: left;
  }
  footer small br {
    display: block;
  }
}