.yamaguchi-dc-wrapper {
  overflow: hidden;
  background: url(../img/dc202608/bg-beige.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}
.yamaguchi-dc-wrapper .pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .pc-hidden {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .sp-hidden {
    display: none !important;
  }
}
.yamaguchi-dc-wrapper #page-wrapper {
  position: relative;
  z-index: 3;
}
.yamaguchi-dc-wrapper ul.sp-inner-nav {
  position: relative;
  background: #C7161D;
  background: linear-gradient(to bottom, #e50112 0%, #c7161d 100%);
  justify-content: center;
  padding: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper ul.sp-inner-nav {
    display: flex;
  }
}
.yamaguchi-dc-wrapper ul.sp-inner-nav li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  padding: 15px 15px;
  white-space: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 0.7em;
}
.yamaguchi-dc-wrapper ul.sp-inner-nav li a:after {
  content: "";
  width: 10px;
  height: 8px;
  background-color: white;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: 0.3s;
}
.yamaguchi-dc-wrapper ul.sp-inner-nav li a:hover:after {
  transform: translateY(5px);
}
.yamaguchi-dc-wrapper ul.sp-inner-nav li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.yamaguchi-dc-wrapper .yamaguchi-dc-mv {
  background: url(../img/dc202608/mv-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 85vh;
  min-height: 40vw;
  max-height: 800px;
  padding-bottom: 3vw;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1640px) {
  .yamaguchi-dc-wrapper .yamaguchi-dc-mv {
    max-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .yamaguchi-dc-mv {
    background: url(../img/dc202608/mv-bg-sp.jpg) no-repeat center center/cover;
    min-height: 0;
    height: 75vw;
    max-height: none;
    padding-bottom: 0;
    overflow: visible;
    z-index: 4;
  }
}
.yamaguchi-dc-wrapper .yamaguchi-dc-mv .mv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, calc(-50% - 2vw));
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .yamaguchi-dc-mv .mv-title {
    width: 80%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.yamaguchi-dc-wrapper .yamaguchi-dc-mv .mv-title ul {
  position: absolute;
  display: inline-flex;
  background: #F2CB4A url(../img/dc202608/0825/bg-inner-nav.jpg) no-repeat center center;
  justify-content: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5vw 1vw;
  border-radius: 5vw;
  border: 0.27vw solid #C7161D;
}
.yamaguchi-dc-wrapper .yamaguchi-dc-mv .mv-title ul li a {
  color: #C7161D;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  padding: 0.5vw 1.5vw;
  white-space: nowrap;
  gap: 1vw;
  align-items: center;
  justify-content: space-between;
}
.yamaguchi-dc-wrapper .yamaguchi-dc-mv .mv-title ul li a:after {
  content: "";
  width: 15px;
  height: 10px;
  background-color: #C7161D;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: 0.3s;
}
.yamaguchi-dc-wrapper .yamaguchi-dc-mv .mv-title ul li a:hover:after {
  transform: translateY(5px);
}
.yamaguchi-dc-wrapper .yamaguchi-dc-mv .mv-title ul li:not(:last-child) {
  border-right: 2px solid #C7161D;
}
.yamaguchi-dc-wrapper .yamaguchi-dc-mv .ban-fukudaruma {
  position: absolute;
  bottom: 5vw;
  right: 5vw;
  width: 25vw;
  min-width: 285px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .yamaguchi-dc-mv .ban-fukudaruma {
    bottom: -30px;
    right: -10px;
    min-width: 0;
    width: 240px;
  }
}
.yamaguchi-dc-wrapper .yamaguchi-dc-mv .ban-fukudaruma a {
  transition: 0.3s;
  display: block;
}
.yamaguchi-dc-wrapper .yamaguchi-dc-mv .ban-fukudaruma a:hover {
  transform: scale(1.04);
}
.yamaguchi-dc-wrapper .c-dc-info-map {
  position: relative;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(204, 224, 244) 70%, rgba(255, 255, 255, 0) 100%);
  display: block;
  z-index: 2;
}
.yamaguchi-dc-wrapper .c-dc-info-map::before {
  content: "";
  width: 100%;
  height: 3vw;
  background: white;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: -3vw;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-info-map::before {
    display: none;
  }
}
.yamaguchi-dc-wrapper .c-dc-info-map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31vw;
  height: 31vw;
  background: url(../img/dc202608/map-cloud.png) no-repeat bottom left/contain;
  mix-blend-mode: multiply;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-content-inner {
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-content-inner {
    padding: 0;
  }
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column {
  margin-block-start: 0px;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info {
  height: 30vw;
  background: white;
  position: relative;
  z-index: 2;
  width: 90%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  padding: 6vw 1vw 2.5vw 2.5vw;
  top: -2vw;
  left: 0;
}
@media screen and (max-width: 1600px) {
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info {
    height: 35vw;
  }
}
@media screen and (max-width: 1200px) {
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info {
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info {
    height: 45vw;
  }
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info {
    box-shadow: none;
    width: 100%;
    height: auto;
    top: 0;
    padding: 0;
  }
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__title {
  position: absolute;
  top: 1.5vw;
  left: -1vw;
  width: 18.75vw;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__title {
    width: 100%;
    color: white;
    left: 0;
    top: 0;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list {
  height: 100%;
  width: 100%;
  padding-right: 1.5vw;
  overflow-y: scroll;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list {
    height: auto;
    overflow-y: auto;
    padding: 0 2.5vw;
  }
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list li {
  padding: 1em 0;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list li {
    padding: 1em;
  }
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list li a,
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list li span.nolink {
  text-decoration: none;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list li a,
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list li span.nolink {
    font-size: 0.8em;
  }
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list li a .date,
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list li span.nolink .date {
  color: #888888;
  white-space: nowrap;
  order: 1;
  min-width: 5em;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list li a .title,
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list li span.nolink .title {
  width: 100%;
  color: #333333;
  order: 3;
  text-align: justify;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list li a.is-new::before,
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-info__list li span.nolink.is-new::before {
  content: "NEW";
  order: 2;
  display: inline-flex;
  align-items: center;
  padding: 0em 1em;
  line-height: 1;
  background-color: #e84948;
  color: white;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 0.8em;
  height: 2.2em;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img {
  margin: -3vw -11vw -4vw -6vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img {
    margin: -5vw -6vw -10vw -3vw;
  }
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img a {
  transition: 0.3s;
  display: block;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img a:hover {
  transform: scale(1.05);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc {
    display: none;
  }
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li {
  position: absolute;
  top: 0;
  left: 0;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li img {
  max-width: 100%;
  height: auto;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(1) {
  top: 50%;
  left: 74.5%;
  width: 6.5vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(1) img {
  transform: translate(-82%, -100%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(2) {
  top: 30.6%;
  left: 36%;
  width: 9vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(2) img {
  transform: translate(-8%, -100%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(3) {
  top: 30%;
  left: 19.4%;
  width: 4vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(3) img {
  transform: translate(-51%, -100%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(4) {
  top: 35.2%;
  left: 8.5%;
  width: 3.3vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(4) img {
  transform: translate(-53%, -100%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(5) {
  top: 46%;
  left: 27.5%;
  width: 4.3vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(5) img {
  transform: translate(-20%, -28%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(6) {
  top: 49%;
  left: 39.5%;
  width: 8vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(6) img {
  transform: translate(-8%, -43%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(7) {
  top: 61%;
  left: 45%;
  width: 4vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(7) img {
  transform: translate(-50%, -25%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(8) {
  top: 69.5%;
  left: 12%;
  width: 7.4vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(8) img {
  transform: translate(-9%, -35%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-pc li:nth-child(9) {
  top: 50%;
  left: 62.8%;
  width: 4vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp {
    display: block;
  }
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li {
  position: absolute;
  top: 0;
  left: 0;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li img {
  max-width: 100%;
  height: auto;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(1) {
  top: 44%;
  left: 83%;
  width: 20vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(1) img {
  transform: translate(-78%, -100%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(2) {
  top: 26.6%;
  left: 40%;
  width: 22vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(2) img {
  transform: translate(-8%, -90%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(3) {
  top: 27%;
  left: 21.4%;
  width: 15vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(3) img {
  transform: translate(-14%, -100%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(4) {
  top: 31.6%;
  left: 9.5%;
  width: 12.3vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(4) img {
  transform: translate(-46%, -100%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(5) {
  top: 40.5%;
  left: 31%;
  width: 12.3vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(5) img {
  transform: translate(-14%, -44%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(6) {
  top: 43%;
  left: 44%;
  width: 21vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(6) img {
  transform: translate(-7%, -40%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(7) {
  top: 54%;
  left: 50%;
  width: 15vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(7) img {
  transform: translate(-36%, -21%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(8) {
  top: 61%;
  left: 13%;
  width: 15.4vw;
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(8) img {
  transform: translate(-10%, -27%);
}
.yamaguchi-dc-wrapper .c-dc-info-map .c-dc-column .yamaguchi-dc-map__img .spot-sp li:nth-child(9) {
  top: 49.6%;
  left: 75.8%;
  width: 9vw;
}
.yamaguchi-dc-wrapper .waves {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -5vw;
  margin-bottom: -1vw;
  position: relative;
  z-index: 1;
}
.yamaguchi-dc-wrapper .waves .wave-l,
.yamaguchi-dc-wrapper .waves .wave-r {
  width: 25vw;
  height: auto;
}
.yamaguchi-dc-wrapper .slide-spots {
  margin-top: -2vw;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .slide-spots {
    margin-top: -30px;
    margin-bottom: -20px;
  }
}
.yamaguchi-dc-wrapper .slide-spots .swiper-slide img {
  border-radius: 3px;
}
.yamaguchi-dc-wrapper .slide-spots .swiper-slide p.caption {
  text-align: right;
  font-size: 1em;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .slide-spots .swiper-slide p.caption {
    font-size: 0.7em;
  }
}
.yamaguchi-dc-wrapper .c-dc-ichioshi,
.yamaguchi-dc-wrapper .c-dc-train,
.yamaguchi-dc-wrapper .c-dc-tabiwa,
.yamaguchi-dc-wrapper .c-dc-banners {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 3vw 0;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-ichioshi,
  .yamaguchi-dc-wrapper .c-dc-train,
  .yamaguchi-dc-wrapper .c-dc-tabiwa,
  .yamaguchi-dc-wrapper .c-dc-banners {
    padding: 50px 0;
  }
}
.yamaguchi-dc-wrapper .c-dc-ichioshi h2,
.yamaguchi-dc-wrapper .c-dc-train h2,
.yamaguchi-dc-wrapper .c-dc-tabiwa h2,
.yamaguchi-dc-wrapper .c-dc-banners h2 {
  margin-bottom: 0.5em;
}
.yamaguchi-dc-wrapper .c-dc-ichioshi h3,
.yamaguchi-dc-wrapper .c-dc-train h3,
.yamaguchi-dc-wrapper .c-dc-tabiwa h3,
.yamaguchi-dc-wrapper .c-dc-banners h3 {
  margin-bottom: 0.5em;
}
.yamaguchi-dc-wrapper .c-dc-ichioshi p.c-dc-content-description,
.yamaguchi-dc-wrapper .c-dc-train p.c-dc-content-description,
.yamaguchi-dc-wrapper .c-dc-tabiwa p.c-dc-content-description,
.yamaguchi-dc-wrapper .c-dc-banners p.c-dc-content-description {
  margin-bottom: 1.5em;
  font-weight: bold;
}
.yamaguchi-dc-wrapper .c-dc-ichioshi p.c-dc-content-description strong,
.yamaguchi-dc-wrapper .c-dc-train p.c-dc-content-description strong,
.yamaguchi-dc-wrapper .c-dc-tabiwa p.c-dc-content-description strong,
.yamaguchi-dc-wrapper .c-dc-banners p.c-dc-content-description strong {
  color: #e84948;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-ichioshi p.c-dc-content-description small,
  .yamaguchi-dc-wrapper .c-dc-train p.c-dc-content-description small,
  .yamaguchi-dc-wrapper .c-dc-tabiwa p.c-dc-content-description small,
  .yamaguchi-dc-wrapper .c-dc-banners p.c-dc-content-description small {
    line-height: 1.5;
    display: inline-block;
    padding-top: 10px;
  }
}
.yamaguchi-dc-wrapper .c-dc-ichioshi p.c-dc-content-description.white,
.yamaguchi-dc-wrapper .c-dc-train p.c-dc-content-description.white,
.yamaguchi-dc-wrapper .c-dc-tabiwa p.c-dc-content-description.white,
.yamaguchi-dc-wrapper .c-dc-banners p.c-dc-content-description.white {
  color: white;
}
.yamaguchi-dc-wrapper .c-dc-ichioshi p.open-notice,
.yamaguchi-dc-wrapper .c-dc-train p.open-notice,
.yamaguchi-dc-wrapper .c-dc-tabiwa p.open-notice,
.yamaguchi-dc-wrapper .c-dc-banners p.open-notice {
  background-color: #C7161D;
  color: white;
  padding: 5px 12px;
  margin: 0 0 1em;
  display: inline-block;
  white-space: nowrap;
  font-size: 0.9em;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-ichioshi p.open-notice,
  .yamaguchi-dc-wrapper .c-dc-train p.open-notice,
  .yamaguchi-dc-wrapper .c-dc-tabiwa p.open-notice,
  .yamaguchi-dc-wrapper .c-dc-banners p.open-notice {
    font-size: 0.7em;
  }
}
.yamaguchi-dc-wrapper .c-dc-ichioshi .banner-fullwidth,
.yamaguchi-dc-wrapper .c-dc-train .banner-fullwidth,
.yamaguchi-dc-wrapper .c-dc-tabiwa .banner-fullwidth,
.yamaguchi-dc-wrapper .c-dc-banners .banner-fullwidth {
  max-width: 1100px;
  margin: auto;
}
.yamaguchi-dc-wrapper .c-dc-ichioshi .banner-fullwidth a,
.yamaguchi-dc-wrapper .c-dc-train .banner-fullwidth a,
.yamaguchi-dc-wrapper .c-dc-tabiwa .banner-fullwidth a,
.yamaguchi-dc-wrapper .c-dc-banners .banner-fullwidth a {
  display: block;
  transition: 0.3s;
}
.yamaguchi-dc-wrapper .c-dc-ichioshi .banner-fullwidth.shadowed a:hover img,
.yamaguchi-dc-wrapper .c-dc-train .banner-fullwidth.shadowed a:hover img,
.yamaguchi-dc-wrapper .c-dc-tabiwa .banner-fullwidth.shadowed a:hover img,
.yamaguchi-dc-wrapper .c-dc-banners .banner-fullwidth.shadowed a:hover img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  transform: translate(7px, 7px);
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-ichioshi .banner-fullwidth.shadowed a:hover img,
  .yamaguchi-dc-wrapper .c-dc-train .banner-fullwidth.shadowed a:hover img,
  .yamaguchi-dc-wrapper .c-dc-tabiwa .banner-fullwidth.shadowed a:hover img,
  .yamaguchi-dc-wrapper .c-dc-banners .banner-fullwidth.shadowed a:hover img {
    box-shadow: none;
  }
}
.yamaguchi-dc-wrapper .c-dc-ichioshi .shadowed img,
.yamaguchi-dc-wrapper .c-dc-train .shadowed img,
.yamaguchi-dc-wrapper .c-dc-tabiwa .shadowed img,
.yamaguchi-dc-wrapper .c-dc-banners .shadowed img {
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.35);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-ichioshi .shadowed img,
  .yamaguchi-dc-wrapper .c-dc-train .shadowed img,
  .yamaguchi-dc-wrapper .c-dc-tabiwa .shadowed img,
  .yamaguchi-dc-wrapper .c-dc-banners .shadowed img {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35);
  }
}
.yamaguchi-dc-wrapper .c-dc-ichioshi .mb1vw,
.yamaguchi-dc-wrapper .c-dc-train .mb1vw,
.yamaguchi-dc-wrapper .c-dc-tabiwa .mb1vw,
.yamaguchi-dc-wrapper .c-dc-banners .mb1vw {
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-ichioshi .mb1vw,
  .yamaguchi-dc-wrapper .c-dc-train .mb1vw,
  .yamaguchi-dc-wrapper .c-dc-tabiwa .mb1vw,
  .yamaguchi-dc-wrapper .c-dc-banners .mb1vw {
    margin-bottom: 10px;
  }
}
.yamaguchi-dc-wrapper .c-dc-ichioshi .mb2vw,
.yamaguchi-dc-wrapper .c-dc-train .mb2vw,
.yamaguchi-dc-wrapper .c-dc-tabiwa .mb2vw,
.yamaguchi-dc-wrapper .c-dc-banners .mb2vw {
  margin-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-ichioshi .mb2vw,
  .yamaguchi-dc-wrapper .c-dc-train .mb2vw,
  .yamaguchi-dc-wrapper .c-dc-tabiwa .mb2vw,
  .yamaguchi-dc-wrapper .c-dc-banners .mb2vw {
    margin-bottom: 15px;
  }
}
.yamaguchi-dc-wrapper .c-dc-ichioshi .grad-rounded-button,
.yamaguchi-dc-wrapper .c-dc-train .grad-rounded-button,
.yamaguchi-dc-wrapper .c-dc-tabiwa .grad-rounded-button,
.yamaguchi-dc-wrapper .c-dc-banners .grad-rounded-button {
  color: white;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  padding: 1em 3em;
  background: #dcb464;
  background: linear-gradient(to bottom, rgb(220, 180, 100) 0%, rgb(180, 140, 60) 100%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  border-radius: 100px;
  margin-bottom: 3vw;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
.yamaguchi-dc-wrapper .c-dc-ichioshi .grad-rounded-button:hover,
.yamaguchi-dc-wrapper .c-dc-train .grad-rounded-button:hover,
.yamaguchi-dc-wrapper .c-dc-tabiwa .grad-rounded-button:hover,
.yamaguchi-dc-wrapper .c-dc-banners .grad-rounded-button:hover {
  background: linear-gradient(to bottom, rgb(250, 200, 130) 0%, rgb(180, 140, 60) 100%);
  box-shadow: 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-ichioshi {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-ichioshi h2 img {
    height: 18vw;
    width: auto;
  }
}
.yamaguchi-dc-wrapper .c-dc-train {
  padding-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-train h2 img {
    height: 15vw;
    width: auto;
  }
}
.yamaguchi-dc-wrapper .c-dc-train .c-dc-column {
  position: relative;
  gap: 1px;
  margin-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-train .c-dc-column {
    margin-top: 0;
    margin-bottom: 20px;
    flex-wrap: wrap !important;
  }
}
.yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item {
    width: calc(50% - 1px) !important;
    flex: auto;
  }
}
.yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item a {
  height: 30vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item a {
    height: 65vw;
  }
}
.yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item a:before {
  content: "";
  height: 70%;
  width: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}
.yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item a:hover .bg {
  transform: scale(1.05);
}
.yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform-origin: center center;
  transition: 1s;
}
.yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item .title {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 0 2vw;
}
.yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item .bt {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 1.5vw 2vw 2vw;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item .bt {
    padding: 3vw 5vw 5vw;
  }
}
.yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item .bt img {
  max-width: 218px;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item .bt img {
    max-width: 35vw;
  }
}
.yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item:nth-child(1) .title img {
  max-width: 30vw;
}
.yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item:nth-child(3) .title img {
  max-width: 29vw;
}
.yamaguchi-dc-wrapper .c-dc-train .c-dc-column__item:nth-child(4) .title img {
  max-width: 36vw;
}
.yamaguchi-dc-wrapper .c-dc-train .spot-sub-banner {
  display: flex;
  gap: 2vw;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 3vw auto 0;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-train .spot-sub-banner {
    margin: 30px auto;
    flex-direction: column;
    gap: 30px;
  }
}
.yamaguchi-dc-wrapper .c-dc-train .spot-sub-banner .ban {
  flex: 1;
}
.yamaguchi-dc-wrapper .c-dc-train .spot-sub-banner .ban.shadowed a {
  display: block;
}
.yamaguchi-dc-wrapper .c-dc-train .spot-sub-banner .ban.shadowed a img {
  transition: 0.3s;
}
.yamaguchi-dc-wrapper .c-dc-train .spot-sub-banner .ban.shadowed a:hover img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  transform: translate(7px, 7px);
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-train .spot-sub-banner .ban.shadowed a:hover img {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
    transform: translate(3px, 3px);
  }
}
.yamaguchi-dc-wrapper .c-dc-tabiwa {
  background: url(../img/dc202608/0825/kikaku-bg.jpg) repeat-y top center/cover;
  text-align: center;
  padding: 5vw 0;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-tabiwa {
    padding: 10vw 0 5vw 0;
    margin-bottom: 20px;
  }
}
.yamaguchi-dc-wrapper .c-dc-tabiwa .section-header {
  position: relative;
  margin: 0 auto 3vw;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-tabiwa .section-header {
    padding: 0 30px;
  }
}
.yamaguchi-dc-wrapper .c-dc-tabiwa .section-header:after {
  content: "";
  position: absolute;
  width: 7vw;
  height: 10vw;
  right: -9vw;
  top: -1vw;
  z-index: 5;
  background: url(../img/dc202608/0825/chara1.png) no-repeat top center/contain;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-tabiwa .section-header:after {
    width: 70px;
    height: 100px;
    right: -10px;
    top: auto;
    bottom: -30px;
  }
}
.yamaguchi-dc-wrapper .c-dc-tabiwa h3 {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-tabiwa h3 {
    margin-bottom: 0px;
  }
}
.yamaguchi-dc-wrapper .c-dc-tabiwa .item-list {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5vw;
  max-width: 1180px;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-tabiwa .item-list {
    height: auto;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    /*
    margin-left: -16px;
    margin-right: -16px;
    */
    box-shadow: none;
    background: rgba(255, 255, 255, 0.9);
  }
}
.yamaguchi-dc-wrapper .c-dc-tabiwa .item-list p.comingsoon {
  font-weight: bold;
  font-size: 3em;
  color: #eee;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-tabiwa .item-list p.comingsoon {
    font-size: 2em;
    mix-blend-mode: multiply;
  }
}
.yamaguchi-dc-wrapper .c-dc-banners {
  padding: 2vw 0 4vw 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-banners {
    padding-bottom: 40px;
  }
}
.yamaguchi-dc-wrapper .c-dc-banners .c-dc-content-inner .c-dc-column__item:first-child {
  text-align: right;
}
.yamaguchi-dc-wrapper .c-dc-banners .c-dc-content-inner img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.yamaguchi-dc-wrapper .c-dc-banners .c-dc-column {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7vw;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-banners .c-dc-column {
    width: 85%;
    gap: 15px;
    margin-top: 60px;
  }
}
.yamaguchi-dc-wrapper .c-dc-banners p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-banners p {
    font-size: 0.8em;
  }
}
.yamaguchi-dc-wrapper .c-dc-sp-plan {
  display: none;
  position: relative;
  z-index: 5;
  padding: 4vw 0 5vw;
  text-align: center;
  background: url(../img/dc202608/0825/bg-dcc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-sp-plan {
    padding: 30px 0;
  }
}
.yamaguchi-dc-wrapper .c-dc-sp-plan h3 {
  margin-bottom: 2vw;
  display: flex;
  white-space: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-sp-plan h3 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.yamaguchi-dc-wrapper .c-dc-sp-plan h3:before, .yamaguchi-dc-wrapper .c-dc-sp-plan h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-sp-plan h3:before, .yamaguchi-dc-wrapper .c-dc-sp-plan h3:after {
    display: none;
  }
}
.yamaguchi-dc-wrapper .c-dc-sp-plan .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-sp-plan .grid {
    display: block;
  }
}
.yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col {
  background-color: #fff;
  padding: 1vw;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col ul li {
  border-right: 1px solid #ccc;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col ul li:last-child {
  border-right: none;
}
.yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col ul li a:hover {
  opacity: 0.7;
}
.yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col:nth-child(1) {
  grid-area: 1/1/2/3;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col:nth-child(1) ul {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col:nth-child(1) ul li {
    width: calc(33% - 1px);
    flex: auto;
  }
  .yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col:nth-child(1) ul li:nth-child(3) {
    border: none;
  }
}
.yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col:nth-child(2) {
  grid-area: 2/1/3/2;
}
.yamaguchi-dc-wrapper .c-dc-sp-plan .grid .col:nth-child(3) {
  grid-area: 2/2/3/3;
}
.yamaguchi-dc-wrapper #rail-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.yamaguchi-dc-wrapper #fukudaruma-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  transform: translate(-50px, -50px);
  z-index: 1;
  pointer-events: none;
  transition: top 0.05s ease, left 0.05s ease;
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper #fukudaruma-svg {
    width: 50px;
    height: 50px;
    transform: translate(-25px, -25px);
    transition: top 0.05s linear, left 0.05s linear;
  }
}
.yamaguchi-dc-wrapper #fukudaruma-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.yamaguchi-dc-wrapper .cloud-left {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 60%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .cloud-left {
    transform: translate(-50%, 0%);
  }
}
.yamaguchi-dc-wrapper .cloud-right {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 60%;
  transform: translate(50%, 0%);
}
@media screen and (max-width: 767px) {
  .yamaguchi-dc-wrapper .cloud-right {
    transform: translate(50%, 0%);
  }
}

#footer {
  position: relative;
  z-index: 1;
}