@charset "utf-8";

/* home
============================================ */
#home .content {
  padding-bottom: 10vw;
}
#catch {
  margin: 2.2vw auto 0;
  width: 85%;
  max-width: 678px;
}
.chance {
  margin-top: 5.9vw;
  font-size: 4.5vw;
  text-align: center;
  line-height: 1.5;
}
.home_txt {
  margin-top: 5.9vw;
  font-size: 3.57vw;
  text-align: center;
  line-height: 1.5;
}
.home_txt em {
  margin: -1em -.4em 0;
  font-size: 130%;
  font-style: normal;
  position: relative;
  top: .07em;
}
.home_txt em span:first-of-type {
  color: var(--red);
}
.home_txt em span:nth-of-type(2) {
  color: var(--blue);
}
.home_txt em span:nth-of-type(3) {
  color: var(--purple);
}
.home_txt em span:nth-of-type(4) {
  color: var(--green);
}
.vote_flow {
  margin: 13.2vw auto 0;
  max-width: 768px;
}
.vote_flow dt {
  font-size: 5.8vw;
  text-align: center;
  line-height: 1;
}
.vote_flow dd,
.vote_flow li:not(:first-of-type) {
  margin-top: 7.35vw;
}
.vote_flow li {
  padding: 1em;
  font-size: 3.43vw;
  text-align: center;
  border: 1px solid var(--txt-color);
  border-radius: 5px;
  position: relative;
}
.vote_flow li:not(:last-of-type)::after {
  content: '';
  margin: auto;
  width: 12.25vw;
  aspect-ratio: 50 / 14;
  background: var(--txt-color);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  bottom: -5.7vw;
  left: 0;
  right: 0;
}
.vote_flow li .number {
  color: #fff;
  width: 8vw;
  height: 8vw;
  font-size: 5.5vw;
  text-align: center;
  line-height: 7.5vw;
  border-radius: 50%;
  position: absolute;
  top: -1.1vw;
  left: -1.1vw;
  z-index: 1;
}
.vote_flow li:first-of-type .number {
  background: var(--red);
}
.vote_flow li:nth-of-type(2) .number {
  background: var(--blue);
}
.vote_flow li:nth-of-type(3) .number {
  background: var(--purple);
}
.vote_flow li:nth-of-type(4) .number {
  background: var(--green);
}
.tel_box {
  margin-top: 11vw;
}
.tel_box .txt {
  font-size: .875rem;
  text-align: center;
}
.tel_box input {
  margin: .5em auto 0;
  padding: .2em;
  width: 15ch;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 0;
  display: block;
  appearance: none;
  -webkit-appearance: none;
}
.tel_box input::placeholder {
  color: #bfbfbf;
}
.tel_box .note {
  margin-top: 1em;
  font-size: .625rem;
  text-align: center;
}
.tel_box button {
  margin: 2em auto 0;
  padding: .5em 2em;
  width: fit-content;
  color: var(--txt-color);
  font-size: 2.94vw;
  text-align: center;
  background: #fff;
  border: 1px solid var(--txt-color);
  border-radius: 2em;
  outline: none;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: .3s ease;
}
.tel_box button:hover {
  color: #fff;
  background: var(--txt-color);
}
.tel_box .parsley-errors-list li {
  text-align: center;
}

/* phone-complete */
#comp {
  margin: 7.95vw auto 0;
  max-width: 854px;
}
.comp_txt {
  margin-top: 11.76vw;
  font-size: 6.2vw;
  text-align: center;
}
.comp_txt span {
  margin-top: 1em;
  font-size: 60%;
  display: inline-block;
}
.btn_no-sms {
  margin-top: 12.9vw;
}
.btn_no-sms a {
  margin: 0 auto;
  padding: .7em 2.2em .8em 1em;
  width: fit-content;
  font-size: 3.43vw;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  border: 1px solid var(--txt-color);
  display: block;
  position: relative;
}
.btn_no-sms a::before {
  content: '';
  margin: auto;
  width: 1em;
  aspect-ratio: 1 / 1;
  background: url(../img/link.svg) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .5em;
}
#no-sms {
  padding: 30px;
  display: none;
}
#no-sms dt {
  margin-bottom: 1em;
  padding-bottom: .5em;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid var(--txt-color);
}
#no-sms dd {
  font-size: .875rem;
}
#no-sms dd li {
  padding-left: 1.7ch;
  text-indent: -1.7ch;
  line-height: 1.5;
}
#no-sms dd li:not(:first-of-type) {
  margin-top: .7em;
}
#no-sms dd li::before {
  content: '・';
}

