@charset "utf-8";
/* --------------------------------------------------

common

-------------------------------------------------- */
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'LINESeedJP', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.bg {
  position: relative;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}


/* --------------------------------------------------

header

-------------------------------------------------- */
.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: auto;
  height: 100px;
}
.header__head--corp {
  margin: 0 0 0 3.125vw;
  width: 9.375vw;
  font-size: 20px;
}
.header__head--corp img {
  width: 100%;
}

.header__head--corp a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 26.666666vw;
  }
  .header__head--corp {
    margin-left: 5.333333vw;
    width: 25vw;
    font-size: 4.233333vw;
  }
}

/* --------------------------------------------------

contents

-------------------------------------------------- */
.contents {
  margin: 100px auto 0;
  width: 100%;
}

.main {
  margin-left: 15.625vw;
  width: 79.166666vw;
}

@media screen and (max-width: 768px) {
  .main {
    margin: 26.666666vw 0 0 0;
    width: auto;
  }
}


/* --------------------------------------------------

modal

-------------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.modal__content--wrap {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modal__content--box {
    margin: 10.333333vw auto;
    width: 80%;
}

.modal__close--btn {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
.modal__close--btn:hover {
  opacity: 0.3;
}
.modal__close--btn:before, .modal__close--btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  content: '';
  cursor: pointer;
}
.modal__close--btn:before {
  transform: translate3d(-50%, -50% ,0) rotateZ(45deg);
}
.modal__close--btn:after {
  transform: translate3d(-50%, -50% ,0) rotateZ(-45deg);
}

@media screen and (max-width: 768px) {
  .modal__content--box {
    margin-top: 13.333333vw;
  }
  .modal__close--btn {
    width: 10.666666vw;
    height: 10.666666vw;
  }
}


/* --------------------------------------------------

footer

-------------------------------------------------- */
.footer {
  margin-top: 180px;
  padding: 0 0 50px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  background-color: #000;
}

.footer__link--list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 60px 0 0 0;
  width: 660px;
}
.footer__link--btn {
  width: 320px;
  height: 60px;
  list-style: none;
}
.footer__link--btn + .footer__link--btn {
  margin-left: 20px;
}
.footer__link--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: 0.4s;
}
.footer__link--btn a:hover {
  opacity: 0.5;
}
.footer__link--btn:nth-of-type(1) a {
  background: linear-gradient(90deg, #6e3aff, #00ead3);
}
.footer__link--btn:nth-of-type(2) a {
  background: linear-gradient(90deg, #0D1F6E, #B905AA);
}
.footer__link--btn:nth-of-type(3) a {
  background: linear-gradient(90deg, #FF9C4F, #FF0088);
}

.footer__sns--list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 4vw 0 0 0;
  list-style: none;
}
.footer__sns--btn {
  height: 25px;
}
.footer__sns--btn + .footer__sns--btn {
  margin-left: 25px;
}
.footer__sns--btn img {
  width: auto;
  height: 100%;
}
.footer__sns--btn a img {
  transition: 0.2s;
}
.footer__sns--btn a img:hover {
  transform: scale(1.2);
}

.footer__copy--txt {
  display: block;
  margin-top: 2.604166vw;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}


@media screen and (max-width: 768px) {
.footer {
  margin-top: 24vw;
  padding: 0 0 10.333333vw;
}

.footer__link--list {
  display: block;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 5.333333vw 0;
  padding: 13.333333vw 0 0 0;
  width: auto;
}
.footer__link--btn {
  width: auto;
  height: 16vw;
  list-style: none;
}
.footer__link--btn + .footer__link--btn {
  margin: 4.266666vw 0 0;
}

.footer__link--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: 0.4s;
}
.footer__link--btn a:hover {
  border-radius: 20px;
  letter-spacing: 0.18em;
}


.footer__sns--list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding-top: 13.333333vw;
  list-style: none;
}
.footer__sns--btn {
  height: 5.333333vw;
}
.footer__sns--btn + .footer__sns--btn {
  margin-left: 5.333333vw;
}
.footer__sns--btn img {
  width: auto;
  height: 100%;
}
.footer__sns--btn a img:hover {
  transform: scale(1);
}

.footer__copy--txt {
  margin-top: 13.333333vw;
  font-size: 2.666666vw;
}
}