/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: 100vw;
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 550px) {
  :root {
    --viewport-width: max(100vw, 550px);
    --b: calc(var(--viewport-width) / 55);
  }
}
.wrapper__content.content1 {
  gap: 4rem;
  display: flex;
  align-items: center;
  margin-bottom: max(7rem, 50px);
}
@media screen and (max-width: 1000px) {
  .wrapper__content.content1 {
    row-gap: 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .wrapper__content.content1 {
    margin-bottom: 50px;
  }
}
.wrapper__content.content1 .imageBox {
  position: relative;
  width: max(27rem, 180px);
  min-width: max(27rem, 180px);
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  transform: translateX(250%) rotate(540deg);
  transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1.2);
  transition-duration: 1s;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .wrapper__content.content1 .imageBox {
    width: 265px;
    min-width: 265px;
    transform: translateX(-250%) rotate(-540deg);
  }
}
@media screen and (max-width: 550px) {
  .wrapper__content.content1 .imageBox {
    width: calc(75% - 10px);
  }
}
.wrapper__content.content1 .imageBox::after {
  content: "";
  position: absolute;
  top: max(1rem, 5px);
  left: max(1rem, 5px);
  width: 100%;
  height: 100%;
  background: #cbcddb;
  border-radius: 50%;
  border: 3px solid #1d2664;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .wrapper__content.content1 .imageBox::after {
    top: 10px;
    left: 10px;
  }
}
.wrapper__content.content1 .imageBox__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 3px solid #1d2664;
}
.wrapper__content.content1 .imageBox__inner img {
  width: 65%;
}
.wrapper__content.content1 p {
  position: relative;
  flex: 1;
}
.wrapper__content.content1 p::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fee6e5;
  transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1.2);
  transform-origin: right;
  transition-duration: 1s;
}
@media screen and (max-width: 1000px) {
  .wrapper__content.content1 p::before {
    display: none;
  }
}
.wrapper__content.content2 {
  gap: 4rem;
}
.wrapper__content.content2 dl {
  gap: max(2rem, 15px);
  flex: 1;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .wrapper__content.content2 dl {
    gap: 15px;
  }
}
.wrapper__content.content2 dl:not(:first-of-type) {
  margin-top: max(4.5rem, 30px);
}
@media screen and (max-width: 550px) {
  .wrapper__content.content2 dl:not(:first-of-type) {
    margin-top: 30px;
  }
}
.wrapper__content.content2 dl dt {
  position: relative;
  min-width: max(5rem, 40px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 0;
}
@media screen and (max-width: 550px) {
  .wrapper__content.content2 dl dt {
    width: 40px;
    min-width: 40px;
  }
}
.wrapper__content.content2 dl dt img {
  min-width: max(5rem, 40px);
  aspect-ratio: 24/23;
}
@media screen and (max-width: 550px) {
  .wrapper__content.content2 dl dt img {
    width: 40px;
    min-width: 40px;
  }
}
.wrapper__content.content2 dl dt span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  z-index: 1;
  margin-top: 0.3em;
}
.wrapper__content.content2 dl dd {
  flex: 1;
}
.wrapper__content.active .imageBox {
  transform: translateX(0%) rotate(0);
}
@media screen and (max-width: 1000px) {
  .wrapper__content.active .imageBox {
    transform: translateX(-10px) rotate(0);
  }
}
.wrapper__content.active p::before {
  width: 0;
}/*# sourceMappingURL=song.css.map */