@charset "utf-8";

/* font and color setting */

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HiraKakuProN-W3','游ゴシック','Yu Gothic','sans-serif';
  background-color: #f3f3f3;
}
header, footer, h1, h2, h3, h4, .ttl, .category, .date, .num, .more {
  font-family: 'Oswald','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HiraKakuProN-W3','游ゴシック','Yu Gothic','sans-serif';
}
.txt-ja {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HiraKakuProN-W3','游ゴシック','Yu Gothic','sans-serif';
}
@media screen and (max-width:750px) {
  html {
    font-size: 4.267vw;
  }
  body {
    font-size: 4.267vw;
  }
}
@media screen and (min-width:751px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  color: #fff;
}
.wrapper a {
  color: #fff;
  text-decoration: none;
}
header {
  background-color: #090909;
}
.panel-i {
  display: block;
}
footer {
  background-color: #fff;
}
footer > .footer-lower {
  background-color: #090909;
}
@media screen and (min-width:751px) {
  header a:hover,
  footer a:hover {
    color: #fff100;
  } 
}

/* tool */
.bgt {
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sns {
  width: 100px;
  height: 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-sns {
  flex-basis: 30px;
  margin: 0 4px;
}
.btn-sns a {
  display: block;
  height: 30px;
  background-image: url(../images/btn-sns.png?ud=240116);
  background-repeat: no-repeat;
  background-size: 90px 60px;
}
.btn-sns.btn-sns-tw a       { background-position: 0 0; }
.btn-sns.btn-sns-tw a:hover { background-position: 0 -30px; }
.btn-sns.btn-sns-fb a       { background-position: -30px 0; }
.btn-sns.btn-sns-fb a:hover { background-position: -30px -30px; }



/* == style == */
/* layout */
body {
  line-height: 1.5;
}

/* header */
header > h1 > a {
    background: url(../images/logo.png) no-repeat center center;
}
.btn-for-mobile {
  display: none;
}
@media screen and (max-width:750px) {
  header {
    position: relative;
    height: 60px;
  }
  header.active {
    height: 100vh;
  }
  header > h1 > a {
    display: block;
    width: 120px;
    height: 60px;
    margin: 0 auto;
    background-position: center -10px;
    background-size: 70px 70px;
  }
  header > nav {
    display: none;
    position: relative;
    z-index: 1200;
    height: calc(100vh - 123px);
    width: 100%;
  }
  header.active > nav {
    display: block;
  }
  header > nav .nav-01 > a,
  header > nav .nav-02 > a {
    pointer-events: none;
  }
  header > nav > ul > li {
    display: block;
  }
  header > nav > ul > li > a {
    display: block;
    text-align: center;
    line-height: calc(25vh - 30.75px);
    font-size: 2rem;
  }
  header > nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 123px);
    padding: 0 !important;
    margin: 0 !important;
    background-color: #090909;
    overflow: hidden;
  }
  header > nav > ul > li.nav-act > ul {
    display: block;
  }
  header > nav > ul > li > ul > li {
    display: block;
    float: left;
    width: 33%;
  }
  header > nav > ul > li > ul > li > a {
    display: block;
    text-align: center;
    line-height: 5rem;
    font-size: 1.5rem;
  }
  header .btn-for-mobile {
    display: block;
    position: absolute;
    z-index: 1300;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  header .btn-for-mobile > span {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
  }
  header .btn-for-mobile > span:before,
  header .btn-for-mobile > span:after {
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #fff;
    content: "";
    transition: all 200ms ease-out;
  }
  header .btn-for-mobile > span:before {
    top: 25px;
    left: 18px;
  }
  header .btn-for-mobile > span:after {
    top: 33px;
    left: 18px;
  }
  header.active .btn-for-mobile > span:before {
    transform: rotate(-45deg);
    top: 30px;
    left: 18px;
  }
  header.active .btn-for-mobile > span:after {
    transform: rotate(45deg);
    top: 30px;
    left: 18px;
  }
  header > .sns {
    display: none;
    position: relative;
    z-index: 1200;
    width: 100%;
    height: 63px;
  }
  header.active > .sns {
    display: flex;
  }
  .mob-header-menu-active {
    display: none;
  }
  header .btn-sns {
    flex-basis: 45px;
  }
  header .btn-sns a {
    height: 45px;
    background-size: 135px 90px;
  }
  header .btn-sns.btn-sns-fb a { background-position: -45px 0;}
}
@media screen and (min-width:751px) and (max-width:1040px) {
  header {
    position: relative;
    z-index: 1200;
    height: 60px;
  }
  header > h1 > a {
    display: block;
    width: 120px;
    height: 60px;
    background-position: center -15px;
    background-size: 80px 80px;
  }
  header > nav {
    position: absolute;
    top: 18px;
    left: 120px;
    width: calc(100% - 240px);
    height: 60px;
  }
  header > nav > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  header > nav > ul > li {
    position: relative;
    display: block;
    flex-basis: 20%;
    cursor: pointer;
  }
  header > nav > ul > li:after {
    position: absolute;
    display: block;
    top: 4px;
    right: -1px;
    width: 2px;
    height: 15px;
    background-color: #fff;
    content: "";
  }
  header > nav > ul > li:last-child:after {
    display: none;
  }
  header > nav li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
  }
  header > nav .nav-01 > a,
  header > nav .nav-02 > a {
    pointer-events: none;
  }
  header > nav > ul > li > ul {
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 8px 120px 16px !important;
    margin: 0 !important;
    background-color: #090909;
  }
  header > nav > ul > li.nav-act > a {
    color: #fff100;
  }
  header > nav > ul > li.nav-act > ul {
    display: block;
  }
  header > nav > ul > li > ul > li {
    display: block;
    float: left;
    width: 20%;
  }
  header > nav > ul > li > ul > li > a {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    line-height: 2;
    font-size: 16px;
  }
  header > .sns {
    float: right;
    width: 120px;
    margin-top: -44px;
  }
}
@media screen and (min-width:1041px) {
  .wrapper > header {
    position: fixed;
    z-index: 1200;
    width: 100px;
    height: 100vh;
  }
  header > h1 > a {
    display: block;
    width: 100px;
    height: 100px;
    background-size: 80px 80px;
  }
  header > nav > ul {
    margin-top: calc(50vh - 256px);
    width: 100px;
    padding-top: 24px;
  }
  header > nav > ul > li,
  header > nav > ul >li > ul > li {
    display: block;
  }
  header > nav > ul > li > a,
  header > nav > ul > li > ul > li > a {
    display: block;
    margin-bottom: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
  }
  header > nav > ul > li > ul > li > a {
  }
  header > nav > ul > li {
  }
  header > nav > ul >li > ul {
    display: block;
    box-sizing: border-box;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 100px;
    width: 0px;
    height: calc(50vh + 72px * 20);
    background-color: #090909;
    opacity: 0;
    transition: opacity 200ms ease-out;
    overflow: hidden;
    cursor: ns-resize;
  }
  header > nav > ul > li:hover > a {
    color: #fff100;
  }
  header > nav > ul > li:hover > ul {
    width: 100px;
    opacity: 1;
  }
  header > nav > ul > li > ul.nav-low-reports {
    padding-top: 1px;
    /* padding-top: calc(50vh - 132px); */
  }
  header > nav > ul > li > ul.nav-low-reports > li:first-child {
    margin-top: calc(50vh - 131px);
  }
  header > nav > ul > li > ul.nav-low-result {
    padding-top: 1px;
    /* padding-top: calc(50vh - 60px); */
  }
  header > nav > ul > li > ul.nav-low-result > li:first-child {
    margin-top: calc(50vh - 59px);
  }
  header > .sns {
    margin-top: calc(50vh - 176px);
  }
}

