@charset "utf-8";
@import url( "https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700,900&display=swap" );
body {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
}
img {
  vertical-align: bottom;
}
main {
  padding-bottom: 165px;
  background-color: #FFF;
  min-height: 100vh;
}
footer {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
footer .banner_block {
  background-color: #FFF;
  padding: 10px;
}
footer .banner_block a {
  display: block;
  text-align: center;
}
footer .banner_block img {
  height: 74px;
  width: auto;
}
footer nav {
  border-top: 1px solid #00A36C;
  background-color: #FFF;
}
footer nav ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
}
footer nav li {
  list-style: none;
  font-size: 0.625rem;
  color: #999;
}
footer nav li a {
  display: inline-block;
  text-decoration: none;
  color: #999;
  text-align: center;
  min-width: 60px;
}
footer nav li.active a {
  color: #00A36C;
}
footer nav li a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  margin: 2px auto;
}
footer nav li.nav01 a::before {
  background-image: url("../img/nav_icon01.png");
}
footer nav li.nav02 a::before {
  background-image: url("../img/nav_icon02.png");
}
footer nav li.nav03 a::before {
  background-image: url("../img/nav_icon03.png");
}
footer nav li.nav04 a::before {
  background-image: url("../img/nav_icon04.png");
}
footer nav li.nav05 a::before {
  background-image: url("../img/nav_icon05.png");
}

footer nav li.nav01.active a::before {
  background-image: url("../img/nav_icon01_act.png");
}
footer nav li.nav02.active a::before {
  background-image: url("../img/nav_icon02_act.png");
}
footer nav li.nav03.active a::before {
  background-image: url("../img/nav_icon03_act.png");
}
footer nav li.nav04.active a::before {
  background-image: url("../img/nav_icon04_act.png");
}
footer nav li.nav05.active a::before {
  background-image: url("../img/nav_icon05_act.png");
}

main h2.page_title {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background-color: #00A36C;
  font-size: 0.875rem;
  margin-bottom: 2px;
  height: 42px;
}
main h2.page_title div {
  align-content: center;
}
main h2.page_title div.icon img {
    height: 42px;
    width: auto;
    margin-right: 8px;
}
main .gb_but {
  border-top: 1px solid #000;
}
main .gb_but a {
  display: block;
  align-content: center;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background-color: #00A36C;
  border-radius: 10px;
  padding: 0 0.5em;
  font-size: 0.875rem;
  min-height: 42px;
  width: 90%;
  margin: 10px auto;
}
.body_wrap { word-break: break-all; position: relative;
 }


#mypage .score_wrap {
  background-color: #edf3fd;
  background-image: url("../img/score_wrap_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 40px;
  position: relative;
}
#mypage .score_table {
  width: 100%;
  aspect-ratio: 2 / 1;
  margin: auto;
  background-image: url("../img/score_table_bg.png");
  background-size: cover;
  align-content: center;
}

#mypage .score_table dl {
  width: 65%;
  margin: 0 auto;
  color: #00A36C;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
}
#mypage .score_table dt {
  width: 30%;
  align-content: center;
  border-top: 2px solid #00A36C;
}
#mypage .score_table dd {
  width: 70%;
  text-align: right;
  border-top: 2px solid #00A36C;
}
#mypage .score_table dt:first-of-type, #mypage .score_table dd:first-of-type {
  border-top: none;
}
#mypage .score_table dd strong {
  font-weight: 900;
  /* font-size: 1.5rem; */
  font-size: clamp(1.5rem,6.5vw,1.9rem);
}
#mypage .score_table dd span {
  display: inline-block;
  width: 1.5em;
}
#mypage .score_comment img {
  width: 100%;
  height: auto;
}
#mypage main menu ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 16px;
  padding-bottom: 3px;
}
#mypage main menu li {
  list-style: none;
}
#mypage main menu li a, #mypage main menu li label {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background-color: #00A36C;
  border-radius: 10px;
  padding: 0 0.5em;
  font-size: 0.875rem;
  min-height: 68px;
}
#mypage main menu li a div, #mypage main menu li label div {
  align-content: center;
}
#mypage main menu li a div.icon img, #mypage main menu li label div.icon img {
  height: 42px;
  width: auto;
  margin-right: 8px;
}

