@font-face {
  font-family: "A1";
  src: url("../font/AP-OTF-A1GothicStd-Medium.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "DIN";
  src: url("../font/DINPro-Bold.otf") format("opentype");
  font-weight: normal;
}
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.abs {
  position: absolute;
}
.inner {
  max-width: 900px;
  margin: 0 auto;
}

.fv {
  background: url("../img/fv_pc.png") no-repeat;
  background-size: 1920px;
  background-position: center;
  width: 100%;
  height: 768px;
	max-width:1920px;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
  .fv {
    background: url("../img/fv_sp.png") no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    position: relative;
    padding-bottom: 169.2%;
    height: auto;
  }
}
.fv--noimg {
  width: 100%;
  height: 460px;
	max-width:1920px;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
  .fv--noimg {
    width: 100%;
    position: relative;
    padding-bottom: 169.2%;
    height: auto;
  }
}

.text_main {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .text_main {
  padding: 60px 0;
}
}
.text_main .icon_heart {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .text_main .icon_heart {
    margin-bottom: 40px;
  }
}
.text_main .icon_heart img {
  margin: 0 auto;
}
.text_main p {
  font-family: "A1";
  text-align: center;
  font-size: 48px;
  letter-spacing: 5px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .text_main p {
    font-size: 32px;
  }
}
.text_main p .text--red {
  color: #d50019;
}

.time--wrap {
  position: relative;
  background-color: #d50019;
}
.text_vote {
  padding: 100px 0 280px;
}
@media screen and (max-width: 600px) {
  .text_vote {
    padding: 60px 0 170px;
  }
}
@media screen and (max-width: 500px) {
  .text_vote {
    padding: 60px 0 120px;
  }
}
.text_vote_main {
  font-family: "A1";
  font-size: 38px;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.75;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .text_vote_main {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .text_vote_main {
    font-size: 24px;
  }
}

.text_vote_sub {
  font-family: "A1";
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .text_vote_sub {
    font-size: 16px;
  }
}
.vote_time_box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .vote_time_box {
    width: calc(100% - 40px);
    top: 65%;
  }
}
@media screen and (max-width: 600px) {
  .vote_time_box {
    top: 70%;
  }
}
@media screen and (max-width: 500px) {
  .vote_time_box {
    top: 75%;
  }
}
.vote_time_box--relative {
  position: relative;
  height: 100%;
}
.vote-closed-message {
    text-align: center;
}

.vote-closed-message p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
}
.countdown-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .countdown-container {
    padding-top: initial;
  }
}
.countdown {
    font-family: "A1";
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    color: #990006;
}
@media screen and (max-width: 960px) {
    .countdown {
        font-size: 40px;
    }
}
@media screen and (max-width: 768px) {
    .countdown {
        font-size: 26px;
    }
}
.countdown_text {
  display: inline-block;
  font-size: 18px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .countdown_text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.countdown_check {
  position: absolute;
  top: -65px;
  left: -130px;
}
@media screen and (max-width: 768px) {
  .countdown_check {
    top: -55px;
    left: -70px;
    width: 75%;
  }
}
#days,#hours, #minutes, #seconds,.colon {
    font-family: 'DIN',sans-serif;
}
.colon {
  font-size: 100px;
  margin-left: 10px;
  position: relative;
  bottom: 5px;
}
@media screen and (max-width: 960px) {
    .colon {
        font-size: 80px;
    }
}
@media screen and (max-width: 768px) {
    .colon {
        font-size: 60px;
    }
}
@media screen and (max-width: 600px) {
    .colon {
        font-size: 40px;
        margin-left: 5px;
    }
}
.countdown_num {
  font-size: 120px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .countdown_num {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .countdown_num {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .countdown_num {
    font-size: 40px;
  }
}
.countdown-unit_p {
  color: #000;
}

.fv .logo, .text_main--complete .logo {
  width: 250px;
  left: calc(50% - 690px);
  top: 10px;
}
@media screen and (max-width: 1400px) {
  .fv .logo, .text_main--complete .logo {
    left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .fv .logo, .text_main--complete .logo {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .fv .logo, .text_main--complete .logo {
    width: 30%;
  }
}
.howto {
  background: url("../img/howto_bg_pc.png") no-repeat;
  background-size: 1920px;
  background-position: bottom center;
  width: 100%;
  padding: 220px 20px 150px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .howto {
    background: url("../img/howto_bg_sp.png") no-repeat;
    background-size: 100%;
    background-position: bottom center;
    width: 100%;
    position: relative;
    height: auto;
    padding: 30% 20px;
  }
}
@media screen and (max-width: 500px) {
  .howto {
    background: url("../img/howto_bg_sp.png") no-repeat;
    background-size: 100%;
    background-position: bottom center;
    width: 100%;
    position: relative;
    height: auto;
    padding: 40% 20px 25%;
  }
}
@media screen and (max-width: 415px) {
  .howto {
    padding: 35% 20px 25%;
  }
}
.howto .howto_h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .howto .howto_h2 {
    width: 80%;
  }
}
.howto .howto_r dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  color:#d50019;
}
@media screen and (max-width: 900px) {
  .howto .howto_r dl dt {
    margin-bottom: 2%;
  }
}
.howto .howto_r dl dd {
  margin: 0;
  margin-bottom: 30px;
  font-size: 18px;
}
.howto .kome {
  font-size: 14px;
}

.votelist {
  background-color: #d50019;
  padding: 100px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .votelist {
    padding: 80px 20px;
  }
}
.votelist::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 425px;
  background: url("../img/vote_bg_pc.png") no-repeat;
  background-size: cover;
  z-index: 1;
}

.bnr_blc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 0;
  position: relative;
  border-radius: 10px;
  z-index: 2;
}
.bnr_blc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bnr_bg_left.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
.bnr_blc:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/bnr_bg_right.png);
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
}
.bnr_blc_r_logo {
  width: 100%;
  margin-bottom: 30px;
}
.bnr_blc .ab6_img01 {
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bnr_blc .ab6_img01 {
    display: none;
  }
}
.bnr_blc .ab6_img01_flex {
  position: relative;
  z-index: 1;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .bnr_blc .ab6_img01_flex {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .bnr_blc .ab6_img01_flex {
    display: block;
  }
}
.bnr_blc .ab6_img01_flex .bnr_blc_l {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .bnr_blc .ab6_img01_flex .bnr_blc_l {
    width: 100%;
  }
}
.bnr_blc .ab6_img01_flex .bnr_blc_r {
  width: 50%;
}
.bnr_blc .ab6_img01_flex .bnr_blc_r img{
	display:block;
  width: 90%;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
  .bnr_blc .ab6_img01_flex .bnr_blc_r img{
    width: 100%;
    margin:0 auto;
  }
}
@media screen and (max-width: 768px) {
  .bnr_blc .ab6_img01_flex .bnr_blc_r {
    width: 100%;
  }
}
.bnr_blc .ab6_img01_flex .bnr_blc_r .tv_btn {
  display: block;
  max-width: 240px;
  width: 100%;
  height:50px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #000;
	letter-spacing:0.1rem;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bnr_blc .ab6_img01_flex .bnr_blc_r .tv_btn {
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    font-size: 18px;
  }
}
.bnr_blc .ab6_img01_flex .bnr_blc_r .tv_btn img {
  margin: 0 auto;
}
.bnr_blc .ab6_img01_flex .bnr_blc_r p {
  font-size: 14px;
  letter-spacing: 0.2rem;
  text-align: center;
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .bnr_blc .ab6_img01_flex .bnr_blc_r p {
    margin: 6% auto;
    letter-spacing: 0.1rem;
  }
}
.bnr_blc .ab6_img01_flex .bnr_blc_r .sns_box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.bnr_blc .ab6_img01_flex .bnr_blc_r .sns_box a{
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #000;
	border-radius:50%;
	width:40px;
	height:auto;
	aspect-ratio:1/1;
	transition: all 0.3s ease-in-out;
}
.bnr_blc .ab6_img01_flex .bnr_blc_r .sns_box a:hover{
	background:#000;
}
.bnr_blc .ab6_img01_flex .bnr_blc_r .sns_box a img{
	width:20px;
		height:auto;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
	.bnr_blc .ab6_img01_flex .bnr_blc_r .sns_box a img{
	width:42%;
}
}


.bnr_blc .ab6_img01_flex .bnr_blc_r .sns_box a:hover img {
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 768px) {
  .bnr_blc .ab6_img01_flex .bnr_blc_r .sns_box {
    width: 70%;
    margin: 0 auto;
    margin-top: 12%;
  }
}
.bnr_blc .ab6_img01_flex .bnr_blc_r .sns_box a {
  width: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .bnr_blc .ab6_img01_flex .bnr_blc_r .sns_box a {
    width: 100%;
  }
}
.bnr_blc .ab6_img01_flex .bnr_blc_r .sns_box a:last-child {
  margin-right: 0;
}

.footer {
  max-width: 1920px;
  margin: 0 auto;
  background: #000;
  color: #fff;
}
.footer .inner {
  padding: 100px 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .footer .inner {
    padding: 100px 4%;
  }
}
.footer .ft01 {
  margin: 0 auto;
  margin-bottom: 100px;
}
.footer .ft01 img {
  display: block;
  margin: 0 auto;
}
.footer .ft01 p {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer .ft01 p {
    margin-top: 10%;
    margin-bottom: 5%;
  }
}
.footer .app {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .app .googlePlay {
  margin-right: 10px;
}
.footer .ft02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .ft02 {
    display: block;
	  max-width: 100%;
    margin: 0 auto;
  }
}
.footer .ft02 ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer .ft02 ul li a {
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  padding-bottom: 5px;
}
.footer .ft02 small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer .ft02 small {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }
}



