html {
  font-size: 10px;
}

@media screen and (width < 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
body.-locked {
  overflow: hidden;
}

*:focus {
  outline: none;
}

main {
  margin-top: 15.8rem;
  padding: 0 0 8rem;
  background-color: #000;
}
main.-bg--gray {
  background-color: #EBEBEB;
  color: #222;
}
.-members main {
  background-color: #fff;
}

@media screen and (width <= 1000px) {
  main {
    margin-top: 11.2rem;
  }
}
.__inner {
  max-width: 124rem;
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.-sp {
  display: none;
}

@media screen and (width < 768px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
}
@-webkit-keyframes slide {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes slide {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 0;
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  width: 100%;
  height: 15.8rem;
  padding: 3.9rem 4.2rem 0 5.3rem;
  background-color: #000;
}
#header.-fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: slide 0.3s ease-in-out;
          animation: slide 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  padding-top: 0;
  background-color: #000;
}
.-members #header {
  border-top: 0.6rem solid #DC0000;
  background-color: #fff;
}

@media screen and (width <= 1000px) {
  #header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 11.2rem;
    padding: 0 0 0 2rem;
  }
  #header.-fixed {
    height: 6rem;
  }
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25.2rem;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
  font-size: 1.26rem;
  font-weight: 700;
  color: #fff;
}
.header__logo a:hover {
  text-decoration: none;
}
.header__logo a img {
  width: 24.2rem;
}
.-fixed .header__logo a img {
  width: 18rem;
}
.-fixed .header__logo a span {
  display: none;
}
.-members .header__logo a {
  color: #333333;
}

@media screen and (width <= 1000px) {
  .header__logo {
    margin-top: 2.1rem;
    width: 18.7rem;
  }
  .-fixed .header__logo {
    margin-top: 0;
    width: 15rem;
  }
  .-fixed .header__logo a img {
    width: 100%;
  }
  .header__logo a {
    gap: 1rem 0;
    font-size: 0.95rem;
  }
  .header__logo a img {
    width: 100%;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 4.7rem;
  max-width: 99.6rem;
  margin-left: auto;
  margin-bottom: auto;
}
.-fixed .header__nav {
  margin-bottom: 0;
}

@media screen and (width <= 1000px) {
  .header__nav {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 0;
    height: 100vh;
    padding: 7.5rem 0 0 0;
    background-color: #000;
    gap: 0;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__nav::after {
    content: "";
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    width: 32rem;
    height: 22rem;
    background: url(../images/common/icon_sp_nav.png) no-repeat right 0;
    background-size: 27.3rem;
  }
  .-open .header__nav {
    width: 32rem;
  }
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2.8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 84.8rem;
}
.-fixed .header__nav__list {
  gap: 0.2rem 2.8rem;
}

@media screen and (width <= 1000px) {
  .header__nav__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 32rem;
    max-width: initial;
    margin-bottom: 3.4rem;
    padding-left: 4.7rem;
  }
}
.header__nav__item a {
  color: #fff;
}
.-members .header__nav__item a {
  color: #222;
}

@media screen and (width <= 1000px) {
  .header__nav__item {
    padding: 0 3rem 1.2rem 0;
    border-bottom: 0.1rem solid #636363;
  }
  .header__nav__item a {
    color: #fff;
    text-decoration: none;
  }
  .header__nav__item a span {
    display: inline-block;
  }
  .-members .header__nav__item a {
    color: #fff;
  }
}
.header__sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: auto;
}

@media screen and (width <= 1000px) {
  .header__sns__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 2.2rem;
    width: 32rem;
    margin-bottom: 7.6rem;
    padding-left: 4.7rem;
  }
}
.header__sns__item {
  width: 4rem;
}

@media screen and (width <= 1000px) {
  .header__sns__item {
    width: 4.4rem;
  }
}
#sp__btn {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.8rem;
  height: 5.8rem;
  background-color: #000;
}
#sp__btn span {
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sp__btn::before, #sp__btn::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sp__btn::before {
  top: 1.8rem;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
#sp__btn::after {
  bottom: 1.8rem;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.-open #sp__btn span {
  opacity: 0;
}
.-open #sp__btn::before, .-open #sp__btn::after {
  width: 3.6rem;
  translate: calc(-50% + 0.5rem) 0;
}
.-open #sp__btn::before {
  top: 1.6rem;
  rotate: 45deg;
}
.-open #sp__btn::after {
  bottom: 1.6rem;
  rotate: -45deg;
}

@media screen and (width <= 1000px) {
  #sp__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#footer {
  padding: 5.9rem 0 2.4rem;
  background-color: #CECECE;
}

@media screen and (width < 768px) {
  #footer {
    padding: 3rem 0 2.4rem;
  }
  #footer .__inner {
    position: relative;
  }
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.9rem;
}

@media screen and (width < 768px) {
  .footer__body {
    position: absolute;
    top: 0;
    right: 2rem;
    margin-bottom: 0;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.2rem;
}

.footer__nav__list {
  padding-left: 1.8rem;
  border-left: 0.1rem solid #AAAAAA;
  font-size: 1.5rem;
  line-height: 4rem;
}
.footer__nav__list li:first-child {
  position: relative;
  margin-top: -1.2rem;
}

@media screen and (width < 768px) {
  .footer__nav__list {
    display: none;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.footer__sns a {
  width: 4rem;
}

@media screen and (width < 768px) {
  .footer__sns {
    gap: 1.4rem;
  }
  .footer__sns a {
    width: 2.7rem;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7rem;
}

@media screen and (width < 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.2rem;
  }
}
.footer__logo {
  display: block;
  width: 24.1rem;
}

@media screen and (width < 768px) {
  .footer__logo {
    width: 14rem;
  }
}
.footer__bottom__contents {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (width < 768px) {
  .footer__bottom__contents {
    width: 100%;
  }
}
.footer__bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3rem;
  margin-bottom: 0.6rem;
  padding-bottom: 1.4rem;
  border-bottom: 0.1rem solid #AAAAAA;
  font-size: 1.5rem;
}

@media screen and (width < 768px) {
  .footer__bottom__list {
    width: 100%;
    gap: 4rem;
    margin-bottom: 0.4rem;
    padding-bottom: 0.8rem;
    font-size: 1.4rem;
  }
}
.copy {
  font-size: 1.3rem;
  color: #595959;
  line-height: 2;
  text-align: right;
}

@media screen and (width < 768px) {
  .copy {
    font-size: 1.1rem;
  }
}
.btn__area {
  margin-top: 4.5rem;
  text-align: center;
}

@media screen and (width < 768px) {
  .btn__area {
    margin-top: 3.6rem;
  }
}
.btn--border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23rem;
  height: 8rem;
  border: 0.1rem solid #bbb;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}
.btn--border:hover {
  text-decoration: none;
}
.btn--border.-white {
  border-color: #fff;
  color: #fff;
}

@media screen and (width < 768px) {
  .btn--border {
    width: 18rem;
    height: 6rem;
    font-size: 1.4rem;
  }
}