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

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

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

/*=====================共通*/
html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 16px !important;
  background-color: black;
}
@media screen and (max-width: 639px) {
  html {
    font-size: 16px !important;
  }
}
html body {
  height: 100%;
  color: #f5f5f5;
  font-family: sans-serif;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
  visibility: visible;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 639px) {
  html body {
    font-size: 14px;
  }
}
html body::before {
  background: url("../../../../uploads/2026/02/angrymen-back-o0s6ctmzob.jpg") no-repeat top;
  background-size: cover;
  content: "";
  position: fixed;
  top: 0px;
  z-index: 1;
  height: 120%;
  transform: translate3d(0, 0, -1px);
  filter: brightness(0.4);
  background-position: center center;
  width: 100%;
  left: 0;
  z-index: -2;
}
html body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0)) 100%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.5;
}
@supports (-webkit-touch-callout: none) {
  html body:before {
    height: -webkit-fill-available;
  }
}
html .h2-title {
  font-size: 2rem;
  color: #f5f5f5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  html .h2-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  html .h2-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
html .h2-title span {
  width: 80%;
  display: block;
  margin: auto;
}
html h3.h3-title {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 1023px) {
  html h3.h3-title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639px) {
  html h3.h3-title {
    font-size: 1.1rem;
  }
}
html h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  html h4 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639px) {
  html h4 {
    font-size: 1.3rem;
  }
}
html p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  html .smaller-text p {
    font-size: 0.8rem;
  }
}
html img {
  width: 100%;
  margin-bottom: 2rem;
}
html .left {
  text-align: left;
}
html .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 2rem;
  display: block;
}
html .btn a {
  color: white;
  background-color: #AC4E52;
  display: block;
  margin: auto;
  padding: 15px 15px;
  min-width: 250px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  text-decoration: none;
}
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 .white-space {
  white-space: nowrap;
}
html a {
  color: #f5f5f5;
}
html a:hover {
  text-decoration: none;
}
html .l-container {
  margin-top: 80px;
  display: flex;
}
@media screen and (max-width: 639px) {
  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: 639px) {
  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;
  max-width: 900px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
html .l-container .l-contents .footer .copy {
  text-align: center;
}
@media screen and (max-width: 639px) {
  html .l-container .l-contents .footer .copy {
    margin: auto;
    font-size: 0.85rem;
  }
}
html .top-section .main-img {
  margin-top: 2rem;
  max-width: 700px;
  width: 100%;
}
html .top-section .top-names {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  margin-top: 5rem;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 639px) {
  html .top-section .top-names {
    margin-bottom: 0rem;
    margin-top: 3rem;
    gap: 20px;
  }
}
html .top-section .top-names p {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 0;
  color: #f5f5f5;
  font-weight: 900;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  html .top-section .top-names p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  html .top-section .top-names p {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto !important;
    font-size: 1.3rem;
    padding-top: 10px;
  }
}
html .top-section .top-names p .role {
  font-size: 1.8rem;
  padding-right: 20px;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  html .top-section .top-names p .role {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  html .top-section .top-names p .role {
    font-size: 1rem;
    padding-right: 10px;
  }
}
html .top-section .top-names p .name {
  align-items: center;
  line-height: 1;
}
html .top-section .performance-period {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (max-width: 639px) {
  html .top-section .performance-period {
    display: block;
    font-size: 1rem;
  }
}
html .top-section .place-outer img {
  width: 200px;
  margin-top: 5rem;
}
@media screen and (max-width: 639px) {
  html .top-section .place-outer img {
    width: 150px;
    margin-top: 3rem;
  }
}
html .top-section .sponsored {
  margin-top: 4rem;
}
@media screen and (max-width: 639px) {
  html .top-section .sponsored {
    margin-top: 3rem;
  }
}
html .top-section .sponsored p {
  font-weight: 900;
}
html .top-section .sponsored .title {
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  html .top-section .sponsored .title {
    font-size: 0.9rem;
  }
}
html .top-section .sponsored .name {
  font-size: 1.3rem;
}
@media screen and (max-width: 639px) {
  html .top-section .sponsored .name {
    font-size: 0.9rem;
  }
}
html .top-section .ticket {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 639px) {
  html .top-section .ticket {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
html .top-section .ticket .title {
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  html .top-section .ticket .title {
    font-size: 1.1rem;
  }
}
html .top-section .ticket .day {
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  html .top-section .ticket .day {
    font-size: 1rem;
  }
}
html .top-section .ticket .day span {
  border: 0.5px solid #f5f5f5;
  font-size: 1rem;
  padding: 0px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  html .top-section .ticket .day span {
    font-size: 0.9rem;
  }
}
html .top-section .top-introduction {
  margin-top: 9rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 639px) {
  html .top-section .top-introduction {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
html .top-section .top-introduction p {
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  html .top-section .top-introduction p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639px) {
  html .top-section .top-introduction p {
    font-size: 1.1rem;
    line-height: 2;
  }
}
html .time-table__text {
  margin-top: 1rem;
}
html #tickets h3 {
  letter-spacing: 3px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 639px) {
  html #tickets h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
html #tickets h4 {
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  html #tickets h4 {
    font-size: 1.2rem;
  }
}
html #tickets .price .day {
  margin-right: 10px;
}
@media screen and (max-width: 639px) {
  html #tickets .price .day {
    font-size: 1rem;
    margin-right: 0;
  }
}
html #tickets .price .tax {
  font-size: 1rem;
  margin-left: 10px;
}
@media screen and (max-width: 639px) {
  html #tickets .price .tax {
    font-size: 0.9rem;
  }
}
html #tickets .day {
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  html #tickets .day {
    font-size: 1rem;
  }
}
html #tickets .day span {
  border: 0.5px solid #f5f5f5;
  font-size: 1rem;
  padding: 0px 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 639px) {
  html #tickets .day span {
    font-size: 1rem;
  }
}
html #tickets .group {
  margin-bottom: 6rem;
}
@media screen and (max-width: 639px) {
  html #tickets .group {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 639px) {
  html #tickets .group p {
    font-size: 0.9rem;
  }
}
html #tickets .group p.day {
  font-size: 1.1rem;
}
@media screen and (max-width: 639px) {
  html #tickets .group p.day {
    font-size: 1rem;
  }
}
html #tickets .group:last-of-type {
  margin-bottom: 0;
}
html #tickets .ticket-table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 639px) {
  html #tickets .ticket-table {
    margin-top: 1rem;
  }
}
html #tickets .ticket-table tr {
  height: 40px;
}
@media screen and (max-width: 639px) {
  html #tickets .ticket-table tr {
    text-align: left;
    height: 35px;
  }
}
html #tickets .ticket-table tr th {
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
@media screen and (max-width: 639px) {
  html #tickets .ticket-table tr th {
    text-align: right;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0px;
    font-size: 0.85rem;
    vertical-align: middle;
    padding-bottom: 15px;
  }
}
html #tickets .ticket-table tr td {
  text-align: left;
}
@media screen and (max-width: 639px) {
  html #tickets .ticket-table tr td {
    text-align: center;
    padding-bottom: 15px;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    vertical-align: middle;
  }
}
@media screen and (max-width: 639px) {
  html #tickets .btn {
    margin-top: 1rem;
  }
}
html #schedule .day {
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  html #schedule .day {
    font-size: 1rem;
  }
}
html #schedule .schedule-table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
html #schedule .schedule-table:nth-of-type(1) {
  margin-top: 4rem;
  width: 100%;
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table:nth-of-type(1) {
    margin-top: 1rem;
  }
}
html #schedule .schedule-table:nth-of-type(2) {
  margin-top: 2rem;
  width: 83.3333333333%;
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table:nth-of-type(2) {
    margin-top: 1rem;
  }
}
html #schedule .schedule-table th,
html #schedule .schedule-table td {
  border: 1px solid dimgray;
  padding: 6px;
  vertical-align: middle;
  width: 14.2857142857%;
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table th,
  html #schedule .schedule-table td {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table th.matisoi,
  html #schedule .schedule-table td.matisoi {
    font-size: 0.75rem;
  }
}
html #schedule .schedule-table th {
  height: 32px;
  font-weight: bold;
}
html #schedule .schedule-table td {
  height: 80px;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table td {
    padding: 6px 2px;
    position: relative;
  }
}
html #schedule .sat {
  color: #9fc5e8;
}
html #schedule .sun {
  color: #f4a6a6;
}
html #schedule span.star {
  margin-left: 4px;
}
@media screen and (max-width: 639px) {
  html #schedule span.star {
    position: absolute;
    bottom: 7px;
    right: calc(50% - 9px);
    margin-left: 0px;
    font-size: 0.9rem;
  }
}
html #schedule .star {
  color: #f5f5f5;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  html #schedule .star {
    display: block;
    bottom: 2px;
  }
}
html .note-group {
  margin-top: 4rem;
}
html .note-group .h3-title {
  margin-bottom: 1rem;
}
html .note-group .talk-outer {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}
html .note-group .talk-outer p {
  font-size: 1.1rem;
}
@media screen and (max-width: 639px) {
  html .note-group .talk-outer p {
    font-size: 1rem;
  }
}
html .note-group .talk-outer p span {
  display: block;
}
html #cast .cast-list {
  display: grid;
  gap: 24px;
  margin: 0 auto 80px;
  padding: 0;
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  html #cast .cast-list {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 639px) {
  html #cast .cast-list {
    margin: 0 auto 80px;
  }
}
html #cast .cast-list li {
  max-width: 250px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  html #cast .cast-list li {
    max-width: 170px;
  }
}
@media screen and (max-width: 639px) {
  html #cast .cast-list li {
    max-width: 230px;
    width: 100%;
  }
}
html #cast .cast-list li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  pointer-events: none;
}
html #cast .cast-list li .img-cover {
  position: absolute;
  inset: 0;
  background: transparent;
}
html #cast .cast-list li .cast-name {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 639px) {
  html #cast .cast-list li .cast-name {
    font-size: 1rem;
    margin-top: 5px;
  }
}
html #cast .cols-1 {
  grid-template-columns: 1fr;
}
html #cast .cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 639px) {
  html #cast .cols-2 {
    grid-template-columns: 1fr;
  }
}
html #cast .cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 639px) {
  html #cast .cols-3 {
    grid-template-columns: 1fr;
  }
}
html #goods .goods-img-outer {
  display: flex;
}
@media screen and (max-width: 639px) {
  html #goods .goods-img-outer {
    display: block;
  }
}
html #goods .goods-img-outer .img-outer {
  width: 50%;
}
@media screen and (max-width: 639px) {
  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: 639px) {
  html #goods .goods-img-outer .img-outer img {
    width: 80%;
    max-height: inherit;
    margin-bottom: 10px;
  }
}
html #goods .goods-img-outer .goods-text {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 639px) {
  html #goods .goods-img-outer .goods-text {
    line-height: 1.3;
  }
}
html #goods .goods-img-outer .goods-text span {
  font-size: 1rem;
}
html #goods .goods-description {
  margin-bottom: 2rem;
}
@media screen and (max-width: 639px) {
  html #goods .goods-description {
    text-align: left;
  }
}
html #goods .goods-book {
  margin-top: 6rem;
}
html #goods .goods-book img {
  max-width: 350px;
  width: 85%;
}
html #goods .goods-book .title {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  html #goods .goods-book .title {
    font-size: 1rem;
  }
}
html #goods .goods-book .title span {
  display: block;
  margin-top: 1rem;
}
html #goods .goods-book .btn-text {
  margin-top: 2rem;
}
html #goods .goods-book .btn {
  margin-top: 1rem;
}
html #goods .goods-description-2 {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 639px) {
  html #goods .goods-description-2 {
    font-size: 1rem;
  }
}
html #goods .goods-description-2 span {
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  html #goods .goods-description-2 span {
    font-size: 0.9rem;
  }
}
html #staff .staff-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: auto;
  justify-content: center;
}
html #staff .staff-ul .staff-li {
  margin-bottom: 3rem;
  width: 33.3333333333%;
}
@media screen and (max-width: 639px) {
  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: 639px) {
  html #staff .staff-ul .staff-li .rolename {
    margin-bottom: 3px;
    font-size: 0.8rem;
  }
}
html #staff .staff-ul .staff-li .staffname {
  font-size: 1.1rem;
  line-height: 1.3;
}
@media screen and (max-width: 639px) {
  html #staff .staff-ul .staff-li .staffname {
    font-size: 1rem;
  }
}
html #staff .staff-ul .staff-li.width-100 {
  width: 100%;
}
html #staff .staff-ul .staff-li.width-50 {
  width: 50%;
}
@media screen and (max-width: 639px) {
  html #staff .staff-ul .staff-li.width-50 {
    width: 100%;
  }
}
html #staff .staff-ul .staff-li.width-20 {
  width: 20%;
}
@media screen and (max-width: 639px) {
  html #staff .staff-ul .staff-li.width-20 {
    width: 100%;
  }
}
html #staff .staff-ul .staff-li.width-25 {
  width: 25%;
}
@media screen and (max-width: 639px) {
  html #staff .staff-ul .staff-li.width-25 {
    width: 100%;
  }
}
html #staff .btn-outer {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}
@media screen and (max-width: 639px) {
  html #staff .btn-outer {
    flex-direction: column;
    margin-top: 0;
  }
}
html #staff .btn-outer .btn:nth-of-type(1) {
  margin-right: 1rem;
}
@media screen and (max-width: 639px) {
  html #staff .btn-outer .btn:nth-of-type(1) {
    margin-right: auto;
  }
}
html #staff .btn-outer .btn:nth-of-type(2) {
  margin-left: 1rem;
}
@media screen and (max-width: 639px) {
  html #staff .btn-outer .btn:nth-of-type(2) {
    margin-left: auto;
  }
}
html #story .introduction-text__outer,
html #comment .introduction-text__outer,
html #introduction .introduction-text__outer {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 639px) {
  html #story .introduction-text__outer,
  html #comment .introduction-text__outer,
  html #introduction .introduction-text__outer {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
