@charset "utf-8";

/*
  File Name   : tpo.css
  Description : トップページ
*/


.top-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.top-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-loading__logo div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, .6);
}

.top-loading__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: #fff;
}

.top-loading__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: #fff;
}

.kv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 100;
}

.kv__movie:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
  background-image: url(/img/common/bg-container-01.png);
  z-index: 1000;
}

.kv__movie video {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.kv__slide {
  position: absolute !important;
  left: 0 !important;
  height: 100vh;
}

.kv__slide:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/img/common/bg-container-01.png);
  z-index: 1000;
}

.kv.pc-only .kv__slide--01 {
  background: url(/img/bg-kv-01.jpg) no-repeat 50% 0;
  background-size: cover;
}

.kv.pc-only .kv__slide--02 {
  background: url(/img/bg-kv-02.jpg) no-repeat 50% 0;
  background-size: cover;
}

.kv.pc-only .kv__slide--03 {
  background: url(/img/bg-kv-03.jpg) no-repeat 50% 0;
  background-size: cover;
}

.kv.pc-only .kv__slide--04 {
  background: url(/img/bg-kv-04.jpg) no-repeat 50% 0;
  background-size: cover;
}

.kv.pc-only .kv__slide--05 {
  background: url(/img/bg-kv-05.jpg) no-repeat 50% 0;
  background-size: cover;
}

.kv.pc-only .kv__slide--06 {
  background: url(/img/bg-kv-06.jpg) no-repeat 50% 0;
  background-size: cover;
}