#mypage main menu li a span {
  display: block;
  font-size: 0.5rem;
}
#mypage main menu li.menu01 {
    grid-column: 1/3;
}
#mypage main menu li.menu01 label > input {
  display:none;
}

#mypage main menu .notice {
  text-align: center;
  font-size: 0.625rem;
  margin-bottom: 16px;
}

#mypage .action_history table {
  border-spacing: 0;
  width: 100%;
}
#mypage .action_history .act_log {
  text-align: right;
  margin: 5px 10px 0 0;
}
#mypage .action_history .act_log a {
  color: #00A36C;
  text-decoration: none;
  font-size: 0.875rem;
}


#mypage .action_history th {
  background-color: #00A36C;
  font-size: 0.75rem;
  text-align: left;
  color: #FFF;
  padding: 0.5em 0.75em;
}
#mypage .action_history td {
  font-size: 0.75rem;
  text-align: right;
  padding: 0.5em 0.75em;
  border-bottom: 1px solid #333;
  text-align: center;
}
#mypage .action_history tr td:first-child {
  text-align: left;
}

#action main .action_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 8px;
}
#action main .action_list li {
  list-style: none;
  width: 100%;
}

#action main .action_list li a {
  text-decoration: none;
  color: #000;
}
#action main .action_list li img {
  width: 100%;
}
#action main .action_list li p {
  font-size: 0.75rem;
}


#action_det .action_title {
  padding: 10px;
  background-color: #00A36C;
  color: #FFF;
}

#action_det .action_img {
  padding: 10px;
}
#action_det .action_img img {
  width: 100%;
}

#action_det .action_cont {
  padding: 10px;
}

#action_det .action_cont p + p {
  margin-top: 1em;
}

#action_det .action_map {
  padding: 10px;
}

#action_det .map {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  height: 480px;
  width: 100%;
}
#action_det .map iframe {
  max-width: 1200px;
  width: 100%;
  height: 100px;
}





#news .news_list table {
  border-spacing: 0;
  width: 100%;
}
#news .news_list th {
  background-color: #00A36C;
  font-size: 0.75rem;
  text-align: left;
  color: #FFF;
  padding: 0.5em 0.75em;
}
#news .news_list td {
  font-size: 1rem;
  text-align: left;
  padding: 0.5em 0.75em;
  border-bottom: 1px solid #333;
}
#news .news_list td a {
  text-decoration: none;
  color: #000;
}
#news .news_list tr td:first-child {
  width: 7em;
}

#news_det .news_title {
  padding: 10px;
  background-color: #00A36C;
  color: #FFF;
}

#news_det .news_cont {
  padding: 10px;
}


#questionnaire .qsest_img img {
  width: 100%;
}


#questionnaire .qsest_cont {
  padding: 10px;
}

#questionnaire .qsest_wrap {
  border-top: 1px dashed #666;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}

#questionnaire .qsest_wrap:first-child {
  border-top: none;
  padding-top: 0;
}

#questionnaire .qsest_title {
  font-weight: bold;
  margin-bottom: 5px;
}


#questionnaire .contact01 {
  margin: 0 10px;
}

#questionnaire .contact02 {
  margin: 0 5px;
}


#questionnaire .form-textarea {
  border: 1px solid #333;
  width: 95%;
  margin: 0 2.5%;
  height: 10em;
}


@media (min-width: 1024px) {
}
@media (min-width: 513px) and (max-width: 1023px) {
}

@media (min-width: 513px) {
  body { background-color: #CCC; }
  /* .body_wrap {
    width: 380px;
    margin: 0 auto;
    background-color: #FFF;
  }
  footer {
    width: 380px;
    margin: 0 auto;
    background-color: #FFF;
  } */
  .body_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFF;
  }
  .pc_wrap {
    display: flex;
    justify-content:space-between;
  }
  .pc_column { width:595px; }
  #action main .action_list { grid-template-columns: repeat(4, 1fr); }
  main .gb_but a {
    max-width:500px;
    margin: 20px auto;
  }
  main .gb_but a + a {
    margin-top: -10px;
  }
  footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFF;
  }
}

.qr-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s;
  display: none;
}

.addUser-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s;
  display: none;
}

.oldUser-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s;
  display: none;
}

.qr-modal {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  padding: 2rem 3rem;
  text-align: center;
  animation: popUp 0.4s;
  width: 90%;
  max-width: 500px;
  p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #00A36C;
    margin-bottom: 1.2rem;
  }
}

#error-modal .qr-modal p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.close-btn {
  background: #00A36C;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.7rem 2.4rem;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
  &:hover {
    background: #00A36C;
  }
}

.flex-column {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.addUser-modal {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  padding: 2rem 3rem;
  text-align: center;
  animation: popUp 0.4s;
  width: 90%;
  max-width: 500px;
  input[type='text'] {
    border: 1px solid #333;
    padding: 1rem;
    border-radius: 50px;
    width: 100%;
     &::placeholder {
      font-size: 0.7rem;
      color: #ccc;
    }
    + input[type='text'] {
      margin-top: 0.5em;
    }
  }
}

.oldUser-modal {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  padding: 2rem 3rem;
  text-align: center;
  animation: popUp 0.4s;
  width: 90%;
  max-width: 500px;
  position: relative;
  p {
    font-size: 0.8em;
    margin-bottom: 1em;
  }
  input[type='text'] {
    border: 1px solid #333;
    padding: 1rem;
    border-radius: 50px;
    width: 100%;
     &::placeholder {
      font-size: 0.7rem;
      color: #ccc;
    }
  }
}

.oldUser-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  &:hover {
    opacity: 0.8;
  }
}

.handover-success-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: none; /* 初期は非表示 */
  align-items: center;
  justify-content: center;
  z-index: 10000;
  animation: fadeIn 0.3s;
}

.handover-success-modal {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s;
}

.select-handover-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: none; /* 初期は非表示 */
  align-items: center;
  justify-content: center;
  z-index: 10000;
  animation: fadeIn 0.3s;
}

.select-handover-modal {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(24, 22, 22, 0.2);
  animation: fadeIn 0.3s;
  width: 90%;
  max-width: 500px;
  .btn-submit {
    margin-top: 0;
  }
}

.box-btn {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
  @media (min-width: 513px) {
    grid-template-columns: repeat(2, 1fr);
  }
  .btn-submit {
    @media (min-width: 513px) {
      padding: 0.7rem 2rem;
    }
  }
}

.handover-success-modal p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #00A36C;
  font-weight: bold;
}

.handover-success-modal .btn-close {
    background: #00A36C;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.7rem 2.4rem;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 1em;
  &:hover {
    opacity: 0.8;
  }
}

/* ラベル（タイトル） */
.select-title {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #333;
  font-size: 0.95rem;
}