html #story p,
html #comment p,
html #introduction p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  text-align: left;
  line-height: 2;
  text-indent: 1rem;
}
@media screen and (max-width: 639px) {
  html #story p,
  html #comment p,
  html #introduction p {
    font-size: 1rem;
    line-height: 2.2;
    margin-bottom: 25px;
  }
}
html #story p a,
html #comment p a,
html #introduction p a {
  border-bottom: 1px solid #F4B51E;
  color: #F4B51E;
}
html #story p a:hover,
html #comment p a:hover,
html #introduction p a:hover {
  transition: 0.2s;
  border-bottom: none;
}
html #story span.red,
html #story span.blue,
html #comment span.red,
html #comment span.blue,
html #introduction span.red,
html #introduction span.blue {
  font-size: 1.4rem;
  letter-spacing: 0px;
  margin-right: 2px;
  margin-left: 4px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 639px) {
  html #story span.red,
  html #story span.blue,
  html #comment span.red,
  html #comment span.blue,
  html #introduction span.red,
  html #introduction span.blue {
    font-size: 1.1rem;
    margin-left: 2px;
  }
}
html #story span.red,
html #comment span.red,
html #introduction span.red {
  color: #ff9999;
}
html #story span.blue,
html #comment span.blue,
html #introduction span.blue {
  color: #99ccff;
}
html #attention .attention-h3-title {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 1.5rem;
  text-indent: -16px;
  margin-left: 16px;
  line-height: 25px;
}
html #attention p {
  text-align: left;
}
@media screen and (max-width: 639px) {
  html #attention p {
    font-size: 14px;
  }
}
html #attention .text-indent {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 1.5rem;
  text-indent: -16px;
  margin-left: 16px;
  line-height: 25px;
}
@media screen and (max-width: 639px) {
  html #attention .text-indent {
    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 a {
  color: white;
}
html #attention a:hover {
  text-decoration: none;
}
html #access .facility-name {
  font-size: 1.5rem;
}
html #access .facility-name img {
  width: 230px;
}
@media screen and (max-width: 639px) {
  html #access .facility-name img {
    width: 180px;
  }
}
html #access .facility-address {
  font-size: 1.1rem;
  margin-bottom: 3rem;
}
html #access .facility-access {
  width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 1rem;
}
@media screen and (max-width: 639px) {
  html #access .facility-access {
    width: 100%;
  }
}
html #access .facility-access.station {
  text-align: left;
  margin-top: 2rem;
}
html #access iframe {
  width: 100%;
  margin-top: 1rem;
}
html #twitter .c-container {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 639px) {
  html #contact h3 {
    font-size: 1.1rem;
  }
}

