@charset "UTF-8";
.only-sp {
  display: none;
}
@media screen and (max-width: 639.9px) {
  .only-sp {
    display: block;
  }
}

.only-pc-tablet {
  display: block;
}
@media screen and (max-width: 639.9px) {
  .only-pc-tablet {
    display: none;
  }
}

/*=====================共通*/
html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 16px !important;
}
@media screen and (max-width: 639.9px) {
  html {
    font-size: 16px !important;
  }
}
html body {
  height: 100%;
  color: white;
  font-family: "Noto Serif Japanese", serif;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
  visibility: visible;
  background-color: #664D8C;
  z-index: -2;
  font-size: 16px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 639.9px) {
  html body {
    font-size: 14px;
  }
}
html body:before {
  content: "";
  top: 0;
  background-image: url(../../../../../wp-content/uploads/2025/11/jazztokyo-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  z-index: 0;
  position: fixed;
  width: 100vw;
  left: 0;
  min-height: 115lvh;
  height: 120vh;
  transform: translate3d(0, 0, -1px);
}
@media screen and (max-width: 639.9px) {
  html body:before {
    background-position: center 15%;
  }
}
@supports (-webkit-touch-callout: none) {
  html body:before {
    height: -webkit-fill-available;
  }
}
html .h2-title {
  font-size: 2.5rem;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1023.9px) {
  html .h2-title {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 639.9px) {
  html .h2-title {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
}
html .h2-title span {
  width: 80%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 639.9px) {
  html .h2-title span {
    width: 100%;
  }
}
html h3 {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  html h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639.9px) {
  html h3 {
    font-size: 1.1rem;
  }
}
html h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  html h4 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639.9px) {
  html h4 {
    font-size: 1.3rem;
  }
}
html p {
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
html .attention {
  font-size: 0.9rem;
}
html img {
  width: 100%;
  margin-bottom: 2rem;
}
html .left {
  text-align: left;
}
@media screen and (max-width: 639.9px) {
  html .pc-tab-pnly {
    display: none;
  }
}
html .sp-only {
  display: none;
}
@media screen and (max-width: 639.9px) {
  html .sp-only {
    display: inherit;
  }
}
html a {
  text-decoration: underline;
}
html a:hover {
  text-decoration: none;
}
html .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 2rem;
  display: block;
}
html .btn a {
  color: white;
  background-color: #5BAFBB;
  display: block;
  margin: auto;
  padding: 15px 20px;
  min-width: 250px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid white;
}
html .btn a i {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
html .btn a i:before {
  font-weight: bold !important;
}
html .btn a:hover {
  opacity: 0.9;
  transition: 0.2s;
}
html .l-container {
  margin-top: 80px;
  display: flex;
}
@media screen and (max-width: 639.9px) {
  html .l-container {
    margin-top: 60px;
  }
}
html .l-container .l-contents {
  margin: auto;
  z-index: 1;
}
html .l-container .l-contents section {
  padding: 7rem 0;
}
@media screen and (max-width: 639.9px) {
  html .l-container .l-contents section {
    padding: 4rem 0;
  }
}
html .l-container .l-contents section .section-inner {
  max-width: 900px;
  width: 90%;
  margin: auto;
}
html .l-container .l-contents section:first-of-type {
  padding-top: 0;
}
html .l-container .l-contents .footer {
  margin: 5rem 0;
  padding-bottom: 5rem;
}
html .l-container .l-contents .footer .copy {
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  html .l-container .l-contents .footer .copy {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 639.9px) {
  html .l-container .l-contents .footer .copy {
    font-size: 0.9rem;
  }
}
html .top-section .main-img {
  width: 100%;
  max-width: 700px;
  margin-bottom: 7rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .main-img {
    max-width: 500px;
  }
}
@media screen and (max-width: 639.9px) {
  html .top-section .main-img {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}
html .top-section .top-information .title-outer .title-1 {
  font-size: 1.7rem;
  margin-bottom: 5rem;
  line-height: 3;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .top-information .title-outer .title-1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 639.9px) {
  html .top-section .top-information .title-outer .title-1 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 3;
  }
}
html .top-section .top-information .script-name-group {
  display: flex;
  justify-content: center;
}
html .top-section .top-information .days {
  margin-top: 5rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .top-information .days {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639.9px) {
  html .top-section .top-information .days {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}
html .top-section .top-information .time {
  font-size: 1.7rem;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .top-information .time {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639.9px) {
  html .top-section .top-information .time {
    font-size: 1.1rem;
  }
}
html .top-section .top-information .location {
  margin-top: 3rem;
  width: 150px;
}
@media screen and (max-width: 639.9px) {
  html .top-section .top-information .location {
    margin-top: 2rem;
    width: 100px;
  }
}
html .top-section .top-information .sponsor {
  margin-top: 3rem;
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 639.9px) {
  html .top-section .top-information .sponsor {
    font-size: 1rem;
  }
}
html .top-section .top-information .sponsor-name {
  font-size: 1.3rem;
  text-shadow: 0 0 10px BLACK;
}
@media screen and (max-width: 639.9px) {
  html .top-section .top-information .sponsor-name {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 7px;
  }
}
html .top-section .top-message {
  font-size: 1.5rem;
  margin-top: 8rem;
  line-height: 2;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 639.9px) {
  html .top-section .top-message {
    font-size: 1rem;
    margin-top: 4rem;
  }
}
html #about {
  padding-top: 3rem;
}
html #about .about-contents {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023.9px) {
  html #about .about-contents {
    margin-bottom: 0;
  }
}
html #about .about-contents span {
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 639.9px) {
  html #about .about-contents span {
    font-size: 1.1rem;
  }
}
html #tickets .ticket-free {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 639.9px) {
  html #tickets .ticket-free {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
html #tickets .ticket-price {
  font-size: 1.7rem;
}
@media screen and (max-width: 639.9px) {
  html #tickets .ticket-price {
    font-size: 1.3rem;
  }
}
html #tickets .tax {
  font-size: 1rem;
}
@media screen and (max-width: 639.9px) {
  html #tickets .tax {
    font-size: 0.9rem;
  }
}
html #tickets .group {
  margin-bottom: 7rem;
}
@media screen and (max-width: 639.9px) {
  html #tickets .group {
    margin-bottom: 5rem;
  }
}
html #tickets .group .small-text {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
html #tickets .contact-group {
  margin-bottom: 4rem;
}
@media screen and (max-width: 639.9px) {
  html #tickets .contact-group {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 639.9px) {
  html #tickets .contact-group p {
    font-size: 0.9rem;
  }
}
html #tickets .contact-group .title {
  font-size: 1.2rem;
}
@media screen and (max-width: 639.9px) {
  html #tickets .contact-group .title {
    font-size: 1.1rem;
  }
}
html #tickets .attention {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
html #tickets .attention li {
  font-size: 1rem;
  margin-bottom: 15px;
  text-align: left;
  text-indent: -1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 639.9px) {
  html #tickets .attention li {
    font-size: 0.9rem;
    text-indent: -0.9rem;
    margin-left: 0.9rem;
  }
}
html #tickets .attention p {
  text-align: left;
}
html #setlist .setlist__ul {
  list-style: num;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