/* セレクトボックス */
.select-box {
  width: 100%;
  max-width: 300px;
  padding: 8px 4px;
  font-size: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  appearance: none; /* デフォルトの矢印を消す */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 10px auto;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.select-box:focus {
  border-color: #3b82f6; /* 青系のアクセント */
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  outline: none;
}

.grid-btn {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.btn-submit {
  background: #00A36C;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.7rem 2.4rem;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 1em;
  &:hover {
    opacity: 0.8;
  }
}

.btn-cancel {
  background: #ccc;;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 1em;
  &:hover {
    opacity: 0.8;
  }
}

@keyframes fadeIn {
  from { opacity: 0;}
  to { opacity: 1;}
}

@keyframes popUp {
  from { transform: scale(0.8); opacity: 0;}
  to { transform: scale(1); opacity: 1;}
}

main .gb_but a.no_act {
  background-color: #999;
}

.green-bold {
  color: #00A36C;
  font-weight: 700;
}

.username {
    width: 65%;
    margin: 0 auto;
    color: #00A36C;
    font-size: 0.75rem;
    text-align: center;
    display: none;
}

.error-message {
  color: red;
  font-size: 0.8rem;
  margin-top: 8px;
  text-align: center;
  display: none;
}

.btn-handover {
  position: fixed;
  top: 8px;
  right: 8px;
  background-color: #00A36C;  /* 緑系ベース */
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background-color 0.2s ease, transform 0.1s ease;
  display: none;
  &:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
  p {
    margin: 0;
  }
}

.map {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	height: 80vh;
	width: 100%;
    z-index: 1;
	iframe {
		max-width: 1200px;
		width: 100%;
		height: 100px;
		@media screen and (min-width: 768px){
            aspect-ratio: 16 / 9;
			height: auto;
        }
	}
}

.window {
	.window__tit {
		margin-top: 0;
		font-weight: 400;
	}
}

/* 抽選確認モーダル */
.lottery-confirm-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: none;                  /* 初期は非表示 */
  justify-content: center;
  align-items: center;
  z-index: 2100;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lottery-confirm-overlay.show {
  display: flex;
  opacity: 1;
}

.lottery-confirm-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  width: 90%;
  max-width: 500px;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease;
}

.lottery-confirm-buttons {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
.lottery-confirm-buttons button {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#lottery-cancel {
  background: #ccc;
}
#lottery-start {
  background: #00A36C;
  color: #fff;
}
.lottery-confirm-overlay.show .lottery-confirm-content {
  transform: scale(1);
  opacity: 1;
}


/* 抽選モーダル */
.lottery-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lottery-modal-overlay.show {
  display: flex;
  opacity: 1;
}

.lottery-modal-content {
  background: #fff;
  padding: 24px 20px;
  border-radius: 12px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  position: relative;  /* ← これが重要！ */
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease;
}

.lottery-modal-close {
  position: absolute;
  top: 10px;     /* 上から10px */
  right: 15px;   /* 右から15px */
  font-size: 22px;
  cursor: pointer;
  color: #666;
  line-height: 1;
}

.lottery-modal-overlay.show .lottery-modal-content {
  transform: scale(1);
  opacity: 1;
}

/* 当たり時：キラキラするイメージ */
.lottery-modal-content.win {
  color: #00A36C;
  background: #fff;
  animation: win-bounce 0.6s ease;
}

@keyframes win-bounce {
  0%   { transform: scale(0.8); }
  60%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* ハズレ時：少し揺れるイメージ */
.lottery-modal-content.lose {
  background: #fff;
  animation: lose-shake 0.5s ease;
}

@keyframes lose-shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-8px); }
  40% { transform: translateX(8px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
}

.multiline {
  white-space: pre-line;
}

/* 当選者フォーム */
.wpcf7-form {
  max-width: 600px;
  margin: 0 8px;
  padding: 20px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding: 8px;
  br {
    display: none;
  }
}

.hidden-fields-container {
  display: none;
}

/* ラベル */
.wpcf7-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
  margin-bottom: 1em;
}

/* 入力欄 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-top: 5px;
}

/* フォーカス時 */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
  border-color: #00A36C;
  box-shadow: 0 0 0 3px rgba(0,115,230,0.1);
  outline: none;
}

/* 送信ボタン */
.wpcf7-form input[type="submit"] {
  display: block;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #00A36C;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s ease, transform 0.1s ease;
  max-width: 250px;
  margin: 1em auto 0 auto;
  @media (min-width: 513px) {
    max-width: 500px;
  }
  &:hover {
    opacity: 0.8;
  }
  &:active {
    transform: scale(0.97);
  }
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #d93025;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* 送信後のメッセージ */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 1px solid #46b450;
  background: #e9f6ec;
  color: #2d7a2d;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-acceptance-missing {
  border: 1px solid #d93025;
  background: #fbeaea;
  color: #d93025;
}

.wpcf7 form.sent {
  display: none;
}

.wpcf7 {
  p {
    color: #00A36C;
    text-align: center;
    max-width: 300px;
    margin: 1em auto;
  }
}

.wpcf7 .screen-reader-response ul {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

.btn-win {
  background: #00A36C;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.7rem 2.4rem;
  font-size: 1.1rem;
  cursor: pointer;
  margin-top: 1em;
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
  animation: pulse 1.5s infinite, bounce 2s infinite;
  &:hover {
    opacity: 0.8;
  }
  &::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1rem;
  }
}

/* パルス（拡大縮小） */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

/* バウンス（上下に揺れる） */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(-3px);
  }
}

.apply-link {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  font-size: 0.9em;
  color: #333;
  background-color: #FFC800;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
  animation: pulse 1.5s infinite, bounce 2s infinite;
  &:hover {
    opacity: 0.8;
  }
  &:active {
  opacity: 0.8;
  transform: scale(0.96);
  }
}

.link {
  color: #00A36C;
  text-decoration: underline;
  text-align: center;
  margin-top: 1em;
  font-size: 0.875rem;
  cursor: pointer;
  &:hover {
    opacity: 0.8;
  }
}