body.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.safari .dummy {
  position: fixed;
  z-index: -1;
  transform: translate3d(0, 0, -1px);
}
.safari::before, .safari::after {
  content: "";
  position: fixed;
  left: 0;
  z-index: 9999;
  transform: translate3d(0, 0, 9999px);
  width: 100%;
  height: 100px;
  background: black;
}
.safari::before {
  top: -100px;
}
.safari::after {
  bottom: -100px;
}

/*=====================メニュー用のCSS*/
.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: 639px) {
  .lp-header {
    height: 50px;
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .lp-header {
    padding: 0 10px 0 20px;
    height: 60px;
  }
}
.lp-header .banner-area {
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1023px) {
  .lp-header .banner-area {
    height: 60px;
  }
}
@media screen and (max-width: 639px) {
  .lp-header .banner-area {
    height: 50px;
  }
}
.lp-header .banner-area .lp-header-logo {
  height: 70px;
  transition: all 0.5s;
  margin-bottom: 0;
  width: auto;
  margin-top: 25px;
}
@media screen and (max-width: 1023px) {
  .lp-header .banner-area .lp-header-logo {
    height: 55px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .lp-header .banner-area .lp-header-logo {
    height: 45px;
    margin-top: 10px;
  }
}
.lp-header #navArea {
  z-index: 101;
}
.lp-header nav {
  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;
}
.lp-header nav .inner {
  padding: 25px 10px 25px 10px;
}
.lp-header nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.lp-header nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: none;
}
.lp-header nav .inner ul li a {
  display: block;
  color: #fdede4;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .lp-header nav {
    left: -320px;
    width: 320px;
  }
}
.lp-header .toggle_btn {
  position: fixed;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
@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: #AC4E52;
}
.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;
  transition: all 0.5s;
}
.lp-header .open nav {
  left: 0;
  opacity: 1;
  background-color: #AC4E52;
}
.lp-header .open .toggle_btn span {
  background-color: #F3E4D7;
}
.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;
}

@media print {
  body {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */