@charset "UTF-8";
:root {
  /* color */
  --base-color: #fff;
  --main-color: #050035;
  --accent-color: #050035;
  --sub-color: #e0deff;
  --pink-color: #e4007f;
}

/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--main-color);
  line-height: 1;
  background-color: #fff;
}
body:after {
  content: "";
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(../img/bg.jpg) center center/cover no-repeat;
  will-change: transform;
}

@media (max-width:768px) {
  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 15.2vw;
    background-color: #fff;
    z-index: -1;
  }
  body:after {
    top: 15.2vw;
    bottom: unset;
    height: calc(100vh - 15.2vw);
    background: url(../img/sp/bg.jpg) top center/cover no-repeat;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: var(--main-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width:769px) {
  a:hover {
    opacity: 0.7;
  }
}
/* -- LAYOUT -- */
#overlay {
  position: fixed;
  inset: 0;
  background: white;
  z-index: 9999;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#overlay.hidden {
  opacity: 0;
}

.toggle {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  margin: 0;
  padding: 0;
  width: 15.2vw;
  height: 15.2vw;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  cursor: pointer;
  z-index: 101;
}
.toggle > span, .toggle:before, .toggle:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 3.333vw;
  width: 8.667vw;
  height: 1px;
  margin: 0;
  background-color: #000;
}
.toggle > span {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.toggle::before, .toggle::after {
  content: "";
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.toggle::before {
  -webkit-transform: translateY(-1.8vw);
          transform: translateY(-1.8vw);
}
.toggle::after {
  -webkit-transform: translateY(1.8vw);
          transform: translateY(1.8vw);
}
.toggle[aria-expanded=true] > span {
  opacity: 0;
}
.toggle[aria-expanded=true]::before, .toggle[aria-expanded=true]::after {
  background-color: #000;
}
.toggle[aria-expanded=true]::before {
  -webkit-animation: 0.3s ease closeBar1 forwards;
          animation: 0.3s ease closeBar1 forwards;
}
.toggle[aria-expanded=true]::after {
  -webkit-animation: 0.3s ease closeBar2 forwards;
          animation: 0.3s ease closeBar2 forwards;
}
.toggle.-close::before {
  -webkit-animation: 0.3s ease closeBar1Rev forwards;
          animation: 0.3s ease closeBar1Rev forwards;
}
.toggle.-close::after {
  -webkit-animation: 0.3s ease closeBar2Rev forwards;
          animation: 0.3s ease closeBar2Rev forwards;
}

@media (max-width:768px) {
  .toggle {
    display: block;
  }
}
.humnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: calc(100% - 15.2vw);
  overflow: hidden;
  background: url(../img/sp/bg.jpg) center top/cover no-repeat;
  color: black;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.humnav:before {
  content: "";
  position: absolute;
  top: -15.2vw;
  left: 0;
  width: 100%;
  height: 15.2vw;
  background-color: #fff;
  z-index: -1;
}
.humnav[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.humnav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.humnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10.133vw;
}

.humnav_list li img {
  width: 100%;
}

.humnav_lineup {
  width: 21.867vw;
}

.humnav_concept {
  width: 24.8vw;
}

.humnav_event {
  width: 17.333vw;
}

.humnav_ticket {
  width: 19.2vw;
}

.humnav_access {
  width: 21.067vw;
}

@media (max-width:768px) {
  .humnav {
    display: block;
  }
}
@-webkit-keyframes closeBar1 {
  0% {
    -webkit-transform: translateY(-1.8vw);
            transform: translateY(-1.8vw);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes closeBar1 {
  0% {
    -webkit-transform: translateY(-1.8vw);
            transform: translateY(-1.8vw);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes closeBar2 {
  0% {
    -webkit-transform: translateY(1.8vw);
            transform: translateY(1.8vw);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes closeBar2 {
  0% {
    -webkit-transform: translateY(1.8vw);
            transform: translateY(1.8vw);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes closeBar1Rev {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1.8vw);
            transform: translateY(-1.8vw);
  }
}
@keyframes closeBar1Rev {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1.8vw);
            transform: translateY(-1.8vw);
  }
}
@-webkit-keyframes closeBar2Rev {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1.8vw);
            transform: translateY(1.8vw);
  }
}
@keyframes closeBar2Rev {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1.8vw);
            transform: translateY(1.8vw);
  }
}
.nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  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;
  width: 100%;
  height: 92px;
  padding: 0 min(40px, 1vw) 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 102;
}
@media (max-width:768px) {
  .nav {
    height: 15.2vw;
    padding: 0 0 0 1.867vw;
  }
}

.nav:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: none;
  z-index: -1;
  content: "";
}
@media (max-width:768px) {
  .nav:before {
    height: 15.2vw;
  }
}

