@charset "UTF-8";


/* /event/hobbyshow/202410/index.html
----------------------------------------------------*/
#hobbyshow202410 *,
#hobbyshow202410 *:before,
#hobbyshow202410 *:after {
  box-sizing: border-box;
}

body#hobbyshow202410 {
  background: #fff;
}

#hobbyshow202410 a.ather_link::after {
  position: absolute;
  top: calc(50% - 10px);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/common/images/ic_blank_02.svg");
  background-size: cover;
}

@media screen and (max-width:768px) {
  #hobbyshow202410 a.ather_link::after {
    width: 16px;
    height: 16px;
  }
}

#hobbyshow202410 .main-visual-img {
  width: auto;
  height: 504px;
  object-fit: cover;
}


@media screen and (max-width:768px) {
  #hobbyshow202410 .container {
    margin-top: 65px;
  }

  #hobbyshow202410 .main-visual {
    /* height: 163px; */
    background-position: center;
    background-size: cover;
  }
  #hobbyshow202410 .main-visual-img {
    width: auto;
    height: 163px;
  }
}

#hobbyshow202410 .hobbyshow {
  padding: 72px 0;
  background-color: #C8C8C8;
  background-image: url("/event/hobbyshow/202410/images/bg01.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
}

#hobbyshow202410 .hobbyshow .contents + .contents {
  margin-top: 72px;
}

#hobbyshow202410 .hobbyshow .hobbyshow_ttl {
  display: block;
  margin: 0 0 32px;
  text-align: center;
}
#hobbyshow202410 .hobbyshow .hobbyshow_ttl h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  padding-bottom: 8px;
  border-bottom: 1px solid #CD5518;
}
#hobbyshow202410 .hobbyshow .hobbyshow_ttl span {
  font-size: 24px;
  font-weight: bold;
  color: #CD5518;
}

#hobbyshow202410 .hobbyshow .card {
  display: flex;
  width: 100%;
  position: relative;
}

#hobbyshow202410 .hobbyshow .card + .card {
  margin: 32px 0 0;
}

#hobbyshow202410 .hobbyshow .card .card-img,
#hobbyshow202410 .hobbyshow .card .card-detail {
  width: 546px;
}

#hobbyshow202410 .hobbyshow .card .card-movie {
  position: relative;
  width: 100%;
  max-width: 546px;
  max-height: 307px;
}

#hobbyshow202410 .hobbyshow .card .card-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#hobbyshow202410 .hobbyshow .card .card-detail {
  width: calc(100% - 546px);
  height: 307px;
  padding: 24px;
  background-color: #fff;
}

#hobbyshow202410 .hobbyshow .card .card-heading {
  margin: 0 0 16px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}

#hobbyshow202410 .hobbyshow .card .card-label {
  display: flex;
  align-items: center;
}

#hobbyshow202410 .hobbyshow .card .card-label + .card-label {
  margin-top: 8px;
}

#hobbyshow202410 .hobbyshow .card .card-label:last-of-type {
  margin-bottom: 16px;
}

#hobbyshow202410 .hobbyshow .card .card-label span {
  display: inline-block;
  width: 65px;
  height: 22px;
  margin-right: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  background-color: #707070;
}

#hobbyshow202410 .hobbyshow .card .card-label p {
  font-size: 16px;
  color: #464646;
}

#hobbyshow202410 .hobbyshow .card .card-label a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

#hobbyshow202410 .hobbyshow .card .card-label a::after {
  right: -16px;
}

#hobbyshow202410 .hobbyshow .card p {
  font-size: 16px;
  color: #464646;
  line-height: 1.6;
}

#hobbyshow202410 .hobbyshow .card .attention {
  margin-top: 8px;
}
#hobbyshow202410 .hobbyshow .card .attention li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
}
#hobbyshow202410 .hobbyshow .card .attention li::before {
  content: "※";
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
#hobbyshow202410 .hobbyshow .card .attention li.pseudo-red::before {
  color: #DC0000;
}
#hobbyshow202410 .hobbyshow .card .attention li a[target="_blank"] {
  padding-right: 24px;
}

@media screen and (max-width:768px) {
  #hobbyshow202410 .hobbyshow {
    padding: 16px 0 32px;
  }

  #hobbyshow202410 .hobbyshow .contents + .contents {
    margin-top: 32px;
  }

  #hobbyshow202410 .hobbyshow .hobbyshow_ttl {
    margin-bottom: 8px;
  }

 #hobbyshow202410 .hobbyshow .hobbyshow_ttl h3 {
    font-size: 24px;
  }

 #hobbyshow202410 .hobbyshow .hobbyshow_ttl span {
    font-size: 16px;
  }

  #hobbyshow202410 .hobbyshow .card {
    flex-direction: column;
  }

  #hobbyshow202410 .hobbyshow .card + .card {
    margin-top: 24px;
  }

  #hobbyshow202410 .hobbyshow .card .card-movie {
    max-width: 100%;
  }

  #hobbyshow202410 .hobbyshow .card .card-movie img {
    width: 100%;
  }

  #hobbyshow202410 .hobbyshow .card .card-movie iframe {
    position: static;
    width: 100%;
    height: 100%;
    min-height: 194px;
  }

  #hobbyshow202410 .hobbyshow .card .card-detail {
    width: 100%;
    margin-top: -3px;
    padding: 16px;
    height: auto;
  }

  #hobbyshow202410 .hobbyshow .card .card-heading {
    font-size: 16px;
    margin: 0 0 8px;
  }

  #hobbyshow202410 .hobbyshow .card .card-label span {
    width: 50px;
    height: 20px;
    margin-right: 8px;
    font-size: 10px;
    transform: scale(.8);
  }

  #hobbyshow202410 .hobbyshow .card .card-label p {
    font-size: 12px;
  }

  #hobbyshow202410 .hobbyshow .card .card-label a {
    font-size: 12px;
  }

  #hobbyshow202410 .hobbyshow .card .card-label:last-of-type {
    margin-bottom: 16px;
  }

  #hobbyshow202410 .hobbyshow .card p {
    font-size: 12px;
  }

  #hobbyshow202410 .hobbyshow .card .attention li {
    font-size: 10px;
  }

    #hobbyshow202410 .hobbyshow .card .attention li a[target="_blank"] {
      padding-right: 16px;
    }
}


