@charset "UTF-8";
/* =========================================================
 Base
========================================================= */
:root {
  --primary-color: #5d6;
  /* メインビジュアル、見出し、ボタンに使用される色 */
  --text-color: #333333;
  /* 本文テキストカラー */
  --accent-color: #ffdb46;
  --cv-color: #1a9abe;
  /* table */
  --td-color: var(--text-color);
  /* テーブルデータ文字色 */
  --th-bg: rgba(22, 116, 134, 0.6);
  /* テーブルヘッダー背景 */
  --th-sub-bg: rgba(123, 186, 198, 0.5);
  /* テーブルヘッダー２背景 */
  --td-bg: rgba(227, 246, 242, 0.5);
  /* テーブルデータ背景 */
  --th-color: #fff;
  /* テーブルヘッダー文字色 */
  --th-sub-color: var(--text-color);
  /* テーブルヘッダー２文字色 */
  --th-primary: var(--primary-color);
  --td-primary-normal: #fbf1e4;
  --td-primary-sum: #ffeace;
  --td-secondary: rgba(179, 222, 229, 0.3);
}

/*=============================
  背景
============================= */
.background-1 {
  background-color: #fcf5d8;
}

.background-2 {
  background-color: #fff;
}

.background-3 {
  background: #fbf1e4 url("../images/campaign/period_bg_2.jpg") no-repeat right bottom/contain;
}

@media (min-width: 960px) {
  .background-3 {
    background-size: 33% auto;
  }
}

.background-4 {
  background-color: #ffeeaa;
}

.background-img-1 {
  background: url("../images/common/bg_img_1_sp.jpg") no-repeat left center/cover;
}

@media (min-width: 960px) {
  .background-img-1 {
    background: url("../images/common/bg_img_1_pc.jpg") no-repeat left center/cover;
  }
}

/*=============================
  レイアウト
============================= */
.l-section {
  padding: 50px 0;
}

@media (min-width: 960px) {
  .l-section {
    padding: 80px 0;
  }
}

.l-section-inner {
  padding: 0 20px;
  max-width: 1160px;
  margin: 0 auto;
}

.l-section-inner + .l-section-inner {
  margin-top: 50px;
}

@media (min-width: 960px) {
  .l-section-inner + .l-section-inner {
    margin-top: 80px;
  }
}

.column + .column {
  margin-top: 30px;
}

.column-inner {
  padding: 10px;
}

@media (min-width: 960px) {
  .column-inner {
    padding: 30px;
  }
}

.white-column {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 0;
}

@media (min-width: 960px) {
  .white-column {
    padding: 50px 0;
  }
}

.white-column-inner {
  padding: 0 15px;
}

@media (min-width: 960px) {
  .white-column-inner {
    padding: 0 40px;
  }
}

.gray-column {
  background-color: #ededed;
  border-radius: 4px;
}

.border-column {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #333333;
}

/*=============================
  グリッド
============================= */
.row {
  /* カラム間隔 */
}

.row + .row {
  margin-top: 30px;
}