/* pankuzu */
.pankuzu {
  background-color: #e6e6e6;
}
.pankuzu li {
  position: relative;
  display: inline-block;
  color: #333;
}
.pankuzu li:before {
  position: absolute;
  display: block;
  background-image: url(../../common/images/icon-arrow01.png);
  background-size: cover;
  content: "";
  opacity: 0.8;
}
.pankuzu li:last-child:before {
  display: none;
}
.pankuzu li a {
  color: #333;
}
@media screen and (max-width: 750px) {
  .pankuzu {
    margin-top: 14%;
    padding: 1% 4%;
  }
  .pankuzu li {
    padding: 0px 24px 0px 6px;
    line-height: 1.75;
    font-size: 0.75rem;
  }
  .pankuzu li:first-child {
    padding-left: 0;
  }
  .pankuzu li:before {
    top: calc(50% - 5.25px);
    right: 5%;
    width: 8px;
    height: 8.5px;
  }
  .pankuzu li a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width:751px) {
  .pankuzu {
    margin-top: 56px;
    padding-left: 6.76%;
  }
  .pankuzu li {
    padding: 6px 24px 6px 6px;
    line-height: 36px;
    font-size: 12px;
  }
  .pankuzu li:before {
    top: 19px;
    right: 2px;
    width: 8.471px;
    height: 9px;
  }
  .pankuzu li a:hover {
    text-decoration: underline;
  }
}

