@charset "utf-8";

.btnWrap2 {
  margin-bottom: 0;
}
.btnWrap2 .roundBtn a > span {
  padding: 0 100px;
}
.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

/* ヘッダーコンテナ - 背景のみ */
#apppointlp {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: 0;
  background: linear-gradient(
    to right,
    #78d1ef 0%,
    #78d1ef 50%,
    #f9e98f 50%,
    #f9e98f 100%
  );
  position: relative;
  overflow: hidden;
  text-align: center;
}
#apppointlp img {
  width: 100%;
  max-width: 2071px;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  #apppointlp {
    min-height: 400px;
  }
  .btnWrap2 .roundBtn a > span {
    padding: 0 30px;
  }
  .modal-content .btnWrap2 .roundBtn a {
    border: 2px solid #0041b4;
    padding: 20px 0;
  }
  .modal-content .btnWrap2 .roundBtn .text--main {
    color: #0041b4;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .modal-content .btnWrap2 .roundBtn {
    width: 320px;
    height: 76px;
  }
}

/* フレームコンテナ */
.frame-container {
  width: 100%;
  max-width: 1024px;
  min-height: 600px; /* 最小高さ */
  background: #0041b4;
  border-radius: 24px;
  padding: 10px;
  margin: 90px auto 80px;
}

/* コンテンツエリア */
.content-area {
  width: 100%;
  height: 100%;
  min-height: calc(600px - 20px);
  background: #e0f5fb;
  border-radius: 16px;
  padding: 46px;
}
.content-detail {
  width: 100%;
  height: 100%;
  min-height: calc(600px - 20px);
  background: #fff;
  border-radius: 16px;
  padding: 40px 20px;
}
.content-detail img {
  width: 100%;
}
.point-logo {
  display: block;
  text-align: center;
}
.point-logo img {
  width: 516px;
}
.label {
  width: 768px;
  background: #f2cd00;
  margin: 46px auto 30px auto;
  padding: 20px 0;
  border-radius: 16px;
}
.label h2 {
  font-size: 1.25rem;
  color: #0041b4;
  text-align: center;
}
.roundBtn.ft20 a {
  border-radius: 26px;
}
.roundBtn.ft20 .text--main {
  font-size: 1.25rem;
  margin: 12px 0;
}
.point-exp {
  display: block;
  margin: 50px 0;
  text-align: center;
}
.point-exp img {
  width: 768px;
}
.point-exp2 {
  display: block;
  margin-bottom: 36px;
}
.point-exp2 img {
  width: 824px;
}

/* レスポンシブデザイン */
@media (max-width: 1022px) {
  .frame-container {
    min-width: 768px;
    max-width: 100%;
    background: #e0f5fb;
    border-radius: 0;
    margin: 26px auto;
  }
  .content-detail {
    border-radius: 0;
    padding: 20px 10px;
  }
  .label {
    width: 95%;
    max-width: 768px;
    margin: 20px auto 14px auto;
    padding: 8px 0;
    border-radius: 8px;
  }
  .point-exp {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .frame-container {
    min-width: 375px;
    min-height: 400px;
    padding: 0;
  }
  .content-area {
    min-height: calc(400px - 24px);
    padding: 10px;
    border-radius: 0;
  }
  .content-detail {
    padding: 20px 0 0;
  }
  .point-logo img {
    width: 263px;
    max-width: 516px;
    min-width: 263px;
  }
  .label h2 {
    font-size: 0.75rem;
  }
  .roundBtn.ft20 .text--main {
    font-size: 0.75rem;
    margin: 6px 0;
  }
  .point-exp img {
    width: 330px;
  }
  .point-exp2 {
    margin-bottom: 18px;
  }
  .point-exp2 img {
    width: 100%;
    margin-top: -15px;
  }
}

@media (max-width: 480px) {
  .frame-container {
    min-height: 300px;
  }
}

#campaign > h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 2rem;
  color: #0041b4;
  font-weight: bold;
  margin-bottom: 60px;
}
#campaign > h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 1024px;
  height: 2px;
  content: "";
  background: #0041b4;
  left: 50%;
  margin-left: -512px;
}
#campaign > h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
#campaign .bnrWrap .bnr {
  border: none;
  padding: 0;
}
#campaign .bnrWrap .bnr:hover {
  cursor: pointer;
}
.campaign-other {
  font-weight: bold;
  text-align: center;
  color: #0041b4;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  #campaign > h2 {
    padding: 0;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  #campaign > h2:before {
    width: 94%;
    left: 50%;
    margin-left: -47%;
  }
  .bnrWrap .bnr {
    width: 94%;
  }
}