@media (min-width: 960px) {
  .row {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.row.gx {
  /* 水平方向 */
}

.row.gx-10 {
  --bs-gutter-x: 10px;
}

.row.gx {
  /* 水平方向 */
}

.row.gx-20 {
  --bs-gutter-x: 20px;
}

.row.gx {
  /* 水平方向 */
}

.row.gx-30 {
  --bs-gutter-x: 30px;
}

.row.gx {
  /* 水平方向 */
}

.row.gx-40 {
  --bs-gutter-x: 40px;
}

.row.gx {
  /* 水平方向 */
}

.row.gx-50 {
  --bs-gutter-x: 50px;
}

.row.gy {
  /* 垂直方向 */
}

.row.gy-10 {
  --bs-gutter-y: 10px;
}

.row.gy {
  /* 垂直方向 */
}

.row.gy-20 {
  --bs-gutter-y: 20px;
}

.row.gy {
  /* 垂直方向 */
}

.row.gy-30 {
  --bs-gutter-y: 30px;
}

.row.gy {
  /* 垂直方向 */
}

.row.gy-40 {
  --bs-gutter-y: 40px;
}

.row.gy {
  /* 垂直方向 */
}

.row.gy-50 {
  --bs-gutter-y: 50px;
}

.row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

@media (max-width: 959px) {
  .row .col + .col {
    margin-top: 30px;
  }
}

@media (min-width: 960px) {
  .row .col {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
}

@media (min-width: 960px) {
  .row.ratio-1-2 .col:first-child {
    width: 33.3%;
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
  }
  .row.ratio-1-2 .col:nth-child(2) {
    width: 66.6%;
    -ms-flex-preferred-size: 66.6%;
        flex-basis: 66.6%;
  }
  .row.ratio-2-1 .col:first-child {
    width: 66.6%;
    -ms-flex-preferred-size: 66.6%;
        flex-basis: 66.6%;
  }
  .row.ratio-2-1 .col:nth-child(2) {
    width: 33.3%;
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
  }
  .row-col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row-col2 > .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-col3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row-col3 > .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

/*=============================
  ボタン
============================= */
.btn {
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 16px;
  min-height: 60px;
  width: 100%;
  font-weight: 700;
  max-width: 376px;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  padding: 5px 30px;
}

.btn-secondary {
  color: var(--primary-color);
  background-color: #fff;
  padding: 5px 30px;
}

.btn-cv {
  background-color: #fff;
  color: var(--cv-color);
  padding: 5px 30px;
}

.btn-icon-right {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}

.btn-icon-right [class*="icon-"] {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-icon-left {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}

.btn-icon-left [class*="icon-"] {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-wrap-bottom {
  margin-top: 30px;
}

@media (min-width: 960px) {
  .btn-wrap-bottom {
    margin-top: 40px;
  }
}

.btn-wrap-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*=============================
  ヘッダー
============================= */
.campaign-header {
  background-color: #fff;
}

.campaign-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  max-width: 1160px;
  margin: 0 auto;
}

.campaign-header .header-left {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-header .header-right {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-header .header-logo {
  width: 67px;
  display: block;
}

@media (min-width: 960px) {
  .campaign-header .header-logo {
    width: 88px;
  }
}

.campaign-header .header-logo-txt {
  font-size: 10px;
  font-weight: bold;
  margin-left: 6px;
  display: inline-block;
  word-break: keep-all;
  color: #555;
}

@media (min-width: 960px) {
  .campaign-header .header-logo-txt {
    font-size: 16px;
  }
}

.campaign-header .header-btn {
  border: 1px solid var(--text-color);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 14px;
  line-height: 38px;
}

.campaign-header .header-hamburger {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 960px) {
  .campaign-header .header-hamburger {
    margin-left: 50px;
  }
}

.campaign-header .header-hamburger-borders {
  width: 30px;
  height: 26px;
  position: relative;
  display: block;
}

.campaign-header .header-hamburger-borders > span {
  background-color: var(--text-color);
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
}

.campaign-header .header-hamburger-borders > span:nth-child(1) {
  top: 0;
  left: 0;
}

.campaign-header .header-hamburger-borders > span:nth-child(2) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.campaign-header .header-hamburger-borders > span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.campaign-header .header-hamburger-txt {
  display: none;
}

@media (min-width: 960px) {
  .campaign-header .header-hamburger-txt {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
  }
}

/*=============================
  フッター
============================= */
.campaign-footer {
  background-color: #f6f6f6;
  font-size: 13px;
  position: relative;
}

@media (min-width: 960px) {
  .campaign-footer {
    font-size: 14px;
  }
}

.campaign-footer .page-top {
  width: 44px;
  position: absolute;
  right: 6px;
  top: 30px;
}

@media (min-width: 960px) {
  .campaign-footer .page-top {
    width: 56px;
    right: 12px;
    top: 40px;
  }
}

.campaign-footer .footer-inner {
  padding: 40px 20px;
  max-width: 1160px;
  margin: 0 auto;
}

.campaign-footer .footer-attention {
  padding-left: 28px;
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 15px;
}

@media (min-width: 960px) {
  .campaign-footer .footer-attention {
    font-size: 18px;
    padding-left: 34px;
  }
}

.campaign-footer .footer-attention:before {
  width: 22px;
  height: 22px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/common/attention.png") no-repeat center/contain;
}

@media (min-width: 960px) {
  .campaign-footer .footer-attention:before {
    height: 26px;
    width: 26px;
  }
}

.campaign-footer .footer-ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media (min-width: 960px) {
  .campaign-footer .footer-ttl {
    font-size: 14px;
  }
}

.campaign-footer .footer-col {
  margin-bottom: 20px;
}

.campaign-footer .footer-col:last-child {
  margin-bottom: 0;
}

.campaign-footer .footer-copy {
  color: #989898;
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

/*=============================
  見出し
============================= */
.heading-wrap {
  margin-bottom: 30px;
}

.heading-en {
  color: var(--primary-color);
  opacity: 0.5;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .heading-en {
    font-size: 18px;
  }
}

.heading-2 {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
}

@media (min-width: 960px) {
  .heading-2 {
    font-size: 40px;
    letter-spacing: 0.05em;
  }
}

.heading-3 {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
}

@media (min-width: 960px) {
  .heading-3 {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
}

.heading-4 {
  color: var(--primary-color);
  font-size: 18px;
}

@media (min-width: 960px) {
  .heading-4 {
    font-size: 20px;
  }
}

.heading-center {
  text-align: center;
}

/*=============================
  テキスト
============================= */
.txt-general {
  font-size: 14px;
}

@media (min-width: 960px) {
  .txt-general {
    font-size: 16px;
  }
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fz-12 {
  font-size: 12px;
}

.fz-15 {
  font-size: 15px;
}

.fz-20 {
  font-size: 20px;
}

.fz-28 {
  font-size: 28px;
}

.fz-30 {
  font-size: 30px;
}

.fz-38 {
  font-size: 38px;
}

.txt-link {
  color: #000;
  text-decoration: underline;
}

.color-primary {
  color: var(--primary-color);
}

.color-accent {
  color: var(--accent-color);
}

.color-white {
  color: #fff;
}

.ta-right {
  text-align: right;
}

.ta-center {
  text-align: center;
}

.att-txt {
  padding-left: 1em;
  position: relative;
  font-size: 12px;
}

.att-txt:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.att-txt + .att-txt {
  margin-top: 6px;
}

/*=============================
  リスト
============================= */
.unordered-list > li {
  padding-left: 1em;
  position: relative;
}

.unordered-list > li + li {
  margin-top: 8px;
}

.unordered-list > li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ordered-list {
  counter-reset: ol;
}

.ordered-list > li {
  counter-increment: ol;
  padding-left: 1em;
  position: relative;
}

.ordered-list > li + li {
  margin-top: 8px;
}

.ordered-list > li:before {
  font-size: 1.2em;
  content: counter(ol);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
}

/*=============================
  main visual
============================= */
.campaign-mv {
  background-color: var(--primary-color);
}

.campaign-mv-inner {
  padding: 20px;
  max-width: 1160px;
  margin: 0 auto;
}

/*=============================
  キャンペーン期間
============================= */
.campaign-date {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 20px;
  background-color: var(--accent-color);
}

.campaign-date-block {
  display: block;
}

@media (min-width: 960px) {
  .campaign-date-block {
    display: inline-block;
  }
}

.campaign-date-block .small {
  font-weight: normal;
  font-size: 14px;
}

.campaign-period {
  font-size: 12px;
}

@media (min-width: 375px) {
  .campaign-period {
    font-size: 16px;
  }
}

.campaign-period + .campaign-period {
  margin-top: 10px;
}

.campaign-period .period-strong {
  font-size: 20px;
  font-weight: bold;
  margin: 0 6px;
}

@media (min-width: 375px) {
  .campaign-period .period-strong {
    font-size: 26px;
  }
}

@media (min-width: 960px) {
  .campaign-period .period-strong {
    font-size: 32px;
  }
}

/*=============================
  アプリ
============================= */
.app-block {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.app-detail {
  padding: 15px;
}

@media (min-width: 960px) {
  .app-detail {
    padding: 20px;
  }
}

.app-links {
  font-size: 0;
}

@media (min-width: 960px) {
  .app-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.app-link-img {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
}

.app-link-img:first-child {
  margin-right: 10px;
}

.app-link-img img {
  height: 48px;
  width: auto;
}

@media (min-width: 960px) {
  .app-link-img img {
    height: 50px;
  }
}

/*=============================
  バナー
============================= */
.banner-block {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  display: block;
}

.banner-img {
  position: relative;
}

.banner-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.41791%;
}

.banner-img > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-detail-inner {
  padding: 20px;
}

.banner-ttl {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.banner-txt {
  font-size: 14px;
}

/*=============================
  テーブル
============================= */
.table-wrap {
  width: 100%;
  margin-top: 30px;
  overflow: auto;
}

@media (min-width: 960px) {
  .table-wrap {
    margin-top: 40px;
  }
}

.table-general {
  background-color: #fff;
  border-collapse: collapse;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.table-general th {
  border: 2px solid #fff;
  background-color: var(--th-bg);
  color: var(--th-color);
  padding: 5px 10px;
  width: auto;
  font-size: 12px;
}

@media (min-width: 960px) {
  .table-general th {
    padding: 15px;
    font-size: 14px;
  }
}

.table-general td {
  border: 2px solid #fff;
  background-color: var(--td-bg);
  color: var(--td-color);
  padding: 5px 10px;
  max-width: 310px;
  width: 100%;
  font-size: 12px;
}

@media (min-width: 960px) {
  .table-general td {
    padding: 15px;
    font-size: 14px;
  }
}

.table-general th strong,
.table-general td strong {
  font-weight: bold;
}

.table-general th.cell-primary,
.table-general td.cell-primary {
  background-color: var(--th-primary);
}

.table-general th.cell-primary-normal,
.table-general td.cell-primary-normal {
  background-color: var(--td-primary-normal);
}

.table-general th.cell-primary-sum,
.table-general td.cell-primary-sum {
  background-color: var(--td-primary-sum);
}

.table-general th.cell-sub,
.table-general td.cell-sub {
  background-color: var(--th-sub-bg);
  color: var(--th-sub-color);
  text-align: left;
}

.table-general th.cell-secondary,
.table-general td.cell-secondary {
  background-color: var(--td-secondary);
}

.table-general .width-600 {
  width: 600px;
}

.table-general .width-200-260 {
  width: 200px;
}

@media (min-width: 960px) {
  .table-general .width-200-260 {
    width: 260px;
  }
}

.table-general .font-xl {
  font-size: 24px;
}

@media (min-width: 960px) {
  .table-general .font-xl {
    font-size: 30px;
  }
}

.table-general .font-l {
  font-size: 18px;
}

@media (min-width: 960px) {
  .table-general .font-l {
    font-size: 20px;
  }
}

.currency-icon {
  display: inline-block;
  width: 13px;
  margin-right: 3px;
}

.currency-icon img {
  display: block;
}
