/** @format */

@charset 'utf-8';
/* ============ STYLE ============ */
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
section {
  position: relative;
}
a {
  display: block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  cursor: pointer;
  opacity: 0.9;
}
*:focus {
  outline: none;
}
img {
  display: block;
  max-width: 100%;
}
button {
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
body.scroll-disable {
  overflow: hidden;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

:root {
  --bg: #00a6e9;
  --main: #633d0e;
  --primary: #c30d23;
  --bright: #ffed00;
  --blue: #036eb8;
}

/* bg */
.bg {
  background: var(--bg);
}

/* layout */
.wrap {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrap {
    width: 100%;
  }
}
.frame01,
.frame02,
.frame03 {
  margin: 0 auto;
  width: 90%;
  background: #fff;
  border: 3px solid var(--main);
  border-radius: 10px;
  padding: 5%;
  overflow: hidden;
}
.frame01, 
.frame02 {
  border-radius: 0 0 10px 10px;
  border-top: none;
}
.frame02 {
  border-color: var(--primary);
}
.ttl01,
.ttl02 {
  position: relative;
  margin: 0 auto;
  width: 90%;
  background: var(--main);
  border-radius: 10px 10px 0 0;
  padding: 8px 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl02 {
  background: var(--primary);
}
.line {
  width: 100%;
  height: 1px;
  background: var(--main);
  margin: 30px 0;
}

/* btn */
.btn {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background: var(--primary);
  color: #fff;
  border-radius: 30px;
}
/* 右端の▶（アコーディオン見出しの .btn には付けない） */
a.btn::after,
button.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
}
.btn.icon::before {
  content: "";
  position: absolute;
  left: 5px;
  width: auto;
  height: 45px;
  aspect-ratio: 158 / 144;
  background: url(../img/common/parts.png) no-repeat center / contain;
  transform: scale(-1, 1);
}
.btnBack {
  color: #000;
  background: #fff;
  border: 2px solid #000;
}
a.btn.btnBack::after {
  border-color: transparent transparent transparent #000;
}
.btnSearch {
  color: var(--blue);
  background: #fff;
  border: 2px solid var(--blue);
}
a.btn.btnSearch::after {
  content: none;
}
.btnSearch::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  background: url(../img/second/search.png) no-repeat center / contain;
}

/* -----------202609-tjht ----------- */
.cpEnd .cpEnd_active,
.cpEnd_hide {
  display: block;
}
.cpEnd_active,
.cpEnd .cpEnd_hide {
  display: none;
}

/* -----------キャンペーン内容 ----------- */
/* -----------対象メーカー ----------- */
.frame01.maker {
  padding: 0;
}
.maker_contents {
  max-height: none !important;
}
.makerLogo {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.makerLogo li {
  height: 45px;
}
.makerLogo li a {
  width: 100%;
  height: 100%;
}
.makerLogo li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* -----------対象商品一例 ----------- */

/* ----------注意書き --------------*/
.noteList {
  font-size: 12px;
  line-height: 1.4;
}
.noteList li {
  padding-left: 1em;
  text-indent: -1em;
}
.noteList li::before {
  content: "\203B";
}
/* ※をなしの場合 */
.noteList li.symbolNo {
  padding-left: 0;
  text-indent: 0;
}
.noteList li.symbolNo::before {
  content: none;
}

/* 参加の流れ */
.stepWrap {
  padding-bottom: 20px;
}
.stepTitle {
  display: flex;
  align-items: center;
  gap: 5px;
}
.stepTitleTxt {
  font-size: 17px;
  font-weight: 800;
  color: var(--blue);
}
.stepNo {
  width: 45px;
}
.stepTxt {
  margin-top: 10px;
  font-weight: 700;
  font-size: 13px;
}

/* セイムスアプリ限定スタイル */
.stepAppTxt {
  margin: 15px 0 10px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  color: var(--primary);
}
.stepAppTxt2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
.stepAppTxt2::before,
.stepAppTxt2::after {
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
}
.stepAppTxt2::before {
  transform: rotate(-25deg);
}
.stepAppTxt2::after {
  transform: rotate(25deg);
}

/* ダウンロードボタン */
.downloadWrap {
  margin: 0 auto;
  width: 90%;
  padding: 15px;
  background: #efefef;
  border-radius: 10px;
}
.downloadTitle {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.downloadBtnWrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.downloadBtnWrap2 {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.downloadBtn1 {
  width: 41%;
}
.downloadBtn2 {
  width: 50%;
}

/* 参加フォーム */
.formTxt {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.agreeWrap {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 14px;
}
.agreeWrap * {
  cursor: pointer;
}
.agreeCheck {
  position: relative;
  width: 15px !important;
  height: 15px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
}
.agreeCheck:checked:before {
  position: absolute;
  top: -6px;
  left: 2px;
  transform: rotate(50deg);
  width: 10px;
  height: 18px;
  border-right: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  content: "";
}
/* -----------参加完了 ----------- */
.completeBg {
  background: url(../img/second/complete_bg.png) no-repeat top center / 100% auto;
}

.completeBefore {
  position: relative;
  width: 72%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px auto 0;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 13px;
  border-radius: 3px;
  z-index: 1;
}

/* -----------参加状況 ----------- */
.statusLabel {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px dotted var(--main);
}
.statusNoTxt {
  margin: 20px 0;
  font-weight: 800;
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
}
.statusActiveWrap1 {
  margin: 10px 0 15px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}
.statusDt01 {
  font-size: 60px;
}
.ouboData {
  position: relative;
  padding: 0 15px;
  height: 70px;
  display: flex;
  align-items: center;
  border: 2px solid var(--primary);
  border-radius: 5px;
}
.ouboData_label {
  font-size: 15px;
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.03em;
  flex: 1;
}
.ouboData_count {
  position: relative;
  top: -2px;
  flex: 0 0 auto;
  text-align: right;
  gap: 5px;
  font-weight: 700;
  font-size: 17px;
}
.ouboData_num {
  font-size: 50px;
}

/* 参加状況切替クラス */
/* 該当ステータス以外を隠すだけ。表示時は各要素の display をそのまま使う */
#status:not(.statusNo) .itemNo,
#status:not(.statusActive) .itemActive,
#status:not(.statusEnd) .itemEnd,
#status:not(.statusMax) .itemMax {
  display: none;
}

/* -----------トレジャーワード入力 ----------- */
#word .ttl02::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -15px;
  width: auto;
  height: 70px;
  aspect-ratio: 158 / 144;
  background: url(../img/common/parts.png) no-repeat center / contain;
}
.wordWrap {
  width: 90%;
  height: 35px;
  display: flex;
  margin: 0 auto;
  border: 1px solid #000;
}
.wordInput {
  width: calc(100% - 60px);
  padding: 0 15px;
  border: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.wordInput::placeholder {
  color: #b5b5b6;
  font-size: 26px;
}
.wordBtn {
  width: 60px;
  background: var(--primary);
  color: #fff;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
}
.ouboTxt {
  position: relative;
  margin: 0 auto 10px;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: var(--primary);
  padding-left: 5px;
}
.ouboTxt::before {
  left: -10px;
  transform: rotate(-35deg);
}
.ouboTxt::before,
.ouboTxt::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 2px;
  height: 15px;
  background: var(--primary);
}
.ouboTxt::after {
  right: -10px;
  transform: rotate(35deg);
}

/* 切り替え */

#word.wordEnd .wordWrap {
  border: 1px solid rgba(62, 62, 62, 0.5);
}
#word.wordEnd .wordInput {
  pointer-events: none;
}
#word.wordEnd .wordBtn {
  background: rgba(62, 62, 62, 0.5);
  pointer-events: none;
}

