/*-------------------------------
Slider
---------------------------------*/

.slider_area_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.slider_area_wrap .slider_area {
  margin: 0;
  padding: 0;
  width: 100%;
}

.slider_area .slider_slide {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider_area .slider_slide img {
  width: 100%;
  /*height: 667px; */
  /*height: 580px;*/
  height: 460px;
  height: 60vh;
  min-height: 450px;
  object-fit: cover;
  object-position: center center;
}

.slider_area .slider_slide div.catchcopy,
.top_area div.catchcopy {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 90%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 130px;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  text-align: left;
  /* text-shadow:
    0 0 5px rgba(0, 0, 0, 0.5),
    0 0 5px rgba(0, 0, 0, 0.5),
    0 0 5px rgba(0, 0, 0, 0.5),
    0 0 5px rgba(0, 0, 0, 0.5); */
  line-height: 1.25;
  font-weight: bold;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider_area .slider_slide div.catchcopy.en-layout,
.top_area div.catchcopy.en-layout {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.2rem;
}

.slider_area .slider_slide div.catchcopy > div > span,
.top_area div.catchcopy > div > span {
  display: inline;
  white-space: normal;
}
.slider_area .slider_slide:first-child div.catchcopy > div > span:last-child,
.top_area div.catchcopy > div > span:last-child {
  display: inline;
}
.slider_area .slider_slide:last-child div.catchcopy > div > br,
.top_area div.catchcopy > div > br {
  display: none;
}

.slider_area li.slick-active div.catchcopy,
.top_area div.catchcopy {
  opacity: 1;
  transition: opacity ease-in-out 1.5s;
}

.slider_area .slider_slide div.catchcopy .middle_catch,
.top_area div.catchcopy .middle_catch {
  font-size: 1.4rem;
  margin-bottom: 15px;
  text-align: left;
}

.slider_area .slider_slide div.catchcopy .sub_catch,
.top_area div.catchcopy .sub_catch {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 15px 0 0;
  padding: 0;
}

.slider_area .slider_slide div.catchcopy.en-layout .sub_catch,
.top_area div.catchcopy.en-layout .sub_catch {
  font-size: 1.3rem;
}

.slider_area .slider_slide div.catchcopy .caption,
.top_area div.catchcopy .caption {
  font-size: 1.2rem;
  line-height: 1.25em;
  font-weight: 400;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 20px;
}
.top_area_txt {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  top: 0;
  left: 0;
}

.btn_download_wrapper .btn_download,
.btn_join_wrapper .btn_join {
  display: flex;
  align-items: center;
  height: 50px;
  color: #fff;
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}
.btn_download::after,
.btn_join::after {
  content: "";
  display: block;
  background: #ffffff;
  height: calc(16px / 2 * tan(60deg));
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 20px;
  flex-shrink: 0;
}
.slider_area_wrap .btn_download_wrapper {
  background: url(../images/top/btn_download.svg) no-repeat;
  background-size: cover;
}
.slider_area_wrap .btn_join_wrapper {
  background: url(../images/top/btn_join.svg) no-repeat;
  background-size: cover;
}
.slider_area_wrap .btn_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
  padding: 0;
  margin: 0 auto;
  color: #fff;
}
.slider_area_wrap .btn_wrapper.en-layout {
  bottom: 70px;
}
.slider_area_wrap .btn_wrapper .sub_catch {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  padding: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-left: 5px;
  padding-bottom: 5px;
  display: inline-block;
  /* text-shadow:
    0 0 5px rgba(0, 47, 124, 0.5),
    0 0 5px rgba(0, 47, 124, 0.5),
    0 0 5px rgba(0, 47, 124, 0.5),
    0 0 5px rgba(0, 47, 124, 0.5); */
}
.slider_area_wrap .btn_wrapper a {
  width: 100%;
  min-width: 0;
}

.slider_area li a {
  display: block;
}

.slick-initialized {
  opacity: 1;
}

.slider_area .slick-dots {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.slider_area .slick-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slider_area .slick-dots li {
  display: inline-block;
  margin: 0 18px 0 0 !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  transition: 0.15s ease;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
}

.slider_area .slick-dots > li:last-of-type {
  margin-right: 0;
}

.slider_area .slick-dots > li:first-of-type:last-of-type {
  display: none !important;
}

.slider_area .slick-dots li:hover {
  opacity: 0.5;
}

.slider_area .slick-dots li button {
  position: relative;
  text-indent: -9999px;
}

.btn_group {
  text-align: left;
  max-width: 350px;
  min-width: 300px;
}
.btn_group + .btn_group {
  margin-top: 10px;
}

.slider_area .slick-dots li.slick-active {
  background: #002f7b;
}

.top_area .small_catch {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 15px;
  line-height: 1.5;
}

.btn_download_icon {
  width: 26px;
  height: 34px;
  margin-right: 15px;
}
.btn_join_icon {
  width: 40px;
  height: 30px;
  margin-right: 15px;
}
.btn_download_wrapper .btn_download {
}

.top_area .big_catch {
  text-align: left;
}

@media (min-width: 414px) {
  .slider_area .slider_slide:last-child div.catchcopy > div > br,
  .top_area div.catchcopy > div > br {
    display: inline;
  }
}

@media (min-width: 768px) {
  .slider_area_wrap .slider_area {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
  }

  .slider_area .slider_slide {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
  }

  .slider_area .slider_slide img {
    width: 100%;
    height: 790px;
    object-fit: cover;
    object-position: center center;
  }

  .slider_area .slider_slide div.catchcopy,
  .top_area div.catchcopy {
    position: absolute;
    /* transform: translate(-50%,-50%);
        top: 50%;
        left: 50%; */
    left: 6.5%;
    width: 87%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 90px;
    font-size: 4rem;
    padding-top: 0;
  }
  .slider_area .slider_slide div.catchcopy.en-layout,
  .top_area div.catchcopy.en-layout {
    padding-top: 0;
    padding-bottom: 120px;
  }
  .slider_area li.slick-active div.catchcopy,
  .top_area div.catchcopy {
    opacity: 1;
    transition: opacity ease-in-out 1.8s;
  }

  .slider_area .slider_slide div.catchcopy .middle_catch,
  .top_area div.catchcopy .middle_catch {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }

  .slider_area .slider_slide div.catchcopy .small_catch,
  .top_area div.catchcopy .small_catch {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 25px;
  }

  .slider_area .slider_slide div.catchcopy .sub_catch,
  .top_area div.catchcopy .sub_catch {
    font-size: 2.5rem !important;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 15px 0 0;
    padding: 0;
  }
  .slider_area .slider_slide div.catchcopy .caption,
  .top_area div.catchcopy .caption {
    font-size: 1.4rem;
    bottom: 30px;
  }

  .slider_area_wrap .btn_wrapper {
    width: 100%;
    left: 6.5%;
    bottom: 150px;
    padding: 0;
    justify-content: center;
  }

  .slider_area_wrap .btn_wrapper .sub_catch {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 0 2px 4px;
  }

  .slider_area_wrap .btn_wrapper .btn_gradient_wrapper {
    width: 100%;
  }

  .slider_area .slick-dots {
    bottom: 0px;
  }

  .slider_area .slick-dots li {
    margin: 0 23px 0 0 !important;
    width: 13px;
    height: 13px;
  }

  .btn_group {
    width: 100%;
  }
  .btn_group + .btn_group {
    margin-left: 0;
  }

  .btn_download_wrapper .btn_download,
  .btn_join_wrapper .btn_join {
    height: 60px;
    padding: 0 30px;
  }
  .btn_download_icon {
    width: 31px;
    height: 40px;
    margin-right: 30px;
  }
  .btn_join_icon {
    width: 46px;
    height: 37px;
    margin-right: 30px;
  }
  .top_area_txt {
    width: 100%;
  }

  .slider_area_wrap .btn_wrapper {
    width: 100%;
  }
  .btn_group + .btn_group {
    margin-left: 0;
  }
}

@media (min-width: 920px) {
  .slider_area .slider_slide:first-child div.catchcopy > div > span:last-child,
  .top_area div.catchcopy > div > span:last-child {
    display: block;
  }
  .top_area div.catchcopy .small_catch {
    font-size: 1.6rem;
    margin-top: 70px;
    text-align: center;
  }
  .top_area div.catchcopy {
    font-size: 5rem;
  }
  .slider_area_wrap .btn_wrapper {
    flex-direction: row;
    align-items: flex-end;
  }
  .slider_area_wrap .btn_wrapper .sub_catch {
    font-size: 1.2rem;
  }
  .btn_download_wrapper .btn_download,
  .btn_join_wrapper .btn_join {
    font-size: 1.8rem;
    padding-left: 20px;
  }
  .btn_download_icon {
    width: 26px;
    height: 34px;
    margin-right: 15px;
  }
  .btn_join_icon {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }

  .btn_group {
    width: 48%;
  }
  .btn_group + .btn_group {
    margin-left: 20px;
  }
  .top_area_txt {
    width: 60%;
    text-align: center;
    left: 2%;
  }
  .top_area .big_catch {
    text-align: center;
  }

  .slider_area .slider_slide div.catchcopy .middle_catch,
  .top_area div.catchcopy .middle_catch {
    text-align: center;
  }
}

@media (min-width: 1451px) {
  .slider_area .slider_slide div.catchcopy,
  .top_area div.catchcopy {
    font-size: 5rem;
  }

  .slider_area .slider_slide div.catchcopy .middle_catch,
  .top_area div.catchcopy .middle_catch {
    font-size: 2.6rem;
  }

  .slider_area .slider_slide div.catchcopy .sub_catch,
  .top_area div.catchcopy .sub_catch {
    font-size: 2.4rem !important;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 15px 0 0;
    padding: 0;
  }

  .slider_area_wrap .btn_wrapper .sub_catch {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 0 2px 4px;
  }

  .top_area_txt {
    width: 44%;
  }
  .btn_download_wrapper .btn_download,
  .btn_join_wrapper .btn_join {
    font-size: 2rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1681px) {
  .slider_area .slider_slide div.catchcopy,
  .top_area div.catchcopy {
    width: 100%;
    font-size: 5.8rem;
  }

  .slider_area .slider_slide div.catchcopy .middle_catch,
  .top_area div.catchcopy .middle_catch {
    font-size: 2.6rem;
  }

  .slider_area .slider_slide div.catchcopy .small_catch,
  .top_area div.catchcopy .small_catch {
    font-size: 2rem;
    line-height: 1.5;
  }

  .slider_area .slider_slide div.catchcopy .sub_catch,
  .top_area div.catchcopy .sub_catch {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin: 15px 0 0;
    padding: 0;
  }

  .slider_area_wrap .btn_wrapper .sub_catch {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    padding: 0 0 2px 4px;
  }

  .top_area_txt {
    display: block;
    position: absolute;
    width: 40%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 2%;
  }
}
