@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bigshot+One&display=swap");
/*=============================================================
 tools
=============================================================*/
#unit .page__topCon {
  padding-bottom: 58px;
}
@media only screen and (max-width: 1250px) {
  #unit .page__topCon {
    padding-bottom: 4.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .page__topCon {
    padding-bottom: 0;
  }
}
#unit .page__ttlBox {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1250px) {
  #unit .page__ttlBox {
    margin-bottom: 5.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .page__ttlBox {
    margin-bottom: 10.625vw;
  }
}
#unit .page__ttlBox__title {
  width: 271px;
}
@media only screen and (max-width: 1250px) {
  #unit .page__ttlBox__title {
    width: 21.68vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .page__ttlBox__title {
    width: 30.3125vw;
  }
}
#unit .page__ttlBox__title__star {
  bottom: 84px;
  left: 207px;
}
@media only screen and (max-width: 1250px) {
  #unit .page__ttlBox__title__star {
    bottom: 6.72vw;
    left: 16.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .page__ttlBox__title__star {
    bottom: 10.9375vw;
    left: 22.96875vw;
  }
}
#unit .page__con {
  padding-top: 0;
}
#unit .unit__select {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 27px;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  #unit .unit__select {
    gap: 3.2vw 2.16vw;
    width: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .unit__select {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.6875vw 3.125vw;
    width: 81.25vw;
  }
}
#unit .unit__select__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  line-height: 1;
  height: 45px;
  font-size: 20px;
  color: #000;
  text-decoration: underline;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid #000;
}
@media only screen and (max-width: 1250px) {
  #unit .unit__select__item a {
    gap: 0 0.8vw;
    height: 3.6vw;
    font-size: 1.6vw;
    padding: 0 1.6vw;
    border-radius: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .unit__select__item a {
    gap: 0 1.5625vw;
    height: 7.03125vw;
    font-size: 3.125vw;
    padding: 0 3.125vw;
    border-radius: 7.8125vw;
  }
}
#unit .unit__select__item a::after {
  content: "";
  width: 31px;
  height: 9px;
  background: url(../img/parts/allow_bk.png) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1250px) {
  #unit .unit__select__item a::after {
    width: 2.48vw;
    height: 0.72vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .unit__select__item a::after {
    width: 4.84375vw;
    height: 1.40625vw;
  }
}
#unit .unit__select__item:last-child {
  width: 254px;
}
@media only screen and (max-width: 1250px) {
  #unit .unit__select__item:last-child {
    width: 20.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .unit__select__item:last-child {
    width: auto;
  }
}
#unit .unit__block:not(:last-of-type) {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1250px) {
  #unit .unit__block:not(:last-of-type) {
    padding-bottom: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .unit__block:not(:last-of-type) {
    padding-bottom: 15.625vw;
  }
}
#unit .unit__block__member {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 26px auto;
  gap: 0 55px;
  height: 212px;
  margin-bottom: 58px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1250px) {
  #unit .unit__block__member {
    grid-template-columns: 2.08vw auto;
    gap: 0 4.4vw;
    height: 16.96vw;
    margin-bottom: 4.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .unit__block__member {
    grid-template-columns: 3.90625vw auto;
    gap: 0 8.125vw;
    height: 33.125vw;
    margin-bottom: 9.0625vw;
  }
}
#unit .unit__block__member__name {
  font-size: 50px;
  font-style: italic;
  line-height: 1;
}
@media only screen and (max-width: 1250px) {
  #unit .unit__block__member__name {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .unit__block__member__name {
    font-size: 6.25vw;
    line-height: 1.3;
    font-weight: 500;
  }
}
#unit .unit__block__theme {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1250px) {
  #unit .unit__block__theme {
    margin-bottom: 2.24vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .unit__block__theme {
    margin-bottom: 3.125vw;
  }
}
#unit .unit__block__theme__text1 {
  width: 203px;
  margin: 0 auto 5px;
}
@media only screen and (max-width: 1250px) {
  #unit .unit__block__theme__text1 {
    width: 16.24vw;
    margin: 0 auto 0.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .unit__block__theme__text1 {
    width: 31.5625vw;
    margin-bottom: 0.78125vw;
  }
}
#unit .unit__block__theme__text2 {
  font-size: 50px;
  font-style: italic;
  text-align: center;
}
@media only screen and (max-width: 1250px) {
  #unit .unit__block__theme__text2 {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #unit .unit__block__theme__text2 {
    font-size: 6.875vw;
  }
}
#unit .unit__block__bnr {
  width: 1200px;
  border-radius: 80px;
  border: 1px solid #fff;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1250px) {
  #unit .unit__block__bnr {
    width: 96vw;
    border-radius: 6.4vw;
    box-shadow: 0.24vw 0.24vw 0.96vw rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  #unit .unit__block__bnr {
    width: 87.5vw;
    border-radius: 6.25vw;
    box-shadow: 0.46875vw 0.46875vw 1.875vw rgba(0, 0, 0, 0.2);
  }
}
#unit .unit__select {
  opacity: 0;
  transition: all 0.4s 1s ease;
}
#unit.move-on .unit__select {
  opacity: 1;
}