@charset "utf-8";

/*
  File Name   : top.css
  Description : TOPページ
*/


/* sec-top-kv
============================================================ */
.sec-top-kv {
  position: relative;
  color: #fff;
  z-index: 0;
}
.sec-top-kv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec-top-kv__image > div {
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
}
.sec-top-kv .sec-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.sec-top-kv__copy {
  font-weight: bold;
  text-shadow:
    3px 5px 5px rgba(0, 0, 0, .5),
    0 0 10px rgba(0, 0, 0, .5);
}
.sec-top-kv__sub {
  font-weight: bold;
  text-shadow:
    3px 5px 5px rgba(0, 0, 0, .5),
    0 0 10px rgba(0, 0, 0, .5);
}
.sec-top-kv__video {
  position: relative;
  overflow: hidden;
}
.sec-top-kv__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 812px) {
  .sec-top-kv {
    padding-bottom: 80px;
    height: 900px;
  }
  .sec-top-kv__copy {
    font-size: 5.8rem;
  }
  .sec-top-kv__sub {
    font-size: 3rem;
  }
}

@media screen and (max-width: 811px) {
  .sec-top-kv {
    padding-bottom: 4rem;
    height: 33rem;
  }
  .sec-top-kv__copy {
    font-size: 2.9rem;
    white-space: nowrap;
  }
  .sec-top-kv__sub {
    font-size: 1.6rem;
  }
}


/* sec-top
============================================================ */
.sec-top__ttl {
  text-align: center;
}

@media screen and (min-width: 812px) {
  .sec-top-header {
    margin-bottom: 40px;
  }
  .sec-top {
    padding: 120px 0;
  }
  .sec-top .sec-inner {
    max-width: 1000px;
  }
  .sec-top__ttl {
    font-size: 3.2rem;
  }
  .sec-top-registration__btn .com-btn-01 {
    width: 800px;
    height: 140px;
    border-width: 8px;
    font-size: 2.4rem;
    box-shadow: 0 13px 0 0 rgba(0, 0, 0, .1);
  }
  .sec-top-registration__btn .com-btn-01:before {
    right: 38px;
    bottom: 15px;
    width: 60px;
    height: 40px;
  }
  .sec-top-registration__btn .com-btn-01:after {
    margin-left: -50px;
  }
  .sec-top__description {
    margin-top: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 811px) {
  .sec-top-header {
    margin-bottom: 2.5rem;
  }
  .sec-top {
    padding: 5rem 0;
  }
  .sec-top__ttl {
    font-size: 2.2rem;
  }
  .sec-top-registration__btn .com-btn-01 {
    width: 100%;
    height: 8.5rem;
    font-size: 1.8rem;
    border-width: .25rem;
    box-shadow: 0 .5rem 0 0 rgba(0, 0, 0, .1);
  }
  .sec-top-registration__btn .com-btn-01:before {
    right: .5rem;
    bottom: 0;
    width: 3rem;
    height: 2rem;
  }
  .sec-top-registration__btn .com-btn-01:after {
    width: calc(100% + 3rem);
    margin-left: -3rem;
  }
  .sec-top__description {
    margin-top: 2.5rem;
  }
}


/* sec-top-intro
============================================================ */
.sec-top-intro .sec-inner {
  position: relative;
  background: #fff;
}
.sec-top-intro .sec-top-registration__btn {
  text-align: center;
}

@media screen and (min-width: 812px) {
  .sec-top-intro {
    padding-top: 0;
  }
  .sec-top-intro .sec-inner {
    position: relative;
    box-sizing: border-box;
    max-width: 1200px;
    padding: 0 100px 120px;
    margin-top: -80px;
    z-index: 0;
  }
  .sec-top-intro .sec-top-registration__btn .com-btn-01 {
    transform: translateY(-40px);
  }
  .sec-top-intro__ttl {
    margin-top: 100px;
    line-height: 1.6;
    font-size: 4rem;
  }
  .sec-top-intro__image {
    position: relative;
    height: 200px;
    margin: 0 -100px;
    z-index: -1;
  }
  .sec-top-intro__image img {
    transform: translateY(-25%);
  }
  .sec-top-intro__text {
    width: 460px;
  }
  .sec-top-intro-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
  }
  .sec-top-intro-sub__image {
    width: 460px;
  }
  .sec-top-intro-sub__textbox {
    width: calc(100% - 500px);
  }
  .sec-top-intro-sub__ttl {
    margin-bottom: 1.25em;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 811px) {
  .sec-top-intro {
    padding: 0 1rem 2rem;
  }
  .sec-top-intro .sec-inner {
    position: relative;
    box-sizing: border-box;
    padding: 0 2rem 3rem;
    margin-top: -2rem;
    z-index: 0;
  }
  .sec-top-intro .sec-top-registration__btn {
    margin-bottom: 1rem;
  }
  .sec-top-intro .sec-top-registration__btn .com-btn-01 {
    transform: translateY(-2rem);
  }
  .sec-top-intro__ttl {
    line-height: 1.6;
    font-size: 2.2rem;
    text-align: center;
  }
  .sec-top-intro__image {
    position: relative;
    padding: 0 1rem;
    z-index: -1;
  }
  .sec-top-intro__image img {
    transform: translateY(-1rem);
  }
  .sec-top-intro-sub {
    position: relative;
    margin-top: 3rem;
    z-index: 0;
  }
  .sec-top-intro-sub__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 7rem;
    text-align: center;
    z-index: -1;
  }
  .sec-top-intro-sub__image img {
    width: 20rem;
  }
  .sec-top-intro-sub__ttl {
    line-height: 1.6;
    margin-bottom: 19rem;
    font-size: 1.8rem;
    text-align: center;
  }
}