/* フレームコンテナ */
.frame-container-flat {
  width: 100%;
  max-width: 1024px;
  min-height: 600px;
  background: #0041b4;
  border-radius: 0 0 24px 24px;
  padding: 0 10px 10px 10px;
  margin: auto;
}

/* コンテンツエリア */
.content-area-flat {
  min-height: calc(600px - 10px);
  background: #e0f5fb;
  border-radius: 0 0 16px 16px;
  padding: 40px;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  .frame-container-flat {
    min-height: 330px;
    border-radius: 0;
    padding: 0;
    background: #e0f5fb;
  }

  .content-area-flat {
    min-height: calc(330px - 12px);
    border-radius: 0;
    padding: 10px;
  }
}

/* スライダーコンテナ */
.slider-container {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.slider-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 0 60px;
  padding-bottom: 60px;
}
.slider-viewport {
  overflow: hidden;
}

/* スライダートラック */
.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 40px;
}
.slide {
  min-width: 320px;
  max-width: 320px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4px;
}
.slide-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.slide-link:hover {
  transform: scale(1.02);
  opacity: 0.9;
}
.slide img {
  width: 312px;
  height: auto;
  display: block;
  object-fit: contain;
  border: 1px solid #0041b4;
}

/* ナビゲーションボタン */
.slider-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: rgba(200, 210, 230, 0.85);
  border: none;
  width: 30px;
  height: 200px;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 20;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  color: #0041b4;
}
.slider-btn:hover {
  background-color: rgba(200, 210, 230, 1);
  transform: translateY(-50%) scale(1.05);
}
.slider-btn:active {
  transform: translateY(-50%) scale(0.98);
}
.prev-btn {
  left: 0;
}
.next-btn {
  right: 0;
}
.slider-btn i {
  display: none;
}