.nav:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
}
@media (max-width:768px) {
  .nav:after {
    height: 1px;
  }
}

.nav_logo {
  width: 176px;
  height: auto;
}
@media (max-width:768px) {
  .nav_logo {
    width: 25.6vw;
  }
}

.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 3px;
  margin-left: 10px;
}
@media (max-width:768px) {
  .nav_list {
    display: none;
  }
}

.nav_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
  padding: 0 20px;
  border-radius: 18.5px;
}
.nav_list li a:hover {
  opacity: 1;
  background: var(--accent-color);
}
.nav_list li a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.header {
  position: relative;
  margin: 92px auto 0;
  padding-top: 44px;
}
@media (max-width:768px) {
  .header {
    margin: 15.2vw auto 0;
    padding-top: 14.133vw;
  }
}

.header:before {
  position: absolute;
  top: -92px;
  display: block;
  width: 100%;
  height: 92px;
  background: #fff;
  content: "";
}
@media (max-width:768px) {
  .header:before {
    top: -15.2vw;
    height: 15.2vw;
  }
}

.header_kv {
  width: 96%;
  max-width: 914px;
  margin: 0 auto;
}
@media (max-width:768px) {
  .header_kv {
    width: 95.067%;
  }
}

.header_txt {
  display: block;
  width: 436px;
  margin: 86px auto 0;
}
@media (max-width:768px) {
  .header_txt {
    width: 65.0667vw;
    margin: 5.333vw auto 0;
  }
}

.header_btn {
  display: block;
  width: 515px;
  margin: 17px auto 0;
}
.header_btn:hover {
  opacity: 1;
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
@media (max-width:768px) {
  .header_btn {
    width: 80.133vw;
    margin: 2.667vw auto 0;
  }
}

.main {
  padding-bottom: 110px;
}
@media (max-width:768px) {
  .main {
    padding-bottom: 15.467vw;
  }
}

.lineup {
  padding: 90px 0 0;
}
@media (max-width:768px) {
  .lineup {
    padding: 18.667vw 0 0;
  }
}

.lineup_heading {
  width: 206px;
  margin: 0 auto;
}
@media (max-width:768px) {
  .lineup_heading {
    width: 31.6vw;
  }
}

.lineup_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  max-width: 978px;
  margin: 39px auto 0;
  row-gap: 38px;
}
@media (max-width:768px) {
  .lineup_container {
    width: 91.067vw;
    margin: 6vw auto 0;
    row-gap: 5.6vw;
  }
}

.lineup_ph {
  position: relative;
  width: 48.0573%;
  -webkit-filter: drop-shadow(5px 8.66px 13px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 8.66px 13px rgba(0, 0, 0, 0.25));
}
@media (max-width:768px) {
  .lineup_ph {
    width: 68.133vw;
    -webkit-filter: drop-shadow(0.667vw 1.155vw 1.733vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.667vw 1.155vw 1.733vw rgba(0, 0, 0, 0.25));
  }
  .lineup_ph:nth-child(odd) {
    margin-right: auto;
  }
  .lineup_ph:nth-child(even) {
    margin-left: auto;
  }
}

.lineup_caution {
  position: absolute;
  right: 0;
  bottom: -1.3em;
  font-weight: 500;
  font-size: 14px;
  text-shadow: 0 0 0.2em #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width:768px) {
  .lineup_caution {
    font-size: 2.4vw;
  }
}

.concept {
  padding: 90px 0 0;
}
@media (max-width:768px) {
  .concept {
    padding: 14.4vw 0 0;
  }
}

.concept_heading {
  width: 206px;
  margin: 0 auto;
}
@media (max-width:768px) {
  .concept_heading {
    width: 35.733vw;
  }
}

