.intro__copy {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.39;
}

@media (max-width: 768px) {
  .intro__copy {
    font-size: 24px;
    line-height: 1.58;
    text-align: center;
  }
}

.intro__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .intro__inner {
    display: block;
    margin-top: 2px;
  }
}

.intro__txt {
  width: calc(100% - 419px);
  font-size: 14px;
  line-height: 1.71;
}

@media (max-width: 768px) {
  .intro__txt {
    width: 100%;
    font-size: 16px;
    line-height: 1.625;
  }
}

.profile {
  position: relative;
  width: 383px;
  padding: 37px 40px;
  background: #F4F4F4;
}

@media (max-width: 768px) {
  .profile {
    width: calc(100% + 48px);
    min-height: 220px;
    margin: 50px -24px 0;
    padding: 30px 44px;
  }
}

.profile::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 176px;
  height: 360px;
  background: url(/assets/img/ph-miyukisensei.png) center bottom/contain no-repeat;
}

@media (max-width: 768px) {
  .profile::after {
    right: 17px;
  }
}

.profile dt {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.profile dd {
  position: relative;
  z-index: 2;
  width: 172px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.67;
}

@media (max-width: 768px) {
  .profile dd {
    width: calc(100% - 143px);
  }
}

.profile__name {
  margin-left: 14px;
  font-size: 20px;
  vertical-align: baseline;
}

.category {
  position: relative;
  left: -5px;
  display: block;
  width: calc(100% + 10px);
  margin-top: 14px;
  padding: 0 5px;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 768px) {
  .category {
    margin-top: 20px;
  }
}

.category:first-of-type {
  margin-top: 0;
}

.category__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px 64px;
}

@media (max-width: 768px) {
  .category__inner {
    padding: 0 24px 40px;
  }
}

.category__bg {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: rotate(-3.4deg) skewX(-3.4deg) translateY(-50%);
  overflow: hidden;
}

@media (max-width: 768px) {
  .category__bg {
    transform: rotate(-5deg) skewX(-5deg) translateY(-50%);
  }
}

.category__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -3%;
  padding-bottom: 6%;
  background: url("/assets/img/bg-category-musical.jpg") center center/cover no-repeat;
  transform: rotate(3.4deg) skewX(3.4deg);
  box-sizing: content-box;
}

@media (max-width: 768px) {
  .category__bg::before {
    margin-top: -4.5%;
    padding-bottom: 9%;
    transform: rotate(5deg) skewX(5deg);
  }
}

.category__bg[data-bg="performance"]::before {
  background-image: url("/assets/img/bg-category-performance.jpg");
}

.category__bg[data-bg="yosakoi"]::before {
  background-image: url("/assets/img/bg-category-yosakoi.jpg");
}

.category__title {
  position: relative;
  z-index: 2;
  padding-top: 45px;
  font-family: "Oswald", sans-serif;
  font-size: 74px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1;
  mix-blend-mode: overlay;
}

@media (max-width: 768px) {
  .category__title {
    padding-top: 30px;
    font-size: 40px;
  }
}

.category__jp {
  font-size: 18px;
  letter-spacing: -0.062em;
}

@media (max-width: 768px) {
  .category__jp {
    font-size: 14px;
  }
}

.category__txt {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .category__txt {
    margin-top: 20px;
    font-size: 14px;
  }
}

.history {
  max-width: 960px;
  margin: 0 auto;
  background: #FFFFFF;
}

.history__title {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 34px;
  font-size: 20px;
  cursor: pointer;
}

.is-pc .history__title {
  transition: opacity 0.3s ease-in-out;
}

.is-pc .history__title:hover {
  opacity: 0.6;
}

.history__title::after {
  content: "";
  position: absolute;
  right: 43px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -11px;
  border-top: none;
  border-left: none;
  border-right: 4px solid #707070;
  border-bottom: 4px solid #707070;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .history__title::after {
    right: 18px;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    border-width: 2px;
  }
}

.history__title.is-active::after {
  margin-top: -4px;
  transform: rotate(-135deg);
}

@media (max-width: 768px) {
  .history__title {
    padding: 4px 14px;
    font-size: 16px;
  }
}

.history__en {
  margin-right: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .history__en {
    margin-right: 12px;
    font-size: 36px;
  }
}

.history__contents {
  display: none;
}

.history__inner {
  position: relative;
  padding: 34px 83px 75px;
  border-top: 1px dashed #707070;
}

@media (max-width: 768px) {
  .history__inner {
    padding: 38px 24px;
  }
}

.history__inner::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 50%;
  z-index: 1;
  width: 2px;
  height: calc(100% - 113px);
  margin-left: -1px;
  border-left: 2px dashed #B30000;
}

@media (max-width: 768px) {
  .history__inner::before {
    content: none;
  }
}

.history__item {
  position: relative;
  z-index: 3;
  width: 50%;
}

@media (max-width: 768px) {
  .history__item {
    width: 100%;
    padding: 20px 20px 14px;
    border: 1px solid #B30000;
    background: #FFFFFF;
  }
}

