@charset "UTF-8";
:root {
  --c-green: #008765;
  --c-blue: #4387ff;
  --c-yellow: #ff0;
  --c-gray: #ddd;
  --c-bg-gray: #f5f5f5;
  --c-txtcolor: #000;
  --c-danger: #e20012;
  --c-disabled: #ccc;
  --keycolor: #e6004f;
  --keycolor-sub: #e54e76;
  --keycolor-thin: #9b757b;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  --font-family-base: Noto Sans JP, sans-serif;
  --font-weight-base: 400;
  --lineheight-base: 1.5;
  --color-primary: #1f4b9e;
  --color-primary-2: #ee7800;
  --keycolor: var(--color-primary);
  --keycolor-sub: var(--color-primary-2);
  --transition-duration: .3s ease;
  font-size: 2.6666666667vw;
  overflow-x: hidden;
}
@media screen and (min-width: 375px) {
  html {
    font-size: 10px;
  }
}
html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #2e2e2e;
  margin: 0;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-base);
  font-size: 1.4rem;
  line-height: var(--lineheight-base);
  text-align: left;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ol,
ul,
dl {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

b,
strong {
  font-weight: 710;
}

em {
  font-style: normal;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: 400;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

img.aligncenter {
  display: block;
  margin: auto;
}
img.alignright {
  display: block;
  margin-left: auto;
}
img.alignleft {
  display: block;
  margin-right: auto;
}

.container {
  margin: 0 auto;
  max-width: 103rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.wrap-inner {
  margin: 0 auto;
  max-width: 131rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.img-100 {
  width: 100%;
}

.d-none {
  display: none !important;
}

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

.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl1-none {
    display: none !important;
  }
  .d-xl1-block {
    display: block !important;
  }
  .d-xl1-flex {
    display: flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@font-face {
  font-family: "nexco";
  src: url("../fonts/nexco.ttf?6oozl0") format("truetype"), url("../fonts/nexco.woff?6oozl0") format("woff"), url("../fonts/nexco.svg?6oozl0#nexco") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ic-],
[class*=" ic-"] {
  font-family: "nexco" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-speaker:before {
  content: "\e900";
}

.ic-arrow-right:before {
  content: "\e901";
}

.ic-caution:before {
  content: "\e902";
}

.ic-cavator:before {
  content: "\e903";
}

.ic-cm:before {
  content: "\e904";
}

.ic-link:before {
  content: "\e905";
}

.ic-arrow-down:before {
  content: "\e906";
}

.ic-play_arrow:before {
  content: "\e907";
}

.ic-price:before {
  content: "\e908";
}

.ic-root:before {
  content: "\e90b";
}

.ic-time:before {
  content: "\e90c";
}

.ic-top:before {
  content: "\e90d";
}

.ic-traffic:before {
  content: "\e90e";
}

.ic-info:before {
  content: "\e90f";
}

.ic-way:before {
  content: "󩀁";
}

.ic-way1:before {
  content: "󩀂";
}

.ic-faq:before {
  content: "\e90a";
}

.ic-star:before {
  content: "\e9d9";
}

.c-icon-freetel::before {
  content: "";
  background: url(../images/common/icon_freedial.png) no-repeat top center/contain;
  display: block;
  width: 5.7rem;
}

.btn {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #2e2e2e;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.btn:hover {
  color: #2e2e2e;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.6;
}
.btn-disabled {
  pointer-events: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-anchor {
  margin-bottom: 8rem;
  display: flex;
  gap: 3rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn-anchor {
    margin-bottom: 4rem;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.btn-anchor__link {
  width: 100%;
  border-radius: 1rem;
  border: 0.2rem solid var(--keycolor);
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--keycolor);
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  .btn-anchor__link {
    height: 8.4rem;
    border-radius: 0.5rem;
    font-size: 2.2rem;
    width: 33.3333%;
  }
}
.btn-anchor__link:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 1.7rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ic_pink.svg) no-repeat top center;
  background-size: contain;
}

.btn-basic {
  color: var(--keycolor);
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  position: relative;
  border: 0.2rem solid var(--keycolor);
  border-radius: 0.5rem;
  width: 46rem;
  height: 8.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn-basic {
    font-size: 1.6rem;
    max-width: 33.5rem;
    height: 6.4rem;
    border-radius: 1rem;
  }
}
.btn-basic:after {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/ic_right.png) no-repeat top center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .btn-basic:after {
    right: 2.6rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
.btn-basic:hover:after {
  right: 2rem;
}

.img-popup {
  text-align: center;
}

.icon-zoom {
  position: relative;
  display: inline-block;
  margin: auto;
  cursor: pointer;
}
.icon-zoom:after {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  right: 0;
  bottom: 0;
  background: url(../images/common/icon_zoom.png) no-repeat top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .icon-zoom:after {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.icon-zoom.realtime:after {
  bottom: -2rem;
}
@media (min-width: 768px) {
  .icon-zoom.none-pc, .icon-zoom.--sp {
    pointer-events: none;
  }
  .icon-zoom.none-pc:after, .icon-zoom.--sp:after {
    display: none;
  }
}

.p-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .p-header {
    border-top: 2px solid var(--keycolor);
  }
}
.p-header__wrap {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1025px) {
  .p-header__wrap {
    background-color: var(--keycolor);
    flex-wrap: nowrap;
  }
}
.p-header__logo {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 5rem;
  position: relative;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .p-header__logo {
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .p-header__logo {
    height: 7rem;
    padding-right: 2rem;
  }
  .p-header__logo::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3.5rem 0 3.5rem 3.5rem;
    border-color: transparent transparent transparent #fff;
    transform: rotate(0deg);
    position: absolute;
    left: 100%;
    top: 0;
  }
}
@media (min-width: 1440px) {
  .p-header__logo {
    padding-left: 4rem;
  }
}
.p-header__logo-num {
  background-color: #008765;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  height: 2.6rem;
  padding: 0.4rem 0.6rem;
  display: block;
}
.p-header__logo-txt {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .p-header__logo-txt {
    font-size: 2rem;
  }
}
.p-header__logo .logo-sp {
  width: 4.5rem;
}
@media (min-width: 1025px) {
  .p-header__logo .logo-sp {
    display: none;
  }
}
.p-header__top {
  background-color: var(--keycolor);
  color: #fff;
}
@media (max-width: 1024px) {
  .p-header__top {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-header__top {
    display: flex;
    justify-content: center;
    padding: 10px 4vw;
  }
}
.p-header__top.--sp {
  margin-top: 5rem;
  height: 16vw;
}
.p-header__top__wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0.5rem 0 0;
}
@media (min-width: 768px) {
  .p-header__top__wrap {
    margin: 1rem 0;
  }
}
@media (min-width: 1025px) {
  .p-header__top__wrap {
    padding-left: 5rem;
    height: 7rem;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .p-header__top__wrap {
    gap: 4rem;
    padding-left: 7rem;
  }
}
@media (max-width: 1024px) {
  .p-header__top__wrap {
    justify-content: center;
    flex: 0 100%;
    width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .p-header__top__wrap {
    justify-content: flex-start;
    padding: 0;
  }
}
.p-header__nx {
  background-color: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
  padding: 1.3rem 1.5rem 1.5rem;
  position: absolute;
  right: 1rem;
  top: 0;
  width: 7.1rem;
}
@media (min-width: 1440px) {
  .p-header__nx {
    right: 4rem;
    width: 9.3rem;
  }
}
.p-header__nx img {
  width: 100%;
}
.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .p-header__nav {
    display: none;
    position: absolute;
    top: calc(var(--hHeader, 0) - 2px);
    width: 100%;
    height: calc(100vh - 52px);
    overflow: scroll;
    padding: 0 2rem 10rem;
    background: #fff;
    z-index: 99;
  }
}
.p-header__nav-sub {
  border: 2px solid var(--keycolor);
  border-radius: 1rem;
  font-weight: 600;
  z-index: 1;
  font-size: 1.6rem;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  color: #000;
}
@media (min-width: 1025px) {
  .p-header__nav-sub {
    font-weight: 500;
    border-radius: 0.5rem;
    border: 1px solid var(--keycolor);
    font-size: 1rem;
    padding: 0.7rem 3rem 0.7rem 1.3rem;
    height: 3.2rem;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .p-header__nav-sub {
    font-size: 1.4rem;
    padding: 0.7rem 3.9rem 0.7rem 1.8rem;
  }
}
.p-header__nav-sub:hover {
  background-color: var(--keycolor);
  color: #fff;
}
.p-header__nav-sub:hover i {
  color: #fff;
}
.p-header__nav-sub i {
  color: var(--keycolor);
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition-duration);
}
@media (min-width: 1025px) {
  .p-header__nav-sub i {
    font-size: 1.3rem;
  }
}
.p-header__nav-more {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
@media (min-width: 1025px) {
  .p-header__nav-more {
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    gap: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .p-header__nav-more {
    right: 4rem;
    gap: 1.3rem;
  }
}
.p-header__nav-faq {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
}
@media (max-width: 767px) {
  .p-header__nav-faq {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-header__nav-faq {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1440px) {
  .p-header__nav-faq {
    font-size: 0.8333333333vw;
  }
}
.p-header__nav-faq img {
  width: 1.6rem;
}

.c-nav {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .c-nav {
    display: flex;
    justify-content: center;
    padding: 1.5rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .c-nav {
    font-size: 1.0416666667vw;
  }
}
.c-nav .disabled {
  pointer-events: none !important;
  user-select: none;
}
.c-nav .disabled a {
  color: var(--c-disabled) !important;
  position: relative;
}
.c-nav .disabled a i {
  color: var(--c-disabled) !important;
}
.c-nav .disabled a::before {
  content: "公開準備中";
  white-space: nowrap;
  color: var(--keycolor);
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 35%;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-nav .disabled a::before {
    font-size: 0.625vw;
    top: -0.625vw;
    left: 0;
    transform: translateY(-25%);
  }
}
@media (max-width: 767px) {
  .c-nav .disabled a::before {
    transform: translateY(-50%);
  }
}
.c-nav > li {
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .c-nav > li:not(:last-child)::after {
    content: "";
    background-color: #a0a0a0;
    width: 1px;
    margin: 0 2.3rem;
    height: 1.8rem;
    transform: rotate(26deg);
  }
}
@media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1439px) {
  .c-nav > li:not(:last-child)::after {
    height: 0.9375vw;
    margin: 0 1.1979166667vw;
  }
}
.c-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  transition: var(--transition-duration);
  font-weight: bold;
}
@media (max-width: 1024px) {
  .c-nav a {
    position: relative;
    width: 100%;
    padding: 2.1rem 0;
  }
  .c-nav a:after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url(../images/common/ic_right.png) no-repeat top center;
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s;
  }
}
@media (min-width: 1025px) {
  .c-nav a {
    font-size: 0.8333333333vw;
  }
}
.c-nav a:hover {
  color: var(--keycolor);
}
.c-nav a:hover .ic-news {
  background-image: url(../images/common/ic_info_hover.png);
}
.c-nav a i {
  font-size: 1.8rem;
}
.c-nav a i.ic-img {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.c-nav a i.ic-news {
  background-image: url(../images/common/ic_info_2.png);
}

.c-hammenu {
  background-color: #ee7800;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.1rem;
  margin-left: auto;
  padding-top: 1rem;
  height: 5rem;
  width: 5rem;
  z-index: 1100;
}
@media (min-width: 1025px) {
  .c-hammenu {
    display: none;
  }
}
.c-hammenu.is-active .c-hammenu__inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.c-hammenu.is-active .c-hammenu__inner:before {
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
  top: 0;
}
.c-hammenu.is-active .c-hammenu__inner:after {
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
  bottom: 0;
}
.c-hammenu .c-hammenu__inner:after, .c-hammenu .c-hammenu__inner:before, .c-hammenu .c-hammenu__inner {
  background-color: #fff;
  width: 2.4rem;
  height: 2px;
}
.c-hammenu__inner {
  position: relative;
  display: block;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.c-hammenu__inner::before, .c-hammenu__inner::after {
  content: "";
  display: block;
}
.c-hammenu__inner:before {
  position: absolute;
  top: -0.6rem;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.c-hammenu__inner:after {
  position: absolute;
  bottom: -0.6rem;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nav-side {
  z-index: 22;
  position: fixed;
}
@media (min-width: 768px) {
  .nav-side {
    right: -2px;
    top: 22%;
  }
}
@media (max-width: 767px) {
  .nav-side {
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
  }
}
.nav-side__link {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  background: var(--link-color-bg, var(--keycolor));
  position: relative;
  padding-block: 0.5rem;
}
@media (min-width: 768px) {
  .nav-side__link {
    gap: 1.1rem;
    border-radius: 0.8rem 0 0 0.8rem;
    border: 2px solid #fff;
    font-size: 1.6rem;
    min-width: 4.2rem;
    margin-bottom: 16px;
    padding: 1.8rem 0.5rem;
    transition: 0.3s ease;
    writing-mode: tb-rl;
  }
}
@media (max-width: 767px) {
  .nav-side__link {
    flex: 1 1;
    font-weight: bold;
    min-height: 4.8rem;
    line-height: 1.2;
  }
}
.nav-side__link:hover {
  background-color: #fff;
  color: var(--link-hover-color);
}
@media (min-width: 768px) {
  .nav-side__link:hover {
    border-color: var(--link-hover-border);
  }
}
@media (max-width: 767px) {
  .nav-side__link.--cp {
    gap: 0.6rem;
  }
  .nav-side__link.--cp i {
    font-size: 1.6rem;
  }
}
.nav-side__link.--cp:hover {
  --link-color-bg: var(--keycolor);
  --link-hover-color: var(--keycolor);
  --link-hover-border: var(--keycolor);
}
.nav-side__link.--timer {
  --link-color-bg: #ee7800;
  --link-hover-color: #ee7800;
  --link-hover-border: #ee7800;
}
@media (max-width: 767px) {
  .nav-side__link.--timer {
    padding-right: 1rem;
    gap: 1.6rem;
  }
  .nav-side__link.--timer i {
    font-size: 1.9rem;
  }
}
.nav-side__link i {
  font-size: 1.8rem;
}
.nav-side__link.inactive {
  background: #dedede;
  pointer-events: none;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .nav-side__link.inactive {
    padding-block: 1.3rem 0.8rem;
  }
}
.nav-side__link.inactive:not(:last-child) {
  border-right: 1px solid #fff;
}
.nav-side__link.inactive::after {
  content: "後日公開";
  font-weight: 500;
  position: absolute;
  color: var(--keycolor);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .nav-side__link.inactive::after {
    letter-spacing: 0.1em;
    font-size: 1rem;
    right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .nav-side__link.inactive::after {
    top: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

#page-top .c-nav .h-top a {
  color: var(--keycolor);
}

#page-detour .c-nav .h-detour a {
  color: var(--keycolor);
}

#page-traffic .c-nav .h-traffic a {
  color: var(--keycolor);
}

#page-price .c-nav .h-price a {
  color: var(--keycolor);
}

#page-cp .c-nav .h-cp a {
  color: var(--keycolor);
}

#page-regulation .c-nav .h-regulation a {
  color: var(--keycolor);
}

#page-construction .c-nav .h-construction a {
  color: var(--keycolor);
}

#page-pr .c-nav .h-pr a {
  color: var(--keycolor);
}

#page-faq .c-nav .h-faq a {
  color: var(--keycolor);
}

#page-news .c-nav .h-news a {
  color: var(--keycolor);
}

#page-news .c-nav .h-news a i.ic-news {
  background-image: url(../images/common/ic_info_hover.png) !important;
}

.p-bnrs {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-bnrs {
    margin-bottom: 8rem;
  }
}
.p-bnrs__row {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-bnrs__row {
    margin-bottom: 6.4rem;
  }
}
.p-bnrs__row:last-child {
  margin-bottom: 0;
}
.p-bnrs__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem 4rem;
  margin: 2.7rem auto 0;
  max-width: 136.8rem;
}
@media (min-width: 768px) {
  .p-bnrs__list {
    margin: 4.9rem auto 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1025px) {
  .p-bnrs__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-footer {
  padding: 32px 0 50px;
}
@media (min-width: 768px) {
  .p-footer {
    padding: 40px 0;
  }
}
.p-footer__nav {
  display: none;
}
@media (min-width: 768px) {
  .p-footer__nav {
    display: flex;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .p-footer__nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 0 20px;
    border-bottom: 1px solid var(--c-gray);
  }
  .p-footer__nav ul li {
    margin-bottom: 20px;
  }
}
.p-footer__nav a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px;
}
.p-footer__nav a:hover {
  color: var(--keycolor);
}
.p-footer__bg {
  background: #f0f0f0;
  padding: 37px 2rem;
}
@media (min-width: 768px) {
  .p-footer__bg {
    padding: 84px 0 77px;
  }
}
@media (max-width: 767px) {
  .p-footer__bg .wrap {
    padding: 0;
  }
}
.p-footer__info {
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .p-footer__info {
    padding: 30px 0 !important;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .p-footer__info {
    display: flex;
    justify-content: center;
    text-align: left;
    padding: 57px 15px;
    border-radius: 10px;
  }
}
.p-footer__info__ttl {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-footer__info__ttl {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 10px;
    margin-right: 40px;
  }
}
.p-footer__info__ttl em {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .p-footer__info__ttl em {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .p-footer__info__ttl span {
    font-size: 16px;
  }
}
.p-footer__info__tel {
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__info__tel {
    text-align: left;
  }
}
.p-footer__info__tel > a {
  display: flex;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .p-footer__info__tel > a {
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .p-footer__info__tel > a {
    font-size: 48px;
    line-height: 1;
  }
}
.p-footer__info__tel > a i {
  margin-top: 10px;
}
.p-footer__info__tel i::before {
  content: "";
  background: url(../images/common/icon_freedial.png) no-repeat 0 0;
  background-size: 100% auto;
  aspect-ratio: 58/34;
  width: 4.6rem;
  display: none;
}
@media (min-width: 768px) {
  .p-footer__info__tel i::before {
    display: block;
    width: 58px;
    margin-right: 10px;
  }
}
.p-footer__info__tel__com {
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .p-footer__info__tel__com {
    font-size: 13px;
    font-weight: 500;
  }
  .p-footer__info__tel__com label {
    font-size: 10px;
    font-weight: normal;
    display: block;
    margin-bottom: -15px;
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  .p-footer__info__tel__com {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-footer__info__tel__com a {
    color: var(--keycolor);
    border: 2px solid var(--keycolor);
    margin: 10px 0;
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .p-footer__info__tel__com a {
    border-bottom: 1px solid var(--keycolor);
    color: var(--keycolor);
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 3px;
    display: inline-block;
  }
  .p-footer__info__tel__com a:hover {
    color: #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
  }
}
.p-footer__subnav {
  display: flex;
  justify-content: center;
  font-size: 11px;
  margin-bottom: 20px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .p-footer__subnav {
    font-size: 14px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
}
.p-footer__subnav a {
  padding: 0 8px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .p-footer__subnav a {
    padding: 0 15px;
  }
  .p-footer__subnav a:hover {
    color: var(--keycolor);
  }
}
.p-footer__com {
  text-align: center;
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-footer__com {
    font-size: 12px;
  }
  .p-footer__com br {
    display: none;
  }
}
.p-footer__com p {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-footer__com p {
    margin-bottom: 10px;
  }
}
.p-footer__com span {
  display: inline-block;
}

.footer-fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 22;
}
@media (min-width: 768px) {
  .footer-fix {
    display: none;
  }
}
.footer-fix__link {
  width: 100%;
  color: #fff;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: var(--keycolor);
}
.footer-fix__link i {
  margin-right: 1rem;
  font-size: 1.9rem;
}
.footer-fix__link.--02 {
  background: var(--keycolor-sub);
}
.footer-fix__link.disabled {
  background: var(--keycolor-disabled) !important;
  pointer-events: none;
}

.page-top {
  display: none;
}
@media (min-width: 768px) {
  .page-top {
    display: none !important;
  }
}
.page-top__scroll {
  position: fixed;
  right: 1.9rem;
  bottom: 6.6rem;
  background: #fff;
  width: 3.6rem;
  height: 3.6rem;
  border: 2px solid var(--keycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 22;
}
.page-top__scroll img {
  transform: rotate(-90deg);
  width: 0.8rem;
}

.hline01 {
  border-bottom: 1px solid var(--titlecolor, var(--keycolor));
  border-top: 1px solid var(--titlecolor, var(--keycolor));
  color: var(--titlecolor, var(--keycolor));
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  padding: 1.3rem 0 1.5rem;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .hline01 {
    font-size: 2.8rem;
    padding: 2rem 0 2.4rem;
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 1025px) {
  .hline01 {
    font-size: 3.2rem;
  }
}
.hline01.--letter {
  letter-spacing: 0.02em;
}
.hline01.--bg-silver {
  background: #efefef;
  color: #000;
  border: none;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .hline01.--bg-silver {
    padding: 3.1rem 0;
  }
}
.hline01::before, .hline01::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.hline01::before {
  margin-block-end: calc((1 - var(--lh, 1.5)) * 0.5em);
}
.hline01::after {
  margin-block-start: calc((1 - var(--lh, 1.5)) * 0.5em);
}

.hline02 {
  color: var(--keycolor);
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .hline02 {
    margin-bottom: 2.2rem;
    font-size: 2.4rem;
  }
}
.hline02::before {
  content: "●";
}
.hline02-tag {
  background-color: #886ba4;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border-radius: 3rem;
  padding: 0.3rem 1.5rem;
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .hline02-tag {
    padding: 0.5rem 2rem;
    font-size: 1.6rem;
    margin-left: 1.2rem;
  }
}

.hline03 {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hline03 {
    margin-bottom: 1.5rem;
    letter-spacing: 0.08em;
    font-size: 2.4rem;
  }
}

.c-breadcrumb {
  background-color: #efefef;
  padding: 1.1rem 0;
}
@media (min-width: 768px) {
  .c-breadcrumb {
    padding: 1.8rem 0;
  }
}
.c-breadcrumb ul {
  display: flex;
  gap: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-breadcrumb ul {
    gap: 2rem;
  }
}
.c-breadcrumb ul li:not(:last-child) {
  flex-shrink: 0;
}
.c-breadcrumb ul li:not(:last-child)::after {
  font-family: "nexco" !important;
  content: "\e901";
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 1rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .c-breadcrumb ul li:not(:last-child)::after {
    margin-left: 2rem;
  }
}
.c-breadcrumb ul li span {
  font-size: 1.3rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-breadcrumb ul a {
  color: var(--keycolor);
}

@media (min-width: 768px) {
  .mrgTop {
    margin-top: var(--hHeader, 0);
  }
}

.wrap-content {
  margin: auto;
  max-width: 128rem;
}
@media (min-width: 768px) {
  .wrap-content {
    padding: 0 1.5rem;
  }
}

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

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

.hover {
  transition: all 0.3s ease-in-out;
}
.hover:hover {
  opacity: 0.7;
}

.c-hide {
  display: none !important;
}

.cl-danger {
  color: var(--c-danger);
}

.cl-blue {
  color: var(--c-blue);
}

.cl-primary {
  color: var(--color-primary);
}

.c-dateNotice {
  display: flex;
  align-items: center;
  position: relative;
  top: -0.5rem;
}
.c-dateNotice__item {
  display: flex;
  align-items: flex-end;
}
.c-dateNotice__item:not(:last-child)::after {
  content: "";
  background: url("../images/common/icon_next.png") no-repeat center/contain;
  align-self: center;
  flex-shrink: 0;
  aspect-ratio: 50/43;
  width: 3.4666666667vw;
  margin: 0 1.3333333333vw;
  position: relative;
  top: 0.3rem;
}
@media (min-width: 768px) {
  .c-dateNotice__item:not(:last-child)::after {
    width: 2.6rem;
    margin: 0 1rem;
  }
}
@media (min-width: 1440px) {
  .c-dateNotice__item:not(:last-child)::after {
    margin: 0 1.3rem 0 1.6rem;
  }
}
.c-dateNotice__item .sup {
  align-self: flex-start;
  font-size: 2.1333333333vw;
  font-weight: bold;
  margin-right: 0.5333333333vw;
  position: relative;
  top: 0.4vw;
}
@media (min-width: 768px) {
  .c-dateNotice__item .sup {
    font-size: 20px;
    margin-right: 5px;
    top: 0;
  }
}
.c-dateNotice__item .num {
  display: inline-flex;
  font-size: 5.8666666667vw;
  font-weight: 710;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-dateNotice__item .num {
    font-size: 4.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .c-dateNotice__item .num {
    font-size: 3.8rem;
  }
}
.c-dateNotice__item .num.has-line::after, .c-dateNotice__item .num:first-child::after {
  content: "";
  background: url("../images/common/icon_line.svg") no-repeat center/contain;
  aspect-ratio: 45/76;
  flex-shrink: 0;
  width: 2.9333333333vw;
  position: relative;
  top: 0.3rem;
  margin: 0 0.2rem;
}
@media (min-width: 768px) {
  .c-dateNotice__item .num.has-line::after, .c-dateNotice__item .num:first-child::after {
    width: 2.2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .c-dateNotice__item .num.has-line::after, .c-dateNotice__item .num:first-child::after {
    width: 1.5rem;
  }
}
.c-dateNotice__item .evt {
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--keycolor);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  font-size: 2.2666666667vw;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.5rem;
  padding: 0 0.2rem;
}
@media (min-width: 768px) {
  .c-dateNotice__item .evt {
    font-size: 1.4rem;
    padding: 0 0.3rem;
  }
}

.c-dateDirect__top {
  --icon-size: 5.3333333333vw;
  display: flex;
  align-items: center;
  gap: 0.6666666667vw;
}
@media (min-width: 768px) {
  .c-dateDirect__top {
    --icon-size: 3.2rem;
    gap: 0.5rem;
  }
}
.c-dateDirect__ttl {
  font-size: 2.9333333333vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-dateDirect__ttl {
    font-size: 2.2rem;
  }
}
.c-dateDirect__txt {
  font-size: 1.1rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .c-dateDirect__txt {
    font-size: 11px;
  }
}

.c-arrow-traffic {
  background: url("../images/common/icon_arrow_traffic.png") no-repeat center/contain;
  aspect-ratio: 40/21;
  width: var(--icon-size, 2.8vw);
}

.c-box {
  margin-bottom: 3.6rem;
  border: 0.8rem solid #f0f0f0;
  padding: 1.5rem 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-box {
    padding: 4.6rem 1rem;
    border-width: 1.6rem;
    margin-bottom: 8rem;
  }
}
.c-box__ttl {
  font-weight: bold;
  font-size: 10.6666666667vw;
  margin-bottom: 6.6666666667vw;
}
@media (min-width: 768px) {
  .c-box__ttl {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}
.c-box__des {
  font-weight: 600;
  line-height: 1.6666666667;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .c-box__des {
    font-size: 2rem;
  }
}
.c-box__highlight {
  background: #EDD320;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.c-box__highlight:not(.--nospace) {
  padding-left: 0.5rem;
}

.c-note li {
  display: flex;
  gap: 0.3rem;
}
.c-note li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.c-note li::before {
  content: "※ ";
  flex-shrink: 0;
}

.c-note li {
  display: flex;
  gap: 0.3rem;
}
.c-note li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.c-note li::before {
  content: "※ ";
  flex-shrink: 0;
}

.c-direct {
  background: url("../images/common/bg-section_sp.jpg") no-repeat center/cover;
}
@media (max-width: 767px) {
  .c-direct {
    padding: 4rem 2rem;
  }
}
@media (min-width: 768px) {
  .c-direct {
    padding: 8rem 0;
    background: url("../images/common/bg-section.jpg") no-repeat center/cover;
  }
}
.c-direct__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.3333333333vw;
}
@media (min-width: 768px) {
  .c-direct__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
    display: grid;
  }
}
@media (min-width: 768px) {
  .c-direct__list.--col-2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 62.4rem;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .c-direct__list.--col-3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 93rem;
    margin: auto;
  }
}
.c-direct__item {
  background-color: var(--keycolor);
  border-radius: 1rem;
  display: block;
  color: #fff;
  height: 100%;
  padding: 4rem 0;
  text-align: center;
  border: 0.2rem solid transparent;
}
@media (min-width: 768px) {
  .c-direct__item {
    border-radius: 2rem;
    padding: 8rem 1rem;
  }
}
.c-direct__item:hover {
  background: #fff;
  color: var(--keycolor);
  border: 0.2rem solid var(--keycolor);
}
.c-direct__item:hover .ic.ic-news {
  background-image: url(../images/common/ic_info_hover.png);
}
.c-direct__item.disabled {
  background: #ccc;
  pointer-events: none;
}
.c-direct__item .ic {
  display: inline-block;
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .c-direct__item .ic {
    font-size: 6.3rem;
  }
}
.c-direct__item .ic.ic-news {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url(../images/common/ic_info.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .c-direct__item .ic.ic-news {
    width: 6.3rem;
    height: 6.3rem;
  }
}
.c-direct__item .ic.ic-faq {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
}
@media (min-width: 768px) {
  .c-direct__item .ic.ic-faq {
    width: 6.3rem;
    height: 6.3rem;
  }
}
.c-direct__item-ttl {
  --lh: 1.3;
  font-size: 3.8666666667vw;
  font-weight: 600;
  line-height: var(--lh);
  margin: 4.6666666667vw 0 0;
}
@media (min-width: 768px) {
  .c-direct__item-ttl {
    font-size: 2.9rem;
    margin: 3rem 0 0;
  }
}

.fix-right {
  position: fixed;
  z-index: 2;
}
.fix-right.disabled {
  display: none;
}
@media (max-width: 767px) {
  .fix-right {
    bottom: 0;
    width: 100%;
    display: flex;
  }
}
@media (min-width: 768px) {
  .fix-right {
    right: 0;
    top: 20rem;
  }
}
.fix-right__item {
  color: #fff;
  padding: 1rem 0;
  background: var(--keycolor);
  font-size: 1.2rem;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .fix-right__item {
    padding: 1rem 0.5rem;
    border-radius: 0.7rem 0 0 0.7rem;
    border: 0.2rem solid #fff;
    margin-top: 1.6rem;
    font-size: 1.6rem;
    width: 4rem;
    writing-mode: vertical-lr;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .fix-right__item i {
    font-size: 1.5rem;
  }
}
.fix-right__item.--02 {
  background: #ee7800;
  width: 100%;
}
.fix-right__item.disabled {
  background: #ccc;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fix-right__item.time {
    line-height: 1.2;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .fix-right__item.time .ic-time {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-61px);
  }
}
.fix-right .small {
  display: block;
  color: var(--keycolor);
  font-size: 1.1rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .fix-right .small {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
    display: inline-block;
    width: auto;
  }
}

.p-hline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
  background: #eee;
}
@media (min-width: 768px) {
  .p-hline {
    height: 24rem;
  }
}
.p-hline__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.p-hline__bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-hline__ttl {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (min-width: 1025px) {
  .p-hline__ttl {
    text-align: left;
    font-size: 5.6rem;
  }
}
.p-hline__ttl::before, .p-hline__ttl::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-hline__ttl::before {
  margin-block-end: calc((1 - 1.3) * 0.5em);
}
.p-hline__ttl::after {
  margin-block-start: calc((1 - 1.3) * 0.5em);
}
.p-hline__txt {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 1.7rem;
}
@media (min-width: 768px) {
  .p-hline__txt {
    font-size: 1.7rem;
    margin-top: 3rem;
  }
}
@media (min-width: 1025px) {
  .p-hline__txt {
    text-align: left;
    font-size: 2.4rem;
  }
}
.p-hline__txt::before, .p-hline__txt::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-hline__txt::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.p-hline__txt::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}

.dummyContent {
  background-color: #f0f0f0;
  padding: 15rem 1.5rem;
  margin: 4rem 0;
  text-align: center;
  color: #2e2e2e;
}
@media (min-width: 768px) {
  .dummyContent {
    margin: 6rem auto;
    max-width: 100rem;
  }
}
.dummyContent .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #2e2e2e;
}
@media (min-width: 768px) {
  .dummyContent .ttl {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}
.dummyContent .txt {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .dummyContent .txt {
    font-size: 1.6rem;
  }
}

.wrap-des {
  padding: 2.5rem 0;
  margin-bottom: 4rem;
  border: 1rem solid #efefef;
}
@media (min-width: 768px) {
  .wrap-des {
    padding: 5rem 0;
    margin-bottom: 8rem;
    border: 1.5rem solid #efefef;
  }
}
.wrap-des span {
  display: inline-block;
  position: relative;
  background: #edd320;
  line-height: 1.4;
}

.c-sub {
  font-size: 1.6rem;
  line-height: 1.6666666667;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-sub {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
.c-sub.--mrgbot {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .c-sub.--mrgbot {
    margin-bottom: 4.5rem;
  }
}
.c-sub.--price span {
  margin-top: 0.5rem;
}

.mscroll02 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 4px;
  background: #ccc;
  border-radius: 4px;
}
.mscroll02 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  background: var(--keycolor);
  border-radius: 4px;
}
.mscroll02 .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 15px;
}

.box-anchor {
  background: #fff;
  margin-bottom: 4rem;
  position: relative;
}
@media (min-width: 768px) {
  .box-anchor {
    margin-bottom: 6rem;
  }
}
.box-anchor.--regulation {
  border: 0.1rem solid var(--keycolor);
}
@media (max-width: 767px) {
  .box-anchor.--regulation {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 768px) {
  .box-anchor.--regulation {
    border: 0.2rem solid var(--keycolor);
  }
}
.box-anchor.--regulation .box-ttl {
  justify-content: flex-start;
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .box-anchor.--regulation .box-ttl {
    font-size: 1.8rem;
    letter-spacing: -0.05em;
  }
}
@media (min-width: 768px) {
  .box-anchor.--regulation .box-ttl {
    padding-left: 5.6rem;
  }
}
@media (max-width: 767px) {
  .box-anchor.--regulation .box-content {
    padding: 2.4rem 1.5rem;
  }
}
.box-anchor.--last {
  margin-bottom: 0;
}
.box-anchor .box-ttl {
  color: #fff;
  background: var(--keycolor);
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  position: relative;
  cursor: pointer;
  font-feature-settings: normal;
}
@media (min-width: 768px) {
  .box-anchor .box-ttl {
    font-size: 3.2rem;
    height: 8rem;
  }
}
.box-anchor .box-ttl.is-active:after {
  transform: translateY(-50%) rotate(90deg);
}
.box-anchor .box-ttl:after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../images/common/ic_right_2.png) no-repeat top center;
  background-size: contain;
  width: 3.5rem;
  height: 3.5rem;
}
@media (min-width: 768px) {
  .box-anchor .box-ttl:after {
    width: 6.4rem;
    height: 6.4rem;
    right: 4rem;
  }
}
.box-anchor .box-content {
  padding: 5.6rem;
}
.box-anchor.closed .box-ttl.is-active:after {
  transform: translateY(-50%) rotate(-90deg);
}
.box-anchor.closed .box-ttl:after {
  transform: translateY(-50%) rotate(90deg);
}
.box-anchor.closed .box-content {
  display: none;
}

.align-center {
  text-align: center;
}

.link {
  color: var(--keycolor);
  border-bottom: 1px solid var(--keycolor);
}

.c-disabled {
  position: relative;
}
.c-disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7411764706);
  z-index: 12;
}
.c-disabled-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  z-index: 13;
}
.c-disabled-ttl.fnt-18 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .c-disabled-ttl.fnt-18 {
    font-size: 1.8rem;
  }
}

.img-common {
  aspect-ratio: 16/9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #dedede;
  font-weight: 600;
  font-size: 1.3rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .img-common {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .img-common__ttl {
    font-size: 2.2rem;
  }
}
.img-common.--aspect1 {
  aspect-ratio: 10/8;
}
.img-common.--poster {
  aspect-ratio: 46/63;
}

.grid-gallery {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .grid-gallery {
    gap: 3.2rem;
  }
}
.grid-gallery:not(.--child-left) > :only-child {
  grid-column: 1/-1;
  justify-self: center;
  max-width: 50%;
}
.grid-gallery.--arrow .grid-gallery__figure:nth-child(odd) {
  position: relative;
}
.grid-gallery.--arrow .grid-gallery__figure:nth-child(odd)::after {
  content: "";
  aspect-ratio: 16/45;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: var(--keycolor);
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% - 2rem);
  width: 3.7333333333vw;
  left: calc(100% + 1.6vw);
}
@media (min-width: 768px) {
  .grid-gallery.--arrow .grid-gallery__figure:nth-child(odd)::after {
    width: 1.6rem;
    left: calc(100% + 1rem);
  }
}
.grid-gallery img {
  aspect-ratio: 484/272;
  width: 100%;
  object-fit: cover;
}
.grid-gallery__figure {
  margin-bottom: 0;
}
.grid-gallery__caption {
  font-size: 0.8rem;
  margin-top: 0.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .grid-gallery__caption {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.grid-gallery__caption::before {
  content: "<";
}
.grid-gallery__caption::after {
  content: ">";
}

.ui-datepicker {
  width: auto;
  background: #efefef;
  padding: 1rem;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  background-color: #2e2e2e;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  padding: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin: -1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 1.8rem;
    padding: 1.2rem 0;
  }
}

.c-calendar, .c-calendar-02,
.p-regulation-calendar {
  background: #efefef;
}
.c-calendar em, .c-calendar-02 em,
.p-regulation-calendar em {
  background-color: #2e2e2e;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  padding: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .c-calendar em, .c-calendar-02 em,
  .p-regulation-calendar em {
    font-size: 2rem;
    padding: 1.2rem 0;
  }
}
.c-calendar table, .c-calendar-02 table,
.p-regulation-calendar table {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2.0833333333;
  color: #333;
  text-align: center;
}
@media (min-width: 768px) {
  .c-calendar table, .c-calendar-02 table,
  .p-regulation-calendar table {
    font-size: 1.6rem;
  }
}
.c-calendar th, .c-calendar-02 th,
.p-regulation-calendar th {
  width: 3.8rem;
  height: 3.8rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-calendar th, .c-calendar-02 th,
  .p-regulation-calendar th {
    width: 4rem;
    height: 4rem;
  }
}
.c-calendar th:first-child, .c-calendar-02 th:first-child,
.p-regulation-calendar th:first-child {
  color: #ff0000;
}
.c-calendar th:last-child, .c-calendar-02 th:last-child,
.p-regulation-calendar th:last-child {
  color: #0000ff;
}
.c-calendar td, .c-calendar-02 td,
.p-regulation-calendar td {
  pointer-events: none;
  padding: 0.2rem;
  height: 3.8rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .c-calendar td, .c-calendar-02 td,
  .p-regulation-calendar td {
    height: 4rem;
  }
}
.c-calendar td:first-child, .c-calendar-02 td:first-child,
.p-regulation-calendar td:first-child {
  color: red !important;
}
.c-calendar td:first-child button, .c-calendar-02 td:first-child button,
.p-regulation-calendar td:first-child button {
  color: red !important;
}
.c-calendar td:last-child, .c-calendar-02 td:last-child,
.p-regulation-calendar td:last-child {
  color: #0000ff;
}
.c-calendar td:last-child button, .c-calendar-02 td:last-child button,
.p-regulation-calendar td:last-child button {
  color: #0000ff;
}
.c-calendar td.ui-state-disabled, .c-calendar-02 td.ui-state-disabled,
.p-regulation-calendar td.ui-state-disabled {
  position: relative;
}
.c-calendar td.ui-state-disabled::after, .c-calendar-02 td.ui-state-disabled::after,
.p-regulation-calendar td.ui-state-disabled::after {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
}
.c-calendar td.is-holiday a,
.c-calendar td.is-holiday button, .c-calendar-02 td.is-holiday a,
.c-calendar-02 td.is-holiday button,
.p-regulation-calendar td.is-holiday a,
.p-regulation-calendar td.is-holiday button {
  color: red !important;
}
.c-calendar td.is-event, .c-calendar-02 td.is-event,
.p-regulation-calendar td.is-event {
  pointer-events: all;
  background: none;
}
.c-calendar td.is-event a,
.c-calendar td.is-event button, .c-calendar-02 td.is-event a,
.c-calendar-02 td.is-event button,
.p-regulation-calendar td.is-event a,
.p-regulation-calendar td.is-event button {
  background-color: var(--clKm, #b5e5cf);
  color: var(--clText, #333);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: from-font;
}
.c-calendar td.is-event.is-important a,
.c-calendar td.is-event.is-important button, .c-calendar-02 td.is-event.is-important a,
.c-calendar-02 td.is-event.is-important button,
.p-regulation-calendar td.is-event.is-important a,
.p-regulation-calendar td.is-event.is-important button {
  color: var(--clText, #333) !important;
}
.c-calendar td.is-event.bg1520 a,
.c-calendar td.is-event.bg1520 button, .c-calendar-02 td.is-event.bg1520 a,
.c-calendar-02 td.is-event.bg1520 button,
.p-regulation-calendar td.is-event.bg1520 a,
.p-regulation-calendar td.is-event.bg1520 button {
  color: #fff !important;
}
.c-calendar td span, .c-calendar-02 td span,
.p-regulation-calendar td span {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.c-calendar td a,
.c-calendar td button, .c-calendar-02 td a,
.c-calendar-02 td button,
.p-regulation-calendar td a,
.p-regulation-calendar td button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  letter-spacing: 0.02em;
}

.c-modal {
  display: none;
}
.c-modal.fancybox__content {
  max-width: 90%;
  margin-top: 100px;
}
.c-modal.fancybox__content > .f-button.is-close-btn {
  top: 0;
}
.c-modal.fancybox__content.--transparent {
  background: none;
}
@media (max-width: 767px) {
  .c-modal.fancybox__content.--transparent .js-modal-close {
    top: -42px;
  }
}
.c-modal__scroll {
  overflow: auto !important;
}
.c-modal__scroll .c-modal__bg {
  position: fixed !important;
}
.c-modal__content-img {
  padding: 50px 15px 15px;
  background-color: #fff;
  max-height: 80vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .c-modal__content-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .c-modal__content-img img {
    min-width: 800px;
  }
}
.c-modal__close {
  width: 35px;
  height: 35px;
  background-color: var(--keycolor);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.c-modal__close span {
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(45deg);
}
.c-modal__close span:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.c-modal__close span:after {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
}
.c-modal__detour .c-modal__wrap {
  max-width: 560px;
}
.c-modal__detour .c-modal__wrap .c-modal__content-img {
  padding: 0;
}
.c-modal__detour .c-modal__wrap .c-modal__content-img .c-modal__close {
  transform: translateY(-100%);
}
.c-modal .p-regulation-row {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .c-modal .p-regulation-row {
    flex-direction: column;
  }
}

.p-modal {
  display: none;
}
.p-modal.scroll {
  background: none;
  padding-top: 4.5rem;
}
@media (min-width: 1025px) {
  .p-modal.scroll {
    padding-top: 6.7rem;
  }
}
.p-modal.scroll img {
  min-width: 100%;
  max-width: none;
  width: auto;
}
@media (max-width: 1024px) {
  .p-modal.scroll img {
    max-height: calc(100vh - 120px);
  }
}
.p-modal.scroll .regulation img {
  min-height: auto;
}
@media (min-width: 768px) {
  .p-modal.--max-height {
    max-height: calc(100vh - 18rem);
  }
}
@media (min-width: 768px) {
  .p-modal.--max-height img {
    max-width: 100%;
    max-height: calc(100vh - 18rem);
  }
}
@media (min-width: 1025px) {
  .p-modal .btn-modal-close {
    width: 100rem;
    margin: auto;
    position: relative;
    max-width: 100rem;
  }
}
.p-modal .btn-modal-close .js-modal-close {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/common/ic_close.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  outline: none !important;
}
@media (min-width: 1025px) {
  .p-modal .btn-modal-close .js-modal-close {
    top: -7.5rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-modal__img.regulation img {
  max-width: 100rem;
}
.p-modal__img img {
  min-width: 140rem;
}
@media (max-width: 767px) {
  .p-modal__img img {
    min-width: 80rem;
  }
}
.p-modal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 1px 0;
  height: 1rem;
}
.p-modal .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 1.2rem;
}
.p-modal .mCSB_scrollTools .mCSB_draggerContainer {
  background: #fff;
}
.p-modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--keycolor);
  background-color: var(--keycolor);
}
.p-modal .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: var(--keycolor);
  background-color: var(--keycolor);
}
.p-modal .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.p-modal .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--keycolor);
  background-color: var(--keycolor);
}

.popup-news-btn {
  background: #ee7800;
  border: 2px solid #ee7800;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  height: 6rem;
  width: 6rem;
  cursor: pointer;
  position: fixed;
  bottom: 5rem;
  left: 0.5rem;
  z-index: 998;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .popup-news-btn {
    bottom: 2rem;
    left: 2rem;
    height: 7.5rem;
    width: 7.5rem;
    font-size: 1.2rem;
  }
}
.popup-news-btn img {
  width: 2.7rem;
  height: 2.7rem;
}
@media (min-width: 768px) {
  .popup-news-btn img {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.popup-news-btn__txt {
  margin-top: 0.9rem;
}

.modal-home {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.modal-home.open {
  opacity: 1;
  pointer-events: all;
}
.modal-home.open .c-modal__wrap {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) scale(1) !important;
}
.modal-home .c-modal__wrap {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  max-width: 70rem;
  width: 90%;
  top: auto;
  bottom: 4rem;
  left: 4rem;
  transform: translate(0, 0) scale(0.1);
  transform-origin: left bottom;
  transition: 0.5s;
  z-index: 2;
  position: absolute;
}

.c-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 0;
}

.modal-close-home {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/common/ic_close.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  outline: none !important;
  cursor: pointer;
}

.c-modal-concierge__wrap {
  max-width: 980px !important;
}

.rain_modal img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.rain_modal .ttl {
  text-align: left;
  background-color: var(--keycolor);
  color: white;
  padding: 10px 15px;
  margin-bottom: 24px;
  font-size: 24px;
}
.rain_modal .ttl.date {
  color: #000;
  background: none;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
}
.rain_modal a {
  color: var(--keycolor);
  text-decoration: underline;
  font-size: 16px;
}
.rain_modal a:hover {
  text-decoration: none;
}
.rain_modal .link {
  padding: 0px;
  padding-top: 10px;
}
.rain_modal .text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.rain_inner {
  padding: 20px;
  max-height: 70vh;
  overflow: auto;
}

#rain_twitter_vue.remodal.nx-remodal {
  width: auto;
}

.rain_modal_img {
  cursor: move;
  overflow: hidden;
}
.rain_modal_img img {
  max-width: 100%;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.traffic-modal {
  display: none;
  width: 100%;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .traffic-modal {
    width: auto;
  }
}
.traffic-modal-wrapper {
  background: #efefef !important;
}
.traffic-modal-close {
  aspect-ratio: 1;
  width: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  outline: 0;
  background: var(--keycolor);
}
@media (min-width: 768px) {
  .traffic-modal-close {
    width: 6rem;
  }
}
@media (max-width: 1024px) {
  .traffic-modal-close {
    top: inherit;
    bottom: 100%;
  }
}
.traffic-modal-close::after {
  content: "×";
  display: block;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .traffic-modal-close::after {
    font-size: 6rem;
  }
}
.traffic-modal-inner {
  position: relative;
}
.traffic-modal-wrapper {
  width: 100%;
  max-width: 100rem !important;
  padding: 7rem 8rem !important;
  display: none;
}
@media (max-width: 1024px) {
  .traffic-modal-wrapper {
    margin-top: 8rem;
    padding: 3rem 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .traffic-modal-wrapper {
    margin-top: 4rem !important;
  }
}
.traffic-modal-title {
  font-size: 4vw;
  font-weight: 700;
  color: var(--keycolor);
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .traffic-modal-title {
    font-size: 2.4rem;
  }
}
.traffic-modal-area {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .traffic-modal-area {
    font-size: 2.6rem;
  }
}
.traffic-modal-area .small {
  font-size: 80%;
}
@media (min-width: 768px) {
  .traffic-modal-area .small {
    font-size: 80%;
  }
}
@media (min-width: 768px) {
  .traffic-modal-area br {
    display: none;
  }
}
.traffic-modal-date {
  font-size: 1.5rem;
  color: var(--keycolor);
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .traffic-modal-date {
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
}
.traffic-modal-date .year,
.traffic-modal-date .day {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .traffic-modal-date .year,
  .traffic-modal-date .day {
    font-size: 58.3333333333%;
  }
}
.traffic-modal-notice {
  color: var(--keycolor);
  margin-top: 0.5em;
}
.traffic-modal-timebar {
  margin-top: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: var(--keycolor) #f3f3f3;
  scrollbar-width: thin;
}
.traffic-modal-timebar::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.traffic-modal-timebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.4rem #ccc;
  padding: 1px;
}
.traffic-modal-timebar::-webkit-scrollbar-thumb {
  border-radius: 0.6rem;
  background-color: var(--keycolor);
}
@media (min-width: 768px) {
  .traffic-modal-timebar {
    margin-top: 3rem;
    overflow: hidden;
  }
}
.traffic-modal-timebar-scroller {
  max-width: 84rem;
}
@media (max-width: 767px) {
  .traffic-modal-timebar-scroller {
    width: 84rem;
  }
}
.traffic-modal-timebar ol {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .traffic-modal-timebar ol {
    font-size: 14px;
  }
}
.traffic-modal-timebar ol:after {
  content: "";
  clear: both;
}
.traffic-modal-timebar ol li {
  float: left;
  width: 11.3%;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  height: 21px;
}
.traffic-modal-timebar ol li:first-child {
  width: 8.6%;
}
.traffic-modal-timebar ol li:last-child {
  width: auto;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .traffic-modal-timebar ol li {
    font-size: 14px;
  }
}
.traffic-modal-timebar ol li span {
  font-size: 12px;
}
@media (min-width: 768px) {
  .traffic-modal-timebar ol li span {
    font-size: 14px;
  }
}
.traffic-modal-timebar table {
  width: 100%;
  border-collapse: collapse;
}
.traffic-modal-timebar table tr {
  border: 1px solid #ccc;
}
.traffic-modal-timebar table tr td {
  width: 11.5%;
}
.traffic-modal-timebar table tr td:first-child {
  width: 8.6%;
}
.traffic-modal-timebar table tr td.td-ttl {
  font-size: 13px;
}
@media (min-width: 768px) {
  .traffic-modal-timebar table tr td.td-ttl {
    font-size: 16px;
  }
}
.traffic-modal-timebar table tr td.td-num {
  font-size: 35px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .traffic-modal-timebar table tr td.td-num {
    font-size: 38px;
  }
}
.traffic-modal-timebar table tr td.td-num small {
  font-size: 16px;
  font-weight: normal;
}
.traffic-modal-timebar table tr td.td-num.bg1520 {
  color: #fff;
}
.traffic-modal-timebar table tr td .td-info {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #ccc;
  padding: 3px 5px;
  margin: 5px;
}
.traffic-modal-timebar table tr td .td-info .unit {
  width: 16px;
  height: 11px;
  color: #fff;
  background: #008765;
  font-size: 7.5px;
}
.traffic-modal-timebar table tr td .td-info .unit-20 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/traffic/ic_01.svg) no-repeat center center;
}
.traffic-modal-timebar table tr td .td-info .unit-40 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/traffic/ic_02.svg) no-repeat center center;
}
.traffic-modal-timebar table th,
.traffic-modal-timebar table td {
  padding: 0.5rem 0;
  border: solid 1px #ccc;
  background: var(--clKm, #fff);
  width: 6.8rem;
  height: 7rem;
  border-top: none;
  border-bottom: none;
  font-size: 1rem;
  font-weight: 500;
}
.traffic-modal-timebar table th {
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
  display: table;
  border-right: none;
}
.traffic-modal-timebar-label td {
  height: 3rem;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .traffic-modal-timebar-label td {
    height: 5rem;
    font-size: 2.8rem;
  }
}
.traffic-modal-timebar-route td {
  height: 5.7rem;
  text-align: center;
  vertical-align: top;
}
.traffic-modal-timebar-route td span {
  display: block;
  width: 90%;
  line-height: 0;
  margin: 0 auto;
}
.traffic-modal-timebar-route td span:not(:last-child) {
  margin-bottom: 0.4rem;
}
.traffic-modal-pager {
  position: relative;
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .traffic-modal-pager {
    display: flex;
    justify-content: space-between;
    z-index: 2;
    margin-top: 1.5rem;
    position: relative;
    height: 5rem;
  }
}
.traffic-modal-pager .btn {
  font-size: 1.3rem;
  color: var(--keycolor);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .traffic-modal-pager .btn {
    padding: 12px 0 12px 0;
    margin: auto;
    height: 6.4rem;
    gap: 1rem;
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
@media (min-width: 1025px) {
  .traffic-modal-pager .btn {
    gap: 3rem;
    font-size: 2.4rem;
  }
}
.traffic-modal-pager .btn.arrow-l {
  left: 0;
}
.traffic-modal-pager .btn.arrow-r {
  right: 0;
}
@media (max-width: 767px) {
  .traffic-modal-pager .btn.arrow-r {
    position: absolute;
    top: 0;
  }
}
.traffic-modal-pager .btn span {
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .traffic-modal-pager:after {
    content: "";
    clear: both;
    display: block;
  }
}
.traffic-modal-links {
  margin-top: 3.5rem;
}
.traffic-modal-links ul {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .traffic-modal-links ul {
    display: flex;
    justify-content: center;
  }
}
.traffic-modal-links ul li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .traffic-modal-links ul li:not(:last-child) {
    margin-bottom: 0;
    border-right: solid 1px #333;
  }
}
.traffic-modal-links ul li a {
  color: var(--keycolor);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .traffic-modal-links ul li a {
    padding: 0 0.8rem;
  }
}
.traffic-modal-helpbox {
  border: 1px solid #c7c7c7;
  padding: 1.5rem 1.5rem 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .traffic-modal-helpbox {
    padding: 1.5rem 2rem 1rem;
    margin-top: 20px;
  }
}
.traffic-modal-helpbox dl {
  display: flex;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .traffic-modal-helpbox dl {
    font-size: 1.4rem;
  }
}
.traffic-modal-helpbox dl dt {
  width: 8.5em;
  text-align: justify;
}
.traffic-modal-helpbox dl dt:after {
  content: "：";
}
.traffic-modal-helpbox dl dd {
  flex: 1;
}
.traffic-modal-helpbox-length ul {
  display: flex;
  flex-wrap: wrap;
}
.traffic-modal-helpbox-length ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.traffic-modal-helpbox-length ul li:not(:last-child) {
  margin-right: 1.5em;
}
.traffic-modal-helpbox-length ul li span {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.traffic-modal-helpbox-route {
  margin-top: 1rem;
}
.traffic-modal-helpbox-route p {
  text-align: left;
}
.traffic-modal-helpbox-route ul {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .traffic-modal-helpbox-route ul {
    display: flex;
  }
}
.traffic-modal-helpbox-route ul li {
  display: flex;
  align-items: center;
}
.traffic-modal-helpbox-route ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .traffic-modal-helpbox-route ul li:not(:last-child) {
    margin-right: 1.5em;
    margin-bottom: 0;
  }
}
.traffic-modal-helpbox-route ul li img {
  width: 6rem;
  margin-right: 1rem;
}
.traffic-modal__img {
  margin: 1rem 0 2.5rem;
}
@media (min-width: 768px) {
  .traffic-modal__img {
    margin: 4rem 0 3.5rem;
  }
}
@media (max-width: 767px) {
  .traffic-modal__img {
    overflow: auto;
    padding-bottom: 0.6rem;
  }
}
.traffic-modal__img:last-child {
  margin-bottom: 0;
}
.traffic-modal__img.--sample {
  background-color: #fff;
  border: 0.4rem solid #bcbcbc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .traffic-modal__img.--sample {
    font-size: 2.4rem;
  }
}

@keyframes scrollbar {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-2%, 0, 0);
  }
}
.traffic-modal-timebar-route {
  display: none;
}

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