@charset "UTF-8";

.pc-error-message-bg {
  display: none;
  width: 100vw;
  min-height: 100dvh;
  background-color: #f8c058;
  position: relative;
  background-image: url(../common/images/pc-error-message-bg.png);
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pc-error-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66vw;
}

/* マイページ */
.main-container {
  background-color: #fffbf4;
  overflow: hidden;
  position: relative;
}

/* ハンバーガーメニュー */
.hamburger {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: var(--z-index-hamburger);
  background-color: #004211;
}
.hamburger span {
  background-color: #fff;
}
.c-nav {
  position: fixed;
}
/* ステータス */
.status {
  padding-top: min(4.8vw, 24px);
  padding-bottom: min(4vw, 20px);
}

.mypage-mv {
  width: 100%;
}

.status-menuLink {
  display: flex;
  column-gap: 0.625rem;
  justify-content: space-between;
  align-items: center;
}
.certificateBtn {
  display: none;
  margin: 5.8% auto 0;
  width: 76%;
}
.certificateBtn._specialcontents {
  margin: 5.8% auto 0;
  padding-bottom: 5.8%;
}

.status-numbeOfStamps {
  position: relative;
  background-color: #fff;
  border: 4px solid #e75532;
  padding-top: 8.1%;
  padding-bottom: 5.8%;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16%;
}
.status-numberOfStamp {
  color: #e75532;
  font-size: min(9vw, 45px);
  font-weight: 900;
  letter-spacing: -0.04em;
}
.status-numbeOfStamps span {
  font-size: clamp(50px, 20vw, 120px);
  font-weight: 900;
  line-height: 1;
}
.status-numberOfStampsFukidashi {
  position: absolute;
  top: -27%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
/* 称号 */
/* .status-wrap {
  height: 100vh;
} */

.status-badge {
  height: 100vh/3;
}

.status-badgeFukidashi {
  position: absolute;
  width: 57.2%;
  left: 50%;
  transform: translateX(-50%);
  top: -10%;
}
.status-badge_bg {
  background-color: #fff;
  box-shadow: 1px 1px 1px 0px rgb(62, 51, 48, 0.3);
  padding-top: 9.3%;
  padding-bottom: 4.6%;
  position: relative;
  margin-top: 10.2%;
}
.status-badgeWrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 0.625rem;
  column-gap: 0.625rem;
  justify-items: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

/* スタンプカードコンテンツ */
.status-stampCardLead {
  display: grid;
  grid-template-columns: 1.3fr 0.5fr;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  column-gap: 1rem;
}

.book_item_position._right {
  position: absolute;
  top: 2%;
  right: 0;
  width: 50%;
  text-align: center;
  height: 90%;
  display: grid;
  grid-template-rows: 0.4fr 2fr;
}
.status-stampCardWrap {
  width: 90%;
  margin: 5px auto 0;
  display: grid;
  column-gap: var(--stampCard-gap-x);
  row-gap: var(--stampCard-gap-y);
  grid-template-columns: repeat(4, calc((100% - (3 * var(--stampCard-gap-x))) / 4));
  grid-template-rows: repeat(4, calc((100% - (3 * var(--stampCard-gap-y))) / 4));
  align-items: center;
}

.status-stampItem {
  position: relative;
}

.status-apply {
  position: absolute;
  top: 50%;
  left: 45%;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 100;
}

.status-mypageID {
  text-align: right;
  width: 90%;
  color: #004211;
  font-weight: 700;
  margin: 0 auto;
  font-size: 10px;
}

/* ページ矢印 */
.bb-custom-icon-arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5%;
  z-index: 200;
  left: 50%;
}
.bb-custom-icon-arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 5%;
  z-index: 200;
}
.btn_area._active {
  opacity: 1;
  transition: 0.5s;
}
.btn_area {
  opacity: 0;
  transition: 0.5s;
}

/* ページネーション */
.pagination {
  text-align: center;
  width: 50%;
  margin-left: 50%;
}
.pagination-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #ccc;
  transition: background-color 0.3s;
}
.pagination-dot.__active {
  background-color: #333;
}

