@charset "UTF-8";
/*!  変数・関数
================================================ */
/*-----------------------------------------------
 動画再生
-----------------------------------------------*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s; }

.popup.is-show {
  opacity: 1;
  visibility: visible; }

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 50px;
  z-index: 2; }

.movie-area {
  width: 80%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
  z-index: 2; }

.popup-inner iframe {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.close-btn {
  position: absolute;
  right: 9%;
  top: 9%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 2; }

.close-btn i {
  font-size: 35px;
  color: #fff; }

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer; }

/*-----------------------------------------------
 #keyvisual
-----------------------------------------------*/
#keyvisual {
  position: relative;
  width: 100%;
  height: 907px;
  text-align: center;
  background: #fff; }
  #keyvisual h1 {
    overflow: hidden;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 654px;
    left: 0;
    right: 0;
    width: 558px;
    height: 217px;
    margin: auto;
    z-index: 5; }
    #keyvisual h1 img {
      opacity: 0; }
    #keyvisual h1::before {
      position: absolute;
      top: 0;
      left: -70%;
      z-index: 2;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg);
      -webkit-animation: shine2 .5s;
      animation: shine2 .5s ease-in;
      animation-iteration-count: 1;
      animation-delay: 2s; }
@-webkit-keyframes shine2 {
  100% {
    left: 125%; } }
@keyframes shine2 {
  100% {
    left: 125%; } }
  #keyvisual .kv-offcial {
    position: absolute;
    top: 850px;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    z-index: 5; }
  #keyvisual .kv-main {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    min-height: 755px;
    background: url("../img/top/keyvisual-pc.jpg") left top no-repeat;
    background-size: cover;
    z-index: 1; }

/*-----------------------------------------------
 #news
-----------------------------------------------*/
#news {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  background: url("../img/global/bg02.jpg");
  padding: 35px 0 85px; }
  #news .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto; }
    #news .inner .news-youtube {
      width: 646px;
      height: 362px; }
    #news .inner .news-area {
      width: 430px; }
      #news .inner .news-area .news-bnr {
        margin-bottom: 30px; }
      #news .inner .news-area h3 {
        text-align: center;
        margin-bottom: 16px; }
      #news .inner .news-area ul {
        padding: 23px 25px 23px 18px;
        background: linear-gradient(0deg, #fff 20px, #fff 20px), linear-gradient(135deg, transparent 15px, #fff 15px), linear-gradient(0deg, #fff 20px, #fff 20px), linear-gradient(0deg, #fff 20px, #fff 20px);
        background-position: bottom left, top left, top right, bottom right;
        background-size: 50% 50%;
        background-repeat: no-repeat; }
        #news .inner .news-area ul li {
          display: flex;
          justify-content: space-between;
          margin-bottom: 24px; }
          #news .inner .news-area ul li:last-child {
            margin-bottom: 0; }
          #news .inner .news-area ul li .news-date {
            width: 110px;
            color: #fff;
            font-size: 1.8rem;
            font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }
            #news .inner .news-area ul li .news-date span {
              display: inline-block;
              background: #000;
              padding: 6px 10px; }
          #news .inner .news-area ul li .news-text {
            width: 280px;
            font-size: 1.6rem;
            line-height: 1.4; }
            #news .inner .news-area ul li .news-text a {
              text-decoration: underline; }
      #news .inner .news-area .news-more {
        text-align: right; }

