/* kv */
.kv__over {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top-kv {
  color: #fff;
}

.top-kv__logo {
  margin-bottom: 8px;
}

.top-kv__lb {
  font-size: 37px;
  font-weight: 500;
  line-height: 1.36;
  margin-bottom: 15px;
}

.top-kv__txt {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* content */
.top-content {
  padding: 90px 0 120px;
}

.top-lb01 {
  text-align: center;
  margin: 0 0 50px;
}

.top-lb01__en {
  color: #ffe100;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.16;
}

.top-lb01__ja {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 10px 0 0;
}

.top-lb02 {
  background: url("../img/common/icon_Tshirt.png") 50% 0 no-repeat;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.34;
  text-align: center;
  padding: 58px 0 0;
}

/* intro */
.intro-cont {
  position: relative;
  padding: 3.5% 0 0 40.71%;
}

.intro-cont__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 42.8%;
}

.intro-cont__img figure {
  position: relative;
  background: 50% 50% no-repeat;
  background-size: cover;
  height: 450px;
}

.intro-cont__img img {
  width: 100%;
  visibility: hidden;
}

.intro-cont__txt {
  background: url("../img/common/bg_stripe.png");
  padding: 40px 9.6%;
}

/* Contact Us */
#sec-contactus .cv__txt {
  padding-left: 0;
  /*padding-right: 42.27%;*/
}

#sec-contactus .cv__img {
  left: auto;
  right: 1.09%;
  max-width: 34.18%;
}

.binder {
  background: url("../img/top/bg_binder.png") 50% 0 no-repeat;
  max-width: 100%;
  width: 1274px;
  height: 543px;
  padding: 85px 0 0;
  margin: 0 auto;
}

.binder__inner {
  position: relative;
  max-width: 726px;
  margin: 0 auto;
}

.binder__lb-wrap {
  position: relative;
  max-width: 571px;
  margin: 0 auto;
}

.binder__lb {
  position: relative;
  z-index: 1;
  background: url("../img/top/bg_line_red.png") 50% 100% no-repeat;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.633;
  text-align: center;
  margin-bottom: 40px;
}

.binder__pen {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.binder__list {
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1.5;
}

.binder__list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
}

.binder__list li::before {
  content: "";
  background: url("../img/common/icon_check.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  width: 33px;
  height: 32px;
}

/* support */
#sec-support .top-lb02 {
  margin-bottom: 27px;
}

.support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support-list__li {
  position: relative;
  max-width: 330px;
  width: 30%;
  padding: 80px 0 0;
}

.support-list__num {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.support-list__img {
  text-align: center;
  margin-bottom: 30px;
}

.support-list__lb {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}

/* news */
#sec-news {
  border: solid 6px #ffe100;
  padding: 75px 55px 47px;
}

#sec-news .top-lb02 {
  margin-bottom: 18px;
}

#sec-news .no-post {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.news-link-pc {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.news-link-sp {
  display: none;
}

.news-article {
  border-bottom: solid 1px #ccc;
  line-height: 1.64;
}

.news-article:last-child {
  border-bottom: none;
}

.news-article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
}

.news-article .entry-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #aaa;
  width: 7.2em;
}

.news-article .entry-title {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 1279px) {
  /* Contact Us */
  /*#sec-contactus {
        .cv {
            &__txt {
                padding-right: 45%;
            }
        }
    }*/
}

@media screen and (max-width: 959px) {
  /* intro */
  .intro-cont {
    padding: 0;
  }
  .intro-cont__img {
    position: static;
    width: 100%;
  }
  .intro-cont__img figure {
    background: none;
    height: auto;
  }
  .intro-cont__img img {
    visibility: visible;
  }
  .intro-cont__txt {
    padding: 33px 5.33% 38px;
  }
  /* Contact Us */
  .binder {
    background-image: url("../img/top/bg_binder__sp.png");
    background-size: 100%;
    width: 89.33%;
    height: auto;
    padding: 15% 7.76% 5.3%;
  }
  .binder .for_sp {
    display: block !important;
  }
  .binder__lb-wrap {
    max-width: 93.11%;
  }
  .binder__lb {
    background: url("../img/top/bg_line_red__sp.png") 50% 90% no-repeat;
    background-size: contain;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.833;
    margin-bottom: 17px;
  }
  .binder__pen {
    -webkit-transform: translate(86%, 10%);
        -ms-transform: translate(86%, 10%);
            transform: translate(86%, 10%);
    max-width: 52%;
  }
  .binder__list {
    font-size: 16px;
    font-size: 4.27vw;
    padding: 0 3% 0 4%;
  }
  .binder__list li {
    padding-left: 9.72%;
    margin-bottom: 10px;
  }
  .binder__list li::before {
    top: -5px;
    width: 10.5%;
    height: 56px;
  }
  /* support */
  .support-list {
    display: block;
  }
  .support-list__li {
    width: 100%;
    margin: 0 auto 45px;
  }
  /* news */
  .news-link-pc {
    display: none;
  }
  .news-link-sp {
    display: block;
    text-align: right;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  /* kv */
  .kv__img {
    overflow: hidden;
  }
  .kv__img img {
    max-width: none;
    width: 160%;
    margin-left: -30%;
  }
  .top-kv .for_sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  /* kv */
  .top-kv__lb {
    font-size: 28px;
    font-size: 7.5vw;
    margin-bottom: 17%;
  }
  .top-kv__txt {
    font-size: 5.9vw;
    margin-bottom: 17.3%;
  }
  .top-kv__logo img {
    width: 219px;
  }
  /* content */
  .top-content {
    padding: 70px 0 75px;
  }
  .top-lb01 {
    margin-bottom: 45px;
  }
  .top-lb01__en {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .top-lb01__ja {
    font-size: 20px;
    font-size: 2rem;
  }
  .top-lb02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* Contact Us */
  #sec-contactus .cv__img {
    max-width: 74.93%;
  }
  /* support */
  .support-list__lb {
    font-size: 20px;
    font-size: 2rem;
  }
  /* news */
  #sec-news {
    padding: 45px 4.6% 40px;
  }
  #sec-news .top-lb02 {
    margin-bottom: 25px;
  }
  .news-article a {
    padding: 15px 0;
  }
  .news-article .entry-date {
    width: 7em;
  }
}
