@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*========= Loading ===============*/

#splash {
  color: #d2ae4e;
}

.progressbar-text {
  color: #d2ae4e !important;
  /** % text**/
}

#splash_text svg path:nth-child(1) {
  stroke: #ccc !important;
}

#splash_text svg path:nth-child(2) {
  stroke: #d2ae4e !important;
}

.loader_cover {
  background-color: #f7f6f6;
}

/*================ body ================*/
body {
  font-family: 'Noto Sans JP', sans-serif;
}

.body__bg-color {
  background: #f7f6f6;
}

.en__font {
  font-family: 'Noto Sans JP', sans-serif;
}

/*== login ==========*/
.banner-login .news__text {
  color: #1c1c1c;
  margin-top: 24px;
}

/*==login tab===*/
.list-tab .active {
  border-top: 5px #d2ae4e solid;
}

.tab-content {
  display: none;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  width: 100%;
  padding: 12px;
}

.new_registration_inn,
.content {
  border: 1px #ccc solid;
}

/*==header==*/
.header {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
}

.header__inn {
  height: 80px;
  padding: 0 30px;
}

.header__logo {
  min-width: 200px;
}

.header__logo img {
  max-width: 260px;
}

.menu__inn a {
  color: #1c1c1c;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

.dd-menu__inn {
  top: 78px;
}

.dd-menu__lists a {
  font-size: 16px;
}

.dd-menu__wrp span::after {
  color: #d2ae4e;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  margin-left: 10px;
}

.dd-menu__inn,
.dd-menu__list {
  background: #fff;
  border: 0;
}

.menu__inn a:hover {
  color: #d2ae4e;
}

.menu__inn a::after {
  border-bottom: 2px #d2ae4e;
}

/*==button==*/
.btn,
.btn_color {
  border-radius: 0px;
  background-color: #bfa552;
  border: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

/* hoverはフェードで背景色・文字色のみ変更（slide/skewの塗りつぶしアニメーションを無効化）*/
.btn.slide::after,
.btn_color.slide::after {
  display: none;
}

/* slideの有無に関わらず全ボタンを同じフェードhoverに揃える（CMS入稿分も対象。.disableは除外）*/
.btn:not(.disable):hover,
.btn_color:not(.disable):hover {
  background-color: #72192e;
  color: #fff !important;
  opacity: 1;
}

.header__nav .btn {
  background-color: #bfa552;
}
.btn__more::after {
  border-top: 2px solid #d2ae4e;
  border-right: 2px solid #d2ae4e;
}
/* グレー（セカンダリ）ボタン：同じグレーの枠線をつける */
.bg__gray {
  border: 1px #a4a4a4 solid;
}

/* hover：背景を白に（default.cssの !important グレーを上書き）、文字は濃いグレー。枠線はグレーのまま残す */
.btn.bg__gray:not(.disable):hover,
.btn_color.bg__gray:not(.disable):hover {
  background-color: #fff !important;
  color: #6b6b6b !important;
}

/*==pop up==*/
.overlay-inner {
  background-color: #fff;
  color: #313131;
  border-radius: 0px;
}

#close-btn {
  background-color: #fff;
  color: #313131;
  border: 1px solid #ccc;
}

/*==mv==*/
.mv__wrp {
  margin: 80px auto 8px auto;
}

.cnt__wrp.mypage {
  margin: 50px auto 0 auto;
}

/*==card==*/
.card {
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #313131;
  box-shadow: rgba(0, 0, 0, 0.16) 0.375rem 0.375rem 0.625rem;
}

.news.card {
  border: 0;
}

.accordion-header-l::after {
  opacity: 1;
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #d2ae4e;
  border-right: 2px solid #d2ae4e;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 16px);
  right: 10px;
  transform: rotate(135deg);
}

.card__title.en__font {
  font-size: 32px;
}

.news .card__title {
  justify-content: center;
}

.card__title,
.notice li,
.news__li {
  border-bottom: 1px #ccc solid;
}

.card__title.accordion-header-l {
  border-bottom: 0;
  padding-bottom: 0px;
}

.news__li a:hover {
  background: #f7f6f6;
}

time {
  color: #313131;
  font-size: 12px;
}

/* リンク文字は読みやすさ優先で暗めゴールド（装飾の #d2ae4e とは別運用）*/
a {
  color: #8c7406;
}

.pagination li a:hover,
.pagination li a.active {
  background: #bfa552;
  color: #fff;
}

.pagination li a > span,
.pagination li a:hover,
.pagination li a.active,
.pagination li a {
  border-radius: 0;
}

.tag__wrp span {
  border: 1px #313131 solid;
  color: #313131;
}

.link_arrow:after {
  border-top: solid 2px #d2ae4e;
  border-right: solid 2px #d2ae4e;
}

.not-covered {
  background: #f8f8f8;
}

input,
select,
textarea {
  width: 100%;
  background: #f7f7f7;
  border: 1px #ccc solid;
  color: #313131;
  line-height: 1.4;
}

.checkbox-input:checked + label::after {
  border-bottom: 3px solid #d2ae4e;
  border-right: 3px solid #d2ae4e;
}

.under-line,
.radio-input + .r-shape,
.grid-line .item__title,
.confirmation .title,
.id_info_wrp,
.card__sub-title,
.list dd {
  border-bottom: 1px #ccc solid;
}

.radio-area:has(.radio-input:checked) {
  background-color: #fefcf6;
}

.radio-input:checked + .r-shape::before {
  border: 1px solid #d2ae4e;
}

.radio-input:checked + .r-shape::after {
  background: #d2ae4e;
  border: 1px solid #d2ae4e;
}

.radio-area,
.grid-line,
.barcode-area,
.carrier-area,
.rules table td,
.rules th,
.enclosure {
  border: 1px #ccc solid;
}

.color_text_caution {
  color: rgb(183, 47, 47) !;
}

.id_item_name {
  border-right: 1px #464e66 solid;
}

.rules th {
  background: none;
}

.sctl dt::before {
  border-left: 4px #d2ae4e solid;
}

.photo__status {
  background: #efefef;
}

.line-segment {
  border-top: 1px #ccc solid;
}

.ticket_status span {
  color: #0e1838;
}

.ticket_status.invalid span {
  background: #dedede;
  color: #000;
}

.pagination li a.active > span {
  color: #fff;
}

/*News*/
.news__li__unit {
  padding: 24px 0;
}
.btn__more {
  padding-bottom: 16px;
}

/*=term etc=*/
.dot-list li {
  list-style: disc;
  padding: 4px 0;
}

.nakaguro-list {
  list-style: none;
  padding-left: 0;
}

.nakaguro-list li {
  list-style: none;
  margin-left: 0;
  padding: 4px 0 4px 1em;
  text-indent: -0.9em;
}

.nakaguro-list li::before {
  content: '・\00A0';
}

.alpha-list {
  list-style: none;
  padding-left: 0;
  counter-reset: alpha;
}

.alpha-list li {
  list-style: none;
  margin-left: 0;
}

.alpha-list > li {
  padding: 4px 0 4px 1.5em;
  text-indent: -1.4em;
  counter-increment: alpha;
}

.alpha-list > li::before {
  content: counter(alpha, lower-latin) ')\00A0';
}

.number-list {
  list-style: none;
  padding-left: 0;
  counter-reset: number;
}

.number-list > li {
  list-style: none;
  margin-left: 0;
  padding: 4px 0 4px 1.5em;
  text-indent: -1.25em;
  counter-increment: number;
}

.number-list > li::before {
  content: counter(number) ')\00A0';
}

.circle-list {
  list-style: none;
  padding-left: 0;
}

.circle-list > li {
  list-style: none;
  margin-left: 0;
  padding: 4px 0 4px 1.5em;
  text-indent: -1.3em;
}

.circle-list > li:nth-child(1)::before {
  content: '①\00A0';
}

.circle-list > li:nth-child(2)::before {
  content: '②\00A0';
}

.circle-list > li:nth-child(3)::before {
  content: '③\00A0';
}

.circle-list > li:nth-child(4)::before {
  content: '④\00A0';
}

.circle-list > li:nth-child(5)::before {
  content: '⑤\00A0';
}

.circle-list > li:nth-child(6)::before {
  content: '⑥\00A0';
}

.circle-list > li:nth-child(7)::before {
  content: '⑦\00A0';
}

.circle-list > li:nth-child(8)::before {
  content: '⑧\00A0';
}

.circle-list > li:nth-child(9)::before {
  content: '⑨\00A0';
}

.circle-list > li:nth-child(10)::before {
  content: '⑩\00A0';
}

.circle-list li:nth-child(10)::before {
  content: '⑩\00A0';
}

/*==footer==*/
footer {
  padding: 32px;
  background: #fff;
  border-top: 0;
  color: #313131;
  border-top: 1px solid #e2e2e2;
}

footer a {
  text-decoration: none;
  color: inherit;
}

.lang__wrp,
footer .sns__inner {
  display: none;
}

.copy {
  color: #313131;
}

/*==new service=======================================*/
.barcode-area,
.carrier-area {
  margin-top: 24px;
  padding: 24px;
}

.barcode-area .radio-area:first-of-type,
.carrier-area .radio-area:first-of-type {
  margin-top: 0px;
}

.service_inner_ttl {
  white-space: nowrap;
  margin: 0;
  padding-bottom: 6px;
  font-weight: 700;
}

.mt-0 {
  margin-top: 0px !important;
}

@media screen and (min-width: 1025px) and (max-width: 1219px) {
  .header__logo,
  .header__logo img {
    max-width: 260px;
  }
}

@media screen and (max-width: 1024px) {
  .header__inn {
    height: 46px;
    padding: 0 16px;
  }

  .header__logo {
    min-width: 140px;
  }

  .header__logo img {
    max-width: 140px;
  }

  .header__nav .btn {
    margin: 0 0 0 10px;
    padding: 0 8px;
    max-width: 170px;
    height: 32px;
    font-size: 12px;
    width: 60px;
  }

  .header__nav {
    margin-right: 38px;
  }

  .hamburger {
    background: none;
    padding: 10px;
  }

  .hamburger span {
    background-color: #1c1c1c;
    height: 3px;
  }
  .hamburger span:nth-child(2) {
    margin: 6px 0;
  }
  .hamburger span:nth-child(2),
  .hamburger span:nth-child(3) {
    width: 100%;
  }

  .nav-open .hamburger span:nth-child(1) {
    top: 7px;
  }
  .nav-open .hamburger span:nth-child(3) {
    top: -11px;
  }

  .menu__wrp {
    font-size: 14px;
    background-color: #f7f6f6;
  }

  .menu__inn a {
    font-size: 17px;
    border-bottom: 1px #ccc solid;
  }

  .dd-menu__list a {
    font-size: 14px;
  }

  .dd-menu__list a {
    background-color: #fff;
    padding-left: 34px;
  }

  .dd-menu__wrp span {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }

  .mv__wrp {
    margin: 46px auto 0px auto;
  }

  .no-hover {
    pointer-events: none;
  }
}

/**real mypage**/
.user_info_link h2 {
  margin: 40px 0 20px 0;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px #ebebeb solid;
}

.user_info_link .flex {
  gap: 20px;
}

.user_info_link .btn {
  width: auto;
  padding: 40px 16px;
  font-size: 15px;
  font-weight: bold;
}

.user_info_link .btn.slide.skew:hover::after,
.user_info_link .btn_color.slide.skew:hover::after {
  transform: skewY(-3deg) scale(1, 1);
}

.user_info .btn br {
  display: none;
}

@media screen and (max-width: 640px) {
  .flex_child {
    width: 100%;
  }
}

.list-disc {
  max-width: 90%;
  margin: auto;
  text-align: left;
}

.list-disc li {
  list-style: disc;
}

/*28 id*/

.qr_wrp_text {
  width: 100%;
}

.id_info_wrp {
  padding: 0 0 10px 0;
}

/**news card*****/
/**calendar***/
.calendar {
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .news.card,
  .calendar {
    padding: 0;
  }

  #news .news__li__unit {
    padding: 8px;
  }

  .btn__more::after {
    margin: 0 8px 0 6px;
  }
}