.concept_txt {
  display: block;
  margin: 46px auto 0;
  padding-right: min(57px, 5.8vw);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width:768px) {
  .concept_txt {
    width: 100%;
    margin: 6.933vw auto 0;
    padding-right: 0;
  }
}

.concept_txt img {
  width: 95%;
  max-width: 733px;
}
@media (max-width:768px) {
  .concept_txt img {
    width: 100%;
  }
}

.event {
  padding: 90px 0 0;
}
@media (max-width:768px) {
  .event {
    padding: 12.267vw 0 0;
  }
}

.event_heading {
  width: 164px;
  margin: 0 auto;
}
@media (max-width:768px) {
  .event_heading {
    width: 25.067vw;
  }
}

.event_table {
  width: 95%;
  max-width: 980px;
  margin: 40px auto 0;
  padding: 30px;
  font-weight: 600;
  line-height: 1.5;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #000;
  list-style: none;
  -webkit-filter: drop-shadow(5px 8.66px 13px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 8.66px 13px rgba(0, 0, 0, 0.25));
}
@media (max-width:768px) {
  .event_table {
    width: 90.667vw;
    margin: 5.333vw auto 0;
    padding: 5.067vw 4vw;
    font-size: 3.733vw;
    border-radius: 1.333vw;
    -webkit-filter: drop-shadow(0.667vw 1.155vw 1.733vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.667vw 1.155vw 1.733vw rgba(0, 0, 0, 0.25));
  }
}

.event_table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event_table li:not(:first-child) {
  border-top: 1px solid #000;
}
@media (max-width:768px) {
  .event_table li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .event_table li:not(:first-child) {
    border-top: none;
  }
  .event_table li:not(:last-child) {
    margin-bottom: 7.333vw;
  }
}

.event_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 203px;
  margin-right: 30px;
  padding: 30px 0;
  background: var(--sub-color);
}
@media (max-width:768px) {
  .event_title {
    width: 100%;
    margin: 0 auto 3.467vw;
    padding: 2.933vw 0;
  }
}

.event_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  padding: 8px 20px;
  height: 26px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  border: 2px solid var(--accent-color);
}
.event_access:hover {
  color: #fff;
  background: var(--accent-color);
  opacity: 1;
}
@media (max-width:768px) {
  .event_access {
    margin-left: 2vw;
    padding: 1.6vw 4vw;
    height: 5.467vw;
    font-size: 2.933vw;
    border-radius: 2.733vw;
  }
}

.ticket {
  padding: 90px 0 0;
}
@media (max-width:768px) {
  .ticket {
    padding: 16.667vw 0 0;
  }
}

.ticket_heading {
  width: 181px;
  margin: 0 auto;
}
@media (max-width:768px) {
  .ticket_heading {
    width: 27.6vw;
  }
}

.ticket_container {
  width: 95%;
  max-width: 980px;
  margin: 40px auto 0;
  padding: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #000;
  -webkit-filter: drop-shadow(5px 8.66px 13px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 8.66px 13px rgba(0, 0, 0, 0.25));
}
@media (max-width:768px) {
  .ticket_container {
    width: 90.667vw;
    margin: 4.4vw auto 0;
    padding: 5.067vw 4vw;
    border-radius: 1.333vw;
    -webkit-filter: drop-shadow(0.667vw 1.155vw 1.733vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.667vw 1.155vw 1.733vw rgba(0, 0, 0, 0.25));
  }
}

.ticket_subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  background: var(--sub-color);
}
@media (max-width:768px) {
  .ticket_subheading {
    padding: 2.933vw;
    font-size: 3.733vw;
  }
}

