@charset "UTF-8";
/* ----------------------------------------------------

	読み込み専用のマスターファイルです。
	このファイルに直接スタイルを書き込まないでください。

---------------------------------------------------- */
/**
 * Minified by jsDelivr using clean-css v5.3.3.
 * Original file: /npm/the-new-css-reset@1.8.0/css/reset.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
::after,
::before {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

menu,
ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

pre {
  all: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}


/* --------------------------
	カラーの設定
-------------------------- */
/**
 * ▼ メディアクエリ用ブレイクポイント
 *
 * - $bp-sp:
 *   スマホの上限幅（例: ~767px）
 * - $bp-tab:
 *   タブレットの上限幅（例: ~1023px）
 */
/**
 * ▼ メディアクエリミックスイン
 *
 * - media-pc:
 *   PC向けのスタイルを適用するためのメディアクエリ。
 * - media-tab:
 *   タブレット向けのスタイルを適用するためのメディアクエリ。
 * - media-sp:
 *   スマホ向けのスタイルを適用するためのメディアクエリ。
 */
/**
 * ▼ fluidスケーリングに関する設定
 *
 * - $fluid-vw-min / $fluid-vw-max:
 *   clamp()で滑らかに変化させる際のビューポート最小・最大値。
 *   → 通常はスマホ〜PCの幅（375〜1280pxなど）を想定。
 */
/**
 * ▼ fluid()
 *
 * - clamp()を生成するSass関数。
 * - 引数に最小サイズ・最大サイズを渡すことで、
 *   指定したビューポート範囲内で値を滑らかに変化させる。
 *
 * 使用例:
 *   font-size: fluid(14, 20);
 */
/**
 * @function vw-○○()
 * 指定されたサイズを基準に、ビューポート幅に応じたvw単位の値を計算します。
 * 
 * @param {Number} $size - 基準となるサイズ（ピクセル単位）。
 * @param {Number} $viewport - ビューポートの幅（デフォルトは1920px, 768px, 375px）。
 * @return {String} - 計算されたvw単位の値。
 */
:root {
  /* ===== フォントファミリー ===== */
  --base-font-family: 'Noto Sans JP', sans-serif;
  --font-family-inter: "Inter", sans-serif;
  /* ===== 基本カラー ===== */
  --color-primary: #E5004F;
  --color-sub-primary: #FFF0F5;
  --color-base-black: #2E2E2E;
  --color-base-white: #FFFFFF;
  --color-dense-primary: #665210;
  --color-gray: #9D9D9D;
  --color-light-gray: #CCCBCB;
  --color-ex-light-gray: #F0F0F0;
  --color-link-blue: #0972B3;
  /* ===== 道路・交通状態 ===== */
  --color-traffic-stop: #E60012; /* 通行止め */
  --color-traffic-ic-close-night: #7E3C93; /* IC閉鎖 */
  --color-traffic-jct-close-night: #7E3C93; /* JCT閉鎖 */
  --color-traffic-sa-close: #7E3C93; /* SA閉鎖 */
  --color-traffic-ic-close: #E60012; /* IC閉鎖 */
  --color-traffic-regulation: #ffcc00; /* 交通規制 */
  --color-traffic-emergency: #B90000; /* 緊急情報（帯） */
  --color-all-year-construction: #0074D6; /* 通年工事 */
  /* ===== 道路ラベル ===== */
  --color-route-number-bg: #008765; /* 道路ナンバー背景 */
  --color-etc-label-bg: #625EA9; /* ETC表示背景 */
  /* ===== 強調 ===== */
  --color-accent-strong: #FFD400; /* テキスト強調背景 */
  /* ===== 渋滞・所要時間 ===== */
  --color-congestion-small: #CCE7B4; /* 小 */
  --color-congestion-medium: #F8FC3B; /* 中 */
  --color-congestion-large: #F5CC61; /* 大 */
  --color-congestion-max: #F4AEAE; /* 最大 */
  --color-congestion-peak: #CF2626; /* ピーク */
  /* ===== ドロップシャドウ ===== */
  --shadow-md: 0 4px 0 0 rgba(0, 0, 0, 0.20);
  --shadow-soft: 0 4px 6px 0 rgba(0, 0, 0, 0.30);
  /* ===== レイアウト幅 ===== */
  --inner-width: 980px;
  --inner-width-wide: 1200px;
  --inner-width-ex-wide: 1380px;
  /* ===== グレーアウト ===== */
  --grayed-out-filter: brightness(0) saturate(100%) invert(61.5%);
  --delay-in: 0.25s;
  --delay-out: 0.5s;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
  scroll-padding-top: 15rem;
}
@media (max-width: 1000px) {
  html {
    font-size: 1vw; /* 10px / 1000px * 100 */
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6667vw; /* 10px / 375px * 100 */
    scroll-padding-top: 10rem;
  }
}