/* sms */
.sms .comp_txt span {
  margin-top: 0;
}
.sms .tel_box {
  margin-top: .5em;
}

/* top
============================================ */
#top .content {
  padding-bottom: 36px;
}
#mv {
  margin: 0 auto;
  max-width: 1286px;
}
.vote_txt {
  margin: -16vw auto 0;
  max-width: 1286px;
}
.model_tab {
  margin: 9vw auto 1em;
  width: 100%;
  display: flex;
  gap: 2px;
}
.model_tab .tab_btn {
  padding: .5em;
  width: calc(100% / 3);
  color: #fff;
  font-size: 3.67vw;
  line-height: 1.2;
  background: #8f8f8f;
  border: none;
  border-radius: 14px 14px 0 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: .3s;
}
.model_tab .tab_btn:hover,
.model_tab .tab_btn.active {
  background: var(--black);
}

.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}
.model_txt {
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.search_wrap {
  margin-top: .5em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.search_wrap .selectbox::after {
  margin-top: -.2em;
  width: .6em;
  height: .6em;
  right: 1em;
}
.search_wrap,
.search_keyword {
  font-size: 3vw;
}
.search_wrap select {
  padding-right: 1.5em;
  font-size: inherit;
  border-radius: 4px;
}
.search_keyword {
  padding-left: 4px;
  flex: 1;
}
.search_keyword > div {
  padding: 0 .7em;
  height: 2.31em;
  border: 1px solid var(--black);
  border-radius: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.search_keyword input {
  padding: .5em .5em .5em 0;
  height: 100%;
  font-size: inherit;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.search_keyword input::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
}
.search_keyword button {
  margin-top: -.2em;
  padding: 0;
  width: 1.1em;
  max-width: 28px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  flex-shrink: 0;
  cursor: pointer;
}
.search_keyword button::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/search.svg) no-repeat center;
  background-size: contain;
}

.model_list {
  margin: 5.6vw auto -3vw;
  display: flex;
  flex-wrap: wrap;
}
.model_list > div {
  margin-bottom: 3vw;
  width: 20%;
}
.model_list > div a {
  text-decoration: none;
  display: block;
  position: relative;
  cursor: pointer;
}
.model_list > div a.active::before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--red);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.model_list > div a.active::after {
  content: '';
  width: 6px;
  height: 9px;
  border: solid 3px #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  z-index: 1;
}
.model_list figure {
  aspect-ratio: 2 / 3;
  position: relative;
}
.model_list figure img {
  height: 100%;
  object-fit: cover;
}
.model_list > div a.active figure::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid var(--red);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.model_list .name {
  margin-top: .5em;
  font-size: .625rem;
  text-align: center;
  line-height: 1.2;
}

