@charset "UTF-8";
.links__btn, .cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.links__btn > *, .cont__center > * {
  min-height: 0%;
}

.cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .cont__container, .cont__container--small {
    max-width: 92%;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .cont__container--small {
    max-width: 84%;
  }
}

.link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .links__btn {
    transition: all 0.3s;
  }
  .links__btn:hover {
    transform: scale(1.05) translateZ(0);
    transform-origin: center;
  }
}

/* common:start */
picture,
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
  height: auto;
}

[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 1241px) {
  .pcSmallOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pcSmallOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

.l-main {
  position: relative;
  z-index: 1;
}

.l-footer {
  position: relative;
  z-index: 2;
}

.cont__title {
  max-width: 880px;
  width: 100%;
}

/* common:end */
/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}
.jsScroll.delay--100 {
  transition-delay: 100ms;
}
.jsScroll.delay--200 {
  transition-delay: 200ms;
}
.jsScroll.delay--300 {
  transition-delay: 300ms;
}
.jsScroll.delay--400 {
  transition-delay: 400ms;
}
.jsScroll.delay--500 {
  transition-delay: 500ms;
}
.jsScroll.delay--600 {
  transition-delay: 600ms;
}
.jsScroll.delay--700 {
  transition-delay: 700ms;
}
.jsScroll.delay--800 {
  transition-delay: 800ms;
}
.jsScroll.delay--900 {
  transition-delay: 900ms;
}
.jsScroll.delay--1000 {
  transition-delay: 1000ms;
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
/* l-main:start */
.l-main__top {
  margin-top: 160px;
  padding-bottom: 180px;
  background-image: url(https://sbinexum.com/yosou/img/pc/top_bg_top.png), url(https://sbinexum.com/yosou/img/pc/top_bg_bottom-index.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% 1536px, 100% 1025px;
}
@media screen and (max-width: 1440px) {
  .l-main__top {
    background-size: 1440px auto;
  }
}
@media screen and (max-width: 1240px) {
  .l-main__top {
    background-size: 116.1290322581% auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main__top {
    margin-top: 18.6666666667vw;
    padding-bottom: 23.7333333333vw;
    background-image: url(https://sbinexum.com/yosou/img/sp/top_bg_top-index.png), url(https://sbinexum.com/yosou/img/sp/top_bg_bottom-index.jpg);
    background-size: 100% 198.8vw, 100% 254.2666666667vw;
  }
}

/* l-main:end */
/* mv:start */
.mv__container {
  background-image: url(https://sbinexum.com/yosou/img/pc/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mv__container {
    background-image: url(https://sbinexum.com/yosou/img/sp/mv_bg.jpg);
  }
}

/* mv:end */
/* linkss:start */
.links__text {
  margin-top: 225px;
  margin-bottom: -15px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .links__text {
    font-size: 4.8vw;
    line-height: 1.6111111111;
    margin-top: 21.3333333333vw;
    margin-bottom: 0;
    padding: 0 4vw;
  }
}
.links__text span {
  display: block;
}
@media screen and (max-width: 767px) {
  .links__text span {
    margin-top: 2.6666666667vw;
  }
}
.links__bnrs {
  margin-top: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .links__bnrs {
    display: block;
    padding: 0 4vw;
    margin-top: 13.3333333333vw;
  }
}
.links__bnrs li {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .links__bnrs li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .links__bnrs li:nth-child(2) {
    margin-top: 13.3333333333vw;
  }
}
.links__bnr-img {
  width: 100%;
}
.links__btn {
  width: 320px;
  height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 100px;
  color: #000000;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .links__btn {
    font-size: 4.2666666667vw;
    font-weight: 500;
    width: 84vw;
    height: 16vw;
    margin-top: 5.3333333333vw;
  }
}
.links__notes {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .links__notes {
    padding: 3.0666666667vw 4vw 4.4vw;
    margin: 10.6666666667vw 4vw 0;
  }
}
.links__notes li {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .links__notes li {
    text-align: left;
    font-size: 3.4666666667vw;
    line-height: 1.6153846154;
    margin-top: 1.2vw;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 767px) {
  .links__notes li:first-child {
    margin-top: 0;
  }
}

/* links:end */