/* ドットインジケーター */
.slider-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 10;
}
.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 65, 180, 0.4);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.indicator:hover {
  background-color: rgba(0, 65, 180, 0.6);
  transform: scale(1.15);
}
.indicator.active {
  background-color: #0041b4;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* 再生/一時停止ボタン */
.play-pause-btn {
  position: absolute;
  bottom: 4px;
  left: 48%;
  transform: translateX(calc(-50% + 100px));
  background-color: #ffffff;
  border: 1px solid #0041b4;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.play-pause-btn:hover {
  background-color: rgba(0, 65, 180, 0.05);
  border-color: #003399;
  transform: translateX(calc(-50% + 100px)) scale(1.05);
}
.play-pause-btn i {
  font-size: 26px;
  color: #0041b4;
}

/* ボタンをクリック可能にする */
.slide button,
.slide a {
  pointer-events: auto;
  position: relative;
  z-index: 10;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
}

/* モーダルを前面に表示 */
.modal {
  z-index: 9999;
}

.modal-content {
  position: relative;
  z-index: 10000;
}

.slide-link img {
  pointer-events: none !important;
}

.slide img {
  pointer-events: none !important;
}

/* モーダルボタンのz-indexを確保 */
button[id^="open"] {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

/* スライド内のボタンを確実にクリック可能にする */
.slide button {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* スライダー内のボタンを最前面に */
.slider-container button[id^="open"] {
  position: relative;
  z-index: 20;
}

/* タッチデバイス用の調整 */
@media (hover: none) and (pointer: coarse) {
  .slide button,
  .slide a {
    touch-action: manipulation;
  }
}

/* レスポンシブデザイン */
@media (max-width: 1050px) {
  .slider-container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .slider-track {
    gap: 20px;
  }
  .slider-wrapper {
    padding: 0;
    padding-bottom: 50px;
  }
  .slider-btn {
    width: 20px;
    height: 135px;
    border-radius: 10px;
    font-size: 14px;
    background-color: rgba(0, 65, 180, 0.77);
    color: #fff;
  }
  .slider-btn:hover {
    background-color: rgba(0, 65, 180, 0.77);
  }
  .slider-indicators {
    bottom: 12px;
    gap: 10px;
  }
  .indicator {
    width: 10px;
    height: 10px;
  }
  .indicator.active {
    width: 10px;
    height: 10px;
  }
  .play-pause-btn {
    width: 32px;
    height: 32px;
    bottom: -4px;
    transform: translateX(calc(-50% + 80px));
  }
  .play-pause-btn:hover {
    transform: translateX(calc(-50% + 80px)) scale(1.05);
  }
  .play-pause-btn i {
    font-size: 22px;
  }
  .prev-btn {
    left: 10px;
  }
  .next-btn {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .slider-btn {
    width: 20px;
    height: 32px;
    border-radius: 0;
    font-size: 14px;
    background-color: #fff;
    color: rgb(0, 65, 180);
    top: auto;
    bottom: -20px;
    box-shadow: none;
  }
  .slider-btn:hover {
    background-color: #fff;
  }
}
@media (max-width: 480px) {
  .slide {
    min-width: 280px;
    max-width: 280px;
    padding: 3px;
  }
  .slide img {
    width: 274px;
  }
  .slider-indicators {
    bottom: 8px;
    gap: 8px;
  }
  .indicator {
    width: 8px;
    height: 8px;
  }
  .indicator.active {
    width: 8px;
    height: 8px;
  }
}

/* アコーディオンコンテナ */
.accordion-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  overflow: hidden;
}
/* アコーディオンスタイル */
.accordion {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.accordion-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background-color: #0041b4;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.accordion-header:hover {
  background-color: #003399;
}
.accordion-header-inner {
  max-width: 1024px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 20px;
}
.accordion-title {
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  text-align: center;
  flex: 1;
  padding-right: 50px;
  padding-left: 50px;
}
/* トグルボタンスタイル */
.accordion-toggle {
  width: 52px;
  height: 52px;
  border: none;
  background-color: #ffffff;
  color: #0041b4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: absolute;
  right: 0;
}
.accordion-toggle:hover {
  background-color: #f0f0f0;
}
.accordion-toggle:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
/* アイコンの表示切り替え */
.accordion-toggle .icon-plus,
.accordion-toggle .icon-minus {
  position: absolute;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-toggle .icon-plus {
  opacity: 1;
  transform: rotate(0deg);
}
.accordion-toggle .icon-minus {
  opacity: 0;
  transform: rotate(90deg);
}
.accordion.active .accordion-toggle .icon-plus {
  opacity: 0;
  transform: rotate(90deg);
}
.accordion.active .accordion-toggle .icon-minus {
  opacity: 1;
  transform: rotate(0deg);
}
/* コンテンツエリア */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  background-color: #ffffff;
}
.accordion-content-inner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0;
  background-color: #ffffff;
}
/* タブスタイル */
.tab-container {
  display: flex;
  gap: 0;
  margin-bottom: 0;
  border-top: 3px solid #d0d0d0;
}
.tab-btn {
  flex: 1;
  padding: 15px 20px;
  border: none;
  background-color: #b8d4e8;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 2px solid #d0d0d0;
}
.tab-btn:first-child {
  border-right: 1px solid #d0d0d0;
}
.tab-btn.active {
  background-color: #f5d97b;
  border-bottom: none;
}
.tab-btn:hover {
  opacity: 0.9;
}
/* タブコンテンツ */
.tab-content {
  display: none;
  padding: 30px 20px;
  background-color: #b8e5f8;
}
.tab-content.active {
  display: block;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .accordion-container {
    padding: 30px 0;
  }
  .accordion-header {
    padding: 25px 3%;
  }
  .accordion-header-inner {
    padding: 0 15px;
  }
  .accordion-toggle {
    width: 28px;
    height: 28px;
    font-size: 1.5rem;
  }
  .tab-btn {
    padding: 12px 15px;
    font-size: 0.95rem;
  }
  .tab-content {
    padding: 20px 15px;
  }
  .point-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .point-card {
    padding: 12px;
  }
  .point-card-icon {
    font-size: 2rem;
  }
  .point-card-text {
    font-size: 0.8rem;
    min-height: 50px;
  }
  .point-badge {
    font-size: 0.85rem;
    padding: 4px 12px;
  }
  .atm-title {
    font-size: 1rem;
  }
  .atm-title strong {
    font-size: 1.15rem;
  }
  .point-table td {
    padding: 10px;
    font-size: 0.9rem;
  }
  .total-value {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .accordion-header-inner {
    padding: 0 12px;
  }
  .accordion-toggle {
    width: 26px;
    height: 26px;
    font-size: 1.3rem;
  }
  .point-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .tab-btn {
    padding: 10px;
    font-size: 0.9rem;
  }
  .tab-content {
    padding: 15px 10px;
  }
  .point-card-text {
    min-height: 40px;
  }
  .campaign-note {
    flex-direction: column;
    text-align: center;
  }
}

.applpbtn {
  max-width: 500px;
  margin: 0 auto;
  padding: 1em 0;
}
.applpbtn a {
  display: block;
  background: #fff url(../img/arrow_right_red.svg) no-repeat 97% center;
  background-size: 6px auto;
  color: #004ea2;
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
  padding: 0.7em;
  text-decoration: none;
  border: solid 1px #004ea2;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.applpbtn a:hover {
  background: #004ea2 url(../img/arrow_right_white.svg) no-repeat 97% center;
  background-size: 6px auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .applpbtn {
    max-width: 500px;
    margin: 0 auto;
    padding: 1em 5vw;
  }
  .applpbtn a {
    display: block;
    background: #fff url(../img/arrow_right_red.svg) no-repeat 97% center;
    background-size: 0.4em auto;
    font-weight: 700;
    font-size: 3.3vw;
    text-align: center;
    padding: 0.7em;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .applpbtn a:hover {
    background: #004ea2 url(../img/arrow_right_white.svg) no-repeat 97% center;
    background-size: 0.4em auto;
    color: #fff;
  }
}

.hirogin-frame {
  position: relative;
  background-color: #e0f5fb;
  border-radius: 30px;
  padding: 15px 20px;
  width: 1024px;
  height: 320px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .hirogin-frame {
    width: 100%;
    max-width: 350px;
    height: auto;
    min-height: 162px;
    margin: auto;
    border-radius: 15px;
  }
}
/* モーダル背景 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease;
}
.modal.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* モーダルコンテンツ */
.modal-content {
  margin: 1% auto;
  padding: 0;
  width: 90%;
  max-width: 1024px;
  animation: slideIn 0.3s ease;
  position: relative;
}
#westerModal2 .modal-content {
  max-width: 720px;
  padding-top: 70px;
}
@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 閉じるボタン */
.modal-close {
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  transition: color 0.3s ease;
}
.modal-close:hover,
.modal-close:focus {
  color: #333;
}
/* モーダル本文 */
.modal-body {
  padding: 60px 70px 30px;
}
.modal-ttl {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  margin: 70px 0 20px;
  color: #fff;
}
.modal-table {
  padding: 1%;
  background: #fff;
}
tbody th {
  background: #0041b4;
}
.modal-body .noteBox {
  padding: 0 15px;
  background: none;
  border: none;
}
.modal-body .noteBox__title {
  margin-bottom: 0;
  color: #e60000;
  background: url(../img/icon_caution_red.svg) no-repeat left center;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .modal-content {
    width: 100%;
    margin: 0 auto 10% auto;
  }
  .modal-body {
    padding: 60px 3% 15px;
  }
  .modal-body > picture img {
    width: 100%;
  }
  .modal-body h2 {
    font-size: 0.825rem;
  }
  .modal-ttl {
    margin: 35px 0 10px;
  }
  .campaign-title {
    font-size: 20px;
  }
  .period {
    font-size: 18px;
  }
  .modal-close {
    right: 15px;
    top: 0;
    font-size: 28px;
  }
  .modal-close img {
    width: 18px;
  }
  tbody th {
    font-size: 0.625rem;
  }
  tbody td {
    font-size: 0.625rem;
  }
  tbody td .noteList > li {
    font-size: 0.625rem;
  }
  .modal-body .noteBox__title {
    font-size: 0.875rem;
  }
  .modal-body .noteBox__body {
    font-size: 0.875rem;
  }
}

/* タブナビゲーション */
.tab-navigation {
  display: flex;
  gap: 25px;
  position: relative;
  padding: 0;
  border-bottom: #004ea2 2px solid;
}
.tab-button {
  flex: 1;
  padding: 50px 20px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #0041b4;
  position: relative;
  border: 2px solid #004ea2;
  border-bottom: none;
  letter-spacing: 6px;
}
.tab-button[data-tab="tamaru"] {
  background-color: #80d4ef;
  border-radius: 10px 10px 0 0;
}
.tab-button[data-tab="tsukau"] {
  background-color: #f4e4a6;
  border-radius: 10px 10px 0 0;
}
.tab-button.active[data-tab="tamaru"] {
  background-color: #80d4ef;
  z-index: 3;
  border-bottom: none;
  margin-bottom: -2px;
}
.tab-button.active[data-tab="tsukau"] {
  background-color: #f4e4a6;
  z-index: 3;
  border-bottom: none;
  margin-bottom: -2px;
}
.tab-button:not(.active) {
  opacity: 1;
  z-index: 1;
}
/* タブコンテンツ */
.tab-content {
  background: white;
}
.tab-pane {
  display: none;
  animation: fadeIn 0.4s ease;
}
.tab-pane.active {
  display: block;
}
.tab-txt {
  display: none;
  animation: fadeIn 0.4s ease;
  margin-top: -60px;
}
.tab-txt.active {
  display: block;
}
.tab-image {
  display: none;
  animation: fadeIn 0.4s ease;
}
.tab-image.active {
  display: block;
}
#tamaru {
  background-color: #80d4ef;
  border: 2px solid #004ea2;
  border-top: none;
  position: relative;
  z-index: 2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#tsukau {
  background-color: #f4e4a6;
  border: 2px solid #004ea2;
  border-top: none;
  position: relative;
  z-index: 2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tamaru-point-boder {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tamaru-point-boder::after {
  display: block;
  content: "";
  height: 353px;
  background: url(../img/tamaru13.png) no-repeat right;
  background-size: 741px 353px;
  margin-top: -25px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tamaru-txt-blue {
  color: #0041b4;
  font-weight: bold;
}
.tamaru-txt-red {
  color: #e60000;
  font-weight: bold;
  line-height: 1.4;
}
.tamaru-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tamaru-flex li img {
  width: 100%;
  max-width: 280px;
}
.roundBtn.ico--pdf a {
  border-radius: 25px;
}
.roundBtn.ico--pdf a > span {
  background: url(../img/ico_pdf.svg) no-repeat right 15px center;
  background-size: 32px 16px;
}
.tamaru-ttl-bnr {
  background: #0041b4;
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 500px;
  padding: 5px;
  border-radius: 22px;
  margin: 0 auto;
}
.tamaru-point-table {
  display: flex;
  width: 100%;
  max-width: 524px;
  border-bottom: 1px solid #0041b4;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #0041b4;
}
.tamaru-point-table dt {
  width: 70%;
}
.tamaru-point-table dd {
  width: 30%;
}
.tamaru-point-total {
  width: 100%;
  max-width: 524px;
  margin: 0 auto;
  color: #0041b4;
  letter-spacing: 3px;
  font-weight: bold;
}
.tsukau-ttl {
  background: #0041b4;
  color: #fff;
  font-size: border;
}
.tsukau-ttl ul {
  display: flex;
  justify-content: center;
}
.tsukau-ttl ul li {
  background: #fff;
  color: #0041b4;
  width: 100%;
  max-width: 370px;
  margin: 25px 10px;
  border-radius: 23px;
}
.tsukau-section {
  background: #d9f2fa;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.tsukau-section h5 {
  color: #0041b4;
  font-weight: bold;
  padding-left: 168px;
}
.tsukau-section dt {
  background: #0041b4;
  color: #fff;
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
  margin: 0 auto;
}
.tsukau-attention {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
#openWesterModal2 {
  background: none;
  border: none;
  cursor: pointer;
}
.tsukau-blue {
  color: #004ea2;
}
.tsukau-red {
  color: #e60012;
}
.commission-illust {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
#inquiry h3 {
  color: #0041b4;
  font-weight: bold;
}
#inquiry .btnWrap a {
  border-radius: 25px;
}
.btnWrap3 a {
  border-radius: 25px;
}
.app-dl {
  color: #0041b4;
}
.app-dl span {
  color: #e60000;
}
.roundBtn2 a {
  border-radius: 31px;
}
.roundBtn2.arrow--blank a > span {
  background-size: 16px 16px;
}
.roundBtn.arrow--blank a > span {
  background-size: 16px 16px;
}
#westerModal2 .modal-body {
  background: #fff;
  width: 94%;
  max-width: 720px;
  padding: 25px 30px;
  margin: auto;
}
#westerModal2 .modal-body h2 {
  color: #0041b4;
}
#westerModal2 .modal-body img {
  width: 100%;
  max-width: 660px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .roundBtn.arrow--blank a > span {
    background-size: 8px 8px;
  }
  .tamaru-point-boder::after {
    height: 161px;
    background: url(../img/tamaru13_sp.png) no-repeat right;
    background-size: 322px 161px;
    margin-top: 20px;
  }
  .tab-navigation {
    gap: 8px;
  }
  .tamaru-flex {
    justify-content: space-evenly;
  }
  .tamaru-flex li img {
    max-width: 160px;
  }
  #westerModal2 .modal-body {
    padding: 15px;
  }
  .tamaru-ttl-bnr {
    max-width: 260px;
  }
  .tamaru-point-table {
    max-width: 300px;
  }
  .tamaru-point-total {
    max-width: 300px;
  }

  .tsukau-ttl ul li {
    max-width: 370px;
    margin: 15px 10px;
    padding: 2px 0;
    border-radius: 10px;
  }
  .tsukau-section {
    max-width: 327px;
  }
  .tsukau-section h5 {
    padding-left: 92px;
  }
  .tsukau-section dt {
    max-width: 305px;
  }
  .tsukau-attention {
    max-width: 327px;
  }
  .tab-txt {
    margin: auto;
    margin-top: -20px;
    width: 350px;
  }
}
/* コンテンツセクション */
.content-section {
  padding: 20px;
}
/* レスポンシブデザイン */
@media (max-width: 480px) {
  .tab-button {
    font-size: 0.875rem;
    padding: 20px;
  }
}