/* バーコード読み取り */
.status-barcode {
  margin: 0 auto;
}
.status-barcodeBtn {
  margin-top: 18.6%;
}
.status-barcodeSup {
  font-size: clamp(10px, 2.6vw, 13px);
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #004211;
  text-align: left;
  padding-top: 1rem;
}
.status-barcodeQuestion {
  border-radius: 100px;
  border: solid 2.8px #004211;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 0;
  width: fit-content;
}
.status-barcodeQuestion button {
  color: #004211;
  font-size: clamp(10px, 2.6vw, 13px);
  line-height: 1.5;
  text-decoration: none;
  font-weight: 900;
  padding: 0.5em 0.7em;
}

/* snsシェア */
.status-snsShare-warp {
  position: relative;
  margin-top: 14.4%;
}
.status-snsShare-BtnArea {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0;
  width: 76%;
}

/* バナー */
.status-banner {
  margin-top: 13%;
}

/* 応募コース */
.introduction {
  background-color: #ade7ff;
  padding-top: min(6.2vw, 31px);
  padding-bottom: min(8.8vw, 44px);
}

.introduction-lead {
  width: 51.1%;
  margin: 0 auto;
}

.introduction-prizeWrap {
  margin-top: 1.1rem;
}

.introduction-prizeBox {
  position: relative;
  width: 90%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 1rem 0;
}

.prizeApplyBtn {
  width: 90%;
  border-radius: 50px;
  border: solid 2px #fff;
  color: #fff;
  font-size: clamp(10px, 4vw, 20px);
  font-weight: 700;
  box-shadow: 2px 2px 2px 0px rgba(38, 27, 24, 0.6);
  margin: 0.5em auto 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
._prizeA .prizeApplyBtn {
  background-color: #ed6c00;
}
._prizeB .prizeApplyBtn {
  /* margin: 0.5rem auto 0; */
  background-color: #009944;
}
._prizeC .prizeApplyBtn {
  background-color: #0068b7;
}

.prizeApplyBtn:disabled {
  background-color: #9fa0a0;
}

.prizeApplyBtn span {
  font-size: clamp(10px, 5.4vw, 27px);
}

.prizeFlexInner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  justify-items: center;
  width: 87%;
  margin: 0 auto;
}
.introduction-prizeName {
  width: 80%;
}
._prizeC .introduction-prizeName {
  width: 89%;
}
._prizeC .prizeFlexInner {
  grid-template-columns: 1.2fr 0.8fr;
}

.prizeSup {
  font-size: min(1.6vw, 8px);
  font-weight: bold;
  width: 91%;
  margin: 0 auto;
  text-align: left;
}
.prizeSup sub {
  line-height: 1;
  font-size: 0.8em;
}
._prizeA .prizeSup {
  margin: 2em auto 0;
}
._prizeB .prizeSup {
  margin: 2em auto 0;
}
.prizeSup span {
  font-feature-settings: 'palt';
}

.introduction-prizeBox._prizeA {
  border: 5px solid #ed6c00;
}
.introduction-prizeBox._prizeB {
  border: 5px solid #009944;
}
.introduction-prizeBox._prizeC {
  border: 5px solid #0068b7;
  margin-bottom: 0;
}

.introduction-prizeBoxIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 21%;
}
.introduction-prizeBox._prizeA .introduction-prizeBoxIcon {
  position: absolute;
  top: -11%;
  left: -12%;
}
.introduction-prizeBox._prizeB .introduction-prizeBoxIcon {
  position: absolute;
  top: -7%;
  left: -12%;
}
.introduction-prizeBox._prizeC .introduction-prizeBoxIcon {
  position: absolute;
  top: -13%;
  left: -12%;
}

/* flavor */
.flavor-contents {
  background-color: #fffbf4;
  position: relative;
  padding-top: min(8.4vw, 42px);
  padding-bottom: min(7.8vw, 58px);
}

