﻿@charset "UTF-8";

/* box-bar-youtube-01
---------------------------------------------------------- */
.box-bar-youtube-01 {
  display: none;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 405px;
  margin-left: -253px;
  z-index: 9999;
}
.material-icons {
  display: inline-block;
  position: absolute;
  bottom: 1px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
}
  .material-icons.btn-01 { left: 0;}
  .material-icons.btn-02 { left: 380px;}
.txt-duration-01 {
  position: absolute;
  bottom: 5px;
  left: 309px;
  color: #fff;
  font-size: 12px;
  z-index: 9999;
}
#progress-bar {
  position: absolute;
  bottom: 5px;
  left: 30px;
  width: 275px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  line-height: 0;
  padding: 0;
  margin: 0;
}
#volume-input {
  position: absolute;
  bottom: 5px;
  left: 414px;
  width: 70px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  line-height: 0;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
.box-bar-youtube-01 { display: none !important;}
}


/* ttl-top
---------------------------------------------------------- */
.ttl-top-01 {
  font-size: 35px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
.ttl-top-01 {
  font-size: 18px;
}
}

/* box-top-01
---------------------------------------------------------- */
.box-top-wrap-01 { padding: 60px 0;}
  .box-top-01 {
    margin-bottom: 14px;
    padding-bottom: 48px;
    border-bottom: 1px #000000 solid;
  }
    .box-top-01 .box-image-01 {
      position: relative;
      float: left;
    }
      .box-top-01 .box-image-01 .box-name-01 {
        position: absolute;
        bottom: -32px;
        right: -8px;
        display: table;
        width: auto;
      } 
        .box-top-01 .box-image-01 .box-name-01 .ico-01 {
          display: table-cell;
          vertical-align: middle;
          width: 49px;
        }
          .box-top-01 .box-image-01 .box-name-01 .ico-01 img { width: 100%;}
        .box-top-01 .box-image-01 .box-name-01 .txt-01 {
          display: table-cell;
          vertical-align: middle;
          padding-left: 11px;
          font-size: 22px;
          color: #666;
        }
    .box-top-01 .text {
      overflow: hidden;
      padding: 0 14px 0 43px;
    }
      .box-top-01 .text h2 {
        margin-bottom: 24px;
        text-align: center;
      }
        body#ru .box-top-01 .text h2 img { width: 100% }
  

@media screen and (max-width: 768px) {
.box-top-wrap-01 { padding: 16px 0 19px;}
  .box-top-01 {
    margin-bottom: 18px;
    padding-bottom: 19px;
  }
    .box-top-01 .box-image-01 {
      float: none;
      max-width: 192px;
      margin: 0 auto 52px;
      text-align: center;
    }
      .box-top-01 .box-image-01 .img-01 img { width: 100%;}
      
      .box-top-01 .box-image-01 .box-name-01 {
        bottom: -31px;
        right: -47px;
      } 
        .box-top-01 .box-image-01 .box-name-01 .ico-01 {
          width: 43px;
        }
        .box-top-01 .box-image-01 .box-name-01 .txt-01 {
          padding-left: 8px;
          font-size: 17px;
        }
    .box-top-01 .text {
      padding: 0;
    }
      .box-top-01 .text h2 {
        margin-bottom: 26px;
      }
        .box-top-01 .text h2 img { width: 300px;}
        body#en .box-top-01 .text h2 img { width: 282px;}
        body#jp .box-top-01 .text h2 img { width: 224px;}
}

/* box-top-02
---------------------------------------------------------- */
.box-top-02 {
  padding: 48px 0 70px;
}
  .box-top-02 ul {
    overflow: hidden;
    text-align: center;
  }
    .box-top-02 h2 {
      margin-bottom: 45px;
    }
    .box-top-02 ul li {
      display: inline-block;
      margin-left: 39px;
    }
    .box-top-02 ul li:first-child {
      margin-left: 0;
    }
      .box-top-02 ul li img {
        width: 120px;
        height: 100%;
      }