.pc{
	display:block;
}
.sp{
	display:none;
}
@media screen and (max-width: 768px) {
	.pc{
	display:none;
}
.sp{
	display:block;
}

}

.cv_area{
	display: flex;
  justify-content: space-between;
  align-items: center;
	margin-top:60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .cv_area{
    flex-direction: column;
    row-gap: 40px;
  }
}
.cv_area--left {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
@media screen and (max-width: 600px) {
  .cv_area--left {
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
  }
}
.cv_area_p{
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold;
	
}
.cv_area_p .arrow_right{
	margin-left:15px;
}
@media screen and (max-width: 600px) {
	.arrow_right{
	display:none;
}
}
.cv_area_p .arrow_bottom{
  display: none;
	width: 12px;
  margin: 3px 10px 0;
}
@media screen and (max-width: 599px) {
	.cv_area_p .arrow_bottom{
    display: block;
  }
}

.cv_area .select_box{
    width: 200px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius:5px;
}

/**
 * 選択中候補の表示カード
 *
 * @example
 * <div class="select_card">
 *   <div class="select_card_name_area">
 *     <p class="select_card_name">今日好き 花子</p>
 *   </div>
 *   <div class="select_card_thumb_area">
 *     <img class="select_card_thumb" src="sample.png" alt="">
 *   </div>
 * </div>
 */
.select_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-width: 260px;
    min-height: 86px;
    padding: 12px 16px;
    background: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .select_card {
    min-width: auto;
    padding: 12px 20px;
  }
}