.flavor-lead {
  width: 98.3%;
  margin: 0 auto;
}

.flavor-wrap {
  position: relative;
  padding-top: 5.88%;
  margin-left: 5.5%;
  margin-right: auto;
  width: 89.4%;
}

.flavor-modal {
  position: fixed;
  display: none;
  width: 80%;
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}

.flavor-modal img {
  width: 100%;
  height: 100%;
}

.flavor-modalWrap {
  position: relative;
}

.flavor-inner {
  display: grid;
  justify-content: center;
  column-gap: var(--gap-x);
  row-gap: var(--gap-y);
  grid-template-columns: repeat(4, calc((100% - (3 * var(--gap-x))) / 4));
  grid-template-rows: repeat(5, calc((100% - (4 * var(--gap-y))) / 5));
}

.flavor-item {
  cursor: pointer;
  opacity: 0.4;
  transform: scale(0.8);
}
.flavor-item._js-active {
  opacity: 1;
  position: relative;
  transform: scale(0.9);
}

.flavor-item._js-active.fItem1::after {
  background-image: url('../images/mypage/stick1.png');
}
.flavor-item._js-active.fItem2::after {
  background-image: url('../images/mypage/stick2.png');
}
.flavor-item._js-active.fItem3::after {
  background-image: url('../images/mypage/stick3.png');
}
.flavor-item._js-active.fItem4::after {
  background-image: url('../images/mypage/stick4.png');
}
.flavor-item._js-active.fItem5::after {
  background-image: url('../images/mypage/stick5.png');
}
.flavor-item._js-active.fItem6::after {
  background-image: url('../images/mypage/stick6.png');
}
.flavor-item._js-active.fItem7::after {
  background-image: url('../images/mypage/stick7.png');
}
.flavor-item._js-active.fItem8::after {
  background-image: url('../images/mypage/stick8.png');
}
.flavor-item._js-active.fItem9::after {
  background-image: url('../images/mypage/stick9.png');
}
.flavor-item._js-active.fItem10::after {
  background-image: url('../images/mypage/stick10.png');
}
.flavor-item._js-active.fItem11::after {
  background-image: url('../images/mypage/stick11.png');
}
.flavor-item._js-active.fItem12::after {
  background-image: url('../images/mypage/stick12.png');
}
.flavor-item._js-active.fItem13::after {
  background-image: url('../images/mypage/stick13.png');
}
.flavor-item._js-active.fItem14::after {
  background-image: url('../images/mypage/stick14.png');
}
.flavor-item._js-active.fItem15::after {
  background-image: url('../images/mypage/stick15.png');
}
.flavor-item._js-active.fItem16::after {
  background-image: url('../images/mypage/stick16.png');
}
.flavor-item._js-active.fItem17::after {
  background-image: url('../images/mypage/stick17.png');
}
.flavor-item._js-active.fItem18::after {
  background-image: url('../images/mypage/stick1.png');
}