.kv .copy {
  position: absolute;
  top: 60%;
  left: 5%;
  max-width: 36%;
  z-index: 1001;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kv.en .copy {
  top: 50%;
}

.kv .copy p{
  margin-top: 2em;
  color: #fff;
}

.container {
  position: relative;
  padding-top: 0;
  z-index: 1000;
}

.container:before {
  content: none;
}

.main {
  width: 46%;
  margin: 0 5% 0 auto;
}

.sec-now {
  margin: 0 0 110px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.sec-now-lead {
  color: #fff;
  margin: 0 0 1em;
}

.sec-now-nav {
  display: table;
  margin: 0 0 35px;
  font-size: 14px;
}

.sec-now-nav__all {
  display: table-cell;
  width: 110px;
  vertical-align: middle;
  text-align: center;
  background: #c81528;
}

.sec-now-nav__all a {
  color: #fff;
  font-weight: bold;
}

.sec-now-nav__cat {
  display: table-cell;
  line-height: 2;
  padding: 10px 25px;
  background: #fff;
}

.sec-now-nav__cat a {
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
}

.sec-now-nav__cat a:after {
  content: "/";
  margin: 0 10px;
  color: #ccc;
}

.sec-now-nav__cat a:hover {
  color: #c81528;
  text-decoration: none;
}

.sec-now__ttl {
  margin: 0 0 15px;
  color: #fff;
  font-size: 38px;
}

.sec-now__btn {
  text-align: center;
}

.sec-news {
  margin: 0 0 100px;
  padding: 30px 30px 50px;
  background: #fff;
}

.sec-news__ttl {
  margin: 0 0 15px;
  color: #c81528;
  font-size: 38px;
}

.sec-news-list {
  overflow: hidden;
  margin: 0 0 25px;
}

.sec-news-list__item {
  float: left;
  width: 33.33333333%;
  margin: 0 0 1px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.sec-news-list__item a {
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  background: #f9f9f9;
}

.sec-news-list__date {
  margin: 0 0 5px;
  color: #a1a1a1;
  font-weight: bold;
}

.sec-news-list__ttl {
  margin: 0 0 25px;
}

.sec-news-list__cat {
  padding: 0 0 0 25px;
  color: #ca1528;
  font-size: 12px;
  font-weight: bold;
}

.sec-news-list__cat--01 {
  background: url(/img/icon-news-01.png) no-repeat 0 50%;
}

.sec-news-list__cat--02 {
  background: url(/img/icon-news-02.png) no-repeat 0 50%;
}

.sec-news-list__cat--03 {
  background: url(/img/icon-news-03.png) no-repeat 0 50%;
}

.sec-news--event .sec-news-list__cat--01 {
  background: url(/event/img/icon-01.png) no-repeat 0 50%;
}

.sec-news--event .sec-news-list__cat--02 {
  background: url(/event/img/icon-02.png) no-repeat 0 50%;
}

.sec-news--event .sec-news-list__cat--03 {
  background: url(/event/img/icon-03.png) no-repeat 0 50%;
}

.sec-news__btn {
  text-align: center;
}

.sec-biz {
  padding: 260px 0 0;
  margin: 0 0 120px;
}

.sec-biz__ttl {
  margin: 0 0 15px;
  color: #fff;
  font-size: 38px;
}

.sec-value {
  margin: 0 0 120px;
  padding: 30px 30px 60px;
  background: #fff;
}

.sec-value__ttl {
  margin: 0 0 15px;
  color: #c81528;
  font-size: 38px;
}

.sec-value a {
  display: block;
  position: relative;
}

.sec-value img {
  width: 100%;
}

.sec-value__txt1 {
  position: absolute;
  bottom: 25%;
  left: 5%;
  padding: 0 1.5em 0 0; 
  color: #fff;
  font-size: 2.4vw;
  font-weight: bold;
  background: url(/img/icon-arrow-01.png) no-repeat 100% 50%;
  background-size: auto 60%;
}

.sec-value__txt2 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  color: #fff;
  font-size: 1.1vw;
}

@media screen and (max-width: 999px) {
  .header-nav-cat {
    position: absolute;
    top: 100vh;
    bottom: 0;
    margin: -84px 0 0;
  }
  
  .top-loading {
    display: none;
  }
  
  .kv {
    position: relative;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
  }
  
  .kv.sp-only .kv__slide--01 {
    background: url(/img/bg-kv-01-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .kv.sp-only .kv__slide--02 {
    background: url(/img/bg-kv-02-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .kv.sp-only .kv__slide--03 {
    background: url(/img/bg-kv-03-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .kv.sp-only .kv__slide--04 {
    background: url(/img/bg-kv-04-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .kv.sp-only .kv__slide--05 {
    background: url(/img/bg-kv-05-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .kv.sp-only .kv__slide--06 {
    background: url(/img/bg-kv-06-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  .kv .copy {
    left: 10%;
    max-width: 80%;
    -webkit-transform: translate(0, -80%);
            transform: translate(0, -80%);
  }
  .kv .copy p{
    font-size: 12px;
    text-align: center;
    opacity: 0;
  }
  
  .scroll {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
  }
  
  .scroll img {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 30px;
    z-index: 100;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .main {
    width: auto;
    margin: 0;
    padding: 30px 15px 15px;
    background: #697576;
  }

  .sec-intro {
    margin: 0 0 60px;
    padding: 15px 15px 20px;
  }
  
  .sec-now {
    margin: 0 0 60px;
    padding: 0;
 
  }

  .sec-now__ttl {
    margin: 0 0 15px;
    font-size: 19px;
    text-align: center;
  }

  .sec-now-nav {
    display: block;
    margin: 0 0 25px;
  }
  
  .sec-now-nav__select {
    width: 100%;
    margin: 0;
    padding: 10px;
    border: none;
    border-radius: 0;
    text-indent: 0.01px;
    text-overflow: "";
    background: #fff url(/img/icon-arrow-02.png) no-repeat 100% 50%;
    background-size: auto 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
  }
  
  .sec-news {
    margin: 0 0 60px;
    padding: 15px 15px 20px;
  }

  .sec-news__ttl {
    margin: 0 0 10px;
    font-size: 19px;
    text-align: center;
  }

  .sec-news-list {
    position: relative;
    margin: 0 0 20px;
  }
  
  .sec-news-list:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #fff;
  }

  .sec-news-list__item {
    width: 50%;
    margin: 0 0 1px;
    border: none;
  }

  .sec-news-list__item a {
    padding: 15px;
    font-size: 13px;
  }

  .sec-news-list__ttl {
    margin: 0 0 5px;
  }

  .sec-news-list__cat {
    padding: 0 0 0 20px;
    font-size: 11px;
    background-size: 15px auto !important;
  }
  
  .sec-biz {
    padding: 0;
    margin: 0 0 60px;
  }

  .sec-biz__ttl {
    margin: 0 0 10px;
    font-size: 19px;
    text-align: center;
  }
  
  .sec-value {
    margin: 0;
    padding: 15px;
  }
  
  .sec-value__ttl {
    margin: 0 0 10px;
    font-size: 19px;
		text-align: center;
  }
  
  .sec-value__txt1 {
    padding-right: 2em;
    font-size: 5vw;
    background-size: auto 70%;
  }
  
  .sec-value__txt2 {
    font-size: 2.5vw;
  }
}