/* 71 mynumber */
.tips-list {
  margin-left: 1rem;
}

.tips-list li {
  list-style: disc;
  margin-bottom: 0.5em;
}

/* A = font-size */
.mynumber-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  /* A×0.75：アイコンと文字間 */
  padding: 0.75em 1em;
  /* 上下 A×0.75, 左右 A */
  background-color: #0017c1;
  color: #fff;
  font-size: 1rem;
  /* A = 1rem（=16px想定） */
  font-weight: 600;
  border: none;
  border-radius: 0.75em;
  /* 好み：A×0.75 相当の角丸 */
  cursor: pointer;
  line-height: 1.3;
}

.mynumber-btn.slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mynumber-btn.slide::after {
  background: #00118f;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.mynumber-btn.slide.skew::after {
  transform: skewY(-10deg) scale(1, 0);
  height: 140px;
  /* ここは演出用なので px のままでOK */
}

.mynumber-btn.slide.skew:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}

.mynumber-btn__icon {
  width: 1.5em;
  /* A×1.5：アイコンサイズ */
  height: 1.5em;
  background-image: url('../img/app-icon_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 認証済み表示 */
.mynumber-verified {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.app_dl {
  max-width: 460px;
  margin: 42px auto;
}

.app_icon {
  margin: 24px 0;
  text-align: center;
  font-size: 12px;
}

.app_icon img {
  width: 54px;
  border: 1px #ccc solid;
  border-radius: 8px;
  padding: 4px;
}

.store_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #efefef;
  padding: 12px;
  max-width: fit-content;
  margin: auto;
  border-radius: 10px;
}

.store_link img {
  max-height: 40px;
}

/* SP 〜420px：レイアウトだけ変える（比率はそのまま） */
@media screen and (max-width: 420px) {
  .mynumber-btn {
    width: 100%;
    white-space: inherit;
    /* テキスト折り返し防止 */
    font-size: 0.9rem;
    text-align: left;
  }

  .mynumber-btn__icon {
    flex-shrink: 0;
    /* 画面が狭くても潰れないよう保護 */
  }
}

/*photo*/
.photo__title {
  background: #d2ae4e;
}
