header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #180097;
}
header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
header .header-logo {
  max-width: 130px;
  width: 100%;
}
header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 170px;
  width: 100%;
}
header .ticket-button {
  background-color: #df4f1e;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #180097;
  height: 26px;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1;
}
header .toggle {
  height: 30px;
  width: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
header .toggle span:nth-child(1) {
  display: block;
  width: 32px;
  background: #fff;
  height: 1px;
  top: 10px;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .toggle span:nth-child(2) {
  display: block;
  width: 32px;
  background: #fff;
  height: 1px;
  top: 20px;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .toggle.open span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(-13deg);
          transform: translateY(5px) rotate(-13deg);
}
header .toggle.open span:nth-child(2) {
  -webkit-transform: translateY(-5px) rotate(13deg);
          transform: translateY(-5px) rotate(13deg);
}
@media (min-width: 767px) {
  header {
    width: 375px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 1000px) {
  header {
    display: none;
  }
}
header .h-menu-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: fixed;
  right: -100%;
  top: 60px;
  height: 100vh;
  width: 85%;
  overflow-y: auto;
  background-color: #ffffff;
  padding-left: 35px;
  padding-top: 50px;
  padding-bottom: 70px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .h-menu-box.open {
  top: 60px;
  right: 0;
}
header .h-menu-box .h-menu-top-link {
  color: #180097;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.460625;
}
header .h-menu-box .h-menu-top-link .bottom-line {
  border-bottom: 1px solid #180097;
}
header .h-menu-box .h-menu {
  margin-bottom: 35px;
}
header .h-menu-box .h-menu-list {
  position: relative;
  padding-left: 10px;
}
header .h-menu-box .h-menu-list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 1px;
  margin: auto;
  background-color: #180097;
}
header .h-menu-box .h-manu-link {
  color: #180097;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.4375;
  font-weight: bold;
}
header .h-menu-box .h-menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
header .h-menu-box .h-menu-sns-list {
  width: 26px;
  margin-right: 24px;
}
header .h-menu-box .h-menu-sns-list:last-child {
  margin-right: 0;
}
header .h-menu-box .h-menu-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 308px;
  width: 100%;
}
header .h-menu-box .h-menu-others-list {
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 20px;
  position: relative;
}
header .h-menu-box .h-menu-others-list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: -3px;
  right: 0;
  width: 1px;
  height: 15px;
  margin: auto;
  background-color: #180097;
}
header .h-menu-box .h-menu-others-list:nth-child(2n+2)::after {
  display: none;
}
header .h-menu-box .h-menu-others-list:last-child::after {
  display: none;
}
header .h-menu-box .h-menu-others-link {
  color: #180097;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
header .h-menu-box .right-line {
  padding-right: 10px;
  line-height: 1;
}

.trans {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (hover: hover) {
  header .h-manu-link:hover .line::before {
    left: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .trans:hover {
    opacity: 0.5;
  }
}
main {
  padding-top: 60px;
}
@media (min-width: 750px) {
  main {
    padding-top: 0;
  }
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #180097;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999999999;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
#loader .loader-logo {
  width: 254px;
}
#loader.fade-out {
  opacity: 0;
}