@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, li, section, div, a, span, header, footer {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

body {
  background: #110704;
}

.wrap {
  position: relative;
  background: url(../images/teaser_bg.jpg) no-repeat left bottom;
  background-size: 100% auto;
  min-height: 82.578125vw;
}
@media screen and (min-width: 1200px) {
  .wrap {
    background-size: 94% auto;
  }
}
@media screen and (max-width: 860px) {
  .wrap {
    background: url(../images/teaser2/teaser1_oversea_sp.jpg) no-repeat left bottom;
    background-size: 100% auto;
  }
}

.home {
  display: flex;
  justify-content: space-between;
  padding-bottom: 82.578125vw;
  position: relative;
}
@media screen and (max-width: 860px) {
  .home {
    flex-direction: column;
    padding-bottom: 141.1555555556vw;
  }
}
.home-kv {
  width: 45%;
}
@media screen and (max-width: 860px) {
  .home-kv {
    width: 100%;
  }
}
.home .slideshow {
  position: relative;
  height: 0;
  padding-top: 62.6086956522%;
}
@media screen and (max-width: 860px) {
  .home .slideshow {
    padding-top: 139.1304347826%;
  }
}
.home .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease; /* フェード時間 */
}
.home .slide.active {
  opacity: 1;
  z-index: 1;
}
.home-info {
  width: 55%;
  padding: 20px 30px 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  .home-info {
    width: 100%;
    padding: 0;
  }
}
.home .site-title {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 860px) {
  .home .site-title {
    display: none;
  }
}
.home .tokuho-btn {
  width: 30%;
  max-width: 180px;
  margin-left: auto;
  margin-top: auto;
}
@media screen and (min-width: 1720px) {
  .home .tokuho-btn {
    max-width: 220px;
  }
}
@media screen and (max-width: 860px) {
  .home .tokuho-btn {
    margin: 2em auto 1em;
  }
}
.home .tokuho-btn a {
  display: block;
  border: solid 2px #FFF;
  border-radius: 3px;
}
@media screen and (min-width: 861px) {
  .home .tokuho-btn a {
    transition: all 0.2s;
  }
  .home .tokuho-btn a:hover {
    background: #e60012;
    border: solid 2px #e60012;
  }
}
.home .sns-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 30%;
  max-width: 180px;
  margin: 2em 0 0 auto;
}
@media screen and (min-width: 1720px) {
  .home .sns-btns {
    width: 30%;
    max-width: 220px;
  }
}
@media screen and (max-width: 860px) {
  .home .sns-btns {
    margin: 1em auto;
  }
}
@media screen and (min-width: 861px) {
  .home .sns-btns a {
    transition: opacity 0.3s;
  }
  .home .sns-btns a:hover {
    opacity: 0.6;
  }
}
.home .btn-sns {
  width: 13.3%;
  position: absolute;
  top: 0;
  left: 32%;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .home .btn-sns {
    left: 11%;
    width: 17.5%;
  }
}
.home .btn-sns a {
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}
@media screen and (min-width: 861px) {
  .home .btn-sns a:hover {
    opacity: 0.5;
  }
}
.home .koukai {
  width: 40%;
  max-width: 260px;
  margin: 2em 0 2em auto;
}
@media screen and (min-width: 1720px) {
  .home .koukai {
    max-width: 300px;
  }
}
@media screen and (max-width: 860px) {
  .home .koukai {
    margin: 2em auto 0 2vw;
  }
}
.home .billing {
  width: 76%;
  max-width: 640px;
  margin-left: auto;
}
@media screen and (min-width: 1720px) {
  .home .billing {
    max-width: 720px;
  }
}
@media screen and (max-width: 860px) {
  .home .billing {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 0 0;
  }
}
.home .awards {
  max-width: 960px;
  margin-left: auto;
}
@media screen and (max-width: 860px) {
  .home .awards {
    padding: 1em 2vw 0;
  }
}