.commission-overview {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.commission-content-ttl {
  color: #0041b4;
}
.commission-content-flame {
  position: relative;
  width: 100%;
  max-width: 920px;
  height: 1510px;
  border: 2px solid #004ea2;
  border-radius: 16px;
  background: url(../img/commission_02.png) no-repeat center center;
  background-size: 860px;
  background-color: #fff;
}
.commission-content-flame-up {
  position: relative;
  margin: auto;
}
.commission-content-flame-up h4 {
  color: #0041b4;
}
.commission-content-flame-up ul {
  position: relative;
  height: 280px;
}
.commission-content-flame-up ul li {
  position: absolute;
}
.commission-content-flame-up ul li:nth-child(1) {
  top: 15px;
  left: 165px;
}
.commission-content-flame-up ul li:nth-child(2) {
  top: 15px;
  right: 165px;
}
.commission-content-flame-up ul li:nth-child(3) {
  bottom: 80px;
  left: 30px;
}
.commission-content-flame-up ul li:nth-child(4) {
  bottom: 80px;
  left: 50%;
  margin-left: -128px;
}
.commission-content-flame-up ul li:nth-child(5) {
  bottom: 80px;
  right: 30px;
}
.commission-content-flame-up button {
  margin: 0;
  padding: 0;
  border: none;
}
.commission-content-flame-up button {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.commission-content-flame-up button:hover {
  transform: scale(1.02);
  opacity: 0.9;
}
.judgement-ttl {
  background: #0041b4;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 85px;
}
.judgement-txt-red {
  color: #e60000;
}
.commission-content-flame-down {
  position: relative;
  margin: auto;
}
.commission-content-flame-down h4 {
  color: #0041b4;
}
.commission-content-flame-down .attention {
  position: absolute;
  bottom: 0;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .commission-overview {
    border-radius: 6px;
  }
  .commission-content-flame {
    max-width: 355px;
    height: 880px;
    border-radius: 8px;
    background: url(../img/commission_02_sp.png) no-repeat center center;
    background-size: 335px;
    background-color: #fff;
  }
  .commission-content-flame-up ul li:nth-child(1) {
    top: 0;
    left: 70px;
  }
  .commission-content-flame-up ul li:nth-child(2) {
    top: 0;
    right: 70px;
  }
  .commission-content-flame-up ul li:nth-child(3) {
    bottom: 60px;
    left: 20px;
  }
  .commission-content-flame-up ul li:nth-child(4) {
    bottom: 60px;
    left: 50%;
    margin-left: -50px;
  }
  .commission-content-flame-up ul li:nth-child(5) {
    bottom: 60px;
    right: 20px;
  }
  .judgement-ttl {
    font-size: 18px;
    line-height: 60px;
  }
  .commission-content-flame-up ul {
    height: 245px;
  }
}
.roundBtn.color--blue .button-bnr {
  border-color: #a4bfe1;
}
.roundBtn .button-bnr {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #6d7680;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  background: #fff;
  border: 1px solid #a4bfe1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(33, 36, 40, 0.2);
  -moz-box-shadow: 0px 1px 2px 0px rgba(33, 36, 40, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(33, 36, 40, 0.2);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.roundBtn.arrow--right .button-bnr > span {
  background: url(/common/images/arrow_right_red.svg) no-repeat right 12px
    center;
  background-size: 6px 9px;
}
.roundBtn .button-bnr > span {
  display: table-cell;
  padding: 0 30px;
  vertical-align: middle;
}
.roundBtn.color--blue .button-bnr:hover {
  background: #126de0;
  border-color: #126de0;
}
.roundBtn.color--blue .button-bnr:hover .text--main {
  color: #fff;
}

.accordion-title > a {
  color: #fff;
}
.anchor {
  padding-top: 115px;
  margin-top: -115px;
}
.anchor2 {
  margin-top: -50px;
}
.anchor3 {
  margin-top: -70px;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
  .anchor2 {
    margin-top: -65px;
  }
}
@media (min-width: 767px) {
  .pc_h1080 {
    height: 1080px !important;
  }
}

.button-wrapper {
  position: relative;
  display: inline-block;
}

.small-hitbox {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 257px;
  height: 86px;
  background-color: rgba(255, 0, 0, 0); /* デバッグ用に赤半透明 */
  border: none;
  cursor: pointer;
  z-index: 10;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .small-hitbox {
    top: 44px;
    left: 50%;
    margin-left: -22px !important;
    width: 44px;
    height: 44px;
  }
}