html #setlist .setlist__ul li {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 639.9px) {
  html #setlist .setlist__ul li {
    font-size: 1.1rem;
    margin-bottom: 16px;
  }
}
html #setlist .attention {
  margin-top: 4rem;
}
@media screen and (max-width: 639.9px) {
  html #setlist .attention {
    margin-top: 3rem;
  }
}
html #leaflet .leaflet__group {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  html #leaflet .leaflet__group {
    flex-direction: column;
    align-items: center;
  }
}
html #leaflet .leaflet__group .leaflet__outer {
  width: calc((100% - 20px) / 2);
  max-width: 450px;
  width: 100%;
  justify-content: center;
}
html #leaflet .leaflet__group .leaflet__outer:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 1023.9px) {
  html #leaflet .leaflet__group .leaflet__outer:first-child {
    margin-right: 0;
  }
}
html #leaflet .btn.leaflet {
  margin-top: 0;
}
html #leaflet .btn.leaflet a {
  width: 350px;
}
html #leaflet .btn.leaflet a i {
  font-size: 1.5rem;
}
html .article-outer {
  margin-bottom: 7rem;
}
@media screen and (max-width: 639.9px) {
  html .article-outer {
    margin-bottom: 4rem;
  }
}
html .article-outer .lp-article {
  max-width: 900px;
  margin: auto;
  margin-top: 1rem;
  border-bottom: dashed 2px #606060;
  padding-bottom: 10px;
}
html .article-outer .lp-article time {
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 639.9px) {
  html .article-outer .lp-article time {
    font-size: 0.8rem;
  }
}
html .article-outer .lp-article h3 {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 639.9px) {
  html .article-outer .lp-article h3 {
    font-size: 1rem;
  }
}
html .article-outer .lp-article .content p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  html .article-outer .lp-article .content p {
    font-size: 0.9rem;
  }
}
html #artists .group-name {
  font-size: 1.8rem;
  letter-spacing: 4px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1023.9px) {
  html #artists .group-name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639.9px) {
  html #artists .group-name {
    font-size: 1.1rem;
    margin-bottom: 4rem;
  }
}
html #artists .comment-area {
  display: flex;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023.9px) {
  html #artists .comment-area {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7rem;
  }
}
html #artists .comment-area img {
  max-width: 250px;
  width: 30%;
  margin-right: 40px;
  margin-bottom: 0;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  html #artists .comment-area img {
    width: 50%;
    margin-right: 0;
  }
}
html #artists .comment-area .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html #artists .comment-area .text h3 {
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023.9px) {
  html #artists .comment-area .text h3 {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639.9px) {
  html #artists .comment-area .text h3 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
}
html #artists .comment-area .text h3 .role {
  font-size: 1.3rem;
  margin-left: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023.9px) {
  html #artists .comment-area .text h3 .role {
    font-size: 1.1rem;
    display: block;
    margin-top: 12px;
    margin-left: 0;
  }
}
@media screen and (max-width: 639.9px) {
  html #artists .comment-area .text h3 .role {
    font-size: 1.1rem;
    display: block;
    margin-left: 0;
  }
}
html #artists .comment-area .text p {
  text-align: left;
  font-size: 1rem;
}
@media screen and (max-width: 639.9px) {
  html #artists .comment-area .text p {
    font-size: 0.9rem;
  }
}
html #artists .comment-area.direction {
  justify-content: center;
  margin-bottom: 10rem;
}
html #artists .comment-area.direction h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
html #artists .comment-area.direction h3 .role {
  margin-left: 0;
  margin-right: 10px;
}
html #artists .comment-area.direction p {
  line-height: 2.5;
  margin-top: 2rem;
}
@media screen and (max-width: 639.9px) {
  html #artists .comment-area.direction p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 639.9px) {
  html #artists .comment-area:last-child {
    margin-bottom: 3rem;
  }
}
html #goods .goods-img-outer {
  display: flex;
}
@media screen and (max-width: 639.9px) {
  html #goods .goods-img-outer {
    display: block;
  }
}
html #goods .goods-img-outer .img-outer {
  width: 50%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 639.9px) {
  html #goods .goods-img-outer .img-outer {
    width: 100%;
    margin-bottom: 4rem;
  }
}
html #goods .goods-img-outer .img-outer img {
  max-height: 520px;
  width: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  html #goods .goods-img-outer .img-outer img {
    max-height: 350px;
  }
}
@media screen and (max-width: 639.9px) {
  html #goods .goods-img-outer .img-outer img {
    width: 80%;
    max-height: inherit;
  }
}
html #goods .goods-img-outer .goods-text {
  font-size: 1.3rem;
  line-height: 1.4;
}
html #goods .goods-img-outer .goods-text span {
  font-size: 1rem;
}
html #goods .goods-description {
  margin-bottom: 2rem;
}
@media screen and (max-width: 639.9px) {
  html #goods .goods-description {
    text-align: left;
  }
}
html #staff .staff-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 650px;
  margin: auto;
  justify-content: center;
}
html #staff .staff-ul .staff-li {
  margin-bottom: 3rem;
  width: 33.3333333333%;
}
@media screen and (max-width: 639.9px) {
  html #staff .staff-ul .staff-li {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
html #staff .staff-ul .staff-li .rolename {
  margin-bottom: 2px;
  font-size: 0.9rem;
}
@media screen and (max-width: 639.9px) {
  html #staff .staff-ul .staff-li .rolename {
    margin-bottom: 3px;
    font-size: 0.8rem;
  }
}
html #staff .staff-ul .staff-li .staffname {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 639.9px) {
  html #staff .staff-ul .staff-li .staffname {
    line-height: 1.4;
  }
}
html #staff .staff-ul .staff-li .staffname .wrap {
  white-space: nowrap;
}
html #staff .staff-ul .staff-li.no-1,
html #staff .staff-ul .staff-li.no-2,
html #staff .staff-ul .staff-li.no-10,
html #staff .staff-ul .staff-li.no-11 {
  width: 50%;
}
@media screen and (max-width: 639.9px) {
  html #staff .staff-ul .staff-li.no-1,
  html #staff .staff-ul .staff-li.no-2,
  html #staff .staff-ul .staff-li.no-10,
  html #staff .staff-ul .staff-li.no-11 {
    width: 100%;
  }
}
html #staff .staff-ul .staff-li.no-9,
html #staff .staff-ul .staff-li.no-12,
html #staff .staff-ul .staff-li.no-13,
html #staff .staff-ul .staff-li.no-14,
html #staff .staff-ul .staff-li.no-15 {
  width: 100%;
}
html #staff .bunkacho-logo {
  width: 150px;
}
html #story {
  margin: auto;
  text-align: left;
}
html #story .section-inner {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
}
html #story p {
  font-size: 1.1rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 0rem;
}
@media screen and (max-width: 1023.9px) {
  html #story p {
    font-size: 1rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 639.9px) {
  html #story p {
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 0.8rem;
  }
}
html #information .tel {
  margin-top: 2rem;
}
html #schedule {
  max-width: 1000px !important;
}
html #schedule .day {
  font-size: 1.3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023.9px) {
  html #schedule .day {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 639.9px) {
  html #schedule .day {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
html #schedule .schedule-table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
html #schedule .schedule-table:nth-of-type(2) {
  margin-top: 2rem;
}
@media screen and (max-width: 639.9px) {
  html #schedule .schedule-table:nth-of-type(2) {
    margin-top: 1rem;
  }
}
html #schedule .schedule-table th,
html #schedule .schedule-table td {
  border: 1px solid #000;
  padding: 6px;
  vertical-align: middle;
  width: 16.6666666667%;
  text-align: center;
}
html #schedule .schedule-table thead th[colspan="7"] {
  background: #fff;
  font-size: 1.1em;
  border-bottom: none;
}
html #schedule .schedule-table th {
  height: 32px;
  font-weight: bold;
}
html #schedule .schedule-table td {
  height: 80px;
  font-weight: normal;
}
@media screen and (max-width: 639.9px) {
  html #schedule .schedule-table td {
    font-size: 0.9rem;
    padding: 6px 2px;
    position: relative;
  }
}
html #schedule .schedule-table .sat {
  color: #0066cc;
}
html #schedule .schedule-table .sun {
  color: #cc0000;
}
html #schedule .schedule-table .wed {
  color: red;
}
html #schedule .schedule-table span {
  margin-left: 4px;
}
@media screen and (max-width: 639.9px) {
  html #schedule .schedule-table span {
    position: absolute;
    bottom: 12px;
    right: calc(50% - 9px);
    margin-left: 0px;
    font-size: 0.9rem;
  }
}
html #schedule .schedule-table .star {
  color: #000;
  font-weight: bold;
  font-size: 1rem;
}
html #schedule .schedule-table .circle {
  font-size: 1em;
}
@media screen and (max-width: 639.9px) {
  html #schedule .schedule-table .circle {
    font-size: 0.85rem;
  }
}
html #schedule .schedule-table .double {
  font-size: 1rem;
}
@media screen and (max-width: 639.9px) {
  html #schedule .schedule-table .double {
    font-size: 0.95rem;
  }
}
html #schedule .schedule-table .note {
  font-size: 0.8em;
  display: block;
  margin-top: 3px;
  color: #555;
}
html #schedule .schedule-table .nothing {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
}
html #schedule .note-group.annoation {
  text-align: left;
  margin-top: 1rem;
}
html #schedule .note-group.annoation p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 2rem;
}
@media screen and (max-width: 639.9px) {
  html #schedule .note-group.annoation p {
    font-size: 0.9rem;
  }
}
html #schedule .note-group.annoation p span {
  margin-right: 8px;
  font-size: 0.9rem;
}
html #schedule .note-group.annoation p span.double {
  font-size: 1rem;
  margin-right: 6px;
}
@media screen and (max-width: 639.9px) {
  html #schedule .note-group.annoation p span.double {
    font-size: 1rem;
    margin-right: 6px;
  }
}
html #schedule .note-group.attention {
  text-align: left;
  margin-top: 2rem;
}
html #schedule .note-group.attention p {
  margin-bottom: 0;
}
@media screen and (max-width: 639.9px) {
  html #schedule .note-group.attention p {
    font-size: 0.9rem;
  }
}
html #schedule .note-group.support {
  margin-top: 8rem;
}
html #schedule .note-group.support ul {
  text-align: left;
  list-style: disc;
  margin-top: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
}
@media screen and (max-width: 639.9px) {
  html #schedule .note-group.support ul {
    padding-left: 18px;
  }
}
html #schedule .note-group.support ul li {
  margin-top: 1rem;
  line-height: 1.6rem;
  font-size: 1rem;
}
html #attention .attention-h3-title {
  text-align: left;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 2rem;
  text-indent: -16px;
  margin-left: 16px;
  line-height: 25px;
}
@media screen and (max-width: 639.9px) {
  html #attention .attention-h3-title {
    font-size: 14px;
  }
}
html #attention ul {
  text-align: left;
}
html #attention ul li {
  text-indent: -16px;
  margin-left: 16px;
  margin-bottom: 0px;
  line-height: 25px;
}
html #attention p {
  text-align: left;
}
@media screen and (max-width: 639.9px) {
  html #attention p {
    font-size: 14px;
  }
}
html #attention .text-indent {
  text-align: left;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 2rem;
  text-indent: -16px;
  margin-left: 16px;
  line-height: 25px;
}
@media screen and (max-width: 639.9px) {
  html #attention .text-indent {
    font-size: 14px;
  }
}
html #attention .last-text {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 639.9px) {
  html #attention .last-text {
    margin-top: 3rem;
  }
}
html #access img {
  width: 130px;
}
html #access h3 {
  margin-top: 2rem;
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
html #access .facility-access {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: left;
  margin-top: 2rem;
}
@media screen and (max-width: 639.9px) {
  html #access .facility-access {
    font-size: 1rem;
  }
}
html #access .facility-access.attention {
  font-size: 0.9rem;
  margin-top: 0;
}
@media screen and (max-width: 639.9px) {
  html #access .facility-access.attention {
    font-size: 14px;
  }
}
html #access iframe {
  width: 100%;
  margin-top: 2rem;
}
html #twitter iframe {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
html #twitter .btn.twitter a {
  width: 300px;
  font-size: 20px;
}
@media screen and (max-width: 639.9px) {
  html #twitter .btn.twitter a {
    font-size: 18px;
  }
}