#hobbyshow202410 .twitter {
  padding: 72px 0;
  background-color: #F5F5F5;
}

#hobbyshow202410 .twitter .contents {
  display: grid;
  align-items: center;
  justify-content: center;
}

#hobbyshow202410 .twitter .sns {
  display: grid;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

#hobbyshow202410 .twitter .text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

#hobbyshow202410 .twitter .text p {
  margin-top: 16px;
  font-size: 16px;
}

#hobbyshow202410 .twitter .timeline {
  height: 307px;
  overflow-y: scroll;
  border-radius: 12px;
}

@media screen and (max-width:768px) {
  #hobbyshow202410 .twitter {
    padding: 32px 0;
  }

  #hobbyshow202410 .twitter .contents {
    display: block;
  }

  #hobbyshow202410 .twitter .contents > div {
    width: 100%;
  }

  #hobbyshow202410 .twitter .sns {
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  #hobbyshow202410 .twitter .text h3 {
    text-align: left;
    font-size: 16px;
  }

  #hobbyshow202410 .twitter .text p {
    margin-top: 8px;
    font-size: 12px;
  }

  #hobbyshow202410 .twitter .timeline {
    height: 368px;
    margin-top: 16px;
  }
}


#hobbyshow202410 .info {
  padding: 72px 0 56px;
  background-color: #fff;
}

#hobbyshow202410 .info .hobbyshow_ttl {
  display: block;
  margin: 0 0 32px;
  text-align: center;
}
#hobbyshow202410 .info .hobbyshow_ttl h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  padding-bottom: 8px;
  border-bottom: 1px solid #CD5518;
}
#hobbyshow202410 .info .hobbyshow_ttl span {
  font-size: 24px;
  font-weight: bold;
  color: #CD5518;
}

#hobbyshow202410 .info h5 {
  display: flex;
  margin: 40px 0 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  color: #000;
}

#hobbyshow202410 .info h5 > img {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

#hobbyshow202410 .info table {
  width: 100%;
}

#hobbyshow202410 .info table tr {
  display: flex;
  width: 100%;
  font-size: 16px;
  color: #464646;
  border: 1px solid #C8C8C8;
  background-color: #F5F5F5;
}

#hobbyshow202410 .info table tr + tr {
  border-top: none;
}

#hobbyshow202410 .info table th {
  width: 178px;
  padding: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-weight: bold;
}

#hobbyshow202410 .info table td {
  width: calc(100% - 178px);
  padding: 16px 24px;
  background-color: #fff;
}

#hobbyshow202410 .info table td a {
  position: relative;
  font-weight: bold;
}

#hobbyshow202410 .info table td a::after {
  right: -16px;
}

#hobbyshow202410 .info table + p {
  margin-top: 16px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

#hobbyshow202410 .movie {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

#hobbyshow202410 .movie-close {
  display: block;
  position: fixed;
  top: calc(50% - 270px - 32px);
  right: calc(50% - 480px - 32px);
  width: 32px;
  height: 32px;
  z-index: 100;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #hobbyshow202410 .info {
    padding: 24px 0 72px;
  }

  #hobbyshow202410 .info .hobbyshow_ttl {
    margin-bottom: 8px;
  }

 #hobbyshow202410 .info .hobbyshow_ttl h3 {
    font-size: 24px;
  }

 #hobbyshow202410 .info .hobbyshow_ttl span {
    font-size: 16px;
  }

  #hobbyshow202410 .info {
    flex-direction: column;
  }

  #hobbyshow202410 .info > img {
    width: 240px;
    margin: 0 auto;
  }

  #hobbyshow202410 .info h5 {
    margin: 30px 0 16px 0;
    font-size: 16px;
  }
  #hobbyshow202410 .info h5 > img {
    margin-right: 8px;
  }

  #hobbyshow202410 .info table tr {
    font-size: 12px;
  }

  #hobbyshow202410 .info table th {
    width: 126px;
    padding: 16px 8px;
  }

  #hobbyshow202410 .info table td {
    width: calc(100% - 126px);
    padding: 16px 8px;
  }

  #hobbyshow202410 .info table td a {
    padding-right: 24px;
  }

  #hobbyshow202410 .info table + p {
    margin-top: 8px;
    font-size: 10px;
  }
}

#hobbyshow202410 .movie-close:before,
#hobbyshow202410 .movie-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

#hobbyshow202410 .movie-close:before {
  transform: rotate(45deg);
}

#hobbyshow202410 .movie-close:after {
  transform: rotate(-45deg);
}

#hobbyshow202410 .pagetop {
  position: fixed;
  bottom: 60px;
  right: calc(50% - 480px + 16px);
}

#hobbyshow202410 .section_footer {
  padding: 15px 0 0;
}

#hobbyshow202410 #section_footer aside {
  float: none;
  margin: auto;
}