/* sec-top-feature
============================================================ */
.sec-top-feature__item {
  position: relative;
  border-style: solid;
  border-color: #ffde00;
}
.sec-top-feature__item__num {
  position: absolute;
}

@media screen and (min-width: 812px) {
  .sec-top-feature-list {
    margin-top: 100px;
  }
  .sec-top-feature__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 70px;
    margin-top: 40px;
    border-width: 10px;
  }
  .sec-top-feature__item__num {
    top: -10px;
    left: -10px;
    width: 100px;
  }
  .sec-top-feature__item__image {
    width: 210px;
  }
  .sec-top-feature__item__textbox {
    width: calc(100% - 250px);
  }
  .sec-top-feature__item__ttl {
    margin-bottom: 1em;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 811px) {
  .sec-top-feature__item {
    padding: 3rem 2rem;
    margin-top: 2rem;
    border-width: .5rem;
  }
  .sec-top-feature__item__num {
    top: -.5rem;
    left: -.5rem;
    width: 5rem;
  }
  .sec-top-feature__item__image {
    width: 9rem;
    margin: 0 auto;
  }
  .sec-top-feature__item__ttl {
    line-height: 1.6;
    margin: 1em 0;
    font-size: 1.8rem;
    text-align: center;
  }
}


/* sec-top-function
============================================================ */
.sec-top-function__item {
  position: relative;
  background: #fff;
}
.sec-top-function__item__ttl {
  text-align: center;
}
.sec-top-function__item__image {
  margin: 0 auto;
}
.sec-top-function__item__ttl {
  margin: 1em 0;
  line-height: 1.6;
}
.sec-top-function__item__payment {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sec-top-function__item__payment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #e84729;
  border-left-color: #e84729;
  z-index: -1;
}
.sec-top-function__item__payment span {
  display: block;
  padding-top: .5em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transform-origin: center bottom;
  transform: rotate(-45deg);
}

@media screen and (min-width: 812px) {
  .sec-top-function-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec-top-function-list:after {
    content: "";
    width: 32%;
    height: 0;
    visibility: hidden;
  }
  .sec-top-function__item {
    width: 32%;
    padding: 40px;
  }
  .sec-top-function__item:nth-child(n+4) {
    margin-top: 2%;
  }
  .sec-top-function__item__image {
    width: 200px;
  }
  .sec-top-function__item__ttl {
    font-size: 2rem;
  }
  .sec-top-function__item__payment {
    width: 80px;
  }
  .sec-top-function__item__payment:before {
    border-width: 40px;
  }
  .sec-top-function__item__payment span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 811px) {
  .sec-top-function__item {
    padding: 3rem 2rem;
    margin-top: 2rem;
  }
  .sec-top-function__item__image {
    width: 10rem;
    margin: 0 auto;
  }
  .sec-top-function__item__ttl {
    font-size: 1.8rem;
  }
  .sec-top-function__item__payment {
    width: 7rem;
  }
  .sec-top-function__item__payment:before {
    border-width: 3.5rem;
  }
  .sec-top-function__item__payment span {
    font-size: 1.8rem;
  }
}


/* sec-top-release
============================================================ */
.sec-top-release__item__ttl {
  line-height: 1.6;
  text-align: center;
}
.sec-top-release-list__wrap {
  position: relative;
}
.sec-top-release-list__controller .slick-arrow {
  position: absolute;
  cursor: pointer;
}
.sec-top-release-list__controller .slick-arrow i {
  display: block;
}