.flavor-item._js-active::after {
  position: absolute;
  content: '';
  background-image: url('../images/mypage/stick1.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 85%;
  top: 12%;
  right: -55%;
}
.flavor-item._fItem18._js-active::after {
  position: absolute;
  content: '';
  background-image: url('../images/mypage/stick1.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 75%;
  top: 21%;
  right: -78%;
}

.flavor-item._fItem17 {
  grid-column: 2 / span 2;
  justify-self: center;
  position: relative;
  z-index: 1;
  width: calc((100% - (1 * var(--gap-x))) / 2);
}

.flavor-item._fItem17::before {
  position: absolute;
  content: '';
  background-image: url('../images/mypage/intro-newTag.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: min(15.6vw, 95px);
  top: 20%;
  left: -78%;
  z-index: -1;
}

.flavor-item._fItem17 img {
  object-fit: contain;
}

.flavor-decoItem-assorted {
  display: block;
  width: 52.9%;
  margin: 5.6% auto 0;
}

.flavor-decoItem {
  position: absolute;
}
.flavor-decoItem._beans1 {
  top: -1%;
  left: -15%;
  width: 17%;
}
.flavor-decoItem._beans2 {
  bottom: 0%;
  right: -13%;
  width: 17%;
}
.flavor-decoItem._cacao {
  bottom: 0.5%;
  left: -14%;
  width: 11.7%;
}
.flavor-decoItem._leaf {
  top: -2%;
  right: -13%;
  width: 8.7%;
}

/* フレーバーモーダル */
.flavor-modal._js-open {
  display: block;
  z-index: 99999;
}

.close-btn {
  width: 12.5%;
  position: absolute;
  top: -3%;
  right: -3%;
}
.flavor-modal .close-btn {
  top: -2%;
  right: 0%;
}

/* キャンペーン */
.campaign {
  background-color: #ffc5dc;
  position: relative;
  padding-top: min(7.4vw, 37px);
  padding-bottom: min(2vw, 10px);
}

/* 応募事項 */
.terms {
  background-color: #f8cf5b;
}
.terms-lead {
  width: 100%;
  height: min(17vw, 126px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.terms-leadImg {
  color: #004211;
  font-weight: bold;
  font-size: clamp(12px, 4.6vw, 23px);
  text-align: center;
}

.terms-leadImg::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 13px solid #004211;
  margin-left: 0.5em;
  transition: transform 0.3s all ease-in-out;
}
.terms-leadImg::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 13px solid #004211;
  margin-right: 0.5em;
}

.terms-leadImg._js-open::after {
  transform: rotate(180deg);
}
.terms-leadImg._js-open::before {
  transform: rotate(180deg);
}

.terms-wrap {
  display: none;
  padding-bottom: min(5.6vw, 40px);
}
.terms-wrap._js-open {
  display: block;
}
.terms-content {
  width: 80%;
  margin: 0 auto;
  background-color: white;
  padding: min(2.5vw, 18px);
  border-radius: 5px;
}
.terms-content sub {
  line-height: 1;
}
.terms-contentLead {
  color: #256fb8;
  font-weight: bold;
}
.terms-contentLead .no-margin {
  font-feature-settings: 'palt';
}

.terms-text {
  margin-bottom: min(2.5vw, 18px);
  font-size: clamp(9px, 2.4vw, 12px);
}
.terms-text:last-child {
  margin-bottom: 0;
}

/* 応募履歴 */
.history-outer {
  background-color: #d2e5c0;
}
.history-lead {
  width: 100%;
  height: min(17vw, 126px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.history-leadImg {
  color: #004211;
  font-weight: bold;
  font-size: clamp(12px, 4.6vw, 23px);
  text-align: center;
}
.history-leadImg::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 13px solid #004211;
  margin-left: 0.5em;
  transition: transform 0.3s all ease-in-out;
}
.history-leadImg::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 13px solid #004211;
  margin-right: 0.5em;
}
.history-leadImg._js-open::after {
  transform: rotate(180deg);
}
.history-leadImg._js-open::before {
  transform: rotate(180deg);
}
.history-wrap {
  display: none;
  padding-bottom: min(5.6vw, 40px);
}
.history-wrap._js-open {
  display: block;
}
.history-content {
  width: 80%;
  margin: 0 auto;
  background-color: white;
  padding: min(2.5vw, 18px) min(7.5vw, 54px);
  border-radius: 10px;
}

.result-row {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: min(4.2vw, 24px);
  color: #004211;
}
.result-none {
  font-size: min(4.4vw, 22px);
  color: #004211;
}

/* スタンプ申請履歴 */
.stamp-history-outer {
  background-color: #fff799;
}
.stamp-history-lead {
  width: 100%;
  height: min(17vw, 126px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.stamp-history-leadImg {
  color: #004211;
  font-weight: bold;
  font-size: clamp(12px, 4.6vw, 23px);
  text-align: center;
}
.stamp-history-leadImg::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 13px solid #004211;
  margin-left: 0.5em;
  transition: transform 0.3s all ease-in-out;
}
.stamp-history-leadImg::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 13px solid #004211;
  margin-right: 0.5em;
}
.stamp-history-leadImg._js-open::after {
  transform: rotate(180deg);
}
.stamp-history-leadImg._js-open::before {
  transform: rotate(180deg);
}
.stamp-history-wrap {
  display: none;
  padding-bottom: min(5.6vw, 40px);
}
.stamp-history-wrap._js-open {
  display: block;
}
.stamp-history-content {
  width: 80%;
  margin: 0 auto;
  background-color: white;
  padding: min(2.5vw, 18px) min(1.5vw, 10px);
  border-radius: 10px;
  font-size: min(2.4vw, 12px);
  color: #004211;
  font-weight: bold;
}
.stamp-history-content._empty {
  padding: min(2.5vw, 18px) min(7.5vw, 54px);
  font-size: min(3.2vw, 16px);
  font-weight: normal;
}
/* お知らせ履歴 */
.info-outer {
  background-color: #f6e5d8;
}
.info-lead {
  width: 100%;
  height: min(17vw, 126px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.info-leadImg {
  color: #004211;
  font-weight: bold;
  font-size: clamp(12px, 4.6vw, 23px);
  text-align: center;
}
.info-leadImg::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 13px solid #004211;
  margin-left: 0.5em;
  transition: transform 0.3s all ease-in-out;
}
.info-leadImg::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 13px solid #004211;
  margin-right: 0.5em;
}
.info-leadImg._js-open::after {
  transform: rotate(180deg);
}
.info-leadImg._js-open::before {
  transform: rotate(180deg);
}
.info-wrap {
  display: none;
  padding-bottom: min(5.6vw, 40px);
}
.info-wrap._js-open {
  display: block;
}
.info-content {
  width: 80%;
  margin: 0 auto;
  background-color: white;
  padding: min(4vw, 32px) min(3vw, 20px);
  border-radius: 10px;
  font-size: min(2.4vw, 12px);
  font-weight: bold;
}
.info-content .apology-title {
  font-size: clamp(12px, 2.8vw, 16px);
  margin-top: clamp(14px, 4.8vw, 16px);
}
.info-content .apology-text {
  font-size: clamp(10px, 2vw, 12px);
}
.info-content .apology-date {
  font-size: clamp(9px, 2.2vw, 11px);
}

.info-content._empty {
  padding: min(2.5vw, 18px) min(7.5vw, 54px);
  font-size: min(3.2vw, 16px);
  font-weight: normal;
}
/* マイページID */
.logout-section {
  background-color: #cbf1ff;
  padding: min(8.4vw, 63px) 0;
}

.logout-myID {
  text-align: center;
  font-size: clamp(14px, 4.3vw, 28px);
  font-weight: 900;
  color: #004211;
  margin-bottom: min(5.6vw, 42px);
}

.logout-button {
  width: 67%;
  margin: 0 auto;
  cursor: pointer;
}

/* バーコード読み込みアンカーリンク */
.barcode-link {
  width: 22%;
  position: fixed;
  z-index: var(--z-index-barcode-link);
  right: 3%;
  bottom: 3%;
}

/* モーダル */
.c-modal-contents .apply-prizeLead {
  color: #004212;
  font-size: min(3.7vw, 18px);
  font-weight: bold;
}
.c-modal-contents .apply-prize {
  font-size: min(3.2vw, 16px);
  margin-top: 12px;
}

.c-button._next {
  font-size: min(4.2vw, 21px);
  padding: 1.4rem;
}
.c-button._back {
  font-size: min(4.2vw, 21px);
  padding: 1.1rem;
  margin-top: clamp(10px, 4vw, 14px);
}

.c-modal-wrap._barcodeNotice {
  background-color: #fff000;
  color: #004212;
  width: 83%;
  height: 90vh;
  border-radius: 0;
  padding-top: clamp(13px, 5vw, 25px);
  padding-bottom: clamp(13px, 5vw, 25px);
  font-size: min(3vw, 15px);
}
.l-container._barcodeNotice {
  text-align: left;
}
.barcodeNotice-title {
  font-weight: bold;
  font-size: clamp(15px, 4.7vw, 30px);
}
.barcodeNotice-subtitle {
  font-weight: bold;
  font-size: min(4.2vw, 21px);
  margin-top: clamp(12px, 4.8vw, 24px);
}
.barcodeNotice-text {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: clamp(13px, 5.2vw, 26px);
  font-weight: 500;
}
.barcodeNotice-text_no-space {
  padding-top: clamp(13px, 5.2vw, 26px);
  font-weight: 500;
}

.c-modal-wrap._barcodeNotice .slick-dots li button:before {
  font-size: 15px;
  color: #fff;
  opacity: 1;
}
.c-modal-wrap._barcodeNotice .slick-dots li.slick-active button:before {
  font-size: 15px;
  color: #004212;
}
.c-slider._barcodeNotice {
  padding-top: 10px;
}
.barcodeNotice-scanImg {
  padding-top: 10px;
}
.c-slider._barcodeNotice .prev-arrow {
  background-color: transparent;
  border-bottom: 15px solid transparent;
  border-left: 0;
  border-right: 15px solid #004211;
  border-top: 15px solid transparent;
  left: -3%;
}
.c-slider._barcodeNotice .next-arrow {
  background-color: transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #004211;
  border-right: 0;
  border-top: 15px solid transparent;
  right: -4%;
}

.barcodeNotice-link {
  font-size: min(3.7vw, 18px);
  text-decoration: underline;
  text-decoration-color: #004212;
  text-decoration-thickness: 2px;
  color: #004212;
}

/* メンテナンス実施モーダル */
.c-modal-wrap._Apology {
  background-color: #fff9e7;
  color: #000;
  width: 83%;
  max-height: 83dvh;
  border-radius: 0;
  padding-top: clamp(20px, 8vw, 40px);
  padding-bottom: clamp(13px, 5vw, 40px);
  padding-left: 15px;
  padding-right: 15px;
  font-size: min(3vw, 15px);
}
.apology-title {
  font-size: clamp(16px, 4vw, 24px);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #e75532;
}
.apology-text {
  margin-top: clamp(14px, 4.8vw, 16px);
  font-size: clamp(12px, 2.8vw, 14px);
  line-height: 1.5;
  text-align: left;
}
.apology-text sub {
  line-height: 1;
  font-size: 0.8em;
}
.apology-text span {
  font-size: clamp(10px, 2vw, 12px);
}
.apologyClose-btn {
  width: min(200px, 40vw);
  font-size: clamp(16px, 4vw, 20px);
  margin: 20px auto 0;
  display: block;
  border-radius: 100vmax;
  border: solid 2px #e75532;
  color: #e75532;
  padding: 10px 20px;
  text-align: center;
}

.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: clamp(14px, 3vw, 18px);
  gap: 0.5em;
  justify-content: center;
  margin-top: clamp(14px, 4.8vw, 16px);
}
.checkbox-label input[type='checkbox'] {
  display: none;
}
.checkbox-custom {
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #004211;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.checkbox-label input[type='checkbox']:checked + .checkbox-custom::after {
  content: '';
  display: block;
  width: 0.7em;
  height: 0.7em;
  background: #004211;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* コンプリート称号モーダルボタン */
.secretapply-btn {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  bottom: 11%;
  width: 90%;
}

/* ログアウト */
.logout-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 90%;
  max-width: 400px;
  border-radius: 20px;
  padding: min(8vw, 60px);
  z-index: var(--z-index-logout-modal);
}
.logout-modal._js-open {
  display: block;
}

.logout-lead {
  text-align: center;
  font-size: min(3.7vw, 14px);
  margin-bottom: min(5.3vw, 40px);
}

.logout-btnGroup {
  display: flex;
  justify-content: center;
  column-gap: min(3.7vw, 28px);
}

.logout-btn {
  width: min(35vw, 260px);
  cursor: pointer;
}
