@charset "utf-8";


/*---------------------
section共通
----------------------*/
section {
  position: relative;
  scroll-margin-top: 70px;
}

section h2 {
  text-align: center;
  font-size: 65px;
  font-weight: 400;
  letter-spacing: 0.075em;
}

/*---------------------
content
----------------------*/
.sec-content {
  background: url(../img/top/bg.jpg) no-repeat top center;
  background-size: 100%;
  padding-bottom: 80px;
  background-color: #760302;
}

.box {
  max-width: 620px;
  margin-inline: auto;
  padding-top: 30px;
  position: relative;
}

.box-img {
  max-width: max-content;
  margin-inline: auto;
}


.box .profile {
  background-color: white;
  padding: 40px 35.5px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.box .profile.performance {
  margin-top: 70px;
}

.box .profile.interview {
  margin-top: 70px;
}

.profile .title {
  margin-inline: auto;
  width: max-content;
}

.profile .member {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 40px;
}

.member-content p {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}

.member-content h5 {
  font-size: 43px;
  font-weight: 500;
}

.member-content .address {
  font-size: 22px;
  padding: 10px 2px;
  background-image:
    radial-gradient(circle, #000 1.5px, transparent 1.5px),
    radial-gradient(circle, #000 1.5px, transparent 1.5px);
  background-size: 9px 3px, 9px 3px;
  background-repeat: repeat-x, repeat-x;
  background-position: top center, bottom center;
}
.member-content .address span{
  font-weight: 600;
}

.content {
  padding-top: 20px;
  border-top: 2px solid #b21f24;
  margin-top: 50px;
}

.content-box {
  padding-block: 20px;
  padding-inline: 10px;
}

.content .line {
  background-image: radial-gradient(circle, black 1.5px, transparent 1.5px);
  background-size: 15px 3px; 
  background-repeat: repeat-x;
  background-position: top center;
}

.content-h4 {
  font-weight: 600;
  font-size: 25px;
  color: #b21f24;
  padding-bottom: 10px;
}

.content-p {
  font-size: 22px;
}

.gallery {
  margin-top: 40px;
}

.gallery__main {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #000;
  overflow: hidden;

}

.gallery__slide {
  position: absolute;
  inset: 0;
  transform: translateX(0);
  will-change: transform;
}

.gallery__slide.is-anim {
  transition: transform 500ms cubic-bezier(.4, 0, .2, 1);
}

.gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.gallery__thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background: #ddd;
}

.gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease, opacity .25s ease;
}

.gallery__thumb:hover img {
  transform: scale(1.06);
  opacity: .85;
}

/* ---- Thanh điều khiển ---- */
.gallery__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.gallery__btn {
  width: 42px;
  height: 23px;
  border: 1px solid #cfcfcf;
  background: #fff;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}

#prevBtn {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#nextBtn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.gallery__btn:hover {
  background: #b21f24;
  color: #fff;
  border-color: #b21f24;
}


.gallery__btn--play {
  color: #939598;
}

.performance .content {
  margin-top: 40px;
  padding-top: 40px;
  background-image: radial-gradient(circle, #000 1.5px, transparent 1.5px);
  background-size: 14px 3px;
  background-repeat: repeat-x;
  background-position: top center;
  border-top: none;
}

.performance .content ol li {
  padding-left: 10px;
  position: relative;
  list-style: none;
  font-size: 22px;
  margin-bottom: 5px;
}

.performance .content ol li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.performance .content ol li .red {
  color: #b21f24;
  font-weight: 600;
}

.performance .content ol li .letter60 {
  letter-spacing: -0.06em;
}

.performance .content ol li .letter40 {
  letter-spacing: -0.04em;
}
.performance .content ol li .letter50 {
  letter-spacing: -0.05em;
}

.performance .content .note {
  font-size: 22px;
  color: #b21f24;
  font-weight: 600;
}
.performance .content .note span{
 letter-spacing: -0.06em;
}

.youtube {
  margin-top: 50px;
}


.interview .content {
  border-top: none;
  margin-top: 30px;
}

.interview .content dl {
  margin-bottom: 55px;
}

.interview .content dt {
  font-size: 25px;
  color: #b21f24;
  font-weight: 600;
  margin-bottom: 30px;
}

.interview .content dd {
  font-size: 22px;
  font-weight: 400;
}

.interview .content dd span {
  color: #b21f24;
  font-weight: 600;
}
.content.line2 {
  padding-bottom: 20px;
  background-image: radial-gradient(circle, #000 1.5px, transparent 1.5px);
  background-size: 14px 3px;
  background-repeat: repeat-x;
  background-position: bottom center;
  margin-bottom: 70px;
}