@media screen and (min-width: 812px) {
  .sec-top-release-list {
    margin: 0 -20px;
  }
  .sec-top-release__item {
    padding: 0 20px;
  }
  .sec-top-release__item__ttl {
    margin: 1em 0;
    font-size: 2.2rem;
  }
  .sec-top-release-list__controller .slick-arrow {
    top: 85px;
    font-size: 7.5rem;
  }
  .sec-top-release-list__controller .slider-control-prev {
    right: calc(100% + 10px);
  }
  .sec-top-release-list__controller .slider-control-next {
    left: calc(100% + 10px);
  }
  .sec-top-release-list__controller .slick-arrow i:before {
    border-width: 3px;
  }
}

@media screen and (max-width: 811px) {
  .sec-top-release__item {
    padding: 0 3rem;
  }
  .sec-top-release__item__ttl {
    margin: 1em 0;
    font-size: 1.8rem;
  }
  .sec-top-release-list__controller .slick-arrow {
    top: 50%;
    width: 2.5rem;
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0e8;
    font-size: 2.5rem;
    transform: translateY(-50%);
  }
  .sec-top-release-list__controller .slider-control-prev {
    left: -1rem;
  }
  .sec-top-release-list__controller .slider-control-next {
    right: -1rem;
  }
  .sec-top-release-list__controller .slick-arrow i:before {
    border-width: .2rem;
  }
}


/* sec-top-registration
============================================================ */
.sec-top-registration {
  background: url(../img/top/bg-registration.jpg) no-repeat center center / cover;
}
.sec-top-registration .sec-top__ttl {
  color: #fff;
}
.sec-top-registration .sec-top-registration__btn {
  text-align: center;
}

@media screen and (min-width: 812px) {
}

@media screen and (max-width: 811px) {
  .sec-top-registration .sec-top__ttl {
    font-size: 1.9rem;
  }
}


/* sec-top-search
============================================================ */
.sec-top-search-form {
  background: #e8ca00;
}
.sec-top-search__btn {
  text-align: center;
}
.sec-top-search-form__item-submit button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #000;
}
.sec-top-search-form__item-submit .icon-search:before {
  background-image: url(../img/common/icon-search-w.png);
}
.sec-top-search-form__item input::-webkit-input-placeholder {
  color: inherit;
}
.sec-top-search-form__item input:-moz-placeholder {
  color: inherit;
}
.sec-top-search-form__item input::-moz-placeholder {
  color: inherit;
}
.sec-top-search-form__item input:-ms-input-placeholder {
  color: inherit;
}
.sec-top-search-form__item input:placeholder-shown {
  color: inherit;
}
.sec-top-search-form__item-select,
.sec-top-search-form__item-text {
  position: relative;
  border: 2px solid #e2d500;
  background: #fff;
}
.sec-top-search-form__item-select select,
.sec-top-search-form__item-text input {
  width: 100%;
  height: inherit;
  font: inherit;
  font-weight: bold;
}
.sec-top-search-form__item-select .com-arrow-d {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 812px) {
  .sec-top-search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
  }
  .sec-top-search__btn {
    margin-top: 30px;
  }
  .sec-top-search-form__item-select {
    width: 230px;
    height: 100px;
  }
  .sec-top-search-form__item-text {
    width: 350px;
    height: 100px;
  }
  .sec-top-search-form__item-select select,
  .sec-top-search-form__item-text input {
    padding: 0 2em;
  }
  .sec-top-search-form__item-select .com-arrow-d {
    right: 1em;
  }
  .sec-top-search-form__item-submit button {
    flex-direction: column;
    width: 100px;
    height: 100px;
  }
  .sec-top-search-form__item-submit .icon-search {
    font-size: 200%;
  }
}

@media screen and (max-width: 811px) {
  .sec-top-search-form {
    padding: 1rem;
  }
  .sec-top-search__btn {
    margin-top: 2rem;
  }
  .sec-top-search__btn .com-btn-02 {
    height: 5rem;
  }
  .sec-top-search-form__item-select,
  .sec-top-search-form__item-text {
    width: 100%;
    height: 5rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .sec-top-search-form__item-select select,
  .sec-top-search-form__item-text input {
    padding: 0 1.5em;
  }
  .sec-top-search-form__item-select .com-arrow-d {
    right: 1em;
  }
  .sec-top-search-form__item-submit button {
    width: 20rem;
    height: 5rem;
    margin: 1.5rem auto 1rem;
    font-size: 1.8rem;
  }
  .sec-top-search-form__item-submit .icon-search {
    margin-right: .5em;
    font-size: 120%;
  }
}