/* -----------つなぎ ----------- */
.joint {
  width: 90%;
  margin: 0 auto;
  background: var(--main);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding: 10px 10px 25px;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 25px), 50% 100%, 0% calc(100% - 25px));
}

/* -----------応募 ----------- */
.ouboHead {
  /* section が position: relative のため、指定がないと画像がセクションの下に隠れる */
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
/* 直下の子要素が隣り合ったところに自動で区切り線を入れる（先頭には付かない） */
.ouboList > * + * {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--main);
}
.ouboWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.oubolabel {
  background: var(--main);
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.oubo_select {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.oubo_select label {
  font-weight: 600;
  font-size: 18px;
}
.oubo_select .selectbox {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 30px;
  width: 80px;
}
.oubo_select .selectbox::before {
  content: "";
  position: absolute;
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  z-index: 1;
}
.oubo_select .selectbox::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  background: var(--main);
  pointer-events: none;
}
.oubo_select .selectbox select {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  text-align: center;
  border: 1px solid var(--main);
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* 切り替え */
/* .active あり：口数セレクトを表示（.oubo_select の初期値は display: none） */
#oubo .ouboWrap.active .oubo_select {
  display: flex;
}
/* .active なし：抽選スタートボタンをグレーにして押せなくする */
#oubo .ouboWrap:not(.active) .btnOubo {
  background: #a5a5a5;
  pointer-events: none;
}

