body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: scroll;
}

.Anime {
  height: 100%;
  background-color: black;
  position: relative;
}

.Anime img {
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.Header {
  background-color: black;
}

.Header__cont1 img {
  margin: 7px 110px 15px 10px;
  height: 120px;
}

.Header__nav {
  margin: 50px 20px 0 0;
  display: flex;
  text-decoration: none;
  justify-content: flex-end;
}

.Header__nav--list--last {
  display: flex;
}

.Header__nav--list--last a {
  text-decoration: none;
  color: white;
}

.Header__nav--list--last a:hover {
  color: red;
}

.Header__nav--list--last p {
  text-align: center;
}

.Header__nav--list--last li {
  transition: all 0.6s ease 0s;
  list-style: none;
  font-size: 20px;
  height: 70px;
  width: 170px;
  padding-top: 5px;
  font-family: "Playfair Display", serif;
  text-shadow: 2px 2px 10px #777;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}

.Header__nav--list--last li:hover {
  transform: translateY(-0.4875em);
  transform: scale(1.1, 1.1);
  color: red;
}

.Header1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.Header1--cont1 {
  display: flex;
  margin-top: auto;
  margin-left: 3px;
  text-decoration: none;
  color: lightskyblue;
}

.Header1--cont2 {
  display: flex;
  margin-top: auto;
  margin-left: 3px;
  text-decoration: none;
  color: rgb(11, 154, 243);
}

.Header1--cont3 {
  display: flex;
  margin-top: auto;
  margin-left: 3px;
  text-decoration: none;
  color: tomato;
}

.Header1--cont1 i {
  font-size: 20px;
  margin-right: 6px;
}

.Header1--cont2 i {
  font-size: 20px;
  margin-right: 6px;
}


.Header1--cont3 i {
  font-size: 20px;
  margin-right: 6px;
}

.Header1--cont1 a:hover {
  transform: translateY(-0.4875em);
  transform: scale(1.1, 1.1);
  color: white;
}

.Header1--cont2 a:hover {
  transform: translateY(-0.4875em);
  transform: scale(1.1, 1.1);
  color: white;
}

.Header1--cont3 a:hover {
  transform: translateY(-0.4875em);
  transform: scale(1.1, 1.1);
  color: white;
}

.MainSite {
  background-color: black;
}

.MainSite img {
  vertical-align: bottom;
  width: 100%;
}

.MainSite h1 {
  font-size: 40px;
  line-height: 100px;
  font-family: "Didot", "Noto Serif JP", serif;
}

.MainSite__1 {
  display: flex;
  background-color: black;
}

.MainSite__1__Performance {
  height: 70%;
  width: 50%;
}

.MainSite__1__Performance img {
  height: 400px;
}

.MainSite__1__message1 {
  width: 50%;
  color: white;
  text-align: center;
}

.MainSite__1 p {
  line-height: 40px;
  font-family: "Didot", "Noto Serif JP", serif;
}

.MainSite__2 {
  display: flex;
}

.MainSite__2__History {
  height: 70%;
  width: 50%;
}

.MainSite__2__History img {
  height: 450px;
}

.MainSite__2__message2 {
  width: 50%;
  color: white;
  text-align: center;
  margin-top: 120px;
}

.MainSite__2 p {
  line-height: 40px;
  font-family: "Didot", "Noto Serif JP", serif;
}

.MainSite__3 {
  display: flex;
  background-color: black;
}

.MainSite__3__Activityday {
  height: 70%;
  width: 50%;
}

.MainSite__3__Activityday img {
  height: 450px;
}

.MainSite__3__message3 {
  width: 50%;
  color: white;
  text-align: center;
  margin-top: 130px;
}

.MainSite__3 p {
  line-height: 40px;
  font-family: "Didot", "Noto Serif JP", serif;
}

.MainSite__insta {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  color: white;
  height: 80px;
  border-radius: 30px;
  text-align: center;
  padding-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Playfair Display", serif;
  background-color: #e33535;
  text-shadow: 2px 2px 10px #777;
  width: 40%;
}

.MainSite__insta h3 {
  font-size: 30px;
}

.MainSite__insta1 {
  display: flex;
  justify-content: space-around;
}

.MainSite__insta1 iframe {
  height: 500px;
}

.MainSite__sns {
  display: none;
}

.MainSite__sns--1{
  color: lightblue;
  margin: 2px;
}

.MainSite__sns--2{
  color: rgb(8, 173, 228);
  margin: 2px;
}

.MainSite__sns--3{
  color: tomato;
  margin: 2px;
}


.MainSite__calendar {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  color: white;
  height: 80px;
  border-radius: 30px;
  text-align: center;
  padding-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Playfair Display", serif;
  background-color: #e33535;
  text-shadow: 2px 2px 10px #777;
  width: 40%;
}

.MainSite__calendar h3 {
  font-size: 30px;
}

.MainSite__image {
  height: 500px;
  text-align: center;
}

.MainSite__image--1 {
  color: white;
  display: flex;
  justify-content: center;
}

.MainSite__image--2 {
  margin-top: 10px;
  color: white;
  display: flex;
  justify-content: center;
}

.MainSite__image p {
  line-height: inherit;
}

.MainSite__heading {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  color: white;
  height: 80px;
  border-radius: 30px;
  text-align: center;
  padding-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Playfair Display", serif;
  background-color: #e33535;
  text-shadow: 2px 2px 10px #777;
  width: 40%;
}

.MainSite__heading h3 {
  font-size: 30px;
}

.MainSite__form {
  color: white;
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.cont{
  margin-top: 5px;
  color: white;
  display: flex;
  justify-content: center;
}

.MainSite__form form {
  width: 50%;
}

.MainSite__form form input {
  width: 100%;
  height: 40px;
}

.MainSite__form form textarea {
  width: 100%;
  height: 90px;
}

.MainSite__form form .submit-btn {
  width: 30%;
  margin-top: 20px;
}

.MainSite__form form .submit {
  text-align: center;
}

.MainSite__form .submit-btn:hover {
  box-shadow: none;
  color: #006;
  background: #fff;
}

.MainSite__top {
  margin: 50px 50px 0 0;
  display: flex;
  text-decoration: none;
  justify-content: center;
  background-color: black;
}

.MainSite__top a {
  text-decoration: none;
  color: white;
}

.MainSite__top a:hover {
  color: red;
}

.MainSite__top li {
  transition: all 0.6s ease 0s;
  list-style: none;
  font-size: 20px;
  height: 80px;
  width: 250px;
  padding-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Playfair Display", serif;
  text-shadow: 2px 2px 10px #777;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-left: 43px;
}

.MainSite__top li:hover {
  transform: scale(1.1, 1.1);
}

.MainSite__footer {
  color: white;
  display: block;
  text-align: center;
  height: 155px;
  align-items: flex-end;
  padding: 20px;
}

.MainSite__footer h2 {
  color: white;
}

.MainSite__footer a {
  color: white;
}

@media screen and (max-width: 768px) {
  body.scroll {
    overflow: hidden;
  }

  .Anime img {
    width: 230px;
    height: 230px;
  }

  .Header {
    height: 80px;
    position: relative;
  }

  .Header img {
    margin: 7px 0 5px 2px;
    height: 70px;
    width: 70px;
  }

  .Header__nav {
    margin-top: 0px;
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    color: black;
    background-color: black;
  }

  .Header__nav--list {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    z-index: 2;
  }

  .Header__nav--list--last {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .Header__nav--list--last .nav-item {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .Header__nav--list--last ul {
    display: block;
  }

  .Header__nav--list--last ul li {
    font-size: 12px;
    height: 30px;
    width: 80px;
  }

  .Header body.noscroll {
    overflow: hidden;
  }

  .Header__btn_trigger {
    display: block;
    width: 39px;
    height: 39px;
    border: white 2px solid;
    z-index: 3;
    position: absolute;
    right:3%;
    top: 24%;
    
  }

  .Header__btn_trigger .bar {
    width: 20px;
    height: 3px;
    background-color: white;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .Header__btn_trigger .bar_top {
    top: 10px;
  }

  .Header__btn_trigger .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .Header__btn_trigger .bar_bottom {
    bottom: 10px;
  }

  .Header__btn_trigger.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform 0.3s;
  }

  .Header__btn_trigger.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }

  .Header__btn_trigger.close .bar_bottom {
    transform: translate(-50%, -9px) rotate(-45deg);
    transition: transform 0.3s;
  }

  .Header .Header1 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 0;
    display: none;
  }

  .Header .Header1--cont2 {
    width: 10px;
    padding: 0 5px 0 0;
    margin-top: 1px;
    margin-bottom: 2px;
    height: 10px;
  }

  .Header .Header1--cont2 i {
    font-size: 12px;
  }

  .Header .Header1--cont2 a {
    font-size: 1px;
  }

  .Header .Header1--cont2 p {
    display: none;
  }

  .MainSite__1 {
    line-height: 2;
    display: flex;
    flex-direction: column;
    
  }

  .MainSite__1__Performance {
    height: 100%;
    width: 88%;
    order: 0;
    }

  .MainSite__1__message1 {
    border: none;
    order: -1;
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }

  .MainSite__1 img {
    height: 50%;
    border: 1px solid red;
  }

  .MainSite__1 h1 {
    font-size: 30px;
    line-height: 80px;
    text-align: initial;
  }

  .MainSite__1 p {
    font-size: 12px;
    line-height: 25px;
    text-align: initial;
  }

  .MainSite__2 {
    line-height: 2;
    display: flex;
    flex-direction: column;
  }

  .MainSite__2__History {
    height: 100%;
    width: 88%;
    margin-left: 7.03865vh;
  }

  .MainSite__2__message2 {
    width: 100%;
    text-align: end;
    border: none;
    margin-top: 0px;
  }

  .MainSite__2 img {
    height: 50%;
    border: 1px solid red;
  }

  .MainSite__2 p {
    font-size: 12px;
    line-height: 25px;
  }

  .MainSite__2 h1 {
    font-size: 30px;
    line-height: 80px;
    text-align: inherit;
  }

  .MainSite__3 {
    line-height: 2;
    display: flex;
    flex-direction: column;
  }

  .MainSite__3__Activityday {
    order: 0;
    height: 100%;
    width: 88%;
  }

  .MainSite__3__message3 {
    border: none;
    order: -1;
    width: 100%;
    margin-top: 0px;
  }

  .MainSite__3 img {
    height: 50%;
    border: 1px solid red;
  }

  .MainSite__3 h1 {
    font-size: 30px;
    line-height: 80px;
    text-align: initial;
  }

  .MainSite__3 p {
    font-size: 12px;
    line-height: 25px;
    text-align: initial;
  }

  .MainSite__insta {
    margin: 5% 0 5% 20%;
    height: 50px;
    border: 1px solid black;
    border-radius: 30px;
    text-align: center;
    padding-top: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Playfair Display", serif;
    background-color: #e33535;
    text-shadow: 2px 2px 10px #777;
    width: 60%;
  }

  .MainSite__insta h3 {
    font-size: 18px;
  }

  .MainSite__insta p {
    font-size: 5px;
  }

  .MainSite__insta1 {
    margin: 20px;
    height: 60%;
  }

  .MainSite__sns {
    display: block;
    width: 100%;
    margin-top: 5px;
    color: white;
    text-align: center;
  }
  
  .MainSite__calendar {
    margin: 5% 0 5% 20%;
    height: 50px;
    border: 1px solid black;
    border-radius: 30px;
    text-align: center;
    padding-top: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Playfair Display", serif;
    background-color: #e33535;
    text-shadow: 2px 2px 10px #777;
    width: 60%;
  }

  .MainSite__calendar h3 {
    font-size: 18px;
  }

  .MainSite__calendar p {
    font-size: 5px;
  }

  .MainSite__image {
    height: 300px;
    font-size: 5px;
  }

  .MainSite__image iframe {
    height: 100%;
    width: 95%;
  }

  .MainSite__heading {
    margin: 50px 0 0 20%;
    height: 50px;
    border: 1px solid black;
    border-radius: 30px;
    text-align: center;
    padding-top: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Playfair Display", serif;
    background-color: #e33535;
    text-shadow: 2px 2px 10px #777;
    width: 60%;
  }

  .MainSite__heading h3 {
    font-size: 18px;
  }

  .MainSite__heading p {
    font-size: 5px;
  }

  .MainSite__form {
    width: 90%;
    padding: 15px;
  }

  .MainSite__form form {
    width: 70%;
  }


  .MainSite__form form textarea {
    width: 100%;
    height: 20%;
  }

  .MainSite__form form .submit-btn {
    width: 30%;
    height: 10%;
    text-align: center;
    margin-top: 20px;
  }

  .MainSite__form form p {
    font-size: 15px;
  }
  .cont{
    font-size: 3px;
    margin-top: 1px;
    color: white;
    display: flex;
    justify-content: center;
  }

  .MainSite__form form .submit {
    text-align: center;
  }

  .MainSite__top {
    margin: 0 50px 0 0;
  }

  .MainSite__top li {
    font-size: 20px;
    height: 40px;
    width: 120px;
    margin-top: 8px;
    margin-left: 35px;
  }

  .MainSite__top a {
    font-size: 13px;
  }

  .MainSite__footer {
    height: 110px;
    align-items: flex-end;
    padding: 20px;
    size: 200px;
  }

  .MainSite__footer p {
    font-size: 1px;
  }
}