.attention-inner {
  padding: 0;
}

.attention-toggle {
  display: none;
}


.Label {
  margin: 0 0 1rem;
  padding: 1.2em 0 1.2em;
  display: block;
  text-align: center;
  font-size: var(--fs-lg);
  color: var(--color);
  border: var(--color) solid 1px;
}

.Label.last-border {
  padding: 1.2em 0 1.2em !important;
}

.Label::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 1px solid var(--color);
  border-right: 1px solid var(--color);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transform: rotate(135deg);
}

.Label,
.attention-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.attention-content {
  height: 0;
  padding: 0 0;
  overflow: hidden;
  font-feature-settings: normal;
}

.attention-toggle:checked + .Label + .attention-content,
.attention-toggle:checked + .label-frame + .attention-content {
  height: auto;
  padding: 1em 0 3em;
  transition: all 0.3s;
}

.attention-toggle:checked + .Label::before,
.attention-toggle:checked + .label-frame .Label::before {
  transform: rotate(-45deg) !important;
}

.attention-content p {
  font-size: var(--fs-note);
  font-weight: 400;
  margin: 0 0 0.2em;
}

.idt {
  padding-left: 1em;
  text-indent: -1em;
}

.idt-4 {
  padding-left: 1em;
}

.txt-top {
  padding-top: 1em;
}

.txt-btm {
  padding-bottom: 1em;
}

.theater {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

a.theater-item {
  width: 32%;
  margin: 0 2% 0 0;
  padding: 1em 0;
  font-size: 11px;
  border-bottom: var(--color) solid 1px;
  background-image: url(../img/common/arrow-on.png);
  background-position: center right 2%;
  background-size: 2% auto;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.theater-item span {
  display: inline-block;
  width: 16%;
  padding: 0.1em 0.4em;
  margin: 0 0.6em 0 0;
  border: var(--color) solid 1px;
  text-align: center;
  color: var(--color);
  font-size: 80%;
}

a.theatre-link {
  color: var(--color);
  text-decoration: none;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .attention-inner {
    padding: 0;
  }

  .attention-toggle {
    display: none;
  }

  

  .Label {
    font-size: var(--fs-base);
    padding: 1rem 0;
  }

  .Label::before {
    width: 12px;
    height: 12px;
    right: 10px;
  }

  .attention-toggle:checked + .Label + .attention-content,
  .attention-toggle:checked + .label-frame + .attention-content {
    height: auto;
    padding: 1em 0 2em;
    transition: all 0.3s;
  }

  a.theater-item {
    width: 100%;
    padding: 1em 0 1em 0;
  }

  .theater-item span {
    display: inline-block;
    width: 16%;
    padding: 0.1em 0.4em;
    margin: 0 0.6em 0 0;
    border: var(--color) solid 1px;
    text-align: center;
    color: var(--color);
    font-size: 80%;
  }

  a.theater-item {
    width: 100%;
    margin: 0 2% 0 0;
    padding: 1em 0 1em 0;
    font-size: 3.077vw;
  }

  .theater-item span {
    font-size: 80%;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  a.theater-item {
    width: 48%;
    margin: 0 4% 0 0;
    padding: 1em 0;
  }

  a.theater-item:nth-child(2n) {
    margin: 0 0 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .Label:hover {
    background-color: rgba(30, 40, 110, 0.2);
  }

  a.theater-item:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  a.theater-item:nth-child(3n) {
    margin: 0 0 0 0;
  }
}