/* -----------当選 ----------- */
#elect .ttl02::after {
  content: "";
  position: absolute;
  top: -110%;
  right: 0;
  width: 100%;
  aspect-ratio: 750 / 210;
  background: url(../img/second/fuji_parts.png) no-repeat center / contain;
}

/* ----------- 抽選結果 ----------- */

/* 切り替え */
.ouboElect.active {
  display: flex;
}
.ouboElect:not(.active)  {
  display: none;
}

#mydata .dataList li {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
  margin-bottom: 7px;
  color: var(--main);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
}
/* term と numWrap の間だけに点線を引く。
   ::after を flex アイテムにして order で間に挟み、flex: 1 で隙間を埋める */
#mydata .dataList li::after {
  content: "";
  order: 1;
  flex: 1;
  align-self: center;
  height: 2px;
  margin: 0 5px;
  background-image: radial-gradient(circle, #000000 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 8px 2px;
}
#mydata li .term {
  order: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#mydata li .numWrap {
  order: 2;
  padding: 0 15px;
  display: flex;
  gap: 3px;
  align-items: baseline;
}
#mydata li .numWrap .num {
  font-size: 34px;
  font-family: "din", sans-serif;
  text-align: right;
}
#mydata .dataList li.atariItem {
  position: relative;
  background: var(--bright);
}
#mydata .dataList li.atariItem .num {
  color: var(--primary);
}