@media screen and (max-width: 768px) {
.box-top-02 {
  padding: 26px 0 34px;
}
  .box-top-02 ul {
    margin-top: -30px;
    padding: 0 20px;
    overflow: hidden;
  }
    .box-top-02 h2 {
      margin-bottom: 20px;
    }
    .box-top-02 ul li {
      float: left;
      display: block;
      width: 40.5%;
      margin: 30px 0 0;
      text-align: center;
    }
    .box-top-02 ul li:nth-child(2n) {
      margin-left: 19%;
    }
      .box-top-02 ul li img {
        width: 100%;
      }
}

/* box-top-news
---------------------------------------------------------- */
.sec-top-news {
  padding: 24px 0 35px;
  border-top: 1px solid #000;
}
  .sec-top-news h2 img {
    display: block;
    height: 19px;
  }
  .sec-top-news .box-top-news-in {
    margin: 17px 0 25px;
    padding: 20px 0 35px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #f2f2f2;
  }
    .sec-top-news .box-top-news-in dt {
      float: left;
      width: 108px;
      clear: left;
    }
    .sec-top-news .box-top-news-in dd {
      overflow: hidden;
    }
      .sec-top-news .box-top-news-in dd a {
        color: #666;
      }
  .sec-top-news .button-01 {
    position: relative;
    display: inline-block;
    padding: 6px 30px 6px 12px;
    font-size: 15px;
    color: #666;
    border: 1px solid #808080;
    border-radius: 20px;
  }
    .sec-top-news .button-01:hover {
      text-decoration: none;
  }
    .sec-top-news .button-01:after {
      content: '>';
      position: absolute;
      top: 52%;
      right: 15px;
      margin-top: -15px;
    }
    .sec-top-news .btn-wrap p + p { margin-top: 19px;}
    .sec-top-news .button-01.type-01 { 
      background-color: #808080;
      color: #fff;
    }
  
@media screen and (max-width: 768px) {
.sec-top-news {
  padding: 15px 0 0;
  border-top: none;
  background: #f2f2f2;
}
  .sec-top-news h2 img {
    height: 12px;
  }
  .sec-top-news .box-top-news-in {
    margin: 12px 0 0;
    padding: 15px 0 20px;
    border-top: 1px solid #666;
    border-bottom: none;
  }
    .sec-top-news .box-top-news-in dt {
      float: left;
      width: auto;
      padding-right: 7px;
      clear: left;
    }
    .sec-top-news .box-top-news-in dd {
      overflow: visible;
    }

.sec-top-news .btn-wrap {
  padding: 0 20px 18px;
}
  .sec-top-news .button-01 {
    display: block;
    padding: 6px 30px 6px 6px;
    font-size: 13px;
    color: #fff;
    border: none;
    background: #666;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
  }
    .sec-top-news .button-01:after {
      margin-top: -12px;
    }
    .sec-top-news .button-01.type-01 { 
      background-color: #fff;
      border: 1px #666 solid;
      color: #666;
    }
}

/* list-top-01
---------------------------------------------------------- */
.list-top-01 {}
  .list-top-01 li {
    position: relative;
    margin-top: 10px;
  }
    .list-top-01 li > img {
      width: 100%;
    }
    .list-top-01 li > a {
      display: block;
      position: absolute;
    }
    /*.list-top-01 li > a:hover {
      opacity: 0.7;
    }*/
      .list-top-01 li .btn-01 {
        top: 32.4%;
        right: 6.9%;
      }
      .list-top-01 li .btn-02 {
        top: 40.4%;
        left: 6.3%;
      }
      .list-top-01 li .btn-03 {
        top: 31.4%;
        left: 6.3%;
      }

@media screen and (max-width: 768px) {
.list-top-01 {}
  .list-top-01 li {
    margin-top: 0;
  }
    .list-top-01 li > a {
      position: absolute;
      top: 0 !important;
      bottom: 0!important;
      left: 0!important;
      right: 0!important;
      background: url(/common/img/top/btn_top_04.png) center center no-repeat;
      background-size: 47px auto;
    }
    .list-top-01 li > a:hover {
      opacity: 1;
    }
      .list-top-01 li > a img {
        position: absolute;
        bottom: 0;
        width: 100%;
      }
}

@media screen and (max-width: 768px) {
#youkuplayer .ykplayer .x-video-poster img {
  width: auto;
  height: 100%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
}