body {
  color: var(--color-base-black);
  font-size: 1.6rem;
  font-family: var(--base-font-family);
  line-height: 1.5;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

*:focus {
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  *:focus-visible {
    outline: 3px solid red;
    outline-offset: 3px;
  }
}
button {
  cursor: pointer;
}

.l-spacing {
  margin: 8rem 0;
}
@media (max-width: 767px) {
  .l-spacing {
    margin: 6.4rem 0;
  }
}

.l-spacing-pd {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .l-spacing-pd {
    padding: 6.4rem 0;
  }
}

.l-inner {
  margin: 0 auto;
  width: var(--inner-width);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .l-inner {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-inner {
    padding: 0 2rem;
    width: 100%;
  }
}

.l-inner-wide {
  margin: 0 auto;
  max-width: var(--inner-width-wide);
  width: 90%;
}
@media (max-width: 767px) {
  .l-inner-wide {
    padding: 0 2rem;
    width: 100%;
  }
}

.l-inner-ex-wide {
  margin: 0 auto;
  max-width: var(--inner-width-ex-wide);
  width: 96%;
}
@media (max-width: 767px) {
  .l-inner-ex-wide {
    padding: 0 2rem;
    width: 100%;
  }
}

.react-map-placeholder {
  background: #BAE4FA;
  min-height: 100vh;
}
.react-map-placeholder.loaded {
  background: transparent;
  min-height: auto;
}

.simplebar-scrollbar::before {
  background-color: var(--color-primary);
  opacity: 1 !important;
}

/* ----------------------------------------------------

	汎用クラスをまとめたファイルです。
	基本的に変更することはありません。
	汎用クラスを追加したい場合、_utility_●●.scssという
	別ファイルを生成し、追加してください。

	命名規則として、クラス名の頭に
	u-* (utilityのu)という接頭辞をつけることを推奨します。

---------------------------------------------------- */
.u-txt-bold {
  font-weight: bold !important;
}

.u-txt-xsmall {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .u-txt-xsmall {
    font-size: 1rem !important;
  }
}

.u-txt-small {
  font-size: 1.4rem !important;
}
@media (max-width: 767px) {
  .u-txt-small {
    font-size: 1.2rem !important;
  }
}

.u-txt-medium {
  font-size: 1.8rem !important;
}
@media (max-width: 767px) {
  .u-txt-medium {
    font-size: 1.4rem !important;
  }
}

.u-txt-large {
  font-size: 2rem !important;
}
@media (max-width: 767px) {
  .u-txt-large {
    font-size: 1.6rem !important;
  }
}

.u-link {
  color: var(--color-primary);
  text-decoration: underline;
}
.u-link:hover {
  text-decoration: none;
}

.u-ul-default {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
.u-ul-default li {
  list-style: inherit;
}

.u-ol-default {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
.u-ol-default li {
  list-style: inherit;
}

.u-ul-style > li {
  position: relative;
  padding-left: 1.3em;
}
.u-ul-style > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.u-ul-style--asterisk > li::before {
  content: "※";
}
.u-ul-style--asterisk-num > li {
  counter-increment: number;
  padding-left: 2.5em;
}
.u-ul-style--asterisk-num > li::before {
  content: "※" counter(number);
}
.u-ul-style--disc > li::before {
  content: "●";
  color: #ccc;
}
.u-ul-style--disc-red > li::before {
  content: "●";
  color: var(--color-primary);
}
.u-ul-style--circle > li::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--color-black);
  top: 0.6rem;
}
@media (max-width: 767px) {
  .u-ul-style--circle > li::before {
    width: 1rem;
    height: 1rem;
  }
}
.u-ul-style--number > li {
  counter-increment: number;
}
.u-ul-style--number > li::before {
  content: counter(number) ".";
}
.u-ul-style--number-red > li {
  counter-increment: number;
}
.u-ul-style--number-red > li::before {
  content: counter(number) ".";
  color: var(--color-primary);
}

.u-align-l {
  text-align: left !important;
}

.u-align-c {
  text-align: center !important;
}

.u-align-r {
  text-align: right !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .u-align-l-tab {
    text-align: left !important;
  }
  .u-align-c-tab {
    text-align: center !important;
  }
  .u-align-r-tab {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .u-align-l-sp {
    text-align: left !important;
  }
  .u-align-c-sp {
    text-align: center !important;
  }
  .u-align-r-sp {
    text-align: right !important;
  }
}
.u-iframe-responsive {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.u-iframe-responsive iframe,
.u-iframe-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* --------------------------
	padding margin 調整用
-------------------------- */
.u-mt-s {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt-s {
    margin-top: 1rem !important;
  }
}

.u-mt-m {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt-m {
    margin-top: 2rem !important;
  }
}

.u-mt-l {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt-l {
    margin-top: 3rem !important;
  }
}

.u-mt-xl {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt-xl {
    margin-top: 4rem !important;
  }
}

.u-mb-s {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb-s {
    margin-bottom: 1rem !important;
  }
}

.u-mb-m {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb-m {
    margin-bottom: 2rem !important;
  }
}

.u-mb-l {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb-l {
    margin-bottom: 3rem !important;
  }
}

.u-mb-xl {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb-xl {
    margin-bottom: 4rem !important;
  }
}

.u-mt120 {
  margin-top: 12rem !important;
}

.u-mb120 {
  margin-bottom: 12rem !important;
}

.u-ml120 {
  margin-left: 12rem !important;
}

.u-mr120 {
  margin-right: 12rem !important;
}

.u-pt120 {
  padding-top: 12rem !important;
}

.u-pb120 {
  padding-bottom: 12rem !important;
}

.u-pl120 {
  padding-left: 12rem !important;
}

.u-pr120 {
  padding-right: 12rem !important;
}

.u-mt110 {
  margin-top: 11rem !important;
}

.u-mb110 {
  margin-bottom: 11rem !important;
}

.u-ml110 {
  margin-left: 11rem !important;
}

.u-mr110 {
  margin-right: 11rem !important;
}

.u-pt110 {
  padding-top: 11rem !important;
}

.u-pb110 {
  padding-bottom: 11rem !important;
}

.u-pl110 {
  padding-left: 11rem !important;
}

.u-pr110 {
  padding-right: 11rem !important;
}

.u-mt100 {
  margin-top: 10rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-ml100 {
  margin-left: 10rem !important;
}

.u-mr100 {
  margin-right: 10rem !important;
}

.u-pt100 {
  padding-top: 10rem !important;
}

.u-pb100 {
  padding-bottom: 10rem !important;
}

.u-pl100 {
  padding-left: 10rem !important;
}

.u-pr100 {
  padding-right: 10rem !important;
}

.u-mt90 {
  margin-top: 9rem !important;
}

.u-mb90 {
  margin-bottom: 9rem !important;
}

.u-ml90 {
  margin-left: 9rem !important;
}

.u-mr90 {
  margin-right: 9rem !important;
}

.u-pt90 {
  padding-top: 9rem !important;
}

.u-pb90 {
  padding-bottom: 9rem !important;
}

.u-pl90 {
  padding-left: 9rem !important;
}

.u-pr90 {
  padding-right: 9rem !important;
}

.u-mt80 {
  margin-top: 8rem !important;
}

.u-mb80 {
  margin-bottom: 8rem !important;
}

.u-ml80 {
  margin-left: 8rem !important;
}

.u-mr80 {
  margin-right: 8rem !important;
}

.u-pt80 {
  padding-top: 8rem !important;
}

.u-pb80 {
  padding-bottom: 8rem !important;
}

.u-pl80 {
  padding-left: 8rem !important;
}

.u-pr80 {
  padding-right: 8rem !important;
}

.u-mt75 {
  margin-top: 7.5rem !important;
}

.u-mb75 {
  margin-bottom: 7.5rem !important;
}

.u-ml75 {
  margin-left: 7.5rem !important;
}

.u-mr75 {
  margin-right: 7.5rem !important;
}

.u-pt75 {
  padding-top: 7.5rem !important;
}

.u-pb75 {
  padding-bottom: 7.5rem !important;
}

.u-pl75 {
  padding-left: 7.5rem !important;
}

.u-pr75 {
  padding-right: 7.5rem !important;
}

.u-mt70 {
  margin-top: 7rem !important;
}

.u-mb70 {
  margin-bottom: 7rem !important;
}

.u-ml70 {
  margin-left: 7rem !important;
}

.u-mr70 {
  margin-right: 7rem !important;
}

.u-pt70 {
  padding-top: 7rem !important;
}

.u-pb70 {
  padding-bottom: 7rem !important;
}

.u-pl70 {
  padding-left: 7rem !important;
}

.u-pr70 {
  padding-right: 7rem !important;
}

.u-mt65 {
  margin-top: 6.5rem !important;
}

.u-mb65 {
  margin-bottom: 6.5rem !important;
}

.u-ml65 {
  margin-left: 6.5rem !important;
}

.u-mr65 {
  margin-right: 6.5rem !important;
}

.u-pt65 {
  padding-top: 6.5rem !important;
}

.u-pb65 {
  padding-bottom: 6.5rem !important;
}

.u-pl65 {
  padding-left: 6.5rem !important;
}

.u-pr65 {
  padding-right: 6.5rem !important;
}

.u-mt60 {
  margin-top: 6rem !important;
}

.u-mb60 {
  margin-bottom: 6rem !important;
}

.u-ml60 {
  margin-left: 6rem !important;
}

.u-mr60 {
  margin-right: 6rem !important;
}

.u-pt60 {
  padding-top: 6rem !important;
}

.u-pb60 {
  padding-bottom: 6rem !important;
}

.u-pl60 {
  padding-left: 6rem !important;
}

.u-pr60 {
  padding-right: 6rem !important;
}

.u-mt55 {
  margin-top: 5.5rem !important;
}

.u-mb55 {
  margin-bottom: 5.5rem !important;
}

.u-ml55 {
  margin-left: 5.5rem !important;
}

.u-mr55 {
  margin-right: 5.5rem !important;
}

.u-pt55 {
  padding-top: 5.5rem !important;
}

.u-pb55 {
  padding-bottom: 5.5rem !important;
}

.u-pl55 {
  padding-left: 5.5rem !important;
}

.u-pr55 {
  padding-right: 5.5rem !important;
}

.u-mt50 {
  margin-top: 5rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

.u-ml50 {
  margin-left: 5rem !important;
}

.u-mr50 {
  margin-right: 5rem !important;
}

.u-pt50 {
  padding-top: 5rem !important;
}

.u-pb50 {
  padding-bottom: 5rem !important;
}

.u-pl50 {
  padding-left: 5rem !important;
}

.u-pr50 {
  padding-right: 5rem !important;
}

.u-mt45 {
  margin-top: 4.5rem !important;
}

.u-mb45 {
  margin-bottom: 4.5rem !important;
}

.u-ml45 {
  margin-left: 4.5rem !important;
}

.u-mr45 {
  margin-right: 4.5rem !important;
}

.u-pt45 {
  padding-top: 4.5rem !important;
}

.u-pb45 {
  padding-bottom: 4.5rem !important;
}

.u-pl45 {
  padding-left: 4.5rem !important;
}

.u-pr45 {
  padding-right: 4.5rem !important;
}

.u-mt40 {
  margin-top: 4rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-ml40 {
  margin-left: 4rem !important;
}

.u-mr40 {
  margin-right: 4rem !important;
}

.u-pt40 {
  padding-top: 4rem !important;
}

.u-pb40 {
  padding-bottom: 4rem !important;
}

.u-pl40 {
  padding-left: 4rem !important;
}

.u-pr40 {
  padding-right: 4rem !important;
}

.u-mt35 {
  margin-top: 3.5rem !important;
}

.u-mb35 {
  margin-bottom: 3.5rem !important;
}

.u-ml35 {
  margin-left: 3.5rem !important;
}

.u-mr35 {
  margin-right: 3.5rem !important;
}

.u-pt35 {
  padding-top: 3.5rem !important;
}

.u-pb35 {
  padding-bottom: 3.5rem !important;
}

.u-pl35 {
  padding-left: 3.5rem !important;
}

.u-pr35 {
  padding-right: 3.5rem !important;
}

.u-mt30 {
  margin-top: 3rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-ml30 {
  margin-left: 3rem !important;
}

.u-mr30 {
  margin-right: 3rem !important;
}

.u-pt30 {
  padding-top: 3rem !important;
}

.u-pb30 {
  padding-bottom: 3rem !important;
}

.u-pl30 {
  padding-left: 3rem !important;
}

.u-pr30 {
  padding-right: 3rem !important;
}

.u-mt25 {
  margin-top: 2.5rem !important;
}

.u-mb25 {
  margin-bottom: 2.5rem !important;
}

.u-ml25 {
  margin-left: 2.5rem !important;
}

.u-mr25 {
  margin-right: 2.5rem !important;
}

.u-pt25 {
  padding-top: 2.5rem !important;
}

.u-pb25 {
  padding-bottom: 2.5rem !important;
}

.u-pl25 {
  padding-left: 2.5rem !important;
}

.u-pr25 {
  padding-right: 2.5rem !important;
}

.u-mt20 {
  margin-top: 2rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-ml20 {
  margin-left: 2rem !important;
}

.u-mr20 {
  margin-right: 2rem !important;
}

.u-pt20 {
  padding-top: 2rem !important;
}

.u-pb20 {
  padding-bottom: 2rem !important;
}

.u-pl20 {
  padding-left: 2rem !important;
}

.u-pr20 {
  padding-right: 2rem !important;
}

.u-mt15 {
  margin-top: 1.5rem !important;
}

.u-mb15 {
  margin-bottom: 1.5rem !important;
}

.u-ml15 {
  margin-left: 1.5rem !important;
}

.u-mr15 {
  margin-right: 1.5rem !important;
}

.u-pt15 {
  padding-top: 1.5rem !important;
}

.u-pb15 {
  padding-bottom: 1.5rem !important;
}

.u-pl15 {
  padding-left: 1.5rem !important;
}

.u-pr15 {
  padding-right: 1.5rem !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-ml10 {
  margin-left: 1rem !important;
}

.u-mr10 {
  margin-right: 1rem !important;
}

.u-pt10 {
  padding-top: 1rem !important;
}

.u-pb10 {
  padding-bottom: 1rem !important;
}

.u-pl10 {
  padding-left: 1rem !important;
}

.u-pr10 {
  padding-right: 1rem !important;
}

.u-mt5 {
  margin-top: 0.5rem !important;
}

.u-mb5 {
  margin-bottom: 0.5rem !important;
}

.u-ml5 {
  margin-left: 0.5rem !important;
}

.u-mr5 {
  margin-right: 0.5rem !important;
}

.u-pt5 {
  padding-top: 0.5rem !important;
}

.u-pb5 {
  padding-bottom: 0.5rem !important;
}

.u-pl5 {
  padding-left: 0.5rem !important;
}

.u-pr5 {
  padding-right: 0.5rem !important;
}

.u-mt0 {
  margin-top: 0rem !important;
}

.u-mb0 {
  margin-bottom: 0rem !important;
}

.u-ml0 {
  margin-left: 0rem !important;
}

.u-mr0 {
  margin-right: 0rem !important;
}

.u-pt0 {
  padding-top: 0rem !important;
}

.u-pb0 {
  padding-bottom: 0rem !important;
}

.u-pl0 {
  padding-left: 0rem !important;
}

.u-pr0 {
  padding-right: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt120-tab {
    margin-top: 12rem !important;
  }
  .u-mb120-tab {
    margin-bottom: 12rem !important;
  }
  .u-ml120-tab {
    margin-left: 12rem !important;
  }
  .u-mr120-tab {
    margin-right: 12rem !important;
  }
  .u-pt120-tab {
    padding-top: 12rem !important;
  }
  .u-pb120-tab {
    padding-bottom: 12rem !important;
  }
  .u-pl120-tab {
    padding-left: 12rem !important;
  }
  .u-pr120-tab {
    padding-right: 12rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt110-tab {
    margin-top: 11rem !important;
  }
  .u-mb110-tab {
    margin-bottom: 11rem !important;
  }
  .u-ml110-tab {
    margin-left: 11rem !important;
  }
  .u-mr110-tab {
    margin-right: 11rem !important;
  }
  .u-pt110-tab {
    padding-top: 11rem !important;
  }
  .u-pb110-tab {
    padding-bottom: 11rem !important;
  }
  .u-pl110-tab {
    padding-left: 11rem !important;
  }
  .u-pr110-tab {
    padding-right: 11rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt100-tab {
    margin-top: 10rem !important;
  }
  .u-mb100-tab {
    margin-bottom: 10rem !important;
  }
  .u-ml100-tab {
    margin-left: 10rem !important;
  }
  .u-mr100-tab {
    margin-right: 10rem !important;
  }
  .u-pt100-tab {
    padding-top: 10rem !important;
  }
  .u-pb100-tab {
    padding-bottom: 10rem !important;
  }
  .u-pl100-tab {
    padding-left: 10rem !important;
  }
  .u-pr100-tab {
    padding-right: 10rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt90-tab {
    margin-top: 9rem !important;
  }
  .u-mb90-tab {
    margin-bottom: 9rem !important;
  }
  .u-ml90-tab {
    margin-left: 9rem !important;
  }
  .u-mr90-tab {
    margin-right: 9rem !important;
  }
  .u-pt90-tab {
    padding-top: 9rem !important;
  }
  .u-pb90-tab {
    padding-bottom: 9rem !important;
  }
  .u-pl90-tab {
    padding-left: 9rem !important;
  }
  .u-pr90-tab {
    padding-right: 9rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt80-tab {
    margin-top: 8rem !important;
  }
  .u-mb80-tab {
    margin-bottom: 8rem !important;
  }
  .u-ml80-tab {
    margin-left: 8rem !important;
  }
  .u-mr80-tab {
    margin-right: 8rem !important;
  }
  .u-pt80-tab {
    padding-top: 8rem !important;
  }
  .u-pb80-tab {
    padding-bottom: 8rem !important;
  }
  .u-pl80-tab {
    padding-left: 8rem !important;
  }
  .u-pr80-tab {
    padding-right: 8rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt75-tab {
    margin-top: 7.5rem !important;
  }
  .u-mb75-tab {
    margin-bottom: 7.5rem !important;
  }
  .u-ml75-tab {
    margin-left: 7.5rem !important;
  }
  .u-mr75-tab {
    margin-right: 7.5rem !important;
  }
  .u-pt75-tab {
    padding-top: 7.5rem !important;
  }
  .u-pb75-tab {
    padding-bottom: 7.5rem !important;
  }
  .u-pl75-tab {
    padding-left: 7.5rem !important;
  }
  .u-pr75-tab {
    padding-right: 7.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt70-tab {
    margin-top: 7rem !important;
  }
  .u-mb70-tab {
    margin-bottom: 7rem !important;
  }
  .u-ml70-tab {
    margin-left: 7rem !important;
  }
  .u-mr70-tab {
    margin-right: 7rem !important;
  }
  .u-pt70-tab {
    padding-top: 7rem !important;
  }
  .u-pb70-tab {
    padding-bottom: 7rem !important;
  }
  .u-pl70-tab {
    padding-left: 7rem !important;
  }
  .u-pr70-tab {
    padding-right: 7rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt65-tab {
    margin-top: 6.5rem !important;
  }
  .u-mb65-tab {
    margin-bottom: 6.5rem !important;
  }
  .u-ml65-tab {
    margin-left: 6.5rem !important;
  }
  .u-mr65-tab {
    margin-right: 6.5rem !important;
  }
  .u-pt65-tab {
    padding-top: 6.5rem !important;
  }
  .u-pb65-tab {
    padding-bottom: 6.5rem !important;
  }
  .u-pl65-tab {
    padding-left: 6.5rem !important;
  }
  .u-pr65-tab {
    padding-right: 6.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt60-tab {
    margin-top: 6rem !important;
  }
  .u-mb60-tab {
    margin-bottom: 6rem !important;
  }
  .u-ml60-tab {
    margin-left: 6rem !important;
  }
  .u-mr60-tab {
    margin-right: 6rem !important;
  }
  .u-pt60-tab {
    padding-top: 6rem !important;
  }
  .u-pb60-tab {
    padding-bottom: 6rem !important;
  }
  .u-pl60-tab {
    padding-left: 6rem !important;
  }
  .u-pr60-tab {
    padding-right: 6rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt55-tab {
    margin-top: 5.5rem !important;
  }
  .u-mb55-tab {
    margin-bottom: 5.5rem !important;
  }
  .u-ml55-tab {
    margin-left: 5.5rem !important;
  }
  .u-mr55-tab {
    margin-right: 5.5rem !important;
  }
  .u-pt55-tab {
    padding-top: 5.5rem !important;
  }
  .u-pb55-tab {
    padding-bottom: 5.5rem !important;
  }
  .u-pl55-tab {
    padding-left: 5.5rem !important;
  }
  .u-pr55-tab {
    padding-right: 5.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt50-tab {
    margin-top: 5rem !important;
  }
  .u-mb50-tab {
    margin-bottom: 5rem !important;
  }
  .u-ml50-tab {
    margin-left: 5rem !important;
  }
  .u-mr50-tab {
    margin-right: 5rem !important;
  }
  .u-pt50-tab {
    padding-top: 5rem !important;
  }
  .u-pb50-tab {
    padding-bottom: 5rem !important;
  }
  .u-pl50-tab {
    padding-left: 5rem !important;
  }
  .u-pr50-tab {
    padding-right: 5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt45-tab {
    margin-top: 4.5rem !important;
  }
  .u-mb45-tab {
    margin-bottom: 4.5rem !important;
  }
  .u-ml45-tab {
    margin-left: 4.5rem !important;
  }
  .u-mr45-tab {
    margin-right: 4.5rem !important;
  }
  .u-pt45-tab {
    padding-top: 4.5rem !important;
  }
  .u-pb45-tab {
    padding-bottom: 4.5rem !important;
  }
  .u-pl45-tab {
    padding-left: 4.5rem !important;
  }
  .u-pr45-tab {
    padding-right: 4.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt40-tab {
    margin-top: 4rem !important;
  }
  .u-mb40-tab {
    margin-bottom: 4rem !important;
  }
  .u-ml40-tab {
    margin-left: 4rem !important;
  }
  .u-mr40-tab {
    margin-right: 4rem !important;
  }
  .u-pt40-tab {
    padding-top: 4rem !important;
  }
  .u-pb40-tab {
    padding-bottom: 4rem !important;
  }
  .u-pl40-tab {
    padding-left: 4rem !important;
  }
  .u-pr40-tab {
    padding-right: 4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt35-tab {
    margin-top: 3.5rem !important;
  }
  .u-mb35-tab {
    margin-bottom: 3.5rem !important;
  }
  .u-ml35-tab {
    margin-left: 3.5rem !important;
  }
  .u-mr35-tab {
    margin-right: 3.5rem !important;
  }
  .u-pt35-tab {
    padding-top: 3.5rem !important;
  }
  .u-pb35-tab {
    padding-bottom: 3.5rem !important;
  }
  .u-pl35-tab {
    padding-left: 3.5rem !important;
  }
  .u-pr35-tab {
    padding-right: 3.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt30-tab {
    margin-top: 3rem !important;
  }
  .u-mb30-tab {
    margin-bottom: 3rem !important;
  }
  .u-ml30-tab {
    margin-left: 3rem !important;
  }
  .u-mr30-tab {
    margin-right: 3rem !important;
  }
  .u-pt30-tab {
    padding-top: 3rem !important;
  }
  .u-pb30-tab {
    padding-bottom: 3rem !important;
  }
  .u-pl30-tab {
    padding-left: 3rem !important;
  }
  .u-pr30-tab {
    padding-right: 3rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt25-tab {
    margin-top: 2.5rem !important;
  }
  .u-mb25-tab {
    margin-bottom: 2.5rem !important;
  }
  .u-ml25-tab {
    margin-left: 2.5rem !important;
  }
  .u-mr25-tab {
    margin-right: 2.5rem !important;
  }
  .u-pt25-tab {
    padding-top: 2.5rem !important;
  }
  .u-pb25-tab {
    padding-bottom: 2.5rem !important;
  }
  .u-pl25-tab {
    padding-left: 2.5rem !important;
  }
  .u-pr25-tab {
    padding-right: 2.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt20-tab {
    margin-top: 2rem !important;
  }
  .u-mb20-tab {
    margin-bottom: 2rem !important;
  }
  .u-ml20-tab {
    margin-left: 2rem !important;
  }
  .u-mr20-tab {
    margin-right: 2rem !important;
  }
  .u-pt20-tab {
    padding-top: 2rem !important;
  }
  .u-pb20-tab {
    padding-bottom: 2rem !important;
  }
  .u-pl20-tab {
    padding-left: 2rem !important;
  }
  .u-pr20-tab {
    padding-right: 2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt15-tab {
    margin-top: 1.5rem !important;
  }
  .u-mb15-tab {
    margin-bottom: 1.5rem !important;
  }
  .u-ml15-tab {
    margin-left: 1.5rem !important;
  }
  .u-mr15-tab {
    margin-right: 1.5rem !important;
  }
  .u-pt15-tab {
    padding-top: 1.5rem !important;
  }
  .u-pb15-tab {
    padding-bottom: 1.5rem !important;
  }
  .u-pl15-tab {
    padding-left: 1.5rem !important;
  }
  .u-pr15-tab {
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt10-tab {
    margin-top: 1rem !important;
  }
  .u-mb10-tab {
    margin-bottom: 1rem !important;
  }
  .u-ml10-tab {
    margin-left: 1rem !important;
  }
  .u-mr10-tab {
    margin-right: 1rem !important;
  }
  .u-pt10-tab {
    padding-top: 1rem !important;
  }
  .u-pb10-tab {
    padding-bottom: 1rem !important;
  }
  .u-pl10-tab {
    padding-left: 1rem !important;
  }
  .u-pr10-tab {
    padding-right: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt5-tab {
    margin-top: 0.5rem !important;
  }
  .u-mb5-tab {
    margin-bottom: 0.5rem !important;
  }
  .u-ml5-tab {
    margin-left: 0.5rem !important;
  }
  .u-mr5-tab {
    margin-right: 0.5rem !important;
  }
  .u-pt5-tab {
    padding-top: 0.5rem !important;
  }
  .u-pb5-tab {
    padding-bottom: 0.5rem !important;
  }
  .u-pl5-tab {
    padding-left: 0.5rem !important;
  }
  .u-pr5-tab {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-mt0-tab {
    margin-top: 0rem !important;
  }
  .u-mb0-tab {
    margin-bottom: 0rem !important;
  }
  .u-ml0-tab {
    margin-left: 0rem !important;
  }
  .u-mr0-tab {
    margin-right: 0rem !important;
  }
  .u-pt0-tab {
    padding-top: 0rem !important;
  }
  .u-pb0-tab {
    padding-bottom: 0rem !important;
  }
  .u-pl0-tab {
    padding-left: 0rem !important;
  }
  .u-pr0-tab {
    padding-right: 0rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt120-sp {
    margin-top: 12rem !important;
  }
  .u-mb120-sp {
    margin-bottom: 12rem !important;
  }
  .u-ml120-sp {
    margin-left: 12rem !important;
  }
  .u-mr120-sp {
    margin-right: 12rem !important;
  }
  .u-pt120-sp {
    padding-top: 12rem !important;
  }
  .u-pb120-sp {
    padding-bottom: 12rem !important;
  }
  .u-pl120-sp {
    padding-left: 12rem !important;
  }
  .u-pr120-sp {
    padding-right: 12rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt110-sp {
    margin-top: 11rem !important;
  }
  .u-mb110-sp {
    margin-bottom: 11rem !important;
  }
  .u-ml110-sp {
    margin-left: 11rem !important;
  }
  .u-mr110-sp {
    margin-right: 11rem !important;
  }
  .u-pt110-sp {
    padding-top: 11rem !important;
  }
  .u-pb110-sp {
    padding-bottom: 11rem !important;
  }
  .u-pl110-sp {
    padding-left: 11rem !important;
  }
  .u-pr110-sp {
    padding-right: 11rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt100-sp {
    margin-top: 10rem !important;
  }
  .u-mb100-sp {
    margin-bottom: 10rem !important;
  }
  .u-ml100-sp {
    margin-left: 10rem !important;
  }
  .u-mr100-sp {
    margin-right: 10rem !important;
  }
  .u-pt100-sp {
    padding-top: 10rem !important;
  }
  .u-pb100-sp {
    padding-bottom: 10rem !important;
  }
  .u-pl100-sp {
    padding-left: 10rem !important;
  }
  .u-pr100-sp {
    padding-right: 10rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt90-sp {
    margin-top: 9rem !important;
  }
  .u-mb90-sp {
    margin-bottom: 9rem !important;
  }
  .u-ml90-sp {
    margin-left: 9rem !important;
  }
  .u-mr90-sp {
    margin-right: 9rem !important;
  }
  .u-pt90-sp {
    padding-top: 9rem !important;
  }
  .u-pb90-sp {
    padding-bottom: 9rem !important;
  }
  .u-pl90-sp {
    padding-left: 9rem !important;
  }
  .u-pr90-sp {
    padding-right: 9rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt80-sp {
    margin-top: 8rem !important;
  }
  .u-mb80-sp {
    margin-bottom: 8rem !important;
  }
  .u-ml80-sp {
    margin-left: 8rem !important;
  }
  .u-mr80-sp {
    margin-right: 8rem !important;
  }
  .u-pt80-sp {
    padding-top: 8rem !important;
  }
  .u-pb80-sp {
    padding-bottom: 8rem !important;
  }
  .u-pl80-sp {
    padding-left: 8rem !important;
  }
  .u-pr80-sp {
    padding-right: 8rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt75-sp {
    margin-top: 7.5rem !important;
  }
  .u-mb75-sp {
    margin-bottom: 7.5rem !important;
  }
  .u-ml75-sp {
    margin-left: 7.5rem !important;
  }
  .u-mr75-sp {
    margin-right: 7.5rem !important;
  }
  .u-pt75-sp {
    padding-top: 7.5rem !important;
  }
  .u-pb75-sp {
    padding-bottom: 7.5rem !important;
  }
  .u-pl75-sp {
    padding-left: 7.5rem !important;
  }
  .u-pr75-sp {
    padding-right: 7.5rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt70-sp {
    margin-top: 7rem !important;
  }
  .u-mb70-sp {
    margin-bottom: 7rem !important;
  }
  .u-ml70-sp {
    margin-left: 7rem !important;
  }
  .u-mr70-sp {
    margin-right: 7rem !important;
  }
  .u-pt70-sp {
    padding-top: 7rem !important;
  }
  .u-pb70-sp {
    padding-bottom: 7rem !important;
  }
  .u-pl70-sp {
    padding-left: 7rem !important;
  }
  .u-pr70-sp {
    padding-right: 7rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt65-sp {
    margin-top: 6.5rem !important;
  }
  .u-mb65-sp {
    margin-bottom: 6.5rem !important;
  }
  .u-ml65-sp {
    margin-left: 6.5rem !important;
  }
  .u-mr65-sp {
    margin-right: 6.5rem !important;
  }
  .u-pt65-sp {
    padding-top: 6.5rem !important;
  }
  .u-pb65-sp {
    padding-bottom: 6.5rem !important;
  }
  .u-pl65-sp {
    padding-left: 6.5rem !important;
  }
  .u-pr65-sp {
    padding-right: 6.5rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt60-sp {
    margin-top: 6rem !important;
  }
  .u-mb60-sp {
    margin-bottom: 6rem !important;
  }
  .u-ml60-sp {
    margin-left: 6rem !important;
  }
  .u-mr60-sp {
    margin-right: 6rem !important;
  }
  .u-pt60-sp {
    padding-top: 6rem !important;
  }
  .u-pb60-sp {
    padding-bottom: 6rem !important;
  }
  .u-pl60-sp {
    padding-left: 6rem !important;
  }
  .u-pr60-sp {
    padding-right: 6rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt55-sp {
    margin-top: 5.5rem !important;
  }
  .u-mb55-sp {
    margin-bottom: 5.5rem !important;
  }
  .u-ml55-sp {
    margin-left: 5.5rem !important;
  }
  .u-mr55-sp {
    margin-right: 5.5rem !important;
  }
  .u-pt55-sp {
    padding-top: 5.5rem !important;
  }
  .u-pb55-sp {
    padding-bottom: 5.5rem !important;
  }
  .u-pl55-sp {
    padding-left: 5.5rem !important;
  }
  .u-pr55-sp {
    padding-right: 5.5rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt50-sp {
    margin-top: 5rem !important;
  }
  .u-mb50-sp {
    margin-bottom: 5rem !important;
  }
  .u-ml50-sp {
    margin-left: 5rem !important;
  }
  .u-mr50-sp {
    margin-right: 5rem !important;
  }
  .u-pt50-sp {
    padding-top: 5rem !important;
  }
  .u-pb50-sp {
    padding-bottom: 5rem !important;
  }
  .u-pl50-sp {
    padding-left: 5rem !important;
  }
  .u-pr50-sp {
    padding-right: 5rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt45-sp {
    margin-top: 4.5rem !important;
  }
  .u-mb45-sp {
    margin-bottom: 4.5rem !important;
  }
  .u-ml45-sp {
    margin-left: 4.5rem !important;
  }
  .u-mr45-sp {
    margin-right: 4.5rem !important;
  }
  .u-pt45-sp {
    padding-top: 4.5rem !important;
  }
  .u-pb45-sp {
    padding-bottom: 4.5rem !important;
  }
  .u-pl45-sp {
    padding-left: 4.5rem !important;
  }
  .u-pr45-sp {
    padding-right: 4.5rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt40-sp {
    margin-top: 4rem !important;
  }
  .u-mb40-sp {
    margin-bottom: 4rem !important;
  }
  .u-ml40-sp {
    margin-left: 4rem !important;
  }
  .u-mr40-sp {
    margin-right: 4rem !important;
  }
  .u-pt40-sp {
    padding-top: 4rem !important;
  }
  .u-pb40-sp {
    padding-bottom: 4rem !important;
  }
  .u-pl40-sp {
    padding-left: 4rem !important;
  }
  .u-pr40-sp {
    padding-right: 4rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt35-sp {
    margin-top: 3.5rem !important;
  }
  .u-mb35-sp {
    margin-bottom: 3.5rem !important;
  }
  .u-ml35-sp {
    margin-left: 3.5rem !important;
  }
  .u-mr35-sp {
    margin-right: 3.5rem !important;
  }
  .u-pt35-sp {
    padding-top: 3.5rem !important;
  }
  .u-pb35-sp {
    padding-bottom: 3.5rem !important;
  }
  .u-pl35-sp {
    padding-left: 3.5rem !important;
  }
  .u-pr35-sp {
    padding-right: 3.5rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt30-sp {
    margin-top: 3rem !important;
  }
  .u-mb30-sp {
    margin-bottom: 3rem !important;
  }
  .u-ml30-sp {
    margin-left: 3rem !important;
  }
  .u-mr30-sp {
    margin-right: 3rem !important;
  }
  .u-pt30-sp {
    padding-top: 3rem !important;
  }
  .u-pb30-sp {
    padding-bottom: 3rem !important;
  }
  .u-pl30-sp {
    padding-left: 3rem !important;
  }
  .u-pr30-sp {
    padding-right: 3rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt25-sp {
    margin-top: 2.5rem !important;
  }
  .u-mb25-sp {
    margin-bottom: 2.5rem !important;
  }
  .u-ml25-sp {
    margin-left: 2.5rem !important;
  }
  .u-mr25-sp {
    margin-right: 2.5rem !important;
  }
  .u-pt25-sp {
    padding-top: 2.5rem !important;
  }
  .u-pb25-sp {
    padding-bottom: 2.5rem !important;
  }
  .u-pl25-sp {
    padding-left: 2.5rem !important;
  }
  .u-pr25-sp {
    padding-right: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt20-sp {
    margin-top: 2rem !important;
  }
  .u-mb20-sp {
    margin-bottom: 2rem !important;
  }
  .u-ml20-sp {
    margin-left: 2rem !important;
  }
  .u-mr20-sp {
    margin-right: 2rem !important;
  }
  .u-pt20-sp {
    padding-top: 2rem !important;
  }
  .u-pb20-sp {
    padding-bottom: 2rem !important;
  }
  .u-pl20-sp {
    padding-left: 2rem !important;
  }
  .u-pr20-sp {
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt15-sp {
    margin-top: 1.5rem !important;
  }
  .u-mb15-sp {
    margin-bottom: 1.5rem !important;
  }
  .u-ml15-sp {
    margin-left: 1.5rem !important;
  }
  .u-mr15-sp {
    margin-right: 1.5rem !important;
  }
  .u-pt15-sp {
    padding-top: 1.5rem !important;
  }
  .u-pb15-sp {
    padding-bottom: 1.5rem !important;
  }
  .u-pl15-sp {
    padding-left: 1.5rem !important;
  }
  .u-pr15-sp {
    padding-right: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt10-sp {
    margin-top: 1rem !important;
  }
  .u-mb10-sp {
    margin-bottom: 1rem !important;
  }
  .u-ml10-sp {
    margin-left: 1rem !important;
  }
  .u-mr10-sp {
    margin-right: 1rem !important;
  }
  .u-pt10-sp {
    padding-top: 1rem !important;
  }
  .u-pb10-sp {
    padding-bottom: 1rem !important;
  }
  .u-pl10-sp {
    padding-left: 1rem !important;
  }
  .u-pr10-sp {
    padding-right: 1rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt5-sp {
    margin-top: 0.5rem !important;
  }
  .u-mb5-sp {
    margin-bottom: 0.5rem !important;
  }
  .u-ml5-sp {
    margin-left: 0.5rem !important;
  }
  .u-mr5-sp {
    margin-right: 0.5rem !important;
  }
  .u-pt5-sp {
    padding-top: 0.5rem !important;
  }
  .u-pb5-sp {
    padding-bottom: 0.5rem !important;
  }
  .u-pl5-sp {
    padding-left: 0.5rem !important;
  }
  .u-pr5-sp {
    padding-right: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .u-mt0-sp {
    margin-top: 0rem !important;
  }
  .u-mb0-sp {
    margin-bottom: 0rem !important;
  }
  .u-ml0-sp {
    margin-left: 0rem !important;
  }
  .u-mr0-sp {
    margin-right: 0rem !important;
  }
  .u-pt0-sp {
    padding-top: 0rem !important;
  }
  .u-pb0-sp {
    padding-bottom: 0rem !important;
  }
  .u-pl0-sp {
    padding-left: 0rem !important;
  }
  .u-pr0-sp {
    padding-right: 0rem !important;
  }
}
/* --------------------------
	margin マイナス調整用
-------------------------- */
.u-mt-70-negative {
  margin-top: -7rem !important;
}

@media (max-width: 767px) {
  .u-mt-40-negative-sp {
    margin-top: -4rem !important;
  }
}
/* ----------------------------------------------------

	レイアウト設定のファイルです。
	レイアウトに関する汎用性の高いスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	l-* (Layoutのl)という接頭辞をつけることを推奨します。

---------------------------------------------------- */
.l-section {
  margin: 8rem 0;
}
@media (max-width: 767px) {
  .l-section {
    margin: 4rem 0;
  }
}

.l-inner {
  margin: 0 auto;
  width: var(--inner-width);
}
@media (max-width: 1200px) {
  .l-inner {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-inner {
    padding: 0 1.5rem;
    width: 100%;
  }
}

.l-flex {
  display: flex;
}
.l-flex--aic {
  align-items: center;
}

.l-pos-relative {
  position: relative;
}

.l-pos-center {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* ----------------------------------------------------

	JavaScriptなどの制御による状態の変化を表すスタイルの設定ファイルです。
	汎用的なstateのスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	is-* という接頭辞をつけることを推奨します。

---------------------------------------------------- */
/* --------------------------
	レスポンシブ関係
-------------------------- */
@media (min-width: 768px) and (max-width: 1200px) {
  .is-pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-tab {
    display: none;
  }
}
@media (min-width: 1201px) {
  .is-tab {
    display: none;
  }
}

@media (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-pc-tab {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .is-tab-sp {
    display: none !important;
  }
}

.u-block {
  display: block !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-block-tab {
    display: block !important;
  }
}
@media (max-width: 767px) {
  body .u-block-sp {
    display: block !important;
  }
}
.u-inline {
  display: inline !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-inline-tab {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  body .u-inline-sp {
    display: inline !important;
  }
}
.u-inline-block {
  display: inline-block !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-inline-block-tab {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  body .u-inline-block-sp {
    display: inline-block !important;
  }
}
.u-flex {
  display: flex !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-flex-tab {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  body .u-flex-sp {
    display: flex !important;
  }
}
.u-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-inline-flex-tab {
    display: inline-flex !important;
  }
}
@media (max-width: 767px) {
  body .u-inline-flex-sp {
    display: inline-flex !important;
  }
}
.u-grid {
  display: grid !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-grid-tab {
    display: grid !important;
  }
}
@media (max-width: 767px) {
  body .u-grid-sp {
    display: grid !important;
  }
}
.u-hidden {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-hidden-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body .u-hidden-sp {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .u-is-pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-is-tab {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .u-is-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-is-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-is-pc-tab {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .u-is-tab-sp {
    display: none !important;
  }
}

.u-grid-cols-none {
  grid-template-columns: none !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-grid-cols-none-tab {
    grid-template-columns: none !important;
  }
}
@media (max-width: 767px) {
  body .u-grid-cols-none-sp {
    grid-template-columns: none !important;
  }
}
.u-grid-cols-1 {
  grid-template-columns: repeat(1, 1fr) !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-grid-cols-1-tab {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width: 767px) {
  body .u-grid-cols-1-sp {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.u-grid-cols-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-grid-cols-2-tab {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  body .u-grid-cols-2-sp {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.u-grid-cols-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-grid-cols-3-tab {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 767px) {
  body .u-grid-cols-3-sp {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.u-grid-cols-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-grid-cols-4-tab {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 767px) {
  body .u-grid-cols-4-sp {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.u-grid-cols-5 {
  grid-template-columns: repeat(5, 1fr) !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-grid-cols-5-tab {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
@media (max-width: 767px) {
  body .u-grid-cols-5-sp {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
.u-grid-cols-6 {
  grid-template-columns: repeat(6, 1fr) !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-grid-cols-6-tab {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}
@media (max-width: 767px) {
  body .u-grid-cols-6-sp {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}
.u-grid-autofit-160 {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.u-grid-autofit-200 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.u-grid-autofit-240 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.u-grid-autofit-300 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.u-grid-autofit-360 {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.u-col-span-full {
  grid-column: span 1/-1 !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-col-span-full-tab {
    grid-column: span 1/-1 !important;
  }
}
@media (max-width: 767px) {
  body .u-col-span-full-sp {
    grid-column: span 1/-1 !important;
  }
}
.u-col-span-1 {
  grid-column: span 1/span 1 !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-col-span-1-tab {
    grid-column: span 1/span 1 !important;
  }
}
@media (max-width: 767px) {
  body .u-col-span-1-sp {
    grid-column: span 1/span 1 !important;
  }
}
.u-col-span-2 {
  grid-column: span 2/span 2 !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-col-span-2-tab {
    grid-column: span 2/span 2 !important;
  }
}
@media (max-width: 767px) {
  body .u-col-span-2-sp {
    grid-column: span 2/span 2 !important;
  }
}
.u-col-span-3 {
  grid-column: span 3/span 3 !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-col-span-3-tab {
    grid-column: span 3/span 3 !important;
  }
}
@media (max-width: 767px) {
  body .u-col-span-3-sp {
    grid-column: span 3/span 3 !important;
  }
}
.u-col-span-4 {
  grid-column: span 4/span 4 !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-col-span-4-tab {
    grid-column: span 4/span 4 !important;
  }
}
@media (max-width: 767px) {
  body .u-col-span-4-sp {
    grid-column: span 4/span 4 !important;
  }
}
.u-col-span-5 {
  grid-column: span 5/span 5 !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-col-span-5-tab {
    grid-column: span 5/span 5 !important;
  }
}
@media (max-width: 767px) {
  body .u-col-span-5-sp {
    grid-column: span 5/span 5 !important;
  }
}
.u-col-span-6 {
  grid-column: span 6/span 6 !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-col-span-6-tab {
    grid-column: span 6/span 6 !important;
  }
}
@media (max-width: 767px) {
  body .u-col-span-6-sp {
    grid-column: span 6/span 6 !important;
  }
}
.u-gap-0 {
  gap: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-0-tab {
    gap: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-0-sp {
    gap: 0rem !important;
  }
}
.u-gap-4 {
  gap: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-4-tab {
    gap: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-4-sp {
    gap: 0.4rem !important;
  }
}
.u-gap-8 {
  gap: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-8-tab {
    gap: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-8-sp {
    gap: 0.8rem !important;
  }
}
.u-gap-12 {
  gap: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-12-tab {
    gap: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-12-sp {
    gap: 1.2rem !important;
  }
}
.u-gap-16 {
  gap: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-16-tab {
    gap: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-16-sp {
    gap: 1.6rem !important;
  }
}
.u-gap-20 {
  gap: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-20-tab {
    gap: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-20-sp {
    gap: 2rem !important;
  }
}
.u-gap-24 {
  gap: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-24-tab {
    gap: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-24-sp {
    gap: 2.4rem !important;
  }
}
.u-gap-28 {
  gap: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-28-tab {
    gap: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-28-sp {
    gap: 2.8rem !important;
  }
}
.u-gap-32 {
  gap: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-32-tab {
    gap: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-32-sp {
    gap: 3.2rem !important;
  }
}
.u-gap-36 {
  gap: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-36-tab {
    gap: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-36-sp {
    gap: 3.6rem !important;
  }
}
.u-gap-40 {
  gap: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-40-tab {
    gap: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-40-sp {
    gap: 4rem !important;
  }
}
.u-gap-48 {
  gap: 4.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-48-tab {
    gap: 4.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-48-sp {
    gap: 4.8rem !important;
  }
}
.u-gap-56 {
  gap: 5.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-56-tab {
    gap: 5.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-56-sp {
    gap: 5.6rem !important;
  }
}
.u-gap-64 {
  gap: 6.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-64-tab {
    gap: 6.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-64-sp {
    gap: 6.4rem !important;
  }
}
.u-gap-72 {
  gap: 7.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-72-tab {
    gap: 7.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-72-sp {
    gap: 7.2rem !important;
  }
}
.u-gap-80 {
  gap: 8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-gap-80-tab {
    gap: 8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-gap-80-sp {
    gap: 8rem !important;
  }
}
.u-justify-center {
  justify-content: center !important;
}

.u-justify-between {
  justify-content: space-between !important;
}

.u-items-center {
  align-items: center !important;
}

.u-flex-row {
  flex-direction: row !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-flex-row-tab {
    flex-direction: row !important;
  }
}
@media (max-width: 767px) {
  body .u-flex-row-sp {
    flex-direction: row !important;
  }
}
.u-flex-col {
  flex-direction: column !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-flex-col-tab {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  body .u-flex-col-sp {
    flex-direction: column !important;
  }
}
.u-font-normal {
  font-weight: 400 !important;
}

.u-font-midium {
  font-weight: 500 !important;
}

.u-font-bold {
  font-weight: 700 !important;
}

.u-text-left {
  text-align: left !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-text-left-tab {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  body .u-text-left-sp {
    text-align: left !important;
  }
}
.u-text-center {
  text-align: center !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-text-center-tab {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  body .u-text-center-sp {
    text-align: center !important;
  }
}
.u-text-right {
  text-align: right !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-text-right-tab {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  body .u-text-right-sp {
    text-align: right !important;
  }
}
.u-text-xs {
  font-size: 1.2rem !important;
}
@media (max-width: 767px) {
  .u-text-xs {
    font-size: 1rem !important;
  }
}

.u-text-sm {
  font-size: 1.4rem !important;
}
@media (max-width: 767px) {
  .u-text-sm {
    font-size: 1.2rem !important;
  }
}

.u-text-md {
  font-size: 1.6rem !important;
}
@media (max-width: 767px) {
  .u-text-md {
    font-size: 1.4rem !important;
  }
}

.u-text-lg {
  font-size: 1.8rem !important;
}
@media (max-width: 767px) {
  .u-text-lg {
    font-size: 1.6rem !important;
  }
}

.u-text-xl {
  font-size: 2rem !important;
}
@media (max-width: 767px) {
  .u-text-xl {
    font-size: 1.8rem !important;
  }
}

.u-text-2xl {
  font-size: 2.4rem !important;
}
@media (max-width: 767px) {
  .u-text-2xl {
    font-size: 2rem !important;
  }
}

.u-text-3xl {
  font-size: 3rem !important;
}
@media (max-width: 767px) {
  .u-text-3xl {
    font-size: 2.4rem !important;
  }
}

.u-text-10 {
  font-size: 1rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-text-10-tab {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  body .u-text-10-sp {
    font-size: 1rem !important;
  }
}
.u-text-12 {
  font-size: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-text-12-tab {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-text-12-sp {
    font-size: 1.2rem !important;
  }
}
.u-text-14 {
  font-size: 1.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-text-14-tab {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-text-14-sp {
    font-size: 1.4rem !important;
  }
}
.u-text-16 {
  font-size: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-text-16-tab {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-text-16-sp {
    font-size: 1.6rem !important;
  }
}
.u-text-18 {
  font-size: 1.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-text-18-tab {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-text-18-sp {
    font-size: 1.8rem !important;
  }
}
.u-text-20 {
  font-size: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-text-20-tab {
    font-size: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-text-20-sp {
    font-size: 2rem !important;
  }
}
.u-text-24 {
  font-size: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-text-24-tab {
    font-size: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-text-24-sp {
    font-size: 2.4rem !important;
  }
}
.u-text-30 {
  font-size: 3rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-text-30-tab {
    font-size: 3rem !important;
  }
}
@media (max-width: 767px) {
  body .u-text-30-sp {
    font-size: 3rem !important;
  }
}
.u-link {
  color: var(--color-primary);
  text-decoration: none;
}
.u-link:hover {
  text-decoration: underline;
}

.u-ul-default {
  margin: 1rem 0;
  padding-left: 4rem;
  list-style-type: disc;
}
.u-ul-default li {
  list-style: inherit;
}

.u-ol-default {
  margin: 1rem 0;
  padding-left: 4rem;
  list-style-type: decimal;
}
.u-ol-default li {
  list-style: inherit;
}

.u-ul-asterisk {
  list-style: none;
  padding-left: 0;
}
.u-ul-asterisk > li {
  position: relative;
  padding-left: 1em;
}
.u-ul-asterisk > li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.u-ul-asterisk--square > li {
  padding-left: 1.5em;
}
.u-ul-asterisk--square > li::before {
  content: "■";
}

.u-input, .u-textarea {
  display: inline-block;
  width: 100%;
  padding: 0.4rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: inherit;
  font: inherit;
}
.u-input:focus, .u-textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.u-textarea {
  resize: vertical;
  min-height: 4rem;
}

.u-button {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: var(--color-primary);
  color: #fff;
  font: inherit;
  cursor: pointer;
  text-align: center;
}
.u-button:hover {
  border: 1px solid color-mix(in srgb, var(--color-primary) 90%, black);
  background-color: color-mix(in srgb, var(--color-primary) 90%, black);
}
.u-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.u-default-checkbox {
  appearance: auto;
  -webkit-appearance: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.u-default-radio {
  appearance: auto;
  -webkit-appearance: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.u-select {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.u-select:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.u-aspect-square {
  aspect-ratio: 1 !important;
}

.u-aspect-16x9 {
  aspect-ratio: 1.7777777778 !important;
}

.u-aspect-4x3 {
  aspect-ratio: 1.3333333333 !important;
}

.u-aspect-3x2 {
  aspect-ratio: 1.5 !important;
}

.u-aspect-2x3 {
  aspect-ratio: 0.6666666667 !important;
}

.u-aspect-3x4 {
  aspect-ratio: 0.75 !important;
}

.u-aspect-9x16 {
  aspect-ratio: 0.5625 !important;
}

.u-w-auto {
  width: auto !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-w-auto-tab {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  body .u-w-auto-sp {
    width: auto !important;
  }
}
.u-w-full {
  width: 100% !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-w-full-tab {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  body .u-w-full-sp {
    width: 100% !important;
  }
}
.u-w-screen {
  width: 100vw !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-w-screen-tab {
    width: 100vw !important;
  }
}
@media (max-width: 767px) {
  body .u-w-screen-sp {
    width: 100vw !important;
  }
}
.u-h-auto {
  height: auto !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-h-auto-tab {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  body .u-h-auto-sp {
    height: auto !important;
  }
}
.u-h-full {
  height: 100% !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-h-full-tab {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  body .u-h-full-sp {
    height: 100% !important;
  }
}
.u-h-screen {
  height: 100vh !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-h-screen-tab {
    height: 100vh !important;
  }
}
@media (max-width: 767px) {
  body .u-h-screen-sp {
    height: 100vh !important;
  }
}
.u-mt-0 {
  margin-top: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-0-tab {
    margin-top: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-0-sp {
    margin-top: 0rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-0-tab {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-0-sp {
    margin-bottom: 0rem !important;
  }
}
.u-my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-0-tab {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-0-sp {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
.u-pt-0 {
  padding-top: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-0-tab {
    padding-top: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-0-sp {
    padding-top: 0rem !important;
  }
}
.u-pb-0 {
  padding-bottom: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-0-tab {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-0-sp {
    padding-bottom: 0rem !important;
  }
}
.u-py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-0-tab {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-0-sp {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
.u-mt-4 {
  margin-top: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-4-tab {
    margin-top: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-4-sp {
    margin-top: 0.4rem !important;
  }
}
.u-mb-4 {
  margin-bottom: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-4-tab {
    margin-bottom: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-4-sp {
    margin-bottom: 0.4rem !important;
  }
}
.u-my-4 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-4-tab {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-4-sp {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
}
.u-pt-4 {
  padding-top: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-4-tab {
    padding-top: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-4-sp {
    padding-top: 0.4rem !important;
  }
}
.u-pb-4 {
  padding-bottom: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-4-tab {
    padding-bottom: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-4-sp {
    padding-bottom: 0.4rem !important;
  }
}
.u-py-4 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-4-tab {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-4-sp {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
}
.u-mt-8 {
  margin-top: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-8-tab {
    margin-top: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-8-sp {
    margin-top: 0.8rem !important;
  }
}
.u-mb-8 {
  margin-bottom: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-8-tab {
    margin-bottom: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-8-sp {
    margin-bottom: 0.8rem !important;
  }
}
.u-my-8 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-8-tab {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-8-sp {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
}
.u-pt-8 {
  padding-top: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-8-tab {
    padding-top: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-8-sp {
    padding-top: 0.8rem !important;
  }
}
.u-pb-8 {
  padding-bottom: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-8-tab {
    padding-bottom: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-8-sp {
    padding-bottom: 0.8rem !important;
  }
}
.u-py-8 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-8-tab {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-8-sp {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
}
.u-mt-12 {
  margin-top: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-12-tab {
    margin-top: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-12-sp {
    margin-top: 1.2rem !important;
  }
}
.u-mb-12 {
  margin-bottom: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-12-tab {
    margin-bottom: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-12-sp {
    margin-bottom: 1.2rem !important;
  }
}
.u-my-12 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-12-tab {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-12-sp {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
}
.u-pt-12 {
  padding-top: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-12-tab {
    padding-top: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-12-sp {
    padding-top: 1.2rem !important;
  }
}
.u-pb-12 {
  padding-bottom: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-12-tab {
    padding-bottom: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-12-sp {
    padding-bottom: 1.2rem !important;
  }
}
.u-py-12 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-12-tab {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-12-sp {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
}
.u-mt-16 {
  margin-top: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-16-tab {
    margin-top: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-16-sp {
    margin-top: 1.6rem !important;
  }
}
.u-mb-16 {
  margin-bottom: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-16-tab {
    margin-bottom: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-16-sp {
    margin-bottom: 1.6rem !important;
  }
}
.u-my-16 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-16-tab {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-16-sp {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
}
.u-pt-16 {
  padding-top: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-16-tab {
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-16-sp {
    padding-top: 1.6rem !important;
  }
}
.u-pb-16 {
  padding-bottom: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-16-tab {
    padding-bottom: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-16-sp {
    padding-bottom: 1.6rem !important;
  }
}
.u-py-16 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-16-tab {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-16-sp {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
}
.u-mt-20 {
  margin-top: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-20-tab {
    margin-top: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-20-sp {
    margin-top: 2rem !important;
  }
}
.u-mb-20 {
  margin-bottom: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-20-tab {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-20-sp {
    margin-bottom: 2rem !important;
  }
}
.u-my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-20-tab {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-20-sp {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
.u-pt-20 {
  padding-top: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-20-tab {
    padding-top: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-20-sp {
    padding-top: 2rem !important;
  }
}
.u-pb-20 {
  padding-bottom: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-20-tab {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-20-sp {
    padding-bottom: 2rem !important;
  }
}
.u-py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-20-tab {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-20-sp {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
.u-mt-24 {
  margin-top: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-24-tab {
    margin-top: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-24-sp {
    margin-top: 2.4rem !important;
  }
}
.u-mb-24 {
  margin-bottom: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-24-tab {
    margin-bottom: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-24-sp {
    margin-bottom: 2.4rem !important;
  }
}
.u-my-24 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-24-tab {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-24-sp {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
}
.u-pt-24 {
  padding-top: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-24-tab {
    padding-top: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-24-sp {
    padding-top: 2.4rem !important;
  }
}
.u-pb-24 {
  padding-bottom: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-24-tab {
    padding-bottom: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-24-sp {
    padding-bottom: 2.4rem !important;
  }
}
.u-py-24 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-24-tab {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-24-sp {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
}
.u-mt-25 {
  margin-top: 2.5rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-25-tab {
    margin-top: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-25-sp {
    margin-top: 2.5rem !important;
  }
}
.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-25-tab {
    margin-bottom: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-25-sp {
    margin-bottom: 2.5rem !important;
  }
}
.u-my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-25-tab {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-25-sp {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}
.u-pt-25 {
  padding-top: 2.5rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-25-tab {
    padding-top: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-25-sp {
    padding-top: 2.5rem !important;
  }
}
.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-25-tab {
    padding-bottom: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-25-sp {
    padding-bottom: 2.5rem !important;
  }
}
.u-py-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-25-tab {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-25-sp {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
.u-mt-28 {
  margin-top: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-28-tab {
    margin-top: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-28-sp {
    margin-top: 2.8rem !important;
  }
}
.u-mb-28 {
  margin-bottom: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-28-tab {
    margin-bottom: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-28-sp {
    margin-bottom: 2.8rem !important;
  }
}
.u-my-28 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-28-tab {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-28-sp {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
}
.u-pt-28 {
  padding-top: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-28-tab {
    padding-top: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-28-sp {
    padding-top: 2.8rem !important;
  }
}
.u-pb-28 {
  padding-bottom: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-28-tab {
    padding-bottom: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-28-sp {
    padding-bottom: 2.8rem !important;
  }
}
.u-py-28 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-28-tab {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-28-sp {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
}
.u-mt-30 {
  margin-top: 3rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-30-tab {
    margin-top: 3rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-30-sp {
    margin-top: 3rem !important;
  }
}
.u-mb-30 {
  margin-bottom: 3rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-30-tab {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-30-sp {
    margin-bottom: 3rem !important;
  }
}
.u-my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-30-tab {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-30-sp {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
.u-pt-30 {
  padding-top: 3rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-30-tab {
    padding-top: 3rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-30-sp {
    padding-top: 3rem !important;
  }
}
.u-pb-30 {
  padding-bottom: 3rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-30-tab {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-30-sp {
    padding-bottom: 3rem !important;
  }
}
.u-py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-30-tab {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-30-sp {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.u-mt-32 {
  margin-top: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-32-tab {
    margin-top: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-32-sp {
    margin-top: 3.2rem !important;
  }
}
.u-mb-32 {
  margin-bottom: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-32-tab {
    margin-bottom: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-32-sp {
    margin-bottom: 3.2rem !important;
  }
}
.u-my-32 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-32-tab {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-32-sp {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
}
.u-pt-32 {
  padding-top: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-32-tab {
    padding-top: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-32-sp {
    padding-top: 3.2rem !important;
  }
}
.u-pb-32 {
  padding-bottom: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-32-tab {
    padding-bottom: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-32-sp {
    padding-bottom: 3.2rem !important;
  }
}
.u-py-32 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-32-tab {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-32-sp {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
}
.u-mt-36 {
  margin-top: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-36-tab {
    margin-top: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-36-sp {
    margin-top: 3.6rem !important;
  }
}
.u-mb-36 {
  margin-bottom: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-36-tab {
    margin-bottom: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-36-sp {
    margin-bottom: 3.6rem !important;
  }
}
.u-my-36 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-36-tab {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-36-sp {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
}
.u-pt-36 {
  padding-top: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-36-tab {
    padding-top: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-36-sp {
    padding-top: 3.6rem !important;
  }
}
.u-pb-36 {
  padding-bottom: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-36-tab {
    padding-bottom: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-36-sp {
    padding-bottom: 3.6rem !important;
  }
}
.u-py-36 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-36-tab {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-36-sp {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
}
.u-mt-40 {
  margin-top: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-40-tab {
    margin-top: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-40-sp {
    margin-top: 4rem !important;
  }
}
.u-mb-40 {
  margin-bottom: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-40-tab {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-40-sp {
    margin-bottom: 4rem !important;
  }
}
.u-my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-40-tab {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-40-sp {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
.u-pt-40 {
  padding-top: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-40-tab {
    padding-top: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-40-sp {
    padding-top: 4rem !important;
  }
}
.u-pb-40 {
  padding-bottom: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-40-tab {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-40-sp {
    padding-bottom: 4rem !important;
  }
}
.u-py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-40-tab {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-40-sp {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.u-mt-48 {
  margin-top: 4.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-48-tab {
    margin-top: 4.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-48-sp {
    margin-top: 4.8rem !important;
  }
}
.u-mb-48 {
  margin-bottom: 4.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-48-tab {
    margin-bottom: 4.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-48-sp {
    margin-bottom: 4.8rem !important;
  }
}
.u-my-48 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-48-tab {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-48-sp {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
}
.u-pt-48 {
  padding-top: 4.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-48-tab {
    padding-top: 4.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-48-sp {
    padding-top: 4.8rem !important;
  }
}
.u-pb-48 {
  padding-bottom: 4.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-48-tab {
    padding-bottom: 4.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-48-sp {
    padding-bottom: 4.8rem !important;
  }
}
.u-py-48 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-48-tab {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-48-sp {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
}
.u-mt-56 {
  margin-top: 5.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-56-tab {
    margin-top: 5.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-56-sp {
    margin-top: 5.6rem !important;
  }
}
.u-mb-56 {
  margin-bottom: 5.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-56-tab {
    margin-bottom: 5.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-56-sp {
    margin-bottom: 5.6rem !important;
  }
}
.u-my-56 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-56-tab {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-56-sp {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
}
.u-pt-56 {
  padding-top: 5.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-56-tab {
    padding-top: 5.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-56-sp {
    padding-top: 5.6rem !important;
  }
}
.u-pb-56 {
  padding-bottom: 5.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-56-tab {
    padding-bottom: 5.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-56-sp {
    padding-bottom: 5.6rem !important;
  }
}
.u-py-56 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-56-tab {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-56-sp {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
}
.u-mt-64 {
  margin-top: 6.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-64-tab {
    margin-top: 6.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-64-sp {
    margin-top: 6.4rem !important;
  }
}
.u-mb-64 {
  margin-bottom: 6.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-64-tab {
    margin-bottom: 6.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-64-sp {
    margin-bottom: 6.4rem !important;
  }
}
.u-my-64 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-64-tab {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-64-sp {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
}
.u-pt-64 {
  padding-top: 6.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-64-tab {
    padding-top: 6.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-64-sp {
    padding-top: 6.4rem !important;
  }
}
.u-pb-64 {
  padding-bottom: 6.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-64-tab {
    padding-bottom: 6.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-64-sp {
    padding-bottom: 6.4rem !important;
  }
}
.u-py-64 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-64-tab {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-64-sp {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
}
.u-mt-68 {
  margin-top: 6.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-68-tab {
    margin-top: 6.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-68-sp {
    margin-top: 6.8rem !important;
  }
}
.u-mb-68 {
  margin-bottom: 6.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-68-tab {
    margin-bottom: 6.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-68-sp {
    margin-bottom: 6.8rem !important;
  }
}
.u-my-68 {
  margin-top: 6.8rem !important;
  margin-bottom: 6.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-68-tab {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-68-sp {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }
}
.u-pt-68 {
  padding-top: 6.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-68-tab {
    padding-top: 6.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-68-sp {
    padding-top: 6.8rem !important;
  }
}
.u-pb-68 {
  padding-bottom: 6.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-68-tab {
    padding-bottom: 6.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-68-sp {
    padding-bottom: 6.8rem !important;
  }
}
.u-py-68 {
  padding-top: 6.8rem !important;
  padding-bottom: 6.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-68-tab {
    padding-top: 6.8rem !important;
    padding-bottom: 6.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-68-sp {
    padding-top: 6.8rem !important;
    padding-bottom: 6.8rem !important;
  }
}
.u-mt-72 {
  margin-top: 7.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-72-tab {
    margin-top: 7.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-72-sp {
    margin-top: 7.2rem !important;
  }
}
.u-mb-72 {
  margin-bottom: 7.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-72-tab {
    margin-bottom: 7.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-72-sp {
    margin-bottom: 7.2rem !important;
  }
}
.u-my-72 {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-72-tab {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-72-sp {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
}
.u-pt-72 {
  padding-top: 7.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-72-tab {
    padding-top: 7.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-72-sp {
    padding-top: 7.2rem !important;
  }
}
.u-pb-72 {
  padding-bottom: 7.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-72-tab {
    padding-bottom: 7.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-72-sp {
    padding-bottom: 7.2rem !important;
  }
}
.u-py-72 {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-72-tab {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-72-sp {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
}
.u-mt-80 {
  margin-top: 8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-80-tab {
    margin-top: 8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-80-sp {
    margin-top: 8rem !important;
  }
}
.u-mb-80 {
  margin-bottom: 8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-80-tab {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-80-sp {
    margin-bottom: 8rem !important;
  }
}
.u-my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-80-tab {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-80-sp {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
.u-pt-80 {
  padding-top: 8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-80-tab {
    padding-top: 8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-80-sp {
    padding-top: 8rem !important;
  }
}
.u-pb-80 {
  padding-bottom: 8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-80-tab {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-80-sp {
    padding-bottom: 8rem !important;
  }
}
.u-py-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-80-tab {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-80-sp {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
.u-mt-96 {
  margin-top: 9.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-96-tab {
    margin-top: 9.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-96-sp {
    margin-top: 9.6rem !important;
  }
}
.u-mb-96 {
  margin-bottom: 9.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-96-tab {
    margin-bottom: 9.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-96-sp {
    margin-bottom: 9.6rem !important;
  }
}
.u-my-96 {
  margin-top: 9.6rem !important;
  margin-bottom: 9.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-96-tab {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-96-sp {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
}
.u-pt-96 {
  padding-top: 9.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-96-tab {
    padding-top: 9.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-96-sp {
    padding-top: 9.6rem !important;
  }
}
.u-pb-96 {
  padding-bottom: 9.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-96-tab {
    padding-bottom: 9.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-96-sp {
    padding-bottom: 9.6rem !important;
  }
}
.u-py-96 {
  padding-top: 9.6rem !important;
  padding-bottom: 9.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-96-tab {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-96-sp {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
}
.u-mt-112 {
  margin-top: 11.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-112-tab {
    margin-top: 11.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-112-sp {
    margin-top: 11.2rem !important;
  }
}
.u-mb-112 {
  margin-bottom: 11.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-112-tab {
    margin-bottom: 11.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-112-sp {
    margin-bottom: 11.2rem !important;
  }
}
.u-my-112 {
  margin-top: 11.2rem !important;
  margin-bottom: 11.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-112-tab {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-112-sp {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
}
.u-pt-112 {
  padding-top: 11.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-112-tab {
    padding-top: 11.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-112-sp {
    padding-top: 11.2rem !important;
  }
}
.u-pb-112 {
  padding-bottom: 11.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-112-tab {
    padding-bottom: 11.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-112-sp {
    padding-bottom: 11.2rem !important;
  }
}
.u-py-112 {
  padding-top: 11.2rem !important;
  padding-bottom: 11.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-112-tab {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-112-sp {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
}
.u-mt-120 {
  margin-top: 12rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-120-tab {
    margin-top: 12rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-120-sp {
    margin-top: 12rem !important;
  }
}
.u-mb-120 {
  margin-bottom: 12rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-120-tab {
    margin-bottom: 12rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-120-sp {
    margin-bottom: 12rem !important;
  }
}
.u-my-120 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-120-tab {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-120-sp {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
}
.u-pt-120 {
  padding-top: 12rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-120-tab {
    padding-top: 12rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-120-sp {
    padding-top: 12rem !important;
  }
}
.u-pb-120 {
  padding-bottom: 12rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-120-tab {
    padding-bottom: 12rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-120-sp {
    padding-bottom: 12rem !important;
  }
}
.u-py-120 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-120-tab {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-120-sp {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
.u-mt-128 {
  margin-top: 12.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mt-128-tab {
    margin-top: 12.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mt-128-sp {
    margin-top: 12.8rem !important;
  }
}
.u-mb-128 {
  margin-bottom: 12.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mb-128-tab {
    margin-bottom: 12.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mb-128-sp {
    margin-bottom: 12.8rem !important;
  }
}
.u-my-128 {
  margin-top: 12.8rem !important;
  margin-bottom: 12.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-my-128-tab {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-my-128-sp {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
}
.u-pt-128 {
  padding-top: 12.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pt-128-tab {
    padding-top: 12.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pt-128-sp {
    padding-top: 12.8rem !important;
  }
}
.u-pb-128 {
  padding-bottom: 12.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pb-128-tab {
    padding-bottom: 12.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pb-128-sp {
    padding-bottom: 12.8rem !important;
  }
}
.u-py-128 {
  padding-top: 12.8rem !important;
  padding-bottom: 12.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-py-128-tab {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-py-128-sp {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
}
.u-ml-0 {
  margin-left: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-ml-0-tab {
    margin-left: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-ml-0-sp {
    margin-left: 0rem !important;
  }
}
.u-mr-0 {
  margin-right: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mr-0-tab {
    margin-right: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mr-0-sp {
    margin-right: 0rem !important;
  }
}
.u-mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mx-0-tab {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mx-0-sp {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
.u-pl-0 {
  padding-left: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pl-0-tab {
    padding-left: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pl-0-sp {
    padding-left: 0rem !important;
  }
}
.u-pr-0 {
  padding-right: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pr-0-tab {
    padding-right: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pr-0-sp {
    padding-right: 0rem !important;
  }
}
.u-px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-px-0-tab {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 767px) {
  body .u-px-0-sp {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
.u-ml-4 {
  margin-left: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-ml-4-tab {
    margin-left: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-ml-4-sp {
    margin-left: 0.4rem !important;
  }
}
.u-mr-4 {
  margin-right: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mr-4-tab {
    margin-right: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mr-4-sp {
    margin-right: 0.4rem !important;
  }
}
.u-mx-4 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mx-4-tab {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mx-4-sp {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
}
.u-pl-4 {
  padding-left: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pl-4-tab {
    padding-left: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pl-4-sp {
    padding-left: 0.4rem !important;
  }
}
.u-pr-4 {
  padding-right: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pr-4-tab {
    padding-right: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pr-4-sp {
    padding-right: 0.4rem !important;
  }
}
.u-px-4 {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-px-4-tab {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-px-4-sp {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
}
.u-ml-8 {
  margin-left: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-ml-8-tab {
    margin-left: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-ml-8-sp {
    margin-left: 0.8rem !important;
  }
}
.u-mr-8 {
  margin-right: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mr-8-tab {
    margin-right: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mr-8-sp {
    margin-right: 0.8rem !important;
  }
}
.u-mx-8 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mx-8-tab {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mx-8-sp {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
}
.u-pl-8 {
  padding-left: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pl-8-tab {
    padding-left: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pl-8-sp {
    padding-left: 0.8rem !important;
  }
}
.u-pr-8 {
  padding-right: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pr-8-tab {
    padding-right: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pr-8-sp {
    padding-right: 0.8rem !important;
  }
}
.u-px-8 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-px-8-tab {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-px-8-sp {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
}
.u-ml-12 {
  margin-left: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-ml-12-tab {
    margin-left: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-ml-12-sp {
    margin-left: 1.2rem !important;
  }
}
.u-mr-12 {
  margin-right: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mr-12-tab {
    margin-right: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mr-12-sp {
    margin-right: 1.2rem !important;
  }
}
.u-mx-12 {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mx-12-tab {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mx-12-sp {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
}
.u-pl-12 {
  padding-left: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pl-12-tab {
    padding-left: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pl-12-sp {
    padding-left: 1.2rem !important;
  }
}
.u-pr-12 {
  padding-right: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pr-12-tab {
    padding-right: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pr-12-sp {
    padding-right: 1.2rem !important;
  }
}
.u-px-12 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-px-12-tab {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-px-12-sp {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
}
.u-ml-16 {
  margin-left: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-ml-16-tab {
    margin-left: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-ml-16-sp {
    margin-left: 1.6rem !important;
  }
}
.u-mr-16 {
  margin-right: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mr-16-tab {
    margin-right: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mr-16-sp {
    margin-right: 1.6rem !important;
  }
}
.u-mx-16 {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mx-16-tab {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mx-16-sp {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
}
.u-pl-16 {
  padding-left: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pl-16-tab {
    padding-left: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pl-16-sp {
    padding-left: 1.6rem !important;
  }
}
.u-pr-16 {
  padding-right: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pr-16-tab {
    padding-right: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pr-16-sp {
    padding-right: 1.6rem !important;
  }
}
.u-px-16 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-px-16-tab {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-px-16-sp {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
}
.u-ml-20 {
  margin-left: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-ml-20-tab {
    margin-left: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-ml-20-sp {
    margin-left: 2rem !important;
  }
}
.u-mr-20 {
  margin-right: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mr-20-tab {
    margin-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mr-20-sp {
    margin-right: 2rem !important;
  }
}
.u-mx-20 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mx-20-tab {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mx-20-sp {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.u-pl-20 {
  padding-left: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pl-20-tab {
    padding-left: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pl-20-sp {
    padding-left: 2rem !important;
  }
}
.u-pr-20 {
  padding-right: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pr-20-tab {
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pr-20-sp {
    padding-right: 2rem !important;
  }
}
.u-px-20 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-px-20-tab {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-px-20-sp {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.u-ml-24 {
  margin-left: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-ml-24-tab {
    margin-left: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-ml-24-sp {
    margin-left: 2.4rem !important;
  }
}
.u-mr-24 {
  margin-right: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mr-24-tab {
    margin-right: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mr-24-sp {
    margin-right: 2.4rem !important;
  }
}
.u-mx-24 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mx-24-tab {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mx-24-sp {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
}
.u-pl-24 {
  padding-left: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pl-24-tab {
    padding-left: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pl-24-sp {
    padding-left: 2.4rem !important;
  }
}
.u-pr-24 {
  padding-right: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pr-24-tab {
    padding-right: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pr-24-sp {
    padding-right: 2.4rem !important;
  }
}
.u-px-24 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-px-24-tab {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-px-24-sp {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
}
.u-ml-28 {
  margin-left: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-ml-28-tab {
    margin-left: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-ml-28-sp {
    margin-left: 2.8rem !important;
  }
}
.u-mr-28 {
  margin-right: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mr-28-tab {
    margin-right: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mr-28-sp {
    margin-right: 2.8rem !important;
  }
}
.u-mx-28 {
  margin-left: 2.8rem !important;
  margin-right: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mx-28-tab {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mx-28-sp {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
}
.u-pl-28 {
  padding-left: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pl-28-tab {
    padding-left: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pl-28-sp {
    padding-left: 2.8rem !important;
  }
}
.u-pr-28 {
  padding-right: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pr-28-tab {
    padding-right: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pr-28-sp {
    padding-right: 2.8rem !important;
  }
}
.u-px-28 {
  padding-left: 2.8rem !important;
  padding-right: 2.8rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-px-28-tab {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
}
@media (max-width: 767px) {
  body .u-px-28-sp {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
}
.u-ml-32 {
  margin-left: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-ml-32-tab {
    margin-left: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-ml-32-sp {
    margin-left: 3.2rem !important;
  }
}
.u-mr-32 {
  margin-right: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mr-32-tab {
    margin-right: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mr-32-sp {
    margin-right: 3.2rem !important;
  }
}
.u-mx-32 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mx-32-tab {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mx-32-sp {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
}
.u-pl-32 {
  padding-left: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pl-32-tab {
    padding-left: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pl-32-sp {
    padding-left: 3.2rem !important;
  }
}
.u-pr-32 {
  padding-right: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pr-32-tab {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pr-32-sp {
    padding-right: 3.2rem !important;
  }
}
.u-px-32 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-px-32-tab {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 767px) {
  body .u-px-32-sp {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
}
.u-ml-36 {
  margin-left: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-ml-36-tab {
    margin-left: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-ml-36-sp {
    margin-left: 3.6rem !important;
  }
}
.u-mr-36 {
  margin-right: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mr-36-tab {
    margin-right: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mr-36-sp {
    margin-right: 3.6rem !important;
  }
}
.u-mx-36 {
  margin-left: 3.6rem !important;
  margin-right: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mx-36-tab {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mx-36-sp {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
}
.u-pl-36 {
  padding-left: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pl-36-tab {
    padding-left: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pl-36-sp {
    padding-left: 3.6rem !important;
  }
}
.u-pr-36 {
  padding-right: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pr-36-tab {
    padding-right: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pr-36-sp {
    padding-right: 3.6rem !important;
  }
}
.u-px-36 {
  padding-left: 3.6rem !important;
  padding-right: 3.6rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-px-36-tab {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
}
@media (max-width: 767px) {
  body .u-px-36-sp {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
}
.u-ml-40 {
  margin-left: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-ml-40-tab {
    margin-left: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-ml-40-sp {
    margin-left: 4rem !important;
  }
}
.u-mr-40 {
  margin-right: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mr-40-tab {
    margin-right: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mr-40-sp {
    margin-right: 4rem !important;
  }
}
.u-mx-40 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-mx-40-tab {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-mx-40-sp {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
.u-pl-40 {
  padding-left: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pl-40-tab {
    padding-left: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pl-40-sp {
    padding-left: 4rem !important;
  }
}
.u-pr-40 {
  padding-right: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-pr-40-tab {
    padding-right: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-pr-40-sp {
    padding-right: 4rem !important;
  }
}
.u-px-40 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body .u-px-40-tab {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 767px) {
  body .u-px-40-sp {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
.u-my-xs {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}
@media (max-width: 767px) {
  .u-my-xs {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
}

.u-mt-xs {
  margin-top: 0.8rem !important;
}
@media (max-width: 767px) {
  .u-mt-xs {
    margin-top: 0.4rem !important;
  }
}

.u-mb-xs {
  margin-bottom: 0.8rem !important;
}
@media (max-width: 767px) {
  .u-mb-xs {
    margin-bottom: 0.4rem !important;
  }
}

.u-py-xs {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
@media (max-width: 767px) {
  .u-py-xs {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
}

.u-pt-xs {
  padding-top: 0.8rem !important;
}
@media (max-width: 767px) {
  .u-pt-xs {
    padding-top: 0.4rem !important;
  }
}

.u-pb-xs {
  padding-bottom: 0.8rem !important;
}
@media (max-width: 767px) {
  .u-pb-xs {
    padding-bottom: 0.4rem !important;
  }
}

.u-my-sm {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .u-my-sm {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
}

.u-mt-sm {
  margin-top: 1.6rem !important;
}
@media (max-width: 767px) {
  .u-mt-sm {
    margin-top: 0.8rem !important;
  }
}

.u-mb-sm {
  margin-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .u-mb-sm {
    margin-bottom: 0.8rem !important;
  }
}

.u-py-sm {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .u-py-sm {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
}

.u-pt-sm {
  padding-top: 1.6rem !important;
}
@media (max-width: 767px) {
  .u-pt-sm {
    padding-top: 0.8rem !important;
  }
}

.u-pb-sm {
  padding-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .u-pb-sm {
    padding-bottom: 0.8rem !important;
  }
}

.u-my-md {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}
@media (max-width: 767px) {
  .u-my-md {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
}

.u-mt-md {
  margin-top: 2.4rem !important;
}
@media (max-width: 767px) {
  .u-mt-md {
    margin-top: 1.6rem !important;
  }
}

.u-mb-md {
  margin-bottom: 2.4rem !important;
}
@media (max-width: 767px) {
  .u-mb-md {
    margin-bottom: 1.6rem !important;
  }
}

.u-py-md {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}
@media (max-width: 767px) {
  .u-py-md {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
}

.u-pt-md {
  padding-top: 2.4rem !important;
}
@media (max-width: 767px) {
  .u-pt-md {
    padding-top: 1.6rem !important;
  }
}

.u-pb-md {
  padding-bottom: 2.4rem !important;
}
@media (max-width: 767px) {
  .u-pb-md {
    padding-bottom: 1.6rem !important;
  }
}

.u-my-lg {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .u-my-lg {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
}

.u-mt-lg {
  margin-top: 4.8rem !important;
}
@media (max-width: 767px) {
  .u-mt-lg {
    margin-top: 3.2rem !important;
  }
}

.u-mb-lg {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .u-mb-lg {
    margin-bottom: 3.2rem !important;
  }
}

.u-py-lg {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .u-py-lg {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
}

.u-pt-lg {
  padding-top: 4.8rem !important;
}
@media (max-width: 767px) {
  .u-pt-lg {
    padding-top: 3.2rem !important;
  }
}

.u-pb-lg {
  padding-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .u-pb-lg {
    padding-bottom: 3.2rem !important;
  }
}

.u-my-xl {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}
@media (max-width: 767px) {
  .u-my-xl {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
}

.u-mt-xl {
  margin-top: 7.2rem !important;
}
@media (max-width: 767px) {
  .u-mt-xl {
    margin-top: 4.8rem !important;
  }
}

.u-mb-xl {
  margin-bottom: 7.2rem !important;
}
@media (max-width: 767px) {
  .u-mb-xl {
    margin-bottom: 4.8rem !important;
  }
}

.u-py-xl {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
}
@media (max-width: 767px) {
  .u-py-xl {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
}

.u-pt-xl {
  padding-top: 7.2rem !important;
}
@media (max-width: 767px) {
  .u-pt-xl {
    padding-top: 4.8rem !important;
  }
}

.u-pb-xl {
  padding-bottom: 7.2rem !important;
}
@media (max-width: 767px) {
  .u-pb-xl {
    padding-bottom: 4.8rem !important;
  }
}

.u-my-2xl {
  margin-top: 9.6rem !important;
  margin-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .u-my-2xl {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
}

.u-mt-2xl {
  margin-top: 9.6rem !important;
}
@media (max-width: 767px) {
  .u-mt-2xl {
    margin-top: 6.4rem !important;
  }
}

.u-mb-2xl {
  margin-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .u-mb-2xl {
    margin-bottom: 6.4rem !important;
  }
}

.u-py-2xl {
  padding-top: 9.6rem !important;
  padding-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .u-py-2xl {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
}

.u-pt-2xl {
  padding-top: 9.6rem !important;
}
@media (max-width: 767px) {
  .u-pt-2xl {
    padding-top: 6.4rem !important;
  }
}

.u-pb-2xl {
  padding-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .u-pb-2xl {
    padding-bottom: 6.4rem !important;
  }
}

.u-my-3xl {
  margin-top: 12.8rem !important;
  margin-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .u-my-3xl {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}

.u-mt-3xl {
  margin-top: 12.8rem !important;
}
@media (max-width: 767px) {
  .u-mt-3xl {
    margin-top: 8rem !important;
  }
}

.u-mb-3xl {
  margin-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .u-mb-3xl {
    margin-bottom: 8rem !important;
  }
}

.u-py-3xl {
  padding-top: 12.8rem !important;
  padding-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .u-py-3xl {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

.u-pt-3xl {
  padding-top: 12.8rem !important;
}
@media (max-width: 767px) {
  .u-pt-3xl {
    padding-top: 8rem !important;
  }
}

.u-pb-3xl {
  padding-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .u-pb-3xl {
    padding-bottom: 8rem !important;
  }
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: var(--color-base-white);
}
.header__main {
  padding: 2rem 4rem 1rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .header__main {
    padding: 2rem 2.2222222222vw 1rem;
  }
}
@media (max-width: 767px) {
  .header__main {
    padding: 1rem 5rem 0.6rem 1rem;
    border-bottom: 2px solid var(--color-primary);
  }
}
.header__main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: var(--color-primary);
  background: linear-gradient(90deg, var(--color-primary) 50%, var(--color-base-white) 50%);
}
@media (max-width: 767px) {
  .header__main::before {
    height: 0.6rem;
  }
}
.header__main::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 1440px;
  height: 10px;
  background-image: url(../images/common/header_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1440px) {
  .header__main::after {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .header__main::after {
    width: 100%;
    height: 0.6rem;
    right: 5%;
    background-image: url(../images/common/header_line-sp.svg);
    background-size: cover;
  }
}
.header__main h1 {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1800px) {
  .header__main h1 {
    gap: 0.8333333333vw;
  }
}
.header__content {
  width: 58rem;
}
@media screen and (max-width: 1800px) {
  .header__content {
    width: 32.2222222222vw;
  }
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 1800px) {
  .header__right {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 767px) {
  .header__right {
    gap: 0.8rem;
  }
}
.header__btn-wrap {
  gap: 1.6rem;
}
@media screen and (max-width: 1800px) {
  .header__btn-wrap {
    gap: 0.7777777778vw;
  }
}
.header__project-name {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 1800px) {
  .header__project-name {
    font-size: 1.2777777778vw;
    gap: 0.3333333333vw;
  }
}
@media (max-width: 767px) {
  .header__project-name {
    font-size: 1.4rem;
    gap: 0.4rem;
    display: inline;
  }
}
.header__project-name .route-number-label {
  font-size: 1.6rem;
}
@media screen and (max-width: 1800px) {
  .header__project-name .route-number-label {
    font-size: 0.8888888889vw;
    padding: 0.3rem 0.4444444444vw 0.5rem;
  }
}
@media (max-width: 767px) {
  .header__project-name .route-number-label {
    margin: 0 0.5rem;
    font-size: 1.4rem;
    padding: 0.2rem 0.4rem;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--color-base-black);
  line-height: 1.4;
  padding: 0.6rem 1.4rem 0.6rem;
  border-radius: 4px;
  border: 1px solid var(--color-primary);
  font-feature-settings: "palt" on;
  height: 4.5rem;
  transition: all var(--delay-in);
  text-align: center;
}
.header__menu:hover {
  background-color: var(--color-sub-primary);
  transition: all var(--delay-in);
}
@media screen and (max-width: 1800px) {
  .header__menu {
    font-size: 0.7777777778vw;
    padding: 0.3333333333vw 0.7777777778vw 0.3333333333vw;
  }
}
@media screen and (max-width: 1600px) {
  .header__menu {
    height: 2.8125vw;
  }
}
.header__menu .route-number-label {
  font-size: 1.2rem;
  padding: 0.3rem 0.5rem 0.4rem;
  margin: 0 0.3rem;
}
@media screen and (max-width: 1800px) {
  .header__menu .route-number-label {
    font-size: 0.6666666667vw;
    padding: 0.1666666667vw 0.2777777778vw 0.2222222222vw;
  }
}
.header__menu img {
  width: 20px;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header__menu img {
    width: 14px;
  }
}
.header__sp img {
  display: block;
}
.header--coming {
  color: var(--color-gray);
  position: relative;
  pointer-events: none;
  padding: 2rem 1.6rem 0.8rem;
  border-color: var(--color-gray);
}
.header--coming::after {
  content: "公開準備中";
  color: var(--color-traffic-emergency);
  font-size: 1.2rem;
  position: absolute;
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header--coming::after {
    font-size: 1rem;
  }
}
.header--coming img {
  filter: var(--grayed-out-filter);
}
.header__info {
  width: 17rem;
  display: block;
  font-size: 1.4rem;
  color: var(--color-base-black);
  font-weight: 700;
  line-height: 1.5;
  padding: 1.3rem 1.6rem 1.4rem;
  border-radius: 4px;
  font-feature-settings: "palt" on;
  height: 4.5rem;
  background-color: #FFA500;
  transition: all var(--delay-in);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header__info {
    width: 16rem;
    font-size: 1.2rem;
  }
}
.header__info::before {
  content: attr(data-hover);
  transform: translate(0, -100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 1.3rem 1.6rem 1.4rem;
  padding-right: 4rem;
  transition: all 0.3s ease-in-out;
  color: var(--color-base-white);
}
.header__info:hover span {
  opacity: 0;
  transform: translate(0, 100%);
}
.header__info:hover::before {
  opacity: 1;
  transform: translate(0, 0);
  color: var(--color-base-black);
}
.header__info span {
  transition: all 0.3s ease-in-out;
}
.header__info img {
  margin-bottom: 0.4rem;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(20%);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header__info img {
    width: 1.6rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 4rem;
  }
}
.header__hmbbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
}
.header__skip-content {
  display: block;
  width: 100%;
  min-width: 0;
  height: 1px;
  color: #000;
  text-align: center;
  background: #e0e4eb;
  margin: -1px 0 0;
  padding: 0;
  font-size: 1%;
  line-height: 0;
  overflow: hidden;
  opacity: 0;
  cursor: default;
}
.header__skip-content:focus, .header__skip-content:focus-visible {
  height: auto;
  line-height: 1;
  padding: 1.2rem 0;
  font-size: 1.3rem;
  opacity: 1;
  cursor: pointer;
}

.menu-sp {
  background: var(--color-base-white);
  position: fixed;
  top: 5.1rem;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1010;
  opacity: 0;
  pointer-events: none;
  overflow: scroll;
}
.menu-sp.open {
  opacity: 1;
  pointer-events: auto;
}
.menu-sp__item {
  border-bottom: 1px solid rgba(46, 46, 46, 0.5);
}
.menu-sp__item img {
  width: 2.6rem;
  margin-right: 2rem;
}
.menu-sp--coming {
  position: relative;
}
.menu-sp--coming a {
  pointer-events: none;
  color: var(--color-gray);
}
.menu-sp--coming img {
  filter: var(--grayed-out-filter);
}
.menu-sp--coming::after {
  content: "公開準備中";
  font-size: 1.2rem;
  position: absolute;
  font-weight: 500;
  top: 50%;
  transform: translateY(-50%);
  left: 65%;
  color: var(--color-traffic-emergency);
}
.menu-sp__link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  height: 6.5rem;
}
.menu-sp__link--has-child::after {
  content: none;
}
.menu-sp__link-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  width: 1.5rem !important;
}
.menu-sp__latest {
  padding-top: 4rem;
  padding-bottom: 10rem;
}
.menu-sp__item-wrap {
  width: 80%;
  margin: 3rem auto 0;
}
.menu-sp__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.4rem;
  color: var(--color-base-black);
  line-height: 1.2;
  padding: 1rem 1.4rem;
  border-radius: 4px;
  border: 1px solid var(--color-primary);
  font-feature-settings: "palt" on;
  transition: all var(--delay-in);
  text-align: center;
}
.menu-sp__btn:hover {
  background-color: var(--color-sub-primary);
  transition: all var(--delay-in);
}
.menu-sp__btn .route-number-label {
  font-size: 1.3rem;
  padding: 0.3rem 0.5rem 0.3rem;
  margin: 0 0.3rem;
}
.menu-sp__btn img {
  width: 14px;
  vertical-align: middle;
}

.menu-sp-child {
  background: var(--color-sub-primary);
  padding: 0 2rem;
}
.menu-sp-child > li {
  border-bottom: 1px solid var(--color-primary);
}
.menu-sp-child > li:last-child {
  border-bottom: none;
}
.menu-sp-child > li a {
  font-weight: 500;
  display: inline-block;
  padding: 1.2rem 0;
  width: 100%;
}

.side-menu {
  position: fixed;
  right: 0;
  top: clamp(120px, 28vh, 180px);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media (max-width: 767px) {
  .side-menu {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    flex-direction: row;
    gap: 0.2rem;
    justify-content: center;
  }
}
.side-menu__item {
  width: 22rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  background-color: var(--color-base-white);
  border-radius: 8px 0 0 8px;
  box-shadow: var(--shadow-soft);
  font-feature-settings: "palt" on;
  transform: translateX(75%);
  transition: all var(--delay-in);
}
@media (max-width: 767px) {
  .side-menu__item {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 6px 6px 0 0;
    transform: none;
    text-align: center;
    border-top: 1px solid var(--color-light-gray);
    border-right: 1px solid var(--color-light-gray);
    border-left: 1px solid var(--color-light-gray);
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.3);
    animation: none;
  }
}
.side-menu__item:has(.side-menu__link:hover), .side-menu__item:has(.side-menu__link.active) {
  transform: translateX(0);
  transition: all var(--delay-in);
}
@media (max-width: 767px) {
  .side-menu__item:has(.side-menu__link:hover), .side-menu__item:has(.side-menu__link.active) {
    transform: none;
    color: var(--color-base-white);
    background-color: var(--color-link-blue);
  }
}
.side-menu__item:has(.side-menu__link:focus-visible) {
  transform: translateX(0);
  transition: all var(--delay-in);
}
@media (max-width: 767px) {
  .side-menu__item:has(.side-menu__link:focus-visible) {
    transform: none;
  }
}
.side-menu__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1.2rem;
}
@media (max-width: 767px) {
  .side-menu__link {
    justify-content: center;
    gap: 0.4rem;
    padding: 1.2rem 0.8rem;
  }
}
@media (max-width: 767px) {
  .side-menu__link:hover img {
    filter: brightness(100);
  }
}
.side-menu__link img {
  vertical-align: middle;
  width: 4rem;
}
@media (max-width: 767px) {
  .side-menu__link img {
    width: 2.4rem;
  }
}

@keyframes sideMenuPeek {
  0% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(75%);
  }
}
.g-navi {
  border-top: 1px solid var(--color-light-gray);
  border-bottom: 4px solid var(--color-gray);
}
.g-navi > ul {
  display: flex;
  margin: 0 auto;
  max-width: var(--inner-width-wide);
  width: 100%;
}
.g-navi__item {
  border-right: 1px solid var(--color-light-gray);
  text-align: center;
  width: 23%;
  position: relative;
}
.g-navi__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: var(--color-primary);
  opacity: 0;
  transition: 0.2s;
}
.g-navi__item:first-child {
  border-left: 1px solid var(--color-light-gray);
}
.g-navi__item:nth-of-type(4) {
  width: 28%;
}
.g-navi__item:has(a:hover)::after {
  opacity: 1;
}
.g-navi__item a {
  display: block;
  font-weight: bold;
  padding: 1.4rem 0;
  transition: background-color var(--delay-in);
}
@media screen and (max-width: 1600px) {
  .g-navi__item a {
    padding: 0.875vw 0;
  }
}
@media screen and (max-width: 1400px) {
  .g-navi__item a {
    font-size: 1.1428571429vw;
  }
}
.g-navi__item a:hover {
  background-color: var(--color-sub-primary);
  transition: background-color var(--delay-in);
}
.g-navi__item img {
  width: 20px;
  vertical-align: sub;
  margin-right: 1.2rem;
}
.g-navi__item.is-active::after {
  opacity: 1;
}
.g-navi--coming a {
  display: inline-block;
  color: var(--color-gray);
  position: relative;
  pointer-events: none;
}
.g-navi--coming a::after {
  content: "公開準備中";
  color: var(--color-traffic-emergency);
  font-size: 1rem;
  position: absolute;
  top: 0.4rem;
  left: 50%;
  width: 100px;
  transform: translateX(-50%);
}
.g-navi--coming img {
  filter: var(--grayed-out-filter);
}

.wrap--work .g-navi__item[data-nav=work]::after {
  opacity: 1;
}

.wrap--prediction .g-navi__item[data-nav=prediction]::after {
  opacity: 1;
}

.wrap--detour .g-navi__item[data-nav=detour]::after {
  opacity: 1;
}

.wrap--price .g-navi__item[data-nav=price]::after {
  opacity: 1;
}

.wrap--construction .g-navi__item[data-nav=construction]::after {
  opacity: 1;
}

.main-navi-button {
  border: 2px solid var(--color-primary);
  color: var(--color-base-black);
  border-radius: 16px;
  display: block;
  text-align: center;
  padding: 6rem 3.2rem 3.2rem;
  box-shadow: var(--shadow-md);
  background-color: var(--color-base-white);
  transition: all var(--delay-in);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .main-navi-button {
    padding: 6rem 2rem 3.2rem;
  }
}
@media (max-width: 767px) {
  .main-navi-button {
    border-radius: 8px;
    padding: 3rem 1.2rem 2rem;
  }
}
.main-navi-button:hover {
  background-color: var(--color-sub-primary);
}
.main-navi-button img {
  height: 8rem;
}
@media (max-width: 767px) {
  .main-navi-button img {
    height: 4rem;
  }
}
.main-navi-button__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin: 2rem auto;
  font-feature-settings: "palt" on;
}
@media (max-width: 767px) {
  .main-navi-button__ttl {
    font-size: 1.6rem;
    margin: 0 auto 1.2rem;
  }
}
.main-navi-button__desc {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .main-navi-button__desc {
    font-size: 1.2rem;
  }
}
.main-navi-button--coming {
  border: 2px solid var(--color-gray);
  color: var(--color-gray);
  position: relative;
  pointer-events: none;
}
.main-navi-button--coming::after {
  content: "公開準備中";
  color: var(--color-traffic-emergency);
  font-size: 1.6rem;
  position: absolute;
  font-weight: 700;
  top: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .main-navi-button--coming::after {
    font-size: 1.4rem;
    top: 0.8rem;
  }
}
.main-navi-button--coming img {
  filter: var(--grayed-out-filter);
}

.button-a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 1.6rem 3.6rem 1.6rem 1.6rem;
  color: var(--color-base-black);
  background-color: var(--color-base-white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  font-feature-settings: "palt" on;
  border-radius: 8px;
  border: 1px solid var(--color-primary);
  position: relative;
  transition: all var(--delay-in);
}
@media (max-width: 767px) {
  .button-a {
    padding: 1.2rem 3.6rem 1.2rem 1.6rem;
  }
}
.button-a:hover {
  background-color: var(--color-sub-primary);
  transition: all --delay-in;
}
.button-a:hover::after {
  transition: all --delay-in;
}
.button-a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 10px;
  background-color: var(--color-primary);
  mask-image: url(../images/common/icon_arrow-r.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/icon_arrow-r.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: all var(--delay-in);
}
.button-a--blank::after {
  width: 20px;
  height: 20px;
  mask-image: url(../images/common/icon_blank.svg);
  -webkit-mask-image: url(../images/common/icon_blank.svg);
}
.button-a--color-red {
  color: var(--color-primary);
}
.button-a--window::after {
  width: 18px;
  height: 18px;
  mask-image: url(../images/common/icon_window.svg);
  -webkit-mask-image: url(../images/common/icon_window.svg);
}
.button-a--shadow {
  box-shadow: var(--shadow-soft);
}
.button-a--icon-left {
  padding: 1.6rem 1.6rem 1.6rem 3.6rem;
}
@media (max-width: 767px) {
  .button-a--icon-left {
    padding: 1.2rem 1.6rem 1.2rem 3.6rem;
  }
}
.button-a--icon-left::after {
  right: auto;
  left: 10px;
  mask-image: url(../images/common/icon_arrow-l.svg);
  -webkit-mask-image: url(../images/common/icon_arrow-l.svg);
}
.button-a--fw-normal {
  font-weight: normal;
}
.button-a--left-img {
  padding: 1.6rem;
}
.button-a--left-img img {
  width: 1.8rem;
  vertical-align: top;
  margin-right: 1rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .button-a--left-img img {
    margin-right: 0.5rem;
  }
}
.button-a--left-img::after {
  display: none;
}
.button-a--down::after {
  transform: translateY(-50%) rotate(90deg);
}

.hmb-btn {
  position: relative;
  cursor: pointer;
  height: 5rem;
  width: 5rem;
}
.hmb-btn__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hmb-btn__hmb {
  position: relative;
  height: 2.4rem;
  width: 2.4rem;
}
.hmb-btn__hmb span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: var(--color-base-black);
  border-radius: 5px;
  width: 100%;
}
.hmb-btn__hmb span:nth-of-type(1) {
  top: 0;
}
.hmb-btn__hmb span:nth-of-type(2) {
  top: 23%;
  transform: translate(-50%, 0);
}
.hmb-btn__hmb span:nth-of-type(3) {
  top: 48%;
}
.hmb-btn__hmb span:nth-of-type(4) {
  font-feature-settings: "palt" on;
  color: var(--color-base-black);
  bottom: 4px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  background: none;
  left: 50%;
  transform: translate(-60%, -50%);
  text-transform: uppercase;
}

.hmb-btn.active .hmb-btn__hmb span:nth-of-type(1) {
  top: 25%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 90%;
}
.hmb-btn.active .hmb-btn__hmb span:nth-of-type(2) {
  width: 50%;
  opacity: 0;
}
.hmb-btn.active .hmb-btn__hmb span:nth-of-type(3) {
  top: 25%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%) rotate(45deg);
}

.close-btn {
  background-color: var(--color-base-black);
  border: 1px solid var(--color-base-white);
  padding: 1rem 1rem 0.8rem;
  height: 4rem;
  width: 4rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .close-btn {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .close-btn {
    width: 3rem;
    height: 3rem;
  }
}
.close-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
}
@media (max-width: 767px) {
  .close-btn img {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .close-btn img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 6rem;
  height: 6.4rem;
  border-radius: 5px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-base-white);
  z-index: 998;
  cursor: pointer;
  transition: var(--delay-in);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pagetop {
    width: 5rem;
    height: 5.4rem;
  }
}
@media (max-width: 767px) {
  .pagetop {
    bottom: 6rem;
    right: 2rem;
    width: 4rem;
    height: 4.4rem;
  }
}
.pagetop.active {
  opacity: 1;
  pointer-events: all;
}
.pagetop:hover {
  transition: var(--delay-in);
  background-color: var(--color-sub-primary);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pagetop:hover {
    background-color: var(--color-base-white);
  }
}
@media (max-width: 767px) {
  .pagetop:hover {
    background-color: var(--color-base-white);
  }
}
.pagetop::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px var(--color-primary);
  border-right: solid 3px var(--color-primary);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .pagetop::after {
    width: 10px;
    height: 10px;
    border-top: solid 2px var(--color-primary);
    border-right: solid 2px var(--color-primary);
  }
}
@media (max-width: 767px) {
  .pagetop::after {
    width: 10px;
    height: 10px;
    border-top: solid 2px var(--color-primary);
    border-right: solid 2px var(--color-primary);
  }
}

.footer {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 8rem;
  }
}

.footer-contact {
  background: var(--color-ex-light-gray);
  padding: 4rem 0;
}

.contact-info {
  background: var(--color-base-white);
  border-radius: 8px;
  padding: 3rem;
}
@media (max-width: 767px) {
  .contact-info {
    padding: 2rem 1rem;
  }
}
.contact-info__heading {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 3rem;
  font-feature-settings: "palt" on;
}
@media (max-width: 767px) {
  .contact-info__heading {
    margin-bottom: 0.8rem;
  }
}
.contact-info__heading--s-size {
  font-size: 1.4rem;
}
.contact-info__heading--m-size {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .contact-info__heading--m-size {
    font-size: 2rem;
  }
}
.contact-info__wrapper {
  display: flex;
  justify-content: space-around;
  padding: 0 2rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contact-info__wrapper {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .contact-info__wrapper {
    padding: 0;
    flex-direction: column;
  }
}
.contact-info__tel {
  width: 45%;
}
@media (max-width: 767px) {
  .contact-info__tel {
    width: 100%;
  }
}
.contact-info__tel a {
  pointer-events: none;
  transition: all var(--delay-in);
}
@media (max-width: 767px) {
  .contact-info__tel a {
    pointer-events: all;
  }
}
.contact-info__tel img {
  margin-right: 1.1rem;
}
@media (max-width: 767px) {
  .contact-info__tel img {
    margin-right: 0;
    padding: 0 1rem;
  }
}
.contact-info__text {
  width: 51%;
  font-feature-settings: "palt" on;
  color: var(--color-base-black);
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact-info__text {
    width: 100%;
  }
}

.footer-links {
  text-align: center;
}
.footer-links__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--color-light-gray);
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .footer-links__wrap {
    flex-direction: column;
    padding: 0;
  }
}
.footer-links__sns {
  color: var(--color-base-black);
  font-feature-settings: "palt" on;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 2.4rem;
}
@media (max-width: 767px) {
  .footer-links__sns {
    padding-left: 0;
    padding: 2.4rem;
  }
}
@media (max-width: 767px) {
  .footer-links__sns span {
    display: block;
    margin-bottom: 1.6rem;
  }
}
.footer-links__sns a {
  display: inline-block;
  margin-left: 2.4rem;
  width: 3.2rem;
  vertical-align: middle;
  line-height: 1;
  transition: all var(--delay-in);
}
.footer-links__sns a:hover {
  opacity: 0.8;
  transition: all var(--delay-in);
}
@media (max-width: 767px) {
  .footer-links__sns a {
    margin-left: 0;
    width: 4.8rem;
  }
}
.footer-links__sns:first-of-type {
  padding-left: 0;
  padding-right: 2.4rem;
  border-right: 1px solid var(--color-light-gray);
}
@media (max-width: 767px) {
  .footer-links__sns:first-of-type {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid var(--color-light-gray);
  }
}
.footer-links__menu {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-links__menu {
    padding: 2.4rem 0;
  }
}
.footer-links__menu li {
  font-size: 1.4rem;
  padding: 0 1.6rem;
  border-right: 1px solid var(--color-light-gray);
  line-height: 1.5;
}
.footer-links__menu li:first-child {
  padding-left: 0;
}
.footer-links__menu li:last-child {
  border-right: none;
  padding-right: 0;
}
.footer-links__menu li a {
  transition: all var(--delay-in);
}
.footer-links__menu li a:hover {
  color: var(--color-primary);
  transition: all var(--delay-in);
}

.footer-copy {
  text-align: center;
}
.footer-copy__text {
  font-size: 1.4rem;
  color: var(--color-gray);
  line-height: 1.5;
  font-feature-settings: "palt" on;
}

/* ----------------------------------------------------

	各ページの独自モジュールスタイルのCSS。

	【記述ルール】
	{ ページ名(top, about等) }○○○○

	階層はルートクラスより、三階層までが基本
	【例】
	.top-sec .top-sec__ttl span {
	}
	※CSSに展開した場合

---------------------------------------------------- */
.wrap--top .l-inner {
  width: 960px;
}
@media screen and (max-width: 1200px) {
  .wrap--top .l-inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .wrap--top .l-inner {
    padding: 0 2rem;
    width: 100%;
  }
}
.wrap--top .highway-num {
  background: #008765;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 1rem;
  padding: 0.3rem 1rem;
}
@media (max-width: 767px) {
  .wrap--top .highway-num {
    font-size: 1rem;
    padding: 0 0.5rem;
    margin-right: 0.5rem;
  }
}
.wrap--top .highway-num--big {
  font-size: 3.3rem;
}
@media (max-width: 767px) {
  .wrap--top .highway-num--big {
    font-size: 2rem;
  }
}
.wrap--top .txt-m {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .wrap--top .txt-m {
    font-size: 1.4rem;
  }
}
.wrap--top .heading01 {
  position: relative;
  padding: 2.5rem 1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #182987;
  font-size: 4rem;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 767px) {
  .wrap--top .heading01 {
    padding: 1rem;
    line-height: 1.4;
    font-size: 2rem;
  }
}
.wrap--top .heading01::after {
  position: absolute;
  width: 5rem;
  height: 2.5rem;
  clip-path: polygon(15% 0, 50% 100%, 85% 0);
  background: #182987;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  content: "";
}
@media (max-width: 767px) {
  .wrap--top .heading01::after {
    bottom: -1rem;
  }
}
.wrap--top .highway-num {
  background: #008765;
  color: #FFF;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 1rem;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  .wrap--top .highway-num {
    font-size: 1.5rem;
    padding: 0.2rem 0.5rem 0.4rem 0.5rem;
    margin-right: 0.5rem;
  }
}
.wrap--top .highway-num--second {
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .wrap--top .highway-num--second {
    margin-left: 1rem;
  }
}
.wrap--top .mv-cp {
  height: 42vw;
}
@media screen and (max-wdith: 1200px) {
  .wrap--top .mv-cp {
    height: 41vw;
  }
}
@media (max-width: 767px) {
  .wrap--top .mv-cp {
    height: 56rem;
  }
}
.wrap--top .mv-cp .js-scroll-cont {
  top: 0;
}
.wrap--top .mv-cp {
  z-index: -1;
}
.wrap--top .mv-cp img {
  width: 100%;
  height: auto;
}
.wrap--top .mv-cp .mv-cp-swiper {
  position: relative;
  bottom: auto !important;
}
.wrap--top .mv-cp__slide {
  position: absolute;
  width: 100%;
}
.wrap--top .mv-cp__slide img {
  width: 100%;
}
.wrap--top .mv-cp .first-slide {
  z-index: 1;
}
.wrap--top .mv-cp .second-slide {
  z-index: 0;
}
.wrap--top .main-content {
  position: relative;
}
@media (max-width: 767px) {
  .wrap--top .main-content {
    top: -7rem;
  }
}
.wrap--top footer {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .wrap--top footer {
    padding: 0;
    top: -7rem;
  }
}
.wrap--top .fixed-btn {
  opacity: 0;
  position: fixed;
  z-index: 997;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  width: 6rem;
}
@media screen and (max-wdith: 1200px) {
  .wrap--top .fixed-btn {
    width: 6rem;
  }
}
@media (max-width: 767px) {
  .wrap--top .fixed-btn {
    bottom: 0;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: auto;
    bottom: -1px;
    left: 50%;
    width: 100%;
  }
}
.wrap--top .fixed-btn a {
  transition: 0.25s;
}
.wrap--top .fixed-btn a:hover {
  opacity: 0.7;
}
.wrap--top .fixed-btn img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .wrap--top .pagetop {
    bottom: 9rem;
  }
}

.contents--top .btnA {
  position: relative;
  display: block;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  background-color: #28883a;
  border-radius: 5rem;
  width: 53rem;
  margin: 0 auto;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .contents--top .btnA {
    width: 100%;
    font-size: 1.4rem;
    padding: 0.5rem 0;
  }
}
.contents--top .btnA::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  top: 43%;
  right: 3rem;
  border-radius: 0.1rem;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .contents--top .btnA::after {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .contents--top .btnA:hover::after {
    top: 50%;
  }
}
.contents--top .btnA--blue {
  background-color: #182987;
}
.contents--top .btnA--pink {
  background-color: #e4004f;
  padding-right: 2rem;
}
.contents--top .btnA--white {
  background-color: #fff;
  color: #182987;
  border: 2px solid #182987;
}
.contents--top .btnA--white::after {
  border-top: 3px solid #182987;
  border-right: 3px solid #182987;
}
.contents--top .target-sec {
  position: relative;
  background: #fdd000;
  z-index: 1;
}
@media (max-width: 767px) {
  .contents--top .target-sec .l-inner {
    padding: 0 1rem;
  }
}
.contents--top .target-sec__wrap {
  padding: 2rem;
  background: #FFF9E2;
  position: relative;
  top: -5.2083333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .contents--top .target-sec__wrap {
    padding: 1rem;
    top: -5rem;
  }
}
.contents--top .target-sec__heading {
  color: var(--color-base-black);
  line-height: 1.2;
  font-size: 3.5rem;
  font-weight: bold;
  background: #FCCD00;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contents--top .target-sec__heading {
    font-size: 1.8rem;
  }
}
.contents--top .target-sec__ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .contents--top .target-sec__ttl {
    font-size: 1.8rem;
  }
}
.contents--top .target-sec__ttl .route-number-label {
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  font-family: Inter;
  display: inline-block;
  margin-right: 1rem;
}
.contents--top .target-sec__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 767px) {
  .contents--top .target-sec__list {
    grid-column-gap: 0.5rem;
    grid-row-gap: 1rem;
  }
}
.contents--top .target-sec__list--02 .target-sec__item a {
  border-color: #182888;
}
.contents--top .target-sec__list--02 .target-sec__item-head {
  background: #182888;
}
.contents--top .target-sec__list--02 .target-sec__item-head span {
  color: #182888;
}
.contents--top .target-sec__list--02 .target-sec__item-body {
  color: #182888;
}
.contents--top .target-sec__list--02 .direction-arrow span::before {
  background: #182888;
}
.contents--top .target-sec__item a {
  display: block;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid #E5004F;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .contents--top .target-sec__item a {
    border-radius: 0.6rem;
  }
}
.contents--top .target-sec__item a:hover {
  opacity: 0.8;
}
.contents--top .target-sec__item a:hover .target-sec__item-head::after {
  transform: translateY(-45%) rotate(135deg);
}
.contents--top .target-sec__item-head {
  background: #E5004F;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1rem 1.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .contents--top .target-sec__item-head {
    font-size: 1.25rem;
    gap: 0.3rem;
    padding: 0.4rem;
  }
}
.contents--top .target-sec__item-head::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(-70%) rotate(135deg);
  transition: 0.2s;
  position: absolute;
  top: 50%;
  right: 1.6rem;
}
@media (max-width: 767px) {
  .contents--top .target-sec__item-head::after {
    width: 1rem;
    height: 1rem;
    border-width: 3px;
    right: 1.1rem;
  }
}
.contents--top .target-sec__item-head span {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Inter;
  color: #E5004F;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .contents--top .target-sec__item-head span {
    font-size: 1.1rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}
.contents--top .target-sec__item-body {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 1.6rem;
  font-weight: 900;
  font-size: 2.4rem;
  color: #E5004F;
}
@media (max-width: 767px) {
  .contents--top .target-sec__item-body {
    padding: 1rem 0.3rem;
    font-size: 1.3rem;
    gap: 0.4rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .contents--top .target-sec__name {
    letter-spacing: -0.03em;
  }
}
.contents--top .target-sec__text {
  text-align: center;
}
@media (max-width: 767px) {
  .contents--top .target-sec__text {
    text-align: left;
  }
}
.contents--top .target-sec__period {
  background: var(--color-primary);
  padding: 1rem 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .contents--top .target-sec__period {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem 0.2rem;
  }
}
.contents--top .target-sec__period dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contents--top .target-sec__period dt {
    font-size: 1.3rem;
  }
}
.contents--top .direction-arrow {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (max-width: 1600px) {
  .contents--top .direction-arrow {
    font-size: 0.9375vw;
  }
}
@media (max-width: 767px) {
  .contents--top .direction-arrow {
    font-size: 0.8rem;
  }
}
.contents--top .direction-arrow.--small {
  font-size: 1.2rem;
}
@media screen and (max-width: 1600px) {
  .contents--top .direction-arrow.--small {
    font-size: 0.8125vw;
  }
}
@media (max-width: 767px) {
  .contents--top .direction-arrow.--small {
    font-size: 0.9rem;
  }
}
.contents--top .direction-arrow span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.contents--top .direction-arrow span::before {
  content: "";
  position: absolute;
  top: 0.5px;
  height: 100%;
  background: #E5004F;
  z-index: -1;
}
.contents--top .direction-arrow--updown {
  margin: 0 0.8rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contents--top .direction-arrow--updown {
    margin: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .contents--top .direction-arrow--updown {
    margin: 0 0.5rem;
  }
}
.contents--top .direction-arrow--updown span::before {
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  clip-path: polygon(15% 0, 85% 0, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
}
.contents--top .direction-arrow--up {
  margin: 0 0.8rem 0 0.4rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contents--top .direction-arrow--up {
    margin: 0 0.5rem 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .contents--top .direction-arrow--up {
    margin: 0 0.5rem 0 0.2rem;
  }
}
.contents--top .direction-arrow--up span::before {
  left: -5%;
  width: 125%;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.contents--top .direction-arrow--down {
  margin: 0 0.4rem 0 0.8rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contents--top .direction-arrow--down {
    margin: 0 0.2rem 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .contents--top .direction-arrow--down {
    margin: 0 0.2rem 0 0.5rem;
  }
}
.contents--top .direction-arrow--down span::before {
  left: auto;
  right: -5%;
  width: 125%;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
}
.contents--top .global-menu {
  position: relative;
  padding: 5rem 0 1.5rem;
  background: #fdd000;
  z-index: 1;
}
@media (max-width: 767px) {
  .contents--top .global-menu {
    padding: 4rem 0;
  }
}
.contents--top .global-menu__list {
  display: grid;
  grid-template-areas: "div1 div2" "div3 div4" "div5 div5";
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .contents--top .global-menu__list {
    gap: 1.5rem;
  }
}
.contents--top .global-menu__list .div1 {
  grid-area: div1;
}
.contents--top .global-menu__list .div2 {
  grid-area: div2;
}
.contents--top .global-menu__list .div3 {
  grid-area: div3;
}
.contents--top .global-menu__list .div4 {
  grid-area: div4;
}
.contents--top .global-menu__list .div5 {
  grid-area: div5;
}
.contents--top .global-menu__link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2rem;
  width: 100%;
  background: #182987;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contents--top .global-menu__link {
    padding: 1rem;
    height: 100%;
  }
}
.contents--top .global-menu__link.--notice {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .contents--top .global-menu__link.--notice {
    padding: 1.8rem 2.6rem 1.8rem 1rem;
  }
}
.contents--top .global-menu__link.--notice .global-menu__ttl {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .contents--top .global-menu__link.--notice .global-menu__ttl {
    font-size: 1.25rem;
  }
}
.contents--top .global-menu__link.--notice::after {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../images/top/arrow-down-notice.svg") no-repeat;
  background-size: contain;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  content: "";
}
@media (max-width: 767px) {
  .contents--top .global-menu__link.--notice::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.contents--top .global-menu__link:hover.--notice::after {
  transform: translateY(-30%);
}
.contents--top .global-menu__link:hover .global-menu__subttl::after {
  transform: translateY(-30%);
}
.contents--top .global-menu__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  line-height: 1.2;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contents--top .global-menu__ttl {
    flex-direction: column;
    gap: 1rem;
    font-size: 1.4rem;
  }
}
.contents--top .global-menu__ttl.--overview::before {
  display: block;
  width: 5rem;
  height: 5.4rem;
  background: url("../images/top/menu_overview.svg") no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .contents--top .global-menu__ttl.--overview::before {
    width: 3.5rem;
    height: 3.75rem;
  }
}
.contents--top .global-menu__ttl.--present::before {
  display: block;
  width: 6rem;
  height: 5.4rem;
  background: url("../images/top/menu_present.svg") no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .contents--top .global-menu__ttl.--present::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.contents--top .global-menu__ttl.--howto::before {
  display: block;
  width: 4.1rem;
  height: 6.4rem;
  background: url("../images/top/menu_howto.svg") no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .contents--top .global-menu__ttl.--howto::before {
    width: 2.4rem;
    height: 3.7rem;
  }
}
.contents--top .global-menu__ttl.--target::before {
  display: block;
  width: 6rem;
  height: 4.7rem;
  background: url("../images/top/menu_target.svg") no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .contents--top .global-menu__ttl.--target::before {
    width: 4.2rem;
    height: 3.5rem;
  }
}
.contents--top .global-menu__subttl {
  position: relative;
  padding: 1.4rem 3.2rem 1.4rem 1.4rem;
  text-align: center;
  line-height: 1.2;
  color: #192988;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contents--top .global-menu__subttl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 2.4rem 0.8rem 0.8rem;
    height: 100%;
    font-size: 0.9rem;
  }
}
.contents--top .global-menu__subttl::after {
  position: absolute;
  background: url("../images/top/arrow-down.svg") no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  right: 0.8rem;
  transition: all 0.25s ease;
  transform: translateY(-50%);
  content: "";
}
@media (max-width: 767px) {
  .contents--top .global-menu__subttl::after {
    width: 1.2rem;
    height: 1.2rem;
    right: 0.6rem;
  }
}
.contents--top .period {
  padding: 8rem 0 5rem;
  background: #fdd000;
  position: relative;
  z-index: 2;
  padding-bottom: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contents--top .period {
    padding: 0 0 3rem;
  }
}
.contents--top .period__ttl {
  position: relative;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .contents--top .period__ttl {
    bottom: -7rem;
  }
}
.contents--top .active {
  opacity: 1;
  transition: 0.3s;
  visibility: visible;
  pointer-events: inherit;
}
.contents--top .current {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.contents--top .summary-btn {
  position: absolute;
  background-color: #fff;
  width: 3.3rem;
  height: 3.3rem;
  transform: translateY(-50%);
  top: 50%;
  right: 2rem;
  border-radius: 0.2rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .contents--top .summary-btn {
    width: 1.8rem;
    height: 1.8rem;
    right: 1rem;
  }
}
.contents--top .summary-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  width: 1.8rem;
  border-top: 4px solid #2E2E2E;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .contents--top .summary-btn::before {
    width: 1.2rem;
    border-width: 3px;
  }
}
.contents--top .summary-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  content: "";
  display: inline-block;
  width: 1.8rem;
  border-top: 4px solid #2E2E2E;
}
@media (max-width: 767px) {
  .contents--top .summary-btn::after {
    width: 1.2rem;
    border-width: 3px;
  }
}
.contents--top .summary-btn--blue {
  border: 1px solid #182987;
}
.contents--top .summary-btn--blue::before {
  border-top: 4px solid #182987;
}
.contents--top .summary-btn--blue::after {
  border-top: 4px solid #182987;
}
.contents--top .js-acc-btn.is-open .summary-btn {
  transition: 0.25s linear;
}
.contents--top .js-acc-btn.is-open .summary-btn::before {
  transition: 0.25s linear;
  opacity: 0;
}
.contents--top .js-acc-btn.is-open .summary-btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
  top: 50%;
  left: 50%;
  transition: 0.25s linear;
}
.contents--top .js-scroll-cont,
.contents--top .js-scroll-cont02 {
  position: absolute;
  width: 100%;
  height: inherit;
}
.contents--top .overview {
  position: relative;
  padding: 5rem 0;
  background-color: #fdd000;
  z-index: 1;
}
@media (max-width: 767px) {
  .contents--top .overview {
    padding: 0 0 2.5rem;
  }
}
.contents--top .overview__container {
  text-align: center;
  position: relative;
}
.contents--top .overview__txt-area {
  background: #fff;
  margin-top: 6.5rem;
  padding: 5rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .contents--top .overview__txt-area {
    margin-top: 2rem;
    padding: 2.5rem 1rem;
    border-radius: 0.5rem;
  }
}
.contents--top .overview__txt-area .highway-num {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .contents--top .overview__txt-area .highway-num {
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }
}
.contents--top .overview__txt {
  line-height: 1.8;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .contents--top .overview__txt {
    font-size: 1.6rem;
    font-feature-settings: "palt" 1;
  }
}
.contents--top .overview .u-font-bold {
  font-weight: bold;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .contents--top .overview .u-font-bold {
    font-size: 1.8rem;
  }
}
.contents--top .overview__logo {
  margin: 4rem auto 0;
  width: 31rem;
}
@media (max-width: 767px) {
  .contents--top .overview__logo {
    width: 13.3rem;
    margin: 1.5rem auto 0;
  }
}
.contents--top .overview__logo img {
  width: 100%;
}
.contents--top .overview .bg-image-clip {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 450px;
  clip-path: inset(0);
  /* 切り抜き */
  z-index: -2;
}
@media (max-width: 767px) {
  .contents--top .overview .bg-image-clip {
    min-height: 280px;
  }
}
.contents--top .overview .bg-image-fixed {
  position: fixed;
  /* 背景を固定 */
  background: url("../images/top/present-bg.png") no-repeat;
  bottom: -1px;
  right: 0;
  width: 73rem;
  height: 42rem;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  .contents--top .overview .bg-image-fixed {
    bottom: 5rem;
    width: 100%;
    height: 23rem;
  }
}
.contents--top .present {
  position: relative;
  padding: 5rem 0 30rem;
  background-color: #fdd000;
}
@media (max-width: 767px) {
  .contents--top .present {
    padding: 0 0 15rem;
  }
}
.contents--top .present-bg {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
}
.contents--top .present__container {
  position: relative;
  margin: 5rem auto 0;
  padding: 5rem;
  width: 100%;
  text-align: center;
  background-color: #fff9e2;
  border-radius: 1rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .contents--top .present__container {
    margin: 2rem auto 0;
    padding: 2.5rem 1.6rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 767px) {
  .contents--top .present__head {
    padding: 0 0 2.5rem;
  }
}
.contents--top .present__head-sub-ttl {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.5rem 1.5rem 0.8rem 2rem;
  line-height: 1.2;
  color: #fff;
  background: #FE0034;
  font-size: 3.2rem;
  font-weight: bold;
  border-radius: 5rem;
}
@media (max-width: 767px) {
  .contents--top .present__head-sub-ttl {
    display: block;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
}
.contents--top .present__head-sub-ttl.--size-m {
  width: 100%;
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .contents--top .present__head-sub-ttl.--size-m {
    font-size: 1.5rem;
  }
}
.contents--top .present__txt {
  font-weight: bold;
  line-height: 1.6;
  font-size: 2.8rem;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .contents--top .present__txt {
    padding: 0 0 1rem;
    font-size: 1.5rem;
  }
}
.contents--top .present__txt span {
  color: #ff0033;
}
.contents--top .present__txt.--size-s {
  padding-top: 0;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contents--top .present__txt.--size-s {
    padding-bottom: 2.5rem;
    font-size: 1rem;
  }
}
.contents--top .present__highway-img {
  text-align: center;
}
@media (max-width: 767px) {
  .contents--top .present__highway-img {
    width: 90%;
    margin: 0 auto;
  }
}
.contents--top .present__highway-list {
  margin: 2.5rem 0;
  text-align: left;
}
@media (max-width: 767px) {
  .contents--top .present__highway-list {
    padding: 0.5rem 0 2rem;
    margin: 0;
  }
}
.contents--top .present__highway-list li {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .contents--top .present__highway-list li {
    font-size: 1rem;
  }
}
.contents--top .present__btn-area {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .contents--top .present__btn-area {
    flex-direction: column;
    gap: 1rem;
  }
}
.contents--top .present__btn-area .btnA {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding-right: 0;
  min-height: 8rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .contents--top .present__btn-area .btnA {
    font-size: 1.4rem;
    min-height: 5.5rem;
  }
}
.contents--top .present .bg-image-clip {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 450px;
  clip-path: inset(0);
  /* 切り抜き */
  z-index: 0;
}
@media (max-width: 767px) {
  .contents--top .present .bg-image-clip {
    min-height: 280px;
  }
}
.contents--top .present .bg-image-fixed {
  position: fixed;
  /* 背景を固定 */
  background: url(../images/top/present-bg.png) no-repeat;
  bottom: -1px;
  right: 0;
  width: 73rem;
  height: 42rem;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  .contents--top .present .bg-image-fixed {
    bottom: 5rem;
    width: 100%;
    height: 23rem;
  }
}
.contents--top .howto {
  background: #FEF2B8;
  padding: 8rem 0 5rem;
}
@media (max-width: 767px) {
  .contents--top .howto {
    padding: 4rem 0;
  }
}
.contents--top .howto .btnA {
  margin: 3rem auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .contents--top .howto .btnA {
    width: 80%;
    margin: 1.5rem auto;
  }
}
.contents--top .howto__ttl {
  padding-top: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contents--top .howto__ttl {
    padding-top: 1.5rem;
    margin: 0 auto;
    width: 85%;
  }
}
.contents--top .howto__ttl-img {
  position: relative;
  padding-top: 8rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .contents--top .howto__ttl-img {
    padding-top: 7rem;
  }
}
.contents--top .howto__ttl-img::before {
  position: absolute;
  background: url("../images/top/deco.svg") no-repeat;
  background-size: contain;
  width: 5vw;
  height: 5vw;
  top: -2rem;
  left: -3rem;
  content: "";
}
@media (max-width: 767px) {
  .contents--top .howto__ttl-img::before {
    width: 14vw;
    height: 14vw;
    top: 0;
  }
}
.contents--top .howto__sub-ttl {
  position: relative;
  width: 44rem;
  margin: 2rem auto;
}
@media (max-width: 767px) {
  .contents--top .howto__sub-ttl {
    width: 25rem;
    margin: 0 auto 1rem;
  }
}
.contents--top .howto__step {
  margin: 5rem auto 0;
  width: 90%;
}
@media (max-width: 767px) {
  .contents--top .howto__step {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contents--top .howto__step .btnA {
    width: 80%;
    padding: 0.5rem 2rem 0.5rem 0;
    margin: 2rem auto 0;
  }
}
.contents--top .howto__step-ttl-img {
  width: 18rem;
  margin: 1rem 0;
  position: relative;
  left: -2rem;
}
@media (max-width: 767px) {
  .contents--top .howto__step-ttl-img {
    width: 9rem;
    margin: 1rem 0 0;
    left: -1rem;
  }
}
.contents--top .howto__step-ttl {
  font-size: 3.4rem;
  font-weight: 900;
  padding: 1rem 0;
  text-align: center;
  background-color: #FDD100;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .contents--top .howto__step-ttl {
    font-size: 1.7rem;
    text-align: center;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
  }
}
.contents--top .howto__step-container {
  position: relative;
}
.contents--top .howto__step-container::before {
  position: absolute;
  content: "";
  left: 2rem;
  top: 0;
  width: 1rem;
  height: 100%;
  background-color: #FDD100;
}
@media (max-width: 767px) {
  .contents--top .howto__step-container::before {
    width: 0.5rem;
    left: 1rem;
  }
}
.contents--top .howto__cont-wrap {
  width: 92%;
  margin: 0 0 3rem auto;
  padding-top: 4.5rem;
}
@media (max-width: 767px) {
  .contents--top .howto__cont-wrap {
    padding: 1.9rem 0 0;
    margin: 0 0 2rem auto;
  }
}
.contents--top .howto__cont {
  display: grid;
  grid-template-areas: "img ttl" "img text";
  grid-template-columns: 24rem auto;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border-radius: 1rem;
  -moz-box-shadow: 0px 1rem 0px 0px rgb(253, 208, 0);
  -webkit-box-shadow: 0px 1rem 0px 0px rgb(253, 208, 0);
  -ms-box-shadow: 0px 1rem 0px 0px rgb(253, 208, 0);
  box-shadow: 0px 1rem 0px 0px rgb(253, 208, 0);
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .contents--top .howto__cont {
    grid-template-areas: "img" "ttl" "text";
    grid-template-columns: 100%;
    padding: 2rem;
    -moz-box-shadow: 0px 5px 0px 0px rgb(253, 208, 0);
    -webkit-box-shadow: 0px 5px 0px 0px rgb(253, 208, 0);
    -ms-box-shadow: 0px 5px 0px 0px rgb(253, 208, 0);
    box-shadow: 0px 5px 0px 0px rgb(253, 208, 0);
    gap: 2rem;
  }
}
.contents--top .howto__cont.--column2 {
  grid-template-areas: "img text";
  gap: 4rem;
}
@media (max-width: 767px) {
  .contents--top .howto__cont.--column2 {
    grid-template-areas: "img" "text";
    grid-template-columns: 100%;
    gap: 2rem;
  }
}
.contents--top .howto__step-img {
  grid-area: img;
  width: 24rem;
  flex-shrink: 0;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .contents--top .howto__step-img {
    margin: 0 auto;
    width: 13rem;
    padding-left: 0;
  }
}
.contents--top .howto__cont-flex {
  grid-area: ttl;
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contents--top .howto__cont-flex {
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
    gap: 1.25rem;
  }
}
.contents--top .howto__cont-flex img {
  width: 7.5rem;
  height: auto;
}
@media (max-width: 767px) {
  .contents--top .howto__cont-flex img {
    width: 4.75rem;
  }
}
.contents--top .howto__step-txt {
  grid-area: text;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contents--top .howto__step-txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.contents--top .howto__step-txt span {
  font-weight: bold;
}
.contents--top .howto__step-txt .blue {
  color: #182987;
}
.contents--top .howto__step-txt .green {
  color: #11753E;
}
.contents--top .howto__step1-cont {
  width: 85%;
  margin: 0 0 0 auto;
  padding-right: 2rem;
}
.contents--top .howto__step1-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .contents--top .howto__step1-list {
    gap: 2.3rem;
    margin-top: 1rem;
  }
}
.contents--top .howto__step1-list::after {
  position: absolute;
  content: "";
  background: url(../images/top/arrow.png) no-repeat;
  background-size: contain;
  width: 4.9rem;
  height: 2.8rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 767px) {
  .contents--top .howto__step1-list::after {
    background-size: contain;
    width: 2.4rem;
    height: 1.4rem;
    top: 57%;
  }
}
.contents--top .howto__step1-list li {
  background: #fdd000;
  border-radius: 5rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
}
@media (max-width: 767px) {
  .contents--top .howto__step1-list li {
    font-size: 1.3rem;
    padding: 1rem 0;
    line-height: 1.2;
  }
}
.contents--top .howto__step-txt-notice {
  position: relative;
  font-size: 1.8rem;
  padding-top: 2rem;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .contents--top .howto__step-txt-notice {
    font-size: 1.1rem;
    padding-top: 1rem;
    padding-left: 1.5rem;
  }
}
.contents--top .howto__step-txt-notice::before {
  position: absolute;
  content: "※";
  left: 0;
}
.contents--top .howto__btn-area {
  width: 80%;
  margin: 1.5rem auto 0;
}
@media (max-width: 767px) {
  .contents--top .howto__btn-area .present__highway-img {
    width: 100%;
  }
}
.contents--top .howto__btn-area .btnA {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents--top .howto__btn-area .btnA {
    width: 100%;
    margin: 0 auto;
  }
}
.contents--top .howto__container {
  width: 90%;
  margin: 0 auto;
  padding: 2.2rem 0 0;
}
.contents--top .howto__container .list-style li {
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .contents--top .howto__container .list-style li {
    padding-left: 1.3rem;
  }
}
.contents--top .howto__install {
  background-color: #fff;
  border: 5px solid #28883a;
  margin-bottom: 8rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .contents--top .howto__install {
    margin: 0 0 5rem;
    border-radius: 0.5rem;
  }
}
.contents--top .howto__install-txt {
  padding-top: 1.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  flex-shrink: 0;
  font-feature-settings: "palt" 1;
}
@media (max-width: 767px) {
  .contents--top .howto__install-txt {
    line-height: 1.5;
    font-size: 1.4rem;
    padding-top: 0;
  }
}
.contents--top .howto__list-txt {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contents--top .howto__list-txt {
    font-size: 1.2rem;
  }
}
.contents--top .howto__install-notice {
  font-size: 1.6rem;
  padding: 2rem 0 4.2rem;
}
.contents--top .howto__install-notice li {
  position: relative;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .contents--top .howto__install-notice li {
    line-height: 1.7;
    padding-left: 1rem;
  }
}
.contents--top .howto__install-notice li::before {
  position: absolute;
  content: "※";
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contents--top .howto__install-notice li::before {
    top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .contents--top .howto__install-notice {
    padding: 0.5rem 0 2rem;
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.contents--top .howto__highway {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .contents--top .howto__highway {
    margin-top: 0.5rem;
  }
}
.contents--top .howto__highway-wrap {
  display: flex;
  justify-content: center;
  width: 85%;
  margin: 1.5rem auto 0;
}
@media (max-width: 767px) {
  .contents--top .howto__highway-wrap {
    width: 100%;
    margin: 1rem 0;
    display: block;
  }
}
.contents--top .howto__highway-img {
  text-align: center;
}
@media (max-width: 767px) {
  .contents--top .howto__highway-img {
    width: 90%;
    margin: 1.5rem auto 0.5rem;
  }
}
@media (max-width: 767px) {
  .contents--top .howto__highway-img img {
    width: 100%;
  }
}
.contents--top .howto__highway-install {
  display: flex;
  flex-direction: column;
  margin: 0 2rem;
}
.contents--top .howto__highway-install a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.contents--top .howto__install-ttl img {
  width: 100%;
}
.contents--top .howto__qr {
  width: 10.4rem;
  margin: 0 auto;
}
.contents--top .howto__google-btn {
  width: 14rem;
  margin: 0 auto;
}
.contents--top .howto__highway-install-sp {
  display: flex;
  gap: 5%;
  margin: 1rem 0 0 0;
}
.contents--top .experience {
  padding: 8rem 0 10rem;
  background: #FDD100;
}
@media (max-width: 767px) {
  .contents--top .experience {
    padding: 2.5rem 0 5rem;
  }
}
.contents--top .experience__ttl {
  text-align: center;
  color: #192988;
  font-size: 4rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .contents--top .experience__ttl {
    font-size: 1.5rem;
  }
}
.contents--top .experience__ttl--honorifics {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .contents--top .experience__ttl--honorifics {
    font-size: 1.2rem;
  }
}
.contents--top .experience-movie {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contents--top .experience-movie {
    margin-top: 2rem;
  }
}
.contents--top .experience-movie__ttl {
  text-align: center;
}
@media (max-width: 767px) {
  .contents--top .experience-movie__ttl img {
    width: 15rem;
    height: auto;
  }
}
.contents--top .experience-movie__text {
  margin-top: 2rem;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .contents--top .experience-movie__text {
    margin-top: 1rem;
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
.contents--top .experience-movie__iframe {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contents--top .experience-movie__iframe {
    margin-top: 2rem;
  }
}
.contents--top .experience-movie__btn {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contents--top .experience-movie__btn {
    margin-top: 2rem;
  }
}
.contents--top .experience-movie__btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 2.5rem 6.2rem 2.5rem 4rem;
  width: 55%;
  text-align: center;
  line-height: 1;
  color: #192988;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  border: 2px solid #354396;
  border-radius: 5rem;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  .contents--top .experience-movie__btn a {
    padding: 1.5rem 3.1rem 1.5rem 2rem;
    width: 80%;
    font-size: 1.4rem;
  }
}
.contents--top .experience-movie__btn a::after {
  position: absolute;
  width: 1.6rem;
  height: 2.7rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAxNiAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAyNC42Mjc0TDEzLjMxMzcgMTMuMzEzN0wyIDIuMDAwMDMiIHN0cm9rZT0iIzE5Mjk4OCIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=") no-repeat;
  background-size: contain;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  content: "";
}
@media (max-width: 767px) {
  .contents--top .experience-movie__btn a::after {
    width: 1rem;
    height: 1rem;
    right: 2rem;
  }
}
.contents--top .experience-movie__btn a:hover {
  color: #fff;
  background: #192988;
}
.contents--top .experience-movie__btn a:hover::after {
  filter: brightness(0) invert(1);
}
.contents--top .target {
  position: relative;
  background: #A1D7EF url(../images/top/target-bg.png) no-repeat;
  background-size: cover;
  padding: 10rem 0 15rem;
  text-align: center;
  overflow: clip;
}
@media (max-width: 767px) {
  .contents--top .target {
    padding: 5rem 0 7rem;
    background: #A1D7EF url(../images/top/target-bg_sp.png) no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .contents--top .target .heading01 {
    line-height: 1.2;
  }
}
.contents--top .target__cp-ttl {
  margin: 2rem 0 0;
}
@media (max-width: 767px) {
  .contents--top .target__cp-ttl {
    margin: 1.4rem 0 0;
  }
}
.contents--top .target__date {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .contents--top .target__date {
    margin-bottom: 2.5rem;
  }
}
.contents--top .target__map-tab {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 3rem 0 !important;
}
@media (max-width: 767px) {
  .contents--top .target__map-tab {
    gap: 1rem;
    justify-content: left;
    padding: 1.5rem 0 !important;
  }
}
.contents--top .target__tab-item {
  position: relative;
  background: #E5004F;
  border-radius: 12px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.2rem 2.2rem 1.2rem 0;
  width: calc(33.3333333333% - 20px);
  cursor: pointer;
}
@media (max-width: 767px) {
  .contents--top .target__tab-item {
    width: calc(50% - 1.5vw);
    font-size: 1.3rem;
    border-radius: 5px;
    padding: 0.5rem 2.2rem 0.5rem 0;
  }
}
.contents--top .target__tab-item .target__tab-item-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contents--top .target__tab-item .target__tab-item-flex {
    font-size: 1.3rem;
  }
}
.contents--top .target__tab-item .map-num {
  font-family: "Roboto";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  color: #182987;
  font-weight: 600;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.7rem;
  margin-bottom: auto;
  line-height: 2;
}
@media (max-width: 767px) {
  .contents--top .target__tab-item .map-num {
    font-size: 0.9rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.contents--top .target__tab-item span {
  font-size: 1.4rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .contents--top .target__tab-item span {
    font-size: 1rem;
  }
}
.contents--top .target__tab-item::after {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%3E%3Crect%20y%3D%2224.4805%22%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%223%22%20transform%3D%22rotate(-90%200%2024.4805)%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M8%2020.4805L16%2012.4805L8%204.48047%22%20stroke%3D%22%23E5004F%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
  top: 50%;
  right: 1.5rem;
}
@media (max-width: 767px) {
  .contents--top .target__tab-item::after {
    width: 1.2rem;
    height: 1.2rem;
    right: 1rem;
  }
}
.contents--top .target__map-img {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .contents--top .target__map-img {
    margin-top: 3rem;
  }
}
.contents--top .target area {
  cursor: pointer;
  outline: auto;
}
.contents--top .target-wrap {
  position: relative;
  z-index: 1;
}
.contents--top .target__map-list-ttl {
  text-align: left;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .contents--top .target__map-list-ttl {
    margin-top: 1.2rem;
    width: 11rem;
  }
}
@media (max-width: 767px) {
  .contents--top .target__map-list-ttl--nagano {
    width: 8rem;
  }
}
.contents--top .target__map-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.contents--top .target__map-list li {
  position: relative;
  width: calc(33.3333333333% - 0.7rem);
  background: #e4004f;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0.5rem 1.7rem 0.3rem 0;
}
@media (max-width: 767px) {
  .contents--top .target__map-list li {
    width: calc(50% - 0.5rem);
    font-size: 1.4rem;
  }
}
.contents--top .target__map-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents--top .target__map-list li span {
  font-size: 2rem;
  margin-top: auto;
}
@media (max-width: 767px) {
  .contents--top .target__map-list li span {
    font-size: 1.2rem;
  }
}
.contents--top .target__map-list li svg {
  width: 2rem;
  height: 2.1rem;
  margin: 0 1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contents--top .target__map-list li svg {
    width: 1.2rem;
    margin: 0 0.5rem;
  }
}
.contents--top .target__map-list li::after {
  position: absolute;
  content: "";
  background: url(../images/top/summary-btn.png) no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
  top: 50%;
  right: 0.8rem;
}
@media (max-width: 767px) {
  .contents--top .target__map-list li::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.contents--top .target__map-list li .target__end-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 0.5rem;
}
.contents--top .target__map-list li .target__end-layer::after {
  content: "キャンペーンは終了しました。";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contents--top .target__map-list li .target__end-layer::after {
    font-size: 1rem;
  }
}
.contents--top .target__map-list--blue li {
  background: #182987;
}
.contents--top .target__map-list--blue li::after {
  background: url(../images/top/summary-btn-blue.png) no-repeat;
  background-size: contain;
}
.contents--top .target__ttl-run {
  margin: 8rem 0 5rem;
}
@media (max-width: 767px) {
  .contents--top .target__ttl-run {
    margin: 5rem 0 2.5rem;
  }
}
.contents--top .target__place-txt {
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .contents--top .target__place-txt {
    margin-bottom: 3rem;
  }
}
.contents--top .target__place-txt p {
  font-size: 3.3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contents--top .target__place-txt p {
    font-size: 2rem;
  }
}
.contents--top .target__details-cont-ttl {
  position: relative;
  margin: 8rem auto 0;
  width: 43.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .contents--top .target__details-cont-ttl {
    margin: 4rem auto 0;
    width: 17rem;
  }
}
@media (max-width: 767px) {
  .contents--top .target__details-cont-ttl--nagano {
    width: 12.5rem;
  }
}
.contents--top .target__details-wrap {
  position: relative;
  background-color: #e4004f;
  margin: 5rem 0;
  z-index: 1;
  border-radius: 1rem;
}
.contents--top .target__details-wrap#anc-07 {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .contents--top .target__details-wrap#anc-07 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .contents--top .target__details-wrap--first {
    margin: 2.5rem 0 5rem;
  }
}
.contents--top .target__details-wrap--blue {
  background-color: #182987;
}
.contents--top .target__details-wrap--blue .target__details-map {
  border-bottom: 25px solid #182987;
}
@media (max-width: 767px) {
  .contents--top .target__details-wrap--blue .target__details-map {
    border-bottom: 20px solid #182987;
  }
}
.contents--top .target__details-wrap--blue .target__details-area {
  border-bottom: 25px solid #182987;
}
@media (max-width: 767px) {
  .contents--top .target__details-wrap--blue .target__details-area {
    border-bottom: 20px solid #182987;
  }
}
.contents--top .target__details-wrap--blue .target__tab-item {
  background-color: #182987;
}
.contents--top .target__details-wrap--blue .target__tab-item::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%3E%3Crect%20y%3D%2224.418%22%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%223%22%20transform%3D%22rotate(-90%200%2024.418)%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M8%2020.418L16%2012.418L8%204.41797%22%20stroke%3D%22%23182888%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: contain;
}
.contents--top .target__details-ttl-txt {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .contents--top .target__details-ttl-txt {
    padding: 0.5rem 0;
    font-size: 2.4rem;
  }
}
.contents--top .target__details-ttl-img {
  background: #fff;
  max-width: 95%;
  width: 900px;
  margin: 0 auto;
  padding: 2rem;
}
@media (max-width: 767px) {
  .contents--top .target__details-ttl-img {
    width: 90%;
    padding: 1rem 2rem;
  }
}
.contents--top .target__asterisk {
  font-size: 1.6rem;
  font-weight: normal !important;
  display: inline-block;
  color: #2E2E2E !important;
  width: 80%;
  margin: 2rem auto 0;
  text-align: left;
}
@media (max-width: 767px) {
  .contents--top .target__asterisk {
    font-size: 1rem;
    width: 100%;
    margin-top: 1rem;
  }
}
.contents--top .target__summary {
  text-align: center;
  position: relative;
  padding: 1rem 0;
  display: block;
}
@media (max-width: 767px) {
  .contents--top .target__summary {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
  }
}
.contents--top .target__summary-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .contents--top .target__summary-ttl {
    font-size: 1.8rem;
    padding: 1rem 0 1rem 0;
  }
}
.contents--top .target__summary-img img {
  width: 100%;
}
.contents--top .target__details {
  max-width: 95%;
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents--top .target__details {
    width: 90%;
  }
}
.contents--top .target__details-map {
  border-bottom: 25px solid #e4004f;
}
@media (max-width: 767px) {
  .contents--top .target__details-map {
    border-bottom: 20px solid #e4004f;
  }
}
.contents--top .target__details-area {
  padding: 3rem;
  border-bottom: 25px solid #e4004f;
}
@media (max-width: 767px) {
  .contents--top .target__details-area {
    padding: 1.5rem;
    border-bottom: 20px solid #e4004f;
  }
}
.contents--top .target__details-table {
  width: 100%;
}
.contents--top .target__details-table tr,
.contents--top .target__details-table td {
  padding: 1rem 0;
  line-height: 1;
  vertical-align: middle;
}
.contents--top .target__details-table td {
  font-size: 2.2rem;
  font-weight: bold;
  border: 1px solid #DCDDDD;
}
@media (max-width: 767px) {
  .contents--top .target__details-table td {
    font-size: 1.3rem;
  }
}
.contents--top .target__details-label {
  justify-content: center;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  background-color: #FFA903;
  margin-top: 1px;
  padding: 1rem 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .contents--top .target__details-label {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0.5rem 3rem 0.5rem 0.5rem;
  }
}
.contents--top .target__details-label:first-of-type {
  margin-top: 0;
}
.contents--top .target__details-label .num {
  font-family: "Roboto";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  background: #fff;
  border-radius: 5rem;
  color: #FFA903;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
  top: -0.4rem;
}
@media (max-width: 767px) {
  .contents--top .target__details-label .num {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1rem;
    line-height: 1.1;
    top: -0.2rem;
    letter-spacing: -0.05em;
  }
}
.contents--top .target__details-label--green {
  background-color: #05B78A;
}
.contents--top .target__details-label--green .num {
  color: #05B78A;
  background: #fff;
}
.contents--top .target__details-num {
  width: 18%;
  color: #FFA903;
  font-size: 3.6rem !important;
  padding: 2rem 0 2.5rem !important;
}
@media (max-width: 767px) {
  .contents--top .target__details-num {
    width: 33%;
    font-size: 2.8rem !important;
  }
}
.contents--top .target__details-num--green {
  color: #05B78A;
}
.contents--top .target__details-num .num {
  font-family: "Roboto";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  background: #05B78A;
  border-radius: 5rem;
  color: #fff;
  font-size: 2.3rem;
  line-height: 2;
  letter-spacing: -0.05em;
  font-weight: 900;
}
@media (max-width: 767px) {
  .contents--top .target__details-num .num {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.8rem;
  }
}
.contents--top .target__details-holiday {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: #e50012;
  border-radius: 5rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .contents--top .target__details-holiday {
    font-size: 1.1rem;
    padding: 0.3rem 1rem;
  }
}
.contents--top .target__details-holiday--black {
  background: #000;
}
.contents--top .target__details-holiday--blue {
  background: #182987;
}
.contents--top .target__details-holiday--orange {
  background: #ED6D2B;
}
.contents--top .target__details-txt {
  line-height: 1.3 !important;
  font-size: 1.8rem !important;
  font-weight: normal !important;
}
@media (max-width: 767px) {
  .contents--top .target__details-txt {
    text-align: left !important;
    font-size: 1.4rem !important;
    padding: 1rem !important;
  }
}
.contents--top .target__details-txt .u-font-bold {
  color: #2E2E2E !important;
}
.contents--top .target__details-txt span {
  color: #FFA903;
  font-weight: bold;
}
.contents--top .target__details-txt--green span {
  color: #05B78A;
}
.contents--top .target__details-route {
  width: 26%;
  font-size: 2rem !important;
  padding: 1rem !important;
  text-align: left;
  line-height: 1.3 !important;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .contents--top .target__details-route {
    width: auto;
    font-size: 1.3rem !important;
  }
}
.contents--top .target__details-route-head {
  background-color: #c8f3e7;
}
.contents--top .target__details-inner {
  background-color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .contents--top .target__details-inner {
    font-size: 1.4rem;
  }
}
.contents--top .target__details-link {
  margin-top: 3rem;
  text-align: right;
}
@media (max-width: 767px) {
  .contents--top .target__details-link {
    margin-top: 1.5rem;
    text-align: center;
  }
}
.contents--top .target__details-link a {
  position: relative;
  font-size: 2rem;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
  border: 2px solid #A0A0A0;
  border-radius: 5rem;
}
@media (max-width: 767px) {
  .contents--top .target__details-link a {
    font-size: 1.3rem;
  }
}
.contents--top .target__details-link a::after {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  top: 45%;
  right: 2rem;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.contents--top .target__details-notice {
  font-size: 2rem;
  background-color: #F0F0F0;
  margin-top: 3rem;
  padding: 1rem;
  line-height: 1.3;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .contents--top .target__details-notice {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
}
.contents--top .target__details-notice .num {
  font-family: "Roboto";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  background: #000;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: -0.05em;
  position: relative;
  top: -0.2rem;
}
@media (max-width: 767px) {
  .contents--top .target__details-notice .num {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.8rem;
    top: -0.2rem;
  }
}
.contents--top .target__details-map img {
  width: 100%;
}
.contents--top .target .bg-image-clip {
  position: absolute;
  top: 166rem;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  clip-path: inset(0);
  z-index: 0;
}
@media (max-width: 767px) {
  .contents--top .target .bg-image-clip {
    top: 72rem;
  }
}
.contents--top .target .bg-image-fixed {
  position: fixed;
  /* 背景を固定 */
  background: url(../images/top/present-bg.png) no-repeat;
  bottom: -1px;
  right: 0;
  width: 73rem;
  height: 42rem;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  .contents--top .target .bg-image-fixed {
    bottom: 5rem;
    width: 100%;
    height: 23rem;
  }
}
.contents--top .notice {
  padding: 10rem 0 3rem;
  background-color: #fffbea;
  position: relative;
}
@media (max-width: 767px) {
  .contents--top .notice {
    padding: 5rem 0 3rem;
  }
}
.contents--top .notice .heading01 {
  cursor: pointer;
  display: block;
  border-bottom: none;
  font-weight: bold;
}
.contents--top .notice__list {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .contents--top .notice__list {
    padding-top: 2.5rem;
  }
}
.contents--top .notice__list li {
  font-size: 2rem !important;
  margin-top: 1rem;
  padding-left: 2rem !important;
}
@media (max-width: 767px) {
  .contents--top .notice__list li {
    padding-left: 1.5rem !important;
    font-size: 1.2rem !important;
  }
}
.contents--top .notice__list li::before {
  top: 1.7rem !important;
}
@media (max-width: 767px) {
  .contents--top .notice__list li::before {
    top: 1rem !important;
  }
}
.contents--top .notice__txt {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .contents--top .notice__txt {
    font-size: 1.2rem;
  }
}
.contents--top .notice .summary-btn {
  width: 4.6rem;
  height: 4.6rem;
  top: 50%;
  right: 3rem;
}
@media (max-width: 767px) {
  .contents--top .notice .summary-btn {
    top: 50%;
    right: 1.5rem;
    width: 2.1rem;
    height: 2.1rem;
  }
}
.contents--top .notice .summary-btn::before {
  width: 25px;
}
@media (max-width: 767px) {
  .contents--top .notice .summary-btn::before {
    width: 12px;
    border-width: 3px;
  }
}
.contents--top .notice .summary-btn::after {
  width: 25px;
}
@media (max-width: 767px) {
  .contents--top .notice .summary-btn::after {
    width: 12px;
    border-width: 3px;
  }
}
.contents--top .notice .js-acc-btn.is-open .summary-btn::after {
  top: 50%;
  left: 50%;
}
.contents--top .js-acc-inner {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
.contents--top .js-acc-inner.is-open {
  opacity: 1;
}
.contents--top .paypay {
  background-color: #fffbea;
  padding: 6rem 0 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .contents--top .paypay {
    padding: 2.5rem 0 4rem;
  }
}
.contents--top .paypay .heading01 {
  cursor: pointer;
  display: block;
  border-bottom: none;
  font-weight: bold;
}
.contents--top .paypay__ttl {
  font-size: 2.9rem;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .contents--top .paypay__ttl {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .contents--top .paypay-body li {
    line-height: 1.4;
  }
}
.contents--top .paypay__txt {
  padding-top: 6rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .contents--top .paypay__txt {
    padding-top: 2.5rem;
    font-size: 1.2rem;
  }
}
.contents--top .paypay .summary-btn {
  width: 4.6rem;
  height: 4.6rem;
  top: 50%;
  right: 3rem;
}
@media (max-width: 767px) {
  .contents--top .paypay .summary-btn {
    top: 50%;
    right: 1.5rem;
    width: 2.1rem;
    height: 2.1rem;
  }
}
.contents--top .paypay .summary-btn::before {
  width: 25px;
}
@media (max-width: 767px) {
  .contents--top .paypay .summary-btn::before {
    width: 12px;
    border-width: 3px;
  }
}
.contents--top .paypay .summary-btn::after {
  width: 25px;
}
@media (max-width: 767px) {
  .contents--top .paypay .summary-btn::after {
    width: 12px;
    border-width: 3px;
  }
}
.contents--top .paypay .js-acc-btn.is-open .summary-btn::after {
  top: 50%;
  left: 50%;
}
.contents--top .paypay .list-style li {
  font-size: 2rem !important;
  margin-top: 1rem;
  padding-left: 2rem !important;
}
@media (max-width: 767px) {
  .contents--top .paypay .list-style li {
    padding-left: 1.5rem !important;
    font-size: 1.2rem !important;
  }
}
.contents--top .paypay .list-style li::before {
  top: 1.7rem;
}
@media (max-width: 767px) {
  .contents--top .paypay .list-style li::before {
    top: 0.7rem;
  }
}
.contents--top .list-style li {
  padding-left: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .contents--top .list-style li {
    padding-left: 1rem;
    font-size: 1.1rem;
  }
}
.contents--top .list-style li::before {
  content: "■";
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contents--top .list-style li::before {
    top: 1rem;
  }
}
.contents--top .list-style li a {
  text-decoration: underline;
  color: #0972b3;
  border-bottom: none;
}
.contents--top .list-style li a:hover {
  opacity: 0.5;
}
.contents--top .list-style--comment li {
  padding-left: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contents--top .list-style--comment li {
    padding-left: 1.5rem;
    line-height: 1.2;
  }
}
.contents--top .list-style--comment li:first-of-type {
  padding-bottom: 1rem;
}
.contents--top .list-style--comment li::before {
  content: "※";
}
@media (max-width: 767px) {
  .contents--top .list-style--comment li::before {
    top: 0.8rem;
  }
}
.contents--top .end-layer {
  position: relative;
}
.contents--top .end-layer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.contents--top .end-layer::before {
  content: "キャンペーンは終了しました。";
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contents--top .end-layer::before {
    font-size: 2rem;
  }
}
.contents--top .end-layer.swiper-slide::before {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .contents--top .end-layer.swiper-slide::before {
    font-size: 1.8rem;
  }
}

.yt-wrap {
  width: 73rem;
  height: 41rem;
  margin: 0 auto 4rem;
  margin-bottom: 4rem;
  aspect-ratio: 730/410;
}
@media (max-width: 767px) {
  .yt-wrap {
    width: 100%;
    height: 19.5rem;
    margin-bottom: 2rem;
  }
}

.route-number-label {
  background-color: var(--color-route-number-bg);
  border-radius: 4px;
  color: var(--color-base-white);
  display: inline-block;
  line-height: 1;
  padding: 0.3rem 0.8rem 0.5rem;
}

.date-display {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
  color: var(--color-base-white);
}
@media (max-width: 767px) {
  .date-display {
    gap: 0.35rem;
  }
}
.date-display__content {
  display: block;
}
.date-display__wrap {
  display: flex;
  align-items: baseline;
  line-height: 1;
  font-size: 4.6rem;
  font-weight: bold;
  gap: 0.2rem;
  margin-top: -1rem;
}
@media screen and (max-width: 1600px) {
  .date-display__wrap {
    font-size: 2.875vw;
    gap: 0.1rem;
  }
}
.date-display__slash {
  width: 2.8rem;
  height: 5.4rem;
}
@media (max-width: 767px) {
  .date-display__slash {
    width: 1.3rem;
    height: 2.7rem;
  }
}
.date-display__arrow {
  width: 4.3rem;
  flex-shrink: 0;
  padding-top: 1.6rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .date-display__arrow {
    width: 2rem;
    margin-bottom: 1.5rem;
  }
}
.date-display__year {
  font-family: var(--font-family-inter);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 0.8rem;
  font-feature-settings: "palt" on;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .date-display__year {
    font-size: 1.3rem;
    line-height: 1.4;
    transform: translateY(-0.4rem);
  }
}
.date-display__month, .date-display__date {
  font-family: var(--font-family-inter);
  font-size: 7.7rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 767px) {
  .date-display__month, .date-display__date {
    font-size: 3.6rem;
  }
}
.date-display__meta {
  display: flex;
  gap: 0.5rem;
  position: relative;
  transform: translateY(-0.7rem);
}
@media (max-width: 767px) {
  .date-display__meta {
    gap: 0.2rem;
    align-items: flex-end;
    justify-content: right;
  }
}
.date-display__weekday {
  background: var(--color-base-white);
  color: var(--color-primary);
  font-size: 2.8rem;
  font-family: "Noto Sans JP";
  line-height: 4rem;
  width: 4rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  padding-bottom: 0.1rem;
  margin: 0 0.5rem;
}
@media (max-width: 767px) {
  .date-display__weekday {
    font-size: 1.3rem;
    line-height: 1.8rem;
    width: 2rem;
  }
}
.date-display__hour {
  font-size: 4rem;
  font-family: "Noto Sans JP";
}
@media (max-width: 767px) {
  .date-display__hour {
    font-size: 1.4rem;
  }
}
.date-display__hour span {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .date-display__hour span {
    font-size: 1.3rem;
  }
}
.date-display.--left {
  gap: 0.8rem;
}
.date-display.--left .date-display__content {
  display: flex;
  align-items: start;
  gap: 0.2rem;
}
@media (max-width: 767px) {
  .date-display.--left .date-display__content {
    display: block;
  }
}
.date-display.--left .date-display__year {
  padding-top: 0;
}
.date-display.--color-red {
  color: var(--color-primary);
}
.date-display.--color-red .date-display__slash {
  filter: brightness(0) saturate(100%) invert(13%) sepia(88%) saturate(7483%) hue-rotate(350deg) brightness(60%) contrast(104%);
}
.date-display.--color-red .date-display__weekday {
  background: var(--color-primary);
}
.date-display.--hour-column .date-display__wrap {
  align-items: center;
}
.date-display.--hour-column .date-display__meta {
  margin-left: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
