@charset "UTF-8";

/* top
----------------------------------------------------------*/

.main {
  background: #000;
}
.main-visual {
  position: relative;
  z-index: 1;
 }
.main-visual:before {
  content: "";
  background: url(../img/common/main-visual-01.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*
.main-visual:after {
  content: "";
  background: url(../img/common/main-visual-02.png) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
*/

.main-cont {
  position: relative;
  z-index: 10;
}


.main-cont-01 {
  padding-top: 67%;
  padding-bottom: 5%;
}
.main-cont-02 {
  padding-top: 3.5%;
  padding-bottom: 59%;
}
.mc-topics {
  display: table;
  width: 100%;
}
.mct-cont {
  width: 48.5%;
  max-width: 420px;
  float: left;
}
.mct-cont-02 {
  float: right;
}

.mct-cont-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
  letter-spacing: 1px;
}
.mct-cont-ttl:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #7b7b7b;
  height: 1px;
  width: 100%;
}
.mct-cont-ttl .ttl-inner {
  position: relative;
  z-index: 3;
  background: #000;
  padding: 0 0.5em;
}

.mct-cont-news,
.mct-cont-sns,
.mct-cont-movie {
  height: 3300px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.mct-cont-news {
  height: 120px;
  margin-bottom: 15px;
  padding: 0 18px 0 18px;
  overflow: auto;
  color: #000;
}
.mct-cont-sns {
  height: 400px;
}
.mct-cont-movie {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #51b0d8;
      background: rgba(81,176,217,0.8);
}
.mct-cont-movie video {
  width: 100%;
  vertical-align: bottom;
}
.mct-cont-news li {
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
  padding: 0.8em 0;
}

.news-txt a {
  color: #057bce;
  text-decoration: underline;
}

.mpm-ttl .mpmt-inner {
  background: none;
  /*font-weight: 600;*/
  letter-spacing: 4px;
}
.mpm-ttl .mpmt-en {
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
}
.mpmc-txt li {
  font-size: 23px;
  font-size: 2.3rem;
  /*font-weight: 600;*/
  color: #fff;
  margin: 1.75em 0;
  padding-left: 52px;
}
.mpmc-txt li:before {
  width: 40px;
  top: 4px;
}
.mc-nav {
  overflow: hidden;
  padding: 10% 0 48% 0;
}
.mc-nav-cont {
  font-size: 0; /* 隙間を無くすため */
  width: 107.3%;
}
.mc-nav-cont > li {
  font-size: initial; /* リセット必須 */
  display: inline-block;
  vertical-align: top;
  width: 42.7%;
  margin: 2% 7.3% 2.5% 0;
  box-sizing: border-box;
}
.mc-nav-cont > li > a {
  display: table;
  width: 100%;
  background: #00a3e8;
  background: rgba(0,163,232,0.58);
  border: 1px solid #00a3e8;
  box-sizing: border-box;
  padding: 4%;
  color: #fff;
  text-align: center;
  min-height: 193px;
}
.mnc-txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.5;
  font-weight: 300;
}
.mnc-txt .mnc-txt-en {
  font-size: 10px;
  font-size: 1.0rem;
  display: block;
}

/* TB
----------------------------------------------------------*/
@media only screen and (max-width: 960px) {

  .mct-cont-ttl {
    font-size: 22.5px;
    font-size: 2.25rem;
    margin-bottom: 0.75em;
  }
  .mpmc-txt li {
    font-size: 20.5px;
    font-size: 2.05rem;
    padding-left: 40px;
  }
  .mpmc-txt li:before {
    width: 32px;
    top: 5px;
  }
  .mc-nav-cont {
    width: 103%;
  }
  .mc-nav-cont > li {
    width: 47%;
    margin: 1.5% 3% 1.5% 0;
  }
  .mc-nav-cont > li > a {
    min-height: 144px;
  }
  .mnc-txt {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0;
  }

}

/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  #js-header-group.hg-fixed {
    border-bottom: none;
  }

  .main-visual:before {
    background: url(../img/common/main-visual-01-sp.png) no-repeat top center;
    background-size: 100%;
  }
  .main-visual:after {
    background: url(../img/common/main-visual-02-sp.png) no-repeat bottom center;
    background-size: 100%;
  }
  .main-cont-01 {
    padding-top: 109%;
  }
  .mct-cont {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .mct-cont-01 {
    margin-bottom: 10%;
  }
  .mct-cont-02 {
    margin-bottom: 8%;
  }
  .mct-cont-ttl {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 7px;
  }
  .mct-cont-news {
    height: 180px;
    padding: 0 11px;
  }
  .mct-cont-news li {
    padding: 0.4em 0 0.6em 0;
  }
  .mct-cont-movie {
  height: auto;
  }
  .news-date {
    line-height: 1.6;
  }
  .news-txt {
    line-height: 1.4;
  }
  .mpmc-txt li {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 38px;
  }
  .mpmc-txt li:before {
    width: 30px;
    top: 7px;
  }
  .mc-nav {
    padding: 10% 0 53% 0;
  }
  .mc-nav-cont {
    width: 105%;
  }
  .mc-nav-cont > li {
    width: 45%;
    margin: 2.5% 5% 2.5% 0;
  }
  .mc-nav-cont > li > a {
    min-height: 95px;
  }
  .mnc-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .mnc-txt .mnc-txt-en {
    font-size: 9px;
    font-size: 0.9rem;
  }

}