#movieArea {
  margin: 0 auto;
}
#movieArea img {
  display: block;
  width: 100%;
  height: auto;
}
#resultArea {
  display: none;
}
#resultArea.active {
  display: block;
  animation: appear 1s ease;
}
@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -----------エラー ----------- */
.errorTxt {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* -----------------------
  アコーディオン
-------------------------- */
/* 基本のアコーディオン */
.toggle_contents_other {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.toggle_title_other {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background: #fff;
  border: 2px solid var(--blue);
  color: var(--blue);
}
.toggle_btn_other {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.toggle_btn_other:before,
.toggle_btn_other:after {
  display: block;
  content: "";
  background-color: var(--blue);
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.toggle_btn_other:before {
  width: 2px;
  height: 15px;
}
.toggle_title_other.selected .toggle_btn_other {
  transform: translateY(-50%) rotate(90deg);
}
.toggle_title_other.selected .toggle_btn_other:after {
  content: normal;
}

/* 対象メーカーのアコーディオン（カテゴリ見出し） */
.toggle_title_other.maker {
  width: 100%;
  height: 40px;
  background: var(--bright);
  border: none;
  border-top: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.toggle_title_other.maker .toggle_btn_other:before,
.toggle_title_other.maker .toggle_btn_other:after {
  background-color: #000;
}

/* アコーディオン中身 */
.toggle_contents_other dd {
  display: none;
}
.toggle_contents_other_bk {
  width: 100%;
  text-align: justify;
}
.maker_toggle {
  border-radius: 7px;
  margin-top: 10px;
  background: #fff;
}
.makerList {
  padding: 15px 5%;
}
.makerList li {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
}

/* アコーディオン2列の場合 */
.makerList .makerName {
  width: 40%;
}
.makerList .makerTxt {
  width: 60%;
}

.toggle_contents_other_kiyaku {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.toggle_contents_other_kiyaku dd {
  display: none;
  padding: 10px 0 0;
  font-size: 13px;
  line-height: 1.3;
}

.toggle_contents_other_bk_kiyaku {
  width: 100%;
  text-align: justify;
  padding: 15px 0 0;
  max-height: 50vh;
  overflow-y: scroll;
}
.toggle_contents_other_bk_kiyaku::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 15px;
  border-radius: 20px;
}
.toggle_contents_other_bk_kiyaku::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 20px;
}

/* -----------------------
  common
-------------------------- */
.inner {
  width: 375px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.inner94 {
  width: 375px;
  max-width: 94%;
  margin: 0 auto;
}
.inner95 {
  width: 375px;
  max-width: 95%;
  margin: 0 auto;
}
.inner90 {
  width: 375px;
  max-width: 90%;
  margin: 0 auto;
}
.inner80 {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}
.inner84 {
  width: 84%;
  max-width: 84%;
  margin: 0 auto;
}
.inner88 {
  width: 85%;
  max-width: 85%;
  margin: 0 auto;
}
.inner88 {
  width: 88%;
  max-width: 88%;
  margin: 0 auto;
}
.inner75 {
  width: 375px;
  max-width: 75%;
  margin: 0 auto;
}
.inner70 {
  width: 375px;
  max-width: 70%;
  margin: 0 auto;
}
.inner65 {
  width: 375px;
  max-width: 65%;
  margin: 0 auto;
}
.inner60 {
  width: 375px;
  max-width: 60%;
  margin: 0 auto;
}

/* モーダル */
.fix {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.modal_inner {
  /* display: none; */
  position: absolute;
  width: 90%;
  max-width: 355px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px 0 40px;
  z-index: 999;
  text-align: center;
}

/*------------ Swiper-------------- */
/* mvSlider */
.mvSlider {
  margin: 15px 0 10px;
}
.mvSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.mvSlider .swiper-slide {
  height: 80px;
  padding-bottom: 3px;
}
.mvSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

/* makerSlider */
.makerSlider .swiper-slide a:not(:last-child) {
  margin-bottom: 10px;
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin: 20px auto 0;
  position: relative;
  width: 90%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  margin: 0 !important;
  height: 5px;
  width: calc(100% / 20);
  background-color: var(--blue);
  opacity: 1;
  border-radius: 1px;
  position: relative;
}
.swiper-pagination-bullet-active::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* スクロールバー */
.swiper-scrollbar {
  width: 90% !important;
  margin: 20px auto 30px;
  position: initial !important;
  opacity: 1;
  background: var(--red);
}
.swiper-scrollbar-drag {
  background: var(--yellow);
  border-radius: 0;
}

/* -----------------------
  form
-------------------------- */
/* select */
select option {
  color: #2b0e04;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

/* -----------------------
  kiyaku
-------------------------- */
.kiyakuMsg {
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1.6;
  white-space: nowrap;
}

/*_tos 本キャンペーンの規約ページ用*/
.frameWrap {
  padding: 30px 0 40px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.kiyakuBG {
  background: var(--bg);
}

/* 参加フォームエラーメッセージ */
.header_emesg {
  padding: 1em;
  color: #ff0000;
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
}
.msg {
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
}

/* -----------------------
  fixed BTN
-------------------------- */
.fixBtnArea {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  z-index: 999;
  width: 375px;
}
.fixBtnItem {
  width: 90%;
}
@media only screen and (max-width: 640px) {
  .fixBtnArea {
      width: 100%;
  }
}

/* -----------------------
  footer
-------------------------- */
.footer {
  padding: 35px 0 25px;
  font-size: 14px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

#footerAttentionArea ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.imgFooter {
  width: 160px;
  margin: 21px auto;
}
.footerBtnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btnFootNav {
  position: relative;
  width: 50%;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  background-color: var(--main);
  border: solid 1px #fff;
}
.btnFootNav a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footerNav {
  list-style: none;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding: 19px 0 16px;
}
#footerNav li {
  padding: 0 2em;
  line-height: 30px;
  text-align: center;
}
#footerNav li:first-child {
  border-left: none;
}
#footerNav li a {
  text-decoration: none;
  color: #000000;
}
.copyright {
  font-size: 11px;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1px;
}

/* -----------------------
  Parts
-------------------------- */
/* width */
.w40 {
  display: block;
  width: 40%;
  margin: 0 auto;
}
.w45 {
  display: block;
  width: 45%;
  margin: 0 auto;
}
.w50 {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.w60 {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.w65 {
  display: block;
  width: 65%;
  margin: 0 auto;
}
.w70 {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.w75 {
  display: block;
  width: 75%;
  margin: 0 auto;
}
.w80 {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.w85 {
  display: block;
  width: 85%;
  margin: 0 auto;
}
.w90 {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.w95 {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.w110 {
  display: block;
  width: 110%;
  max-width: 110%;
  margin: 0 auto;
}

/* margin */
.m_auto {
  margin-left: auto;
  margin-right: auto;
}
.my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* margin-top */
.mt-150 {
  margin-top: -150px;
}
.mt-140 {
  margin-top: -140px;
}
.mt-100 {
  margin-top: -100px;
}
.mt-80 {
  margin-top: -80px;
}
.mt-70 {
  margin-top: -70px;
}
.mt-40 {
  margin-top: -40px;
}
.mt-35 {
  margin-top: -35px;
}
.mt-20 {
  margin-top: -20px;
}

.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mt85 {
  margin-top: 85px;
}
.mt90 {
  margin-top: 90px;
}
.mt95 {
  margin-top: 95px;
}
.mt100 {
  margin-top: 100px;
}
.mt110 {
  margin-top: 110px;
}
.mt120 {
  margin-top: 120px;
}
.mt130 {
  margin-top: 130px;
}
.mt140 {
  margin-top: 140px;
}
.mt150 {
  margin-top: 150px;
}

.mb0 {
  margin-bottom: 0px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb130 {
  margin-bottom: 130px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb150 {
  margin-bottom: 150px;
}

.ml_auto {
  margin-left: auto;
}
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml65 {
  margin-left: 65px;
}
.ml70 {
  margin-left: 70px;
}
.ml75 {
  margin-left: 75px;
}
.ml80 {
  margin-left: 80px;
}
.ml85 {
  margin-left: 85px;
}
.ml90 {
  margin-left: 90px;
}
.ml95 {
  margin-left: 95px;
}
.ml100 {
  margin-left: 100px;
}
.ml110 {
  margin-left: 110px;
}
.ml120 {
  margin-left: 120px;
}
.ml130 {
  margin-left: 130px;
}
.ml140 {
  margin-left: 140px;
}
.ml150 {
  margin-left: 150px;
}

/* margin-right */
.mr10 {
  margin-right: 10px;
}

/* padding */
.py60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* padding-top */
.pt0 {
  padding-top: 0;
}
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt85 {
  padding-top: 85px;
}
.pt90 {
  padding-top: 90px;
}
.pt95 {
  padding-top: 95px;
}
.pt100 {
  padding-top: 100px;
}
.pt110 {
  padding-top: 110px;
}
.pt120 {
  padding-top: 120px;
}
.pt130 {
  padding-top: 130px;
}
.pt140 {
  padding-top: 140px;
}
.pt150 {
  padding-top: 150px;
}

/* padding-bottom */
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb85 {
  padding-bottom: 85px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb95 {
  padding-bottom: 95px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb110 {
  padding-bottom: 110px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb130 {
  padding-bottom: 130px;
}
.pb140 {
  padding-bottom: 140px;
}
.pb150 {
  padding-bottom: 150px;
}

/* padding-left */
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}

/* padding-right */
.pr05 {
  padding-right: 5px;
}

.pd05 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.pd20 {
  padding: 20px;
}
.pd25 {
  padding: 25px;
}
.pd30 {
  padding: 30px;
}
.pd35 {
  padding: 35px;
}
.pd40 {
  padding: 40px;
}
.pd45 {
  padding: 45px;
}
.pd50 {
  padding: 50px;
}
.pd55 {
  padding: 55px;
}
.pd60 {
  padding: 60px;
}
.pd65 {
  padding: 65px;
}
.pd70 {
  padding: 70px;
}
.pd75 {
  padding: 75px;
}
.pd80 {
  padding: 80px;
}
.pd85 {
  padding: 85px;
}
.pd90 {
  padding: 90px;
}
.pd95 {
  padding: 95px;
}

/* text-align */
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}

.len10per {
  width: 10%;
}
.len20per {
  width: 20%;
}
.len30per {
  width: 30%;
}
.len40per {
  width: 40%;
}
.len50per {
  width: 50%;
}
.len60per {
  width: 60%;
}
.len70per {
  width: 70%;
}
.len80per {
  width: 80%;
}
.len90per {
  width: 90%;
}
.len100per {
  width: 100%;
}

/* color */
.colorW {
  color: #fff;
}
.colorB {
  color: #000;
}
.bgW {
  background: #fff;
}

.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs21 {
  font-size: 21px;
}
.fs22 {
  font-size: 22px;
}
.fs23 {
  font-size: 23px;
}
.fs24 {
  font-size: 24px;
}
.fs25 {
  font-size: 25px;
}
.fs26 {
  font-size: 26px;
}
.fs27 {
  font-size: 27px;
}
.fs28 {
  font-size: 28px;
}
.fs29 {
  font-size: 29px;
}
.fs30 {
  font-size: 30px;
}
.fs34 {
  font-size: 34px;
}
.fs40 {
  font-size: 40px;
}
.fs45 {
  font-size: 45px;
}
.fs55 {
  font-size: 55px;
}
.fs60 {
  font-size: 60px;
}

.lh10 {
  line-height: 1em;
}
.lh11 {
  line-height: 1.1em;
}
.lh12 {
  line-height: 1.2em;
}
.lh13 {
  line-height: 1.3em;
}
.lh14 {
  line-height: 1.4em;
}
.lh15 {
  line-height: 1.5em;
}
.lh16 {
  line-height: 1.6em;
}
.lh17 {
  line-height: 1.7em;
}
.lh18 {
  line-height: 1.8em;
}
.lh19 {
  line-height: 1.9em;
}
.lh20 {
  line-height: 2em;
}
.lh21 {
  line-height: 2.1em;
}
.lh22 {
  line-height: 2.2em;
}
.lh23 {
  line-height: 2.3em;
}
.lh24 {
  line-height: 2.4em;
}
.lh25 {
  line-height: 2.5em;
}

.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}

.ls70 {
  letter-spacing: 0.07em;
}
.ls200 {
  letter-spacing: 0.2em;
}