/* footer */
footer > .partner_list {
  background-color: #fff;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 7.5%;
  padding-bottom: 7.5%;
}
footer > .partner_list > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
footer > .partner_list > ul.row2 {
  margin-top: 6.875%
}
footer > .partner_list > ul.row3 {
  margin-top: 4.688%
}
footer > .partner_list > ul.row1 > li {
  flex-basis: 32.188%;
  margin-right: 1.563%;
}
footer > .partner_list > ul.row2 > li,
footer > .partner_list > ul.row3 > li {
  flex-basis: 18.75%;
  margin-right: 1.25%;
}
footer > .partner_list > ul > li:last-child {
  margin-right: 0;
}
footer > .partner_list > ul img {
  width: 100%;
}
footer > .footer-lower {
}
footer > .footer-lower > .footer-lower-i {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 4.063%;
  padding-bottom: 3.125%;
}
footer > .footer-lower nav {
  margin-top: 3.125%;
}
footer > .footer-lower nav > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
footer > .footer-lower nav li {
  position: relative;
  display: block;
  flex-basis: 12.5%;
}
footer > .footer-lower nav li:after {
  position: absolute;
  display: block;
  top: 4px;
  right: -1px;
  width: 2px;
  height: 15px;
  background-color: #fff;
  content: "";
}
footer > .footer-lower nav li:last-child:after {
  display: none;
}
footer > .footer-lower nav li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
footer > .footer-lower .copyright {
  margin-top: 3.125%;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width:750px) {
  footer > .footer-lower nav li {
    flex-basis: 17%;
  }
  footer > .footer-lower nav li:after {
    top: 2px;
  }
  footer > .footer-lower {
    font-size: 0.75rem;
  }
  footer > .footer-lower .copyright {
    font-size: 0.5rem;
  }
}

/* content */
.topbox {
  position: relative;
}
.toppanel-bg {
  position: absolute;
  z-index: 800;
  top: 0;
  left: 0;
  width: 100%;
}
.toppanel-bg > ul {
  position: relative;
  overflow: hidden;
}
.toppanel-bg > ul >li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.container > .topbox {
  box-sizing: border-box;
}
.panel.report h3:after {
  content: "REPORT";
}
.ttl-box > a {
  display: block;
}
.ttl-box > a > span,
.ttl-box > span {
  display: block;
  background-color: #090909;
}