.ticket_price {
  margin: 27px auto 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (max-width:768px) {
  .ticket_price {
    margin: 3.333vw auto 0;
    font-size: 3.733vw;
  }
}

.ticket_box1 {
  margin: 54px auto 0;
  padding: 27px;
  color: var(--pink-color);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  background: var(--sub-color);
  border-bottom: 4px dotted #fff;
}
@media (max-width:768px) {
  .ticket_box1 {
    margin: 6.533vw auto 0;
    padding: 2.933vw;
    font-size: 3.733vw;
    border-bottom: 3px dotted #fff;
  }
}

.ticket_box2 {
  padding: 27px 0 30px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background: var(--sub-color);
}
@media (max-width:768px) {
  .ticket_box2 {
    padding: 4.267vw 0;
    font-size: 3.733vw;
    line-height: 1.4286;
  }
}

.ticket_btn {
  display: block;
  width: 515px;
  margin: 30px auto 0;
}
.ticket_btn:hover {
  opacity: 1;
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
@media (max-width:768px) {
  .ticket_btn {
    width: 80.133vw;
    margin: 3.733vw auto 0;
  }
}

.ticket_note {
  margin: 30px auto 0;
  line-height: 2.25;
  text-align: center;
}
@media (max-width:768px) {
  .ticket_note {
    margin: 4.4vw auto 0;
    font-size: 2.4vw;
    line-height: 2;
  }
}

.ticket_note a {
  text-decoration: underline;
}

.access {
  padding: 90px 0 0;
}
@media (max-width:768px) {
  .access {
    padding: 15.467vw 0 0;
  }
}

.access_heading {
  width: 181px;
  margin: 0 auto;
}
@media (max-width:768px) {
  .access_heading {
    width: 30.4vw;
  }
}

.access_container {
  width: 95%;
  max-width: 980px;
  margin: 40px auto 0;
  padding: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #000;
  -webkit-filter: drop-shadow(5px 8.66px 13px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 8.66px 13px rgba(0, 0, 0, 0.25));
}
@media (max-width:768px) {
  .access_container {
    width: 90.667vw;
    margin: 4.8vw auto 0;
    padding: 4vw;
    border-radius: 1.333vw;
    -webkit-filter: drop-shadow(0.667vw 1.155vw 1.733vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.667vw 1.155vw 1.733vw rgba(0, 0, 0, 0.25));
  }
}

.access_container iframe {
  width: 100%;
  height: 380px;
}
@media (max-width:768px) {
  .access_container iframe {
    height: 65.867vw;
  }
}

.access_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 25px auto 0;
}
@media (max-width:768px) {
  .access_info {
    margin: 4vw auto 0;
  }
}

.access_ph {
  display: block;
  width: 202px;
  margin-right: 22px;
}
@media (max-width:768px) {
  .access_ph {
    width: 28vw;
    margin-right: 3.867vw;
  }
}

.access_txt {
  padding-top: 10px;
  line-height: 1.75;
  width: 500px;
  font-weight: 500;
}
@media (max-width:768px) {
  .access_txt {
    padding-top: 1.2vw;
    width: auto;
    font-size: 2.4vw;
    line-height: 1.7778;
  }
}

.footer {
  background: #fff;
}

.footer_copy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 68px;
  text-align: center;
}
@media (max-width:768px) {
  .footer_copy {
    padding: 3.733vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: auto;
  }
}

.footer_copyImg {
  display: block;
  width: 530px;
}
@media (max-width:768px) {
  .footer_copyImg {
    margin: 3.733vw auto 0;
    width: 72vw;
  }
}

.bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
  padding: 119px 0 103px;
  border-bottom: 2px solid #000;
}
@media (max-width:768px) {
  .bnr {
    gap: 8.133vw;
    padding: 18.267vw 0 16.8vw;
  }
}

.bnr_dwango {
  width: 248px;
}
@media (max-width:768px) {
  .bnr_dwango {
    width: 38.533vw;
  }
}

.bnr_tfm {
  width: 254px;
}
@media (max-width:768px) {
  .bnr_tfm {
    width: 39.6vw;
  }
}

.sns {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width:768px) {
  .sns {
    position: relative;
    left: unset;
    gap: 2.533vw;
  }
}

.sns_icon {
  width: 45px;
}
@media (max-width:768px) {
  .sns_icon {
    width: 11.6vw;
  }
}

.page-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}
@media (max-width:768px) {
  .page-top {
    bottom: 9.333vw;
    right: 2vw;
  }
}
.page-top img {
  width: 70px;
  height: auto;
}
@media (max-width:768px) {
  .page-top img {
    width: 11.545vw;
  }
}

/* -- UTILITY -- */
.c-small {
  font-size: 16px;
}
@media (max-width:768px) {
  .c-small {
    font-size: 0.8571em;
  }
}

.u-fadeInUp {
  opacity: 0;
  will-change: opacity, transform, filter;
}

/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

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