/*=====================メニュー用のCSS*/
.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 1023.9px) {
  .lp-header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    min-width: 100vw;
    box-shadow: none;
    padding: 0 30px 0 30px;
    background-color: transparent !important;
    box-shadow: none !important;
  }
}
@media screen and (max-width: 639.9px) {
  .lp-header {
    padding: 0 10px 0 20px;
    height: 60px;
  }
}
.lp-header .banner-area {
  display: flex;
  align-items: center;
  height: 80px;
  order: -1;
}
@media screen and (max-width: 1023.9px) {
  .lp-header .banner-area {
    height: 60px;
  }
}
@media screen and (max-width: 639.9px) {
  .lp-header .banner-area {
    height: 50px;
  }
}
.lp-header .banner-area .lp-header-logo {
  width: 120px;
  height: 100%;
  transition: all 0.5s;
  margin-bottom: 0;
  margin-top: 10px;
}
@media screen and (max-width: 1023.9px) {
  .lp-header .banner-area .lp-header-logo {
    width: 100px;
    height: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 639.9px) {
  .lp-header .banner-area .lp-header-logo {
    margin-top: 12px;
    width: 80px;
    height: 100%;
  }
}
.lp-header #navArea {
  position: static;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
@media screen and (max-width: 1023.9px) {
  .lp-header #navArea {
    z-index: 101;
    width: 100%;
  }
}
.lp-header nav {
  width: 100%;
  display: flex;
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media screen and (max-width: 1023.9px) {
  .lp-header nav {
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    display: block;
    position: fixed;
    top: 0;
    left: -400px;
    bottom: 0;
    width: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 3;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-header nav {
    left: -320px;
    width: 320px;
  }
}
.lp-header nav .inner {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .lp-header nav .inner {
    padding: 25px 10px 25px 10px;
    justify-content: space-between;
    flex-direction: column;
    align-items: baseline;
  }
}
.lp-header nav .inner #menu-main {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 1023.9px) {
  .lp-header nav .inner #menu-main {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    flex-direction: column;
    gap: 0;
  }
}
.lp-header nav .inner #menu-main li {
  position: relative;
  margin: 0;
  border-bottom: none;
}
.lp-header nav .inner #menu-main li a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 1rem;
  padding: 5px 0px;
  transition-duration: 0.2s;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023.9px) {
  .lp-header nav .inner #menu-main li a {
    font-size: 14px;
    padding: 1em;
  }
}
.lp-header .toggle_btn {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .lp-header .toggle_btn {
    position: fixed;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
    display: block;
  }
}
@media (max-width: 575px) {
  .lp-header .toggle_btn {
    right: 10px;
  }
}
.lp-header .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  border-radius: 4px;
  transition: all 0.5s;
  background-color: white;
}
.lp-header .toggle_btn span:nth-child(1) {
  top: 4px;
}
.lp-header .toggle_btn span:nth-child(2) {
  top: 14px;
}
.lp-header .toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.lp-header #mask {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .lp-header #mask {
    transition: all 0.5s;
  }
}
.lp-header .open nav {
  left: 0;
  opacity: 1;
  background-color: #664D8C;
}
.lp-header .open .toggle_btn span {
  background-color: white;
}
.lp-header .open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
.lp-header .open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.lp-header .open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}
.lp-header .open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
}

/*==================404*//*# sourceMappingURL=style.css.map */