.contents > .articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.articles > .panel > .panel-i.report,
.articles > .panel > .panel-i.topics { background-size: cover; }
.articles > .panel > .panel-i.report { border-top-color: rgb(190,24,36); }
.articles > .panel > .panel-i.topics { border-top-color: #090909; }
.articles > .panel > .panel-i > .lead {
  background: linear-gradient(rgba(3,0,0,0) 50%, rgba(3,0,0,0.5) 66.6%, rgba(3,0,0,1) 100%);
}
.articles > .panel > .panel-i.report .category { background-color: rgb(190,24,36); }
.articles > .panel > .panel-i.topics .category { background-color: #090909; }
.articles > .panel > .panel-i.topics .round {
  display: none;
}
.articles > .panel > .panel-i .leadtext {
  display: none;
}
.articles > .panel > .panel-i .more:after {
  content: " ≫";
}
.articles > .panel.panel-empty {
  height: 0;
}

@media screen and (max-width:750px) {
  .topbox {
    padding-top: 12.5%;
    padding-bottom: 7.2%;
  }
  .toppanel-bg > ul {
    padding-top: 134.27%;
  }
  .toppanel-bg > ul >li {
    padding-top: 134.27%;
  }
  .contents > .ttl-box {
    width: 92%;
    margin: 0 auto;
    padding-top: 8%;
  }
  .ttl-box > a > span,
  .ttl-box > span {
    padding-left: 8%;
    line-height: 2.167;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .contents > .articles {
    padding: 5.33% 2% 0;
  }
  .articles > .panel {
    flex-basis: 50%;
    padding-top: 73.61%;
  }
  .articles > .panel.panel-2col {
    flex-basis: 100%;
    padding-top: 73.61%;
  }
  .articles > .panel > .panel-i {
    box-sizing: border-box;
    margin: -143.06% 4.167% 4.167%;
    /*
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    */
  }
  .articles > .panel.panel-2col > .panel-i {
    margin: -71.53% 2.0835% 2.0835%;
  }
  .articles > .panel > .panel-i > .lead {
    position: relative;
    overflow: hidden;
    padding-top: calc(151.52% - 4px);
  }
  .articles > .panel > .panel-i > .lead > .lead-i {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 8.48%;
    font-size: 0.75rem;
  }

  .articles > .panel > .panel-i.report,
  .articles > .panel > .panel-i.topics {
    border-top-width: 4px;
    border-top-style: solid;
  }
  .articles > .panel > .panel-i .date {
    
  }
  .articles > .panel > .panel-i .date,
  .articles > .panel > .panel-i .round,
  .articles > .panel > .panel-i .title,
  .articles > .panel > .panel-i .more {
    display: block;
    padding-right: 3%;
    padding-left: 3%;
  }
  .articles > .panel > .panel-i .date {
    /* margin-bottom: 1.82%; */
  }
  .articles > .panel > .panel-i .category {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36.36%;
    margin-bottom: 127.27%;
    line-height: 2;
    text-align: center;
  }
  .articles > .panel > .panel-i .round,
  .articles > .panel > .panel-i .title {
    line-height: 1.7;
  }
  .articles > .panel > .panel-i .more {
    margin-top: 3.33%;
    text-align: right;
  }
  
  
  
  .articles > .panel > .panel-ns {
    margin: -143.06% 4.167% 4.167%;
  }
  .articles > .panel.panel-2col > .panel-ns {
    margin: -71.53% 2.0835% 2.0835%;
  }
}
@media screen and (min-width:751px) {
  .contents > .ttl-box {
    margin: 0 auto;
    padding-top: 50px;
  }
  .contents > .articles {
    padding-top: 19px;
    /* padding-right: 6%;
        padding-left: 6%; */
  }
  .articles > .panel {
    flex-basis: 216px;
  }
  .articles > .panel.panel-2col {
    flex-basis: 432px;
  }
  .articles > .panel.panel-2col.panel-flex {
    flex-basis: 100%;
    max-width: calc(216px * 3);
  }
  .articles > .panel > .panel-i {
    box-sizing: border-box;
    height: 312px;
  }
  .contents > footer {
    margin-top: 34px;
  }
  .ttl-box span {
    padding-left: 16px;
    line-height: 56px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .articles > .panel > .panel-i {
    margin: 5px;
    /*
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    */
    font-size: 12px;
  }
  .articles > .panel > .panel-i > .lead {
    position: relative;
    overflow: hidden;
    height: 308px;
  }
  .articles > .panel > .panel-i > .lead > .lead-i {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 14px;
  }
  .articles > .panel > .panel-i.report,
  .articles > .panel > .panel-i.topics {
    border-top-width: 4px;
    border-top-style: solid;
  }
  .articles > .panel > .panel-i .date {
    /* margin-top: 178px; */
  }
  .articles > .panel > .panel-i .date,
  .articles > .panel > .panel-i .round,
  .articles > .panel > .panel-i .title,
  .articles > .panel > .panel-i .more {
    display: block;
    padding-right: 8px;
    padding-left: 8px;
  }
  .articles > .panel > .panel-i .date {
    margin-bottom: 6px;
  }
  .articles > .panel > .panel-i .category {
    position: absolute;
    bottom: 272px;
    left: 0;
    width: 64px;
    line-height: 24px;
    text-align: center;
  }
  .articles > .panel > .panel-i .round,
  .articles > .panel > .panel-i .title {
    line-height: 1.7;
  }
  .articles > .panel > .panel-i .more {
    margin-top: 14px;
    text-align: right;
  }
  .articles > .panel > .panel-ns {
    margin: 5px;
  }
}
@media screen and (min-width:751px) and (max-width:1040px) {
 .container > .topbox {
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #090909;
  }
  .toppanel-bg {
    height: calc(100vh - 60px);
  }
  .toppanel-bg > ul {
    height: calc(100vh - 60px);
  }
  .toppanel-bg > ul >li {
    height: calc(100vh - 60px);
  }
  .topbox > .panel-i {
    height: 100vh;
  }
}
@media screen and (min-width:1041px) {
  .wrapper > .container {
    padding-left: 100px;
    min-height: 100vh;
  }
  .container > .topbox {
    position: fixed;
    width: calc((100% - 100px)*0.45);
    height: 100vh;
    background-color: #090909;
  }
  .toppanel-bg {
    height: 100vh;
  }
  .toppanel-bg > ul {
    height: 100vh;
  }
  .toppanel-bg > ul >li {
    height: 100vh;
  }
  .topbox > .panel-i {
    height: 100vh;
  }
  .container > .contents {
    padding-left: 45%;
  }
  .articles > .panel > .panel-i {
    transition: margin 0.2s ease-out, box-shadow 0.1s ease-out;
  }
  .articles > .panel > .panel-i:hover {
    /*
    box-shadow: 3px 5px 7px 0px rgba(0, 0, 0, 0.3);
    margin: 2px 5px 8px;
    */
  }
}

/* imagebox */
.on-imagebox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  z-index: 2000;
}
.on-imgpanel {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2100;
}
.on-imgpanel .imgpanel {
  margin: 0 auto;
}
.on-imgpanel .imgpanel img {
  width: 100%;
}


