.tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  border-radius: 10px 10px 0 0;
  width: 1024px;
}

.radiotab {
  position: absolute;
  opacity: 0;
}

.label {
  padding: 22px 5.361%;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold;
  font-size: 23px;
  color: #7f7f7f;
  transition: background .3s, color .3s;
  border: none;
  border-radius: 0;
  text-align: center;
}

.label:hover {
  background: #ccc4c4;
  color: #ffffff;
}

.label:active {
  background: #ccc;  
}

.radiotab:checked + .label {
  background: #fff5f5;
  color: #c13b40;
  border-top: solid 2px #c13b40;
  border-left: solid 2px #c13b40;
  border-right: solid 2px #c13b40;
  border-bottom: none !important;
}

.panel {
  display: none;
  width: 100%;
  padding: 20px 30px;
  background: #fff5f5;
  border-left: solid 2px #c13b40;
  border-bottom: solid 2px #c13b40;
  border-right: solid 2px #c13b40;
}

.radiotab:checked + .label + .panel {
  display: block;
}

.info-container-col{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}

.info-container{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.info-card {
  width: 300px;
  height: 265px;
  background: white;
  border-radius: 30px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.info-card-img {
  width: 100%;
  height: auto;
  background: white;
  border-radius: 30px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.info-text {
  margin-left: 15px;
  margin-right: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: black;
  line-height: 1.2;
}

.imgcstm {
  width: 100%;
  height: 70%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
  /* background: linear-gradient(#e66465, #9198e5); */
  overflow: hidden;
}

.info-image {
  height: 100% !important;
  width: auto !important;
  object-fit: cover;
}

@media (min-width: 600px) {
  .panel {
    order: 99;
  }

  .label {
    border-radius: 10px 10px 0 0;
    border-bottom: solid 2px #c13b40;
  }

}

@media (max-width: 576px){
.panel {
    order: 99;
}

.label {
  border-radius: 10px 10px 0 0;
  border-bottom: solid 2px #c13b40 !important;
}

label.label[for="tab1one"], label.label[for="tab1two"] {
  padding: 10px 15.8% !important;
}

label.label[for="tab2one"] {
  padding: 10px 41.35% !important;
}

label.label[for="tab3one"], label.label[for="tab3two"] {
  padding: 10px 15.8% !important;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.panel {
  display: none;
  width: 100%;
  padding: 5px 5px;
  background: #fff5f5;
  border-left: solid 2px #c13b40;
  border-bottom: solid 2px #c13b40;
  border-right: solid 2px #c13b40;
}

.info-container-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.info-card {
  width: 100%;
  height: 265px;
  background: white;
  border-radius: 30px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.label {
  padding: 10px 2.6%;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  color: #7f7f7f;
  transition: background .3s, color .3s;
  border: none;
  border-radius: 0;
  text-align: center;
}

.movie-modal-btn {
  margin: 20px auto;
}
}