/*-----------------------------------------------
 #contentNav
-----------------------------------------------*/
#contentNav ul {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0 110px 0; }
  #contentNav ul li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s; }
    #contentNav ul li:nth-child(2) {
      margin-top: 56px; }
    #contentNav ul li:nth-child(3) {
      margin-top: 68px; }
    #contentNav ul li:nth-child(4) {
      margin-top: 68px; }
    #contentNav ul li:nth-child(5) {
      margin-top: 11px; }
    #contentNav ul li:nth-child(6) {
      margin-top: 31px; }
    #contentNav ul li:nth-child(7) {
      margin-top: 62px; }
    #contentNav ul li:nth-child(8) {
      margin-top: 33px; }
    #contentNav ul li:nth-child(9) {
      margin-top: 24px; }
    #contentNav ul li:nth-child(10) {
      margin-top: 68px; }
    #contentNav ul li:hover {
      transform: translateX(7px) translateY(-7px); }
    #contentNav ul li::before {
      position: absolute;
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg); }
    #contentNav ul li:hover::before {
      -webkit-animation: shine 0.7s ease-in;
      animation: shine 0.7s ease-in; }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
@media screen and (max-width: 640px) {
  /*-----------------------------------------------
   .popup
  -----------------------------------------------*/
  .popup-inner {
    width: 90%; }

  .movie-area {
    width: 90%; }

  .popup-inner iframe {
    height: 90%; }

  .close-btn {
    top: 5%;
    right: 5%; }

  /*-----------------------------------------------
   #keyvisual
  -----------------------------------------------*/
  #keyvisual {
    height: 88.75vw; }
    #keyvisual h1 {
      top: 55.78125vw;
      width: 70vw; }
      #keyvisual h1 img {
        width: 70vw; }
    #keyvisual .kv-main {
      min-height: 62.65625vw;
      background: url("../img/top/keyvisual-sp.jpg") center top no-repeat;
      background-size: contain; }

  /*-----------------------------------------------
   #news
  -----------------------------------------------*/
  #news {
    background: url("../img/global/bg02-sp.jpg");
    background-size: 3.90625vw;
    padding: 3.90625vw 4.21875vw; }
    #news .inner {
      width: 91.5625vw; }
      #news .inner .news-youtube {
        width: 100%;
        height: 51.25vw;
        margin-bottom: 3.28125vw; }
      #news .inner .news-area {
        width: 100%; }
        #news .inner .news-area .news-bnr {
          margin-bottom: 4.21875vw; }
          #news .inner .news-area .news-bnr img {
            width: 100%; }
        #news .inner .news-area h2 {
          margin-bottom: 1.875vw; }
          #news .inner .news-area h2 img {
            width: 30.46875vw; }
        #news .inner .news-area ul {
          padding: 4.53125vw 5.15625vw 5.46875vw 2.34375vw;
          background: #fff;
          background-size: 100%; }
          #news .inner .news-area ul li {
            margin-bottom: 4.53125vw; }
            #news .inner .news-area ul li:last-child {
              margin-bottom: 0; }
            #news .inner .news-area ul li .news-date {
              width: 15.78125vw;
              font-size: 2.8125vw; }
              #news .inner .news-area ul li .news-date span {
                padding: 1.09375vw 1.40625vw; }
            #news .inner .news-area ul li .news-text {
              width: 66.71875vw;
              font-size: 2.5vw; }
        #news .inner .news-area .news-more img {
          width: 27.8125vw; }

  /*-----------------------------------------------
   #contentNav
  -----------------------------------------------*/
  #contentNav ul {
    width: 91.875vw;
    padding: 1.875vw 0 11.71875vw 0; }
    #contentNav ul li img {
      width: 91.875vw; }
    #contentNav ul li:nth-child(2) {
      margin-top: 5.15625vw; }
    #contentNav ul li:nth-child(3) {
      margin-top: 3.59375vw; }
    #contentNav ul li:nth-child(4) {
      margin-top: 6.5625vw; }
    #contentNav ul li:nth-child(5) {
      margin-top: 1.5625vw; }
    #contentNav ul li:nth-child(6) {
      margin-top: 3.59375vw; }
    #contentNav ul li:nth-child(7) {
      margin-top: 4.6875vw; }
    #contentNav ul li:nth-child(8) {
      margin-top: 6.5625vw; }
    #contentNav ul li:nth-child(9) {
      margin-top: 2.5vw; }
    #contentNav ul li:nth-child(10) {
      margin-top: 6.5625vw; } }
