html, body {
  font-family: 'Noto Sans JP', sans-serif;
}

html {
  background: #000000;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .top__header {
    position: relative;
    width: 100%;
    height: 60px;
    background: #000000;
  }

  .top__logo {
    position: relative;
    left: 20px;
    width: 162.475px;
    height: 100%;
  }

  .top__logo img {
    position: absolute;
    width: 75%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .top__menu__sp {
    position: absolute;
    height: 20px;
    width: 30px;
    right: 20px;
    top: 20px;
  }

  .menu__hamburger span {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #ffffff;
    transition: all .2s;
  }

  .menu__hamburger span:nth-of-type(1) {
    top: 0;
  }

  .menu__hamburger span:nth-of-type(2) {
    top: 9px;
  }

  .menu__hamburger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu__hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .menu__hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu__hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  .menu__toggle {
    position: absolute;
    height: 0px;
    width: 150px;
    top: 60px;
    right: 0;
    transition: all .2s;
    overflow: hidden;
    background: #000000;
    z-index: 999;
  }

  .menu__toggle.active {
    height: 225px;
  }

  .menu__toggle ul {
    text-align: right;
    height: 100%;
  }

  .menu__toggle li {
    padding: 9.5px;
  }

  .menu__toggle a {
    color: #ffffff;
    font-size: 8pt;
    padding-right: 20px;
  }

  .slider {
    position: fixed;
    height: 40vh;
  }

  .slider div {
    height: 100%;
    /* background-attachment: fixed; */
    background-size: cover;
    outline: none;
  }

  .slider__img1 {
    background: url(../img/top/IMG_6747.jpg) no-repeat center center;
  }

  .slider__img2 {
    background: url(../img/top/IMG_6230.jpg) no-repeat center center;
  }

  .slider__img3 {
    background: url(../img/top/IMG_6759.JPG) no-repeat center center;
  }

  .slider__img4 {
    background: url(../img/top/IMG_2815.JPG) no-repeat center center;
  }

  .slider__img5 {
    background: url(../img/top/IMG_6777.jpg) no-repeat center center;
  }

  .slider__img6 {
    background: url(../img/top/IMG_6433.JPG) no-repeat center center;
  }

  .top__topvisual {
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .top__topvisual__menu {
    display: none;
  }

  .top__topvisual__ctr {
    position: absolute;
    width: 41px;
    height: 65px;
    left: 20px;
    top: 500px;
  }

  .top__topvisual__ctr img {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .top__topvisual__ctr__cont {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .top__topvisual__ctr__current {
    position: absolute;
    top: 15%;
    width: 100%;
    font-size: 8pt;
    color: #ffffff;
    text-align: center;
  }

  .top__topvisual__ctr__total {
    position: absolute;
    bottom: 15%;
    width: 100%;
    font-size: 8pt;
    color: #ffffff;
    text-align: center;
  }

  .top__topvisual__ctr__border {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
  }

  .top__footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 500px;
    background: #1a1a1a;
  }

  .top__footer__sp {
    position: absolute;
    top: 81px;
    width: 100%;
    text-align: center;
  }

  .top__footer__sp__company {
    font-size: 21pt;
    color: #ffffff;
    line-height: 100%;
  }

  .top__footer__sp__company span {
    font-weight: bold;
    font-size: 9pt;
  }

  .top__footer__sp__address {
    margin-top: 40px;
    font-size: 6pt;
    color: #ffffff;
    margin-bottom: 45px;
  }

  .top__footer__sp img {
    width: 197px;
    height: auto;
  }

  .top__footer_sp__reserved {
    margin-top: 80px;
    font-size: 4pt;
    color: #ffffff;
  }

  .top__footer__left {
    display: none;
  }

  .top__footer__left__company {
    display: none;
  }

  .top__footer__left__company span {
    display: none;
  }

  .top__footer__left__address {
    display: none;
  }

  .top__footer__right {
    display: none;
  }

  .top__footer__right__insta {
    display: none;
  }

  .top__footer__right__insta img:nth-of-type(1) {
    display: none;
  }

  .top__footer__right__insta img:nth-of-type(2) {
    display: none;
  }

  .top__footer__right p {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .top__header {
    position: relative;
    width: 100%;
    height: 90px;
    background: #000000;
    z-index: 100;
  }

  .top__logo {
    position: relative;
    left: 99px;
    width: 162.475px;
    height: 100%;
  }

  .top__logo img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .top__menu__sp {
    display: none;
  }

  .menu__toggle {
    display: none;
  }

  .slider {
    position: fixed;
    height: 100vh;
  }

  .slider div {
    height: 100%;
    /* background-attachment: fixed; */
    background-size: cover;
    outline: none;
  }

  .slider__img1 {
    background: url(../img/top/IMG_6747.jpg) no-repeat center center;
  }

  .slider__img2 {
    background: url(../img/top/IMG_6230.jpg) no-repeat center center;
  }

  .slider__img3 {
    background: url(../img/top/IMG_6759.JPG) no-repeat center center;
  }

  .slider__img4 {
    background: url(../img/top/IMG_2815.JPG) no-repeat center center;
  }

  .slider__img5 {
    background: url(../img/top/IMG_6777.jpg) no-repeat center center;
  }

  .slider__img6 {
    background: url(../img/top/IMG_6433.JPG) no-repeat center center;
  }

  .top__topvisual {
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .top__topvisual__menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 149px;
    /* 右側の200からmarginの15pxとarrowのwidth36pxを引いた値 */
  }

  .top__topvisual__menu__ttl {
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    margin-right: 51px;
  }

  .top__topvisual__menu__ttl span {
    border-bottom: solid 3px #ffffff;
    padding-bottom: 5px;
  }

  .top__topvisual__menu__conts {
    position: relative;
    margin: 17px 0;
    display: flex;
    justify-content: flex-end;
  }

  .top__topvisual__menu__cont {
    font-size: 16pt;
    color: #ffffff;
    font-style: oblique;
    text-align: right;
    margin-right: 15px;
  }

  .top__topvisual__menu__arrow {
    width: 36px;
    height: auto;
    text-align: right;
  }

  .top__topvisual__ctr {
    position: absolute;
    width: 41px;
    height: 65px;
    left: 200px;
    bottom: 38px;
  }

  .top__topvisual__ctr img {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .top__topvisual__ctr__cont {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .top__topvisual__ctr__current {
    position: absolute;
    top: 15%;
    width: 100%;
    font-size: 8pt;
    color: #ffffff;
    text-align: center;
  }

  .top__topvisual__ctr__total {
    position: absolute;
    bottom: 15%;
    width: 100%;
    font-size: 8pt;
    color: #ffffff;
    text-align: center;
  }

  .top__topvisual__ctr__border {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
  }

  .top__footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 199.5px;
    background: #1a1a1a;
  }

  .top__footer__sp {
    display: none;
  }

  .top__footer__left {
    position: absolute;
    top: 56px;
    left: 200px;
  }

  .top__footer__left__company {
    font-size: 14pt;
    color: #ffffff;
  }

  .top__footer__left__company span {
    font-weight: bold;
  }

  .top__footer__left__address {
    margin-top: 15px;
    font-size: 6pt;
    color: #ffffff;
  }

  .top__footer__right {
    position: absolute;
    top: 74px;
    right: 200px;
    height: 32.7388px;
  }

  .top__footer__right__insta {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 100%;
  }

  .top__footer__right__insta img:nth-of-type(1) {
    position: relative;
    width: 100px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 15px;
  }

  .top__footer__right__insta img:nth-of-type(2) {
    position: relative;
    width: 32.7388px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .top__footer__right p {
    margin-top: 30px;
    font-size: 6pt;
    color: #ffffff;
  }

}