.foot_btn {
  padding: 16px;
  width: 100%;
  background: rgba(255, 255, 255, .7);
  border-top: 1px solid var(--txt-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  left: 0;
  bottom: 0;
}
.foot_btn .btn {
  height: 46px;
  aspect-ratio: 75 / 16;
  text-align: center;
}
.foot_btn .btn a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.foot_btn .btn a:hover {
  opacity: .7;
}
.foot_btn .btn div {
  width: 100%;
  height: 100%;
  background-image: url(../img/btn_vote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.foot_btn .btn p {
  margin-top: -.45em;
  font-size: .9375rem;
}
.foot_btn .btn p span {
  font-size: 145%;
}
.foot_btn .btn.before div::after {
  content: '';
  width: 100%;
  aspect-ratio: 75 / 15;
  background-image: url(../img/btn_vote_before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
}
.foot_btn .btn.confirm p {
  margin-top: -.6em;
  font-size: 1.47rem;
}
.foot_btn .btn.confirm p span {
  font-size: 100%;
}
.foot_btn .btn.confirm p span:first-of-type {
  color: var(--red);
}
.foot_btn .btn.confirm p span:nth-of-type(2) {
  color: var(--blue);
}
.foot_btn .btn.confirm p span:nth-of-type(3) {
  color: var(--purple);
}
.foot_btn .btn.confirm p span:nth-of-type(4) {
  color: var(--green);
}
.foot_btn .btn.confirm p span:nth-of-type(5) {
  margin-left: .1em;
  color: var(--blue2);
  font-size: 140%;
  display: inline-block;
  transform: rotate(35deg);
  position: relative;
  top: .12em;
}

/* profile
============================================ */
#profile {
  padding: 30px;
}
.prof_photo {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  display: flex;
}
.prof_photo figure {
  width: 72%;
  flex-shrink: 0;
}
.prof #thumbnail {
  padding-left: 4%;
  flex: 1;
}
.prof_info {
  margin-top: 20px;
}
.prof .stage {
  font-size: .625rem;
  text-align: center;
  line-height: 1;
}
.prof .name {
  margin-top: .2em;
  font-size: 1.375em;
  text-align: center;
  line-height: 1.2;
}
.prof .name span {
  margin-left: .2em;
  height: 1.55em;
  font-size: 55%;
  vertical-align: middle;
  display: inline-block;
}
.prof .voting {
  margin-top: .2em;
}
.prof .faq {
  margin-top: 20px;
}
.prof .faq dl {
  padding: 1em 0;
  font-size: .625rem;
  border-top: 1px solid var(--txt-color);
  display: flex;
}
.prof .faq dl:last-of-type {
  border-bottom: 1px solid var(--txt-color);
}
.prof .faq dt {
  padding: 1em;
  width: 16ch;
  font-weight: 700;
}
.prof .faq dd {
  padding-left: 1em;
  line-height: 1.5;
  flex: 1;
  display: flex;
  align-items: center;
}


@media (min-width: 670px) {
  /* home
  ============================================ */
  #home main,
  #top main {
    padding-top: 10vw;
  }
  #catch,
  .home_txt {
    margin-top: 6.2vw;
  }
  .chance {
    font-size: 2.59vw;
  }
  .home_txt {
    font-size: 2.5vw;
  }
  .vote_flow {
    margin-top: 16vw;
  }
  .vote_flow dt {
    font-size: 5.2vw;
  }
  .vote_flow dd,
  .vote_flow li:not(:first-of-type) {
    margin-top: 6.7vw;
  }
  .tel_box {
    margin-top: 14.8vw;
  }
  .tel_box .txt {
    font-size: 1.625rem;
  }
  .tel_box input {
    font-size: 3.125rem;
  }
  .tel_box .note {
    font-size: 1.375rem;
  }
  .tel_box .parsley-errors-list li {
    font-size: 1.5rem;
  }

  /* phone-complete */
  #comp {
    margin-top: 0;
  }
  #no-sms {
    padding: 40px;
  }
  #no-sms dt {
    font-size: 2.5rem;
  }
  #no-sms dd {
    font-size: 1.5rem;
  }

  /* top
  ============================================ */
  .vote_txt {
    margin-top: 3.8vw;
  }
  .model_tab {
    margin-top: 7vw;
    gap: 8px;
  }
  .model_tab .tab_btn {
    padding: 1em;
    font-size: 1.25rem;
    line-height: 1;
  }
  .model_tab .tab_btn br {
    display: none;
  }
  .model_txt,
  .search_wrap,
  .search_keyword {
    font-size: 1rem;
  }
  .search_wrap {
    margin-top: .7em;
    gap: 8px;
  }
  .search_keyword {
    padding-left: 8px;
    flex: none;
  }
  .search_keyword > div {
    max-width: 24ch;
  }
  .model_list {
    margin-top: 4vw;
  }
  .model_list .name {
    font-size: .875rem;
  }
  .foot_btn .btn {
    height: 72px;
  }
  .foot_btn .btn p {
    font-size: 1.45rem;
  }
  .foot_btn .btn.confirm p {
    font-size: 2.125rem;
  }

  /* profile
  ============================================ */
  #profile {
    padding: 40px;
  }
  .prof {
    width: 100%;
    display: flex;
  }
  .prof_photo {
    margin-left: 0;
    width: 40%;
    display: block;
  }
  .prof_photo figure {
    width: 100%;
  }
  .prof #thumbnail {
    margin-top: 24px;
    padding: 0;
    display: flex;
  }
  .prof_info {
    margin-top: 0;
    padding-left: 6%;
    flex: 1;
  }
  .prof .stage {
    font-size: .75rem;
    text-align: left;
  }
  .prof .name {
    font-size: 1.625rem;
    text-align: left;
  }
  .prof .voting {
    margin-top: .5em;
  }
  .prof .faq {
    margin-top: 26px;
  }
  .prof .faq dl {
    font-size: .75rem;
  }
}