.history__item:nth-child(n + 2) {
  margin-top: -80px;
}

@media (max-width: 768px) {
  .history__item:nth-child(n + 2) {
    margin-top: 82px;
  }
}

@media (max-width: 768px) {
  .history__item:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    top: -69px;
    left: 50%;
    z-index: 1;
    width: 2px;
    height: 46px;
    margin-left: -1px;
    border-left: 2px dashed #B30000;
  }
}

@media not all and (max-width: 768px) {
  .history__item:nth-last-child(odd) {
    margin-left: auto;
    margin-right: 0;
    padding-left: 115px;
  }
  .history__item:nth-last-child(odd) .history__year {
    left: 0;
    padding-left: 20px;
  }
  .history__item:nth-last-child(odd) .history__year::before {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .history__item:nth-last-child(even) {
    padding-right: 115px;
  }
  .history__item:nth-last-child(even) .history__year {
    right: 0;
    padding-right: 20px;
  }
  .history__item:nth-last-child(even) .history__year::before {
    right: 0;
    transform: translate(50%, -50%);
  }
  .history__item:last-child::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -2px;
    z-index: 1;
    width: 5px;
    height: 100%;
    background: #FFFFFF;
  }
}

.history__year {
  position: absolute;
  top: 0;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #B30000;
  line-height: 1;
}

@media (max-width: 768px) {
  .history__year {
    top: 0;
    left: 50%;
    display: inline-block;
    padding: 0 10px;
    background: #FFFFFF;
    transform: translate(-50%, -50%);
  }
}

.history__year::before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #B30000;
}

@media (max-width: 768px) {
  .history__year::before {
    content: none;
  }
}

.history__num {
  font-size: 24px;
  vertical-align: baseline;
}

.history__txt {
  margin-top: 12px;
  line-height: 1.75;
}

.history__month {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #B30000;
}

.history img + img {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .history img + img {
    margin-top: 10px;
  }
}

.overview {
  max-width: 960px;
  margin: 110px auto 0;
}

@media (max-width: 768px) {
  .overview {
    max-width: 100%;
    margin-top: 96px;
  }
}

.overview__map {
  position: relative;
  width: 100%;
  height: 446px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .overview__map {
    width: calc(100% + 48px);
    margin-left: -24px;
    height: 288px;
  }
}

.overview__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.overview__contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .overview__contents {
    display: block;
    margin: 37px 20px 0;
  }
}

.overview__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 540px;
  border-bottom: 1px dashed #707070;
}

@media (max-width: 768px) {
  .overview__list {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.428;
    letter-spacing: -0.041em;
  }
}

.overview__list dt {
  position: relative;
  width: 150px;
  padding: 6px 22px 5px 15px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .overview__list dt {
    width: 100%;
    padding: 10px 0 0;
    font-weight: bold;
    border-top: 1px dashed #707070;
  }
}

.overview__list dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 538px;
  height: 1px;
  border-top: 1px dashed #707070;
}

@media (max-width: 768px) {
  .overview__list dt::before {
    content: none;
  }
}

.overview__list dd {
  width: calc(100% - 150px);
  padding: 6px 15px 5px 0;
}

@media (max-width: 768px) {
  .overview__list dd {
    width: 100%;
    padding: 0 0 10px;
  }
}

.overview__transportation {
  display: inline-block;
  max-width: calc(100% - 580px);
  text-align: right;
}

@media (max-width: 768px) {
  .overview__transportation {
    max-width: 100%;
    margin-top: 24px;
    font-size: 14px;
  }
}

.overview__transportation > li {
  text-align: left;
}

.overview__transportation > li:nth-child(n + 2) {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .overview__transportation > li:nth-child(n + 2) {
    margin-top: 22px;
  }
}

.overview__bold {
  font-weight: bold;
}

.movie_link {
  font-size: 10px;
  display: inline-block;
  padding: 10px 20px; /* ボタン内の余白 */
  margin-top: 8px; /*ボタンのマージン*/
  /* margin-bottom: 10px; */
  border: 1px solid rgb(179, 0, 0); /* ボタンの枠線 */
  border-radius: 30px; /* ボタンの角を丸める */
  text-decoration: none;
  color: hwb(0 100% 0%); /* テキストの色 */
  background-color: rgb(179, 0, 0); /* ボタンの背景色 */
  cursor: pointer; /* マウスオーバー時のカーソル */
  transition: background-color 0.5s ease, color 0.3s ease; /* 背景色とテキストの色の変化を滑らかにする */
}

  .movie_link:hover {
    background-color: rgb(255, 255, 255); /* マウスオーバー時の背景色 */
    color: rgb(179, 0, 0); /* マウスオーバー時のテキストの色 */
    border: 1px solid rgb(179, 0, 0); /* ボタンの枠線 */
    /* border-radius: 30px; */
}

div.history__item > img:nth-of-type(n+2) {
  margin-top: 40px;
}