.select_card_name_area {
    flex: 1;
    min-width: 0;
}

.select_card_name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #111111;
    word-break: break-word;
}

.select_card_thumb_area {
    flex-shrink: 0;
    width: 78px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.select_card_thumb {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
    background: #d9d9d9;
}

.vote-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.vote-button img {
    width: 100%;
    height: auto;
}

.vote-button.disabled {
    cursor: not-allowed;
	background-color:unset !important;
}
#selectedmale,
#selectedFemale{
	position:relative;
}
.select_box_flex{
	position:absolute;
	    display: flex;
    align-items: center;
    justify-content: space-between;
	width:75%;
}
.select_box_flex p{
	color:#000;
	margin-right:10px;
	  font-size: clamp(14px, 3vw, 16px);
	letter-spacing:0.1rem;
	font-weight:bold;
}

	
@-webkit-keyframes shine {
    100% {
        left: 125%; /* 光が右に移動 */
    }
}

@keyframes shine {
    100% {
        left: 125%; /* 光が右に移動 */
    }
}

.shine {
    position: relative;
    overflow: hidden;
}

.shine:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -75%; /* 開始位置（左端の外側） */
    display: block;
    content: "";
    width: 50%; /* 光の幅 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg); /* 光の傾き */
    z-index: 2;
    transition: none; /* 通常時のアニメーションなし */
}

/* ホバー時にshineアニメーションを適用 */
.shine:hover:before {
    animation: shine 1s ease-in-out; /* 1秒間でshineアニメーションが発動 */
}
	
.art06 .ab6_img01_box .ab6_img01_flex .art06_r .tv_btn{
		transition:all 0.3s ease-in-out;
}
.art06 .ab6_img01_box .ab6_img01_flex .art06_r .tv_btn:hover{
	background: #fff;
    color: #000;
    border: 1px solid #000;
}

/* 完了ページ */
.text_main--complete {
  padding: 300px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .text_main--complete {
  padding: 140px 0;
}
}
.text_main--complete .icon_heart {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .text_main--complete .icon_heart {
    margin-bottom: 40px;
  }
}
.text_main--complete .icon_heart img {
  margin: 0 auto;
}
.text_main--complete p {
  font-family: "A1";
  text-align: center;
  font-size: 40px;
  letter-spacing: 10px;
  line-height: 1.75;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .text_main--complete p {
    font-size: 32px;
  }
}
.vote_complete_text {
  font-family: "A1";
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .vote_complete_text {
    font-size: 32px;
  }
}
.vote_choise {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.vote_choise_person {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  background-color: #fff;
  border-radius: 5px;
}
.vote_choise_person img {
  border-radius: 5px 5px 0 0;
}
.vote_choise_person p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  height: 60px;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 768px) {
  .vote_choise_person p {
    font-size: 16px;
  }
}
.vote_thanks {
  font-family: "A1";
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.75;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .vote_thanks {
    font-size: 14px;
  }
}
.vote-disabled-message {
  color: #fff;
}
/*# sourceMappingURL=main.css.map */