@media (min-width: 1152px) {
  /* home
  ============================================ */
  #home main,
  #top main {
    padding-top: 110px;
  }
  #home .content {
    padding-bottom: 210px;
  }
  #catch,
  .chance
  .home_txt {
    margin-top: 60px;
  }
  .chance {
    font-size: 1.8rem;
  }
  .home_txt {
    font-size: 1.625rem;
  }
  .vote_flow {
    margin-top: 164px;
  }
  .vote_flow dt {
    font-size: 3.125rem;
  }
  .vote_flow dd,
  .vote_flow li:not(:first-of-type) {
    margin-top: 62px;
  }
  .vote_flow li {
    font-size: 1.625rem;
  }
  .vote_flow li:not(:last-of-type)::after {
    width: 100px;
    bottom: -46px;
  }
  .vote_flow li .number {
    width: 66px;
    height: 66px;
    font-size: 3.125rem;
    line-height: 59px;
    top: -10px;
    left: -10px;
  }
  .tel_box {
    margin-top: 142px;
  }
  .tel_box button {
    font-size: 1.5rem;
  }

  /* phone-complete */
  #comp {
    margin-top: 72px;
  }
  .comp_txt {
    margin-top: 110px;
    font-size: 2.5rem;
  }
  .btn_no-sms {
    margin-top: 94px;
  }
  .btn_no-sms a {
    font-size: 1.25rem;
  }
  #no-sms {
    padding: 72px 86px;
  }

  /* top
  ============================================ */
  #top .content {
    padding-bottom: 70px;
  }
  .vote_txt {
    margin-top: 38px;
  }
  .model_tab {
    margin: 68px auto 2em;
  }
  .model_tab .tab_btn {
    font-size: 2rem;
  }
  .model_txt {
    font-size: 1.625rem;
  }
  .search_wrap,
  .search_keyword {
    font-size: 1.375rem;
  }
  .search_wrap {
    gap: 14px;
  }
  .model_list {
    margin: 40px auto -28px;
  }
  .model_list > div {
    margin-bottom: 28px;
    width: calc(100% / 6);
  }
  .model_list .name {
    font-size: 1.25rem;
  }
  .foot_btn {
    padding: 30px;
  }
  .foot_btn .btn {
    height: 160px;
  }
  .foot_btn .btn p {
    font-size: 3.1rem;
  }
  .foot_btn .btn.confirm p {
    font-size: 5.25rem;
  }

  /* profile
  ============================================ */
  #profile {
    padding: 80px;
  }
  .prof_photo {
    width: 56%;
  }
  .prof #thumbnail {
    margin-top: 38px;
  }
  .prof .stage,
  .prof .faq dl {
    font-size: 1.125rem;
  }
  .prof .name {
    font-size: 2.625rem;
  }
  .prof .voting {
    margin-top: 34px;
  }
  .prof .faq {
    margin-top: 58px;
  }
}