.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

html:has(.hokuriku_shinkansen) {
  scroll-behavior: smooth;
}
html:has(.hokuriku_shinkansen) .main {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  html:has(.hokuriku_shinkansen) .main {
    padding-top: 0px;
  }
}

.contents:has(.hokuriku_shinkansen) {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.hokuriku_shinkansen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.hokuriku_shinkansen .inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.hokuriku_shinkansen .section_ttlWrap {
  text-align: center;
  color: #1f325a;
  position: relative;
  padding-top: 84px;
  padding-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .section_ttlWrap {
    padding-top: 44px;
    padding-bottom: 42px;
  }
}
.hokuriku_shinkansen .section_ttlWrap::before {
  content: "";
  position: absolute;
  background-image: url(../image/icon_flag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 41px;
  height: 59px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .section_ttlWrap::before {
    width: 25px;
    height: 30px;
  }
}
.hokuriku_shinkansen .section_ttlWrap .section_ttl {
  font-size: 57px;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 3px;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .section_ttlWrap .section_ttl {
    font-size: 28px;
    padding-bottom: 8px;
  }
}
.hokuriku_shinkansen .section_ttlWrap .section_ttl::before, .hokuriku_shinkansen .section_ttlWrap .section_ttl::after {
  position: absolute;
  content: "";
  background-color: #1f325a;
  width: 650px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .section_ttlWrap .section_ttl::before, .hokuriku_shinkansen .section_ttlWrap .section_ttl::after {
    width: 325px;
    height: 1px;
  }
}
.hokuriku_shinkansen .section_ttlWrap .section_ttl::before {
  bottom: 0;
}
.hokuriku_shinkansen .section_ttlWrap .section_ttl::after {
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .section_ttlWrap .section_ttl::after {
    bottom: -3px;
  }
}
.hokuriku_shinkansen .section_ttlWrap .section_txt {
  font-size: 27px;
  font-weight: 700;
  line-height: 2;
  padding-top: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .section_ttlWrap .section_txt {
    font-size: 13px;
    padding-top: 17px;
  }
}
.hokuriku_shinkansen .arrow_icon {
  position: relative;
}
.hokuriku_shinkansen .arrow_icon::before, .hokuriku_shinkansen .arrow_icon::after {
  position: absolute;
  content: "";
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hokuriku_shinkansen .arrow_icon::before {
  background-color: #d1dfec;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  right: 15px;
  bottom: 13px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .arrow_icon::before {
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 10px;
  }
}
.hokuriku_shinkansen .arrow_icon::after {
  background-image: url(../image/icon_arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 11px;
  right: 21px;
  bottom: 22px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .arrow_icon::after {
    width: 10px;
    height: 7px;
    right: 15px;
    bottom: 17px;
  }
}
.hokuriku_shinkansen .mv {
  background-image: url(../image/mv_bg_pc.jpg);
  background-size: cover;
  background-position: 100% top;
  background-repeat: no-repeat;
  padding-top: 96px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 1601px) {
  .hokuriku_shinkansen .mv {
    background-position: 100% 90%;
  }
}
@media only screen and (max-width: 1420px) {
  .hokuriku_shinkansen .mv {
    background-position: 60% 90%;
  }
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .mv {
    background-image: url(../image/mv_bg_sp.jpg);
    background-position: center 85%;
    padding-top: 33px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 490px) {
  .hokuriku_shinkansen .mv {
    background-position: center bottom;
  }
}
.hokuriku_shinkansen .mv_inner {
  max-width: 1254px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .mv_inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.hokuriku_shinkansen .mv .logo_img {
  max-width: 606px;
  width: 100%;
  padding-bottom: 88px;
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .mv .logo_img {
    max-width: 100%;
    padding-bottom: 90%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 600px) {
  .hokuriku_shinkansen .mv .logo_img {
    padding-bottom: 80.6%;
  }
}
.hokuriku_shinkansen .mv .anchor_list {
  max-width: 540px;
  margin-left: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 43px 20px;
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .mv .anchor_list {
    max-width: 100%;
    margin-left: 0;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 372px) {
  .hokuriku_shinkansen .mv .anchor_list {
    gap: 15px;
  }
}
.hokuriku_shinkansen .mv .anchor_list li {
  display: flex;
  align-items: center;
}
.hokuriku_shinkansen .mv .anchor_list li:nth-child(odd) {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .mv .anchor_list li:nth-child(odd) {
    width: auto;
  }
}
.hokuriku_shinkansen .mv .anchor_list li:nth-child(even) {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .mv .anchor_list li:nth-child(even) {
    width: auto;
  }
}
.hokuriku_shinkansen .mv .anchor_list li .anchor_link {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1f325a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .mv .anchor_list li .anchor_link {
    flex-direction: column;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.04em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 340px) {
  .hokuriku_shinkansen .mv .anchor_list li .anchor_link {
    letter-spacing: -0.02em;
  }
}
.hokuriku_shinkansen .mv .anchor_list li .anchor_link span {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(0) saturate(100%) invert(16%) sepia(19%) saturate(3835%) hue-rotate(195deg) brightness(87%) contrast(88%);
}
.hokuriku_shinkansen .mv .anchor_list li .anchor_link[href="#search"] span {
  width: 29px;
  height: 29px;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .mv .anchor_list li .anchor_link[href="#search"] span {
    width: 30px;
    width: 30px;
    margin: 0 auto 11px;
  }
}
.hokuriku_shinkansen .mv .anchor_list li .anchor_link[href="#ticket"] span {
  width: 25px;
  height: 35px;
  margin-right: 12px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .mv .anchor_list li .anchor_link[href="#ticket"] span {
    width: 24px;
    height: 34px;
    margin: 0 auto 10px;
  }
}
.hokuriku_shinkansen .mv .anchor_list li .anchor_link[href="#stationInfo"] span {
  width: 22px;
  height: 31px;
  margin-right: 16px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .mv .anchor_list li .anchor_link[href="#stationInfo"] span {
    width: 21px;
    height: 30px;
    margin: 0 auto 23px;
  }
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .mv .anchor_list li .anchor_link[href="#eventInfo"] {
    line-height: 1.53846154;
  }
}
.hokuriku_shinkansen .mv .anchor_list li .anchor_link[href="#eventInfo"] span {
  width: 33px;
  height: 30px;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .mv .anchor_list li .anchor_link[href="#eventInfo"] span {
    width: 28px;
    height: 26px;
    margin: 0 auto 17px;
  }
}
@media screen and (min-width: 767px) {
  .hokuriku_shinkansen .mv .anchor_list li .anchor_link:hover {
    transform: scale(1.01);
  }
  .hokuriku_shinkansen .mv .anchor_list li .anchor_link:hover span {
    transform: rotate(-15deg);
  }
}
.hokuriku_shinkansen .search {
  background-color: #20568a;
  padding-top: 73px;
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search {
    padding-top: 45px;
    padding-bottom: 75px;
  }
}
.hokuriku_shinkansen .search::after {
  position: absolute;
  content: "";
  background-image: url(../image/search_bgBottom_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 950px;
  height: 100px;
  bottom: 0px;
  left: 0;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search::after {
    background-image: url(../image/search_bgBottom_sp.png);
    width: 296px;
    height: 38px;
  }
}
.hokuriku_shinkansen .search .search_head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .search_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 12px;
  }
}
.hokuriku_shinkansen .search .search_head .ttl {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.28em;
  line-height: 1.3;
  padding-left: 80px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .search_head .ttl {
    font-size: 19px;
    padding-left: 40px;
  }
}
.hokuriku_shinkansen .search .search_head .ttl::before {
  content: "";
  position: absolute;
  background-image: url(../image/icon_clock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 57px;
  height: 57px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .search_head .ttl::before {
    width: 28px;
    height: 28px;
  }
}
.hokuriku_shinkansen .search .search_head .nav-info__list {
  display: flex;
  gap: 68px;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .search_head .nav-info__list {
    width: 100%;
    justify-content: flex-end;
    gap: 20px;
    padding-bottom: 0;
  }
}
.hokuriku_shinkansen .search .search_head .nav-info__list .link {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .search_head .nav-info__list .link {
    font-size: 14px;
  }
}
.hokuriku_shinkansen .search .search_head .nav-info__list .link:hover {
  border-bottom: 1px solid transparent;
}
.hokuriku_shinkansen .search .l-info__select {
  background-color: #fff;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .l-info__select {
    padding: 2px;
  }
}
.hokuriku_shinkansen .search .l-info__select form {
  border: 1px solid #1f325a;
  padding-top: 48px;
  padding-bottom: 38px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .l-info__select form {
    padding: 18px 16px 13px;
  }
}
.hokuriku_shinkansen .search .l-info__select form > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 127px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .l-info__select form > div {
    gap: 23%;
  }
}
.hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box:first-child::before {
  position: absolute;
  content: "";
  background-image: url(../image/icon_arrow02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 24px;
  right: -94px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box:first-child::before {
    width: 30px;
    height: 12px;
    right: -44%;
    top: auto;
    transform: none;
    bottom: 12px;
  }
}
.hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box .txt-info {
  font-size: 20px;
  font-weight: 600;
  color: #20568a;
  letter-spacing: 0.28em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box .txt-info {
    font-size: 14px;
  }
}
.hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box .txt-info__station {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1;
  color: #1f325a;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box .txt-info__station {
    font-size: 14px;
  }
}
.hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box .wrap-select__inner {
  display: flex;
  align-items: center;
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box .wrap-select__inner {
    gap: 6px;
  }
}
.hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box .wrap-select {
  background-color: #ebebeb;
  border-radius: 5px;
  width: 300px;
  height: 50px;
  padding: 12px 15px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box .wrap-select {
    width: 100%;
    height: 35px;
    padding: 5px 10px;
  }
}
.hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box .wrap-select .c-form-select {
  width: 100%;
  background: #ebebeb;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .l-info__select form > div .l-info__select-box .wrap-select .c-form-select {
    width: 100%;
    font-size: 12px;
  }
}
.hokuriku_shinkansen .search .l-info__select form .l-info__link {
  display: block;
  width: 295px;
  padding: 16px 0;
  margin: 54px auto 0;
  background-color: #1f325a;
  border: 2px solid transparent;
  border-radius: 30px;
  margin-top: 54px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .l-info__select form .l-info__link {
    max-width: 200px;
    width: 50%;
    padding: 5px 0;
    border-radius: 16px;
    margin: 22px auto 0;
  }
}
.hokuriku_shinkansen .search .l-info__select form .l-info__link--text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.7em;
  color: #fff;
  margin-right: -16px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .l-info__select form .l-info__link--text {
    font-size: 14px;
    margin-right: -8px;
  }
}
.hokuriku_shinkansen .search .l-info__select form .l-info__link:hover {
  background-color: #fff;
  border: 2px solid #1f325a;
}
.hokuriku_shinkansen .search .l-info__select form .l-info__link:hover .l-info__link--text {
  color: #1f325a;
}
.hokuriku_shinkansen .search .operation {
  display: block;
  width: 346px;
  margin: 55px auto 0;
  padding: 23px 0;
  background-color: #efe4ba;
  border: 2px solid #1f325a;
  border-radius: 35px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1f325a;
  text-decoration: none;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .operation {
    width: 223px;
    margin: 33px auto 0;
    padding: 13px 0;
    border-radius: 22px;
    font-size: 13px;
  }
}
.hokuriku_shinkansen .search .operation::before {
  position: absolute;
  content: "";
  background-image: url(../image/icon_arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .operation::before {
    width: 12px;
    height: 8px;
    right: 13px;
  }
}
.hokuriku_shinkansen .search .operation:hover {
  background-color: #1f325a;
  color: #fff;
}
.hokuriku_shinkansen .search .operation:hover::before {
  filter: brightness(0) invert(1);
  transform: translateY(-50%) translateX(2px);
}
.hokuriku_shinkansen .search .vehicleInformation {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .vehicleInformation {
    padding-top: 50px;
  }
}
.hokuriku_shinkansen .search .vehicleInformation_ttl {
  font-size: 24px;
  line-height: 1;
  color: #d9cfa9;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .vehicleInformation_ttl {
    font-size: 17px;
    padding-bottom: 15px;
  }
}
.hokuriku_shinkansen .search .vehicleInformation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .vehicleInformation ul {
    flex-wrap: wrap;
    gap: 14px 15px;
  }
}
.hokuriku_shinkansen .search .vehicleInformation ul .operation {
  margin-top: 0;
  width: 300px;
  background-color: #20568a;
  border: 1px solid #d9cfa9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .vehicleInformation ul .operation {
    width: 160px;
  }
}
.hokuriku_shinkansen .search .vehicleInformation ul .operation::before {
  background-image: url(../image/icon_arrow03.svg);
  width: 19px;
  height: 14px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .search .vehicleInformation ul .operation::before {
    width: 14px;
    height: 9px;
    right: 11px;
  }
}
.hokuriku_shinkansen .search .vehicleInformation ul .operation:hover {
  background-color: #d9cfa9;
  color: #20568a;
}
.hokuriku_shinkansen .search .vehicleInformation ul .operation:hover::before {
  filter: none;
  background-image: url(../image/icon_arrow01.svg);
}
.hokuriku_shinkansen .search.animation::after {
  opacity: 1;
  animation: slideInLeft 1s ease-out;
}
.hokuriku_shinkansen .ticket {
  background-color: #fff4d4;
  padding-top: 106px;
  padding-bottom: 212px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .ticket {
    padding-top: 47px;
    padding-bottom: 123px;
  }
}
.hokuriku_shinkansen .ticket::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  z-index: -1;
}
.hokuriku_shinkansen .ticket::before {
  background-image: url(../image/ticket_bg_pc.jpg);
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 640px;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1601px) {
  .hokuriku_shinkansen .ticket::before {
    height: 80%;
  }
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .ticket::before {
    background: url(../image/ticket_bg_sp.jpg) no-repeat left bottom/contain;
  }
}
.hokuriku_shinkansen .ticket_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .ticket_content_list {
    flex-direction: column;
    gap: 45px;
  }
}
.hokuriku_shinkansen .ticket_content_list .ticket_content_item {
  width: calc(50% - 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .ticket_content_list .ticket_content_item {
    max-width: 460px;
    width: 79%;
    margin: 0 auto;
  }
}
.hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_img {
  border: 2px solid #1f325a;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
  }
}
.hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_img::before {
  width: 49px;
  height: 49px;
  right: 23px;
  bottom: 28px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_img::before {
    width: 38px;
    height: 38px;
    right: 12px;
    bottom: 27px;
  }
}
.hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_img::after {
  width: 23px;
  height: 16px;
  right: 36px;
  bottom: 45px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_img::after {
    width: 17px;
    height: 12px;
    right: 22px;
    bottom: 40px;
  }
}
.hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_txt {
  position: absolute;
  bottom: 30px;
  left: 40px;
  width: 100%;
  font-size: 18px;
  line-height: 1.72222222;
  color: #1f325a;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_txt {
    bottom: 21px;
    left: 17px;
    font-size: 13px;
    line-height: 1.5;
  }
}
.hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 767px) {
  .hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_link:hover {
    transform: scale(1.01);
  }
  .hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_link:hover .item_img::before {
    background-color: #1f325a;
  }
  .hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_link:hover .item_img::after {
    filter: brightness(0) invert(1);
  }
  .hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_link:hover .item_txt::before {
    background-color: #1f325a;
  }
  .hokuriku_shinkansen .ticket_content_list .ticket_content_item .item_link:hover .item_txt::after {
    filter: brightness(0) invert(1);
  }
}
.hokuriku_shinkansen .ticket .bg_train {
  position: absolute;
  bottom: 0;
  right: -100%;
}
.hokuriku_shinkansen .ticket .bg_train .train01, .hokuriku_shinkansen .ticket .bg_train .train02, .hokuriku_shinkansen .ticket .bg_train .train03 {
  opacity: 0;
  visibility: hidden;
}
.hokuriku_shinkansen .ticket.animation .train01 {
  opacity: 1;
  animation: slideInRight 1s ease-out forwards;
}
.hokuriku_shinkansen .ticket.animation .train02 {
  opacity: 1;
  animation: slideInRight 1s ease-out 0.2s forwards;
}
.hokuriku_shinkansen .ticket.animation .train03 {
  opacity: 1;
  animation: slideInRight 1s ease-out 0.4s forwards;
}
.hokuriku_shinkansen .stationInfo {
  background-color: #1f325a;
  padding-top: 149px;
  padding-bottom: 143px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo {
    padding-top: 39px;
    padding-bottom: 75px;
  }
}
.hokuriku_shinkansen .stationInfo .section_ttlWrap {
  color: #d9cfa9;
  padding-bottom: 69px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .section_ttlWrap {
    padding-bottom: 29px;
  }
}
.hokuriku_shinkansen .stationInfo .section_ttlWrap::before {
  background-image: url(../image/icon_pin.svg);
  width: 42px;
  height: 59px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .section_ttlWrap::before {
    width: 21px;
    height: 30px;
  }
}
.hokuriku_shinkansen .stationInfo .section_ttlWrap .section_ttl {
  letter-spacing: 0.28em;
  padding-left: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .section_ttlWrap .section_ttl {
    padding-left: 5px;
    padding-bottom: 8px;
  }
}
.hokuriku_shinkansen .stationInfo .section_ttlWrap .section_ttl::before, .hokuriku_shinkansen .stationInfo .section_ttlWrap .section_ttl::after {
  background-color: #d9cfa9;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .section_ttlWrap .section_ttl::before, .hokuriku_shinkansen .stationInfo .section_ttlWrap .section_ttl::after {
    width: 120px;
  }
}
.hokuriku_shinkansen .stationInfo .section_ttlWrap .section_txt {
  letter-spacing: 0.08em;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .section_ttlWrap .section_txt {
    padding-top: 17px;
  }
}
.hokuriku_shinkansen .stationInfo .station_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 40px;
  padding-bottom: 113px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .station_list {
    gap: 10px;
    padding-bottom: 34px;
  }
}
.hokuriku_shinkansen .stationInfo .station_list::after {
  content: "";
  display: block;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .station_list::after {
    width: calc((100% - 20px) / 3);
  }
}
.hokuriku_shinkansen .stationInfo .station_list .station {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .station_list .station {
    width: calc((100% - 20px) / 3);
  }
}
.hokuriku_shinkansen .stationInfo .station_list .station .station_link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #20568a;
  border-radius: 10px;
  padding: 33px 32px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3em;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .station_list .station .station_link {
    min-height: 45px;
    border-radius: 10px;
    padding: 10px 9px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
}
.hokuriku_shinkansen .stationInfo .station_list .station .station_link::before {
  right: 20px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .station_list .station .station_link::before {
    width: 16px;
    height: 16px;
    right: 6px;
  }
}
.hokuriku_shinkansen .stationInfo .station_list .station .station_link::after {
  width: 16px;
  height: 11px;
  right: 25px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .station_list .station .station_link::after {
    width: 8px;
    height: 6px;
    right: 10px;
  }
}
.hokuriku_shinkansen .stationInfo .station_list .station .station_link .station_img {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .station_list .station .station_link .station_img {
    width: 66px;
  }
}
@media screen and (min-width: 767px) {
  .hokuriku_shinkansen .stationInfo .station_list .station .station_link:hover {
    background-color: #d1dfec;
    color: #20568a;
  }
  .hokuriku_shinkansen .stationInfo .station_list .station .station_link:hover::before {
    background-color: #20568a;
  }
  .hokuriku_shinkansen .stationInfo .station_list .station .station_link:hover::after {
    filter: brightness(0) invert(1);
  }
}
.hokuriku_shinkansen .stationInfo .station_list .station .arrow_icon::before {
  width: 33px;
  height: 33px;
  background-color: #a6bbd0;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .station_list .station .arrow_icon::before {
    width: 17px;
    height: 17px;
  }
}
.hokuriku_shinkansen .stationInfo .station_list .station .arrow_icon::after {
  right: 28px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .station_list .station .arrow_icon::after {
    right: 10px;
  }
}
.hokuriku_shinkansen .stationInfo .transfer {
  background-color: #fff;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .transfer {
    padding: 3px;
  }
}
.hokuriku_shinkansen .stationInfo .transfer_inner {
  border: 1px solid #1f325a;
  padding: 54px 48px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .transfer_inner {
    padding: 33px 20px 30px;
  }
}
.hokuriku_shinkansen .stationInfo .transfer_ttl {
  text-align: center;
  color: #1f325a;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .transfer_ttl {
    font-size: 18px;
    margin-bottom: 17px;
  }
}
.hokuriku_shinkansen .stationInfo .transfer .movie_list {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  padding-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .transfer .movie_list {
    flex-direction: column;
    align-items: center;
    gap: 17px;
    padding-bottom: 25px;
  }
}
.hokuriku_shinkansen .stationInfo .transfer .movie_list li {
  border-radius: 20px;
  border: 2px solid #1f325a;
  overflow: hidden;
  width: 480px;
  height: 260px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .transfer .movie_list li {
    width: 240px;
    height: 130px;
  }
}
.hokuriku_shinkansen .stationInfo .transfer .movie_list li .movie_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hokuriku_shinkansen .stationInfo .transfer .movie_list li .movie_iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .transfer .movie_list li .movie_iframe {
    display: none;
  }
}
.hokuriku_shinkansen .stationInfo .transfer .movie_list li .movie_thumbnail_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .transfer .movie_list li .movie_thumbnail_btn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
  }
  .hokuriku_shinkansen .stationInfo .transfer .movie_list li .movie_thumbnail_btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .hokuriku_shinkansen .stationInfo .transfer .movie_list li .movie_thumbnail_btn .play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .hokuriku_shinkansen .stationInfo .transfer .movie_list li .movie_thumbnail_btn .play_icon::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
  }
  .hokuriku_shinkansen .stationInfo .transfer .movie_list li .movie_thumbnail_btn:hover .play_icon, .hokuriku_shinkansen .stationInfo .transfer .movie_list li .movie_thumbnail_btn:active .play_icon {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.hokuriku_shinkansen .stationInfo .transfer .transfer_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 446px;
  margin: 0 auto;
  background-color: #efe4ba;
  border: 2px solid #1f325a;
  border-radius: 35px;
  padding: 23px 0;
  text-decoration: none;
  color: #1f325a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .transfer .transfer_btn {
    width: 223px;
    padding: 5px 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
  }
}
.hokuriku_shinkansen .stationInfo .transfer .transfer_btn::before {
  visibility: hidden;
}
.hokuriku_shinkansen .stationInfo .transfer .transfer_btn::after {
  width: 23px;
  height: 16px;
  right: 25px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .stationInfo .transfer .transfer_btn::after {
    width: 11px;
    height: 8px;
    right: 14px;
  }
}
@media screen and (min-width: 767px) {
  .hokuriku_shinkansen .stationInfo .transfer .transfer_btn:hover {
    background-color: #1f325a;
    color: #fff;
  }
  .hokuriku_shinkansen .stationInfo .transfer .transfer_btn:hover::after {
    filter: brightness(0) invert(1);
  }
}
.hokuriku_shinkansen .eventInfo {
  background-color: #fff4d4;
  padding-top: 85px;
  padding-bottom: 114px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo {
    padding-top: 46px;
    padding-bottom: 43px;
  }
}
.hokuriku_shinkansen .eventInfo .eventInfo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 63px 70px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .eventInfo_list {
    padding-top: 20px;
    gap: 50px;
  }
}
.hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item {
  width: calc((100% - 140px) / 3);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item {
    width: 100%;
  }
}
.hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link {
  display: inline-block;
  text-decoration: none;
  color: #1f325a;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link {
    display: flex;
    gap: 15px;
  }
}
.hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link .item_img {
  overflow: hidden;
  max-width: 320px;
  width: 100%;
  max-height: 255px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link .item_img {
    max-width: 320px;
    width: 47.76119403%;
    max-height: 220px;
    height: 10%;
  }
}
.hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link .item_img .cardLabel {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  background: #efe4ba;
  border-radius: 3px;
  padding: 2px 5px;
  color: #aa6b1f;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link .item_img .cardLabel {
    font-size: 12px;
    position: absolute;
    top: -26px;
    left: 0;
    padding: 1px 4px;
  }
}
.hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link .item_img img {
  border-radius: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link .item_img img {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link .item_txt_wrap {
    width: 47.76119403%;
  }
}
.hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link .item_txt_wrap .item_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link .item_txt_wrap .item_ttl {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 0;
    padding-bottom: 7px;
  }
}
.hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link .item_txt_wrap .item_txt {
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.66666667;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link .item_txt_wrap .item_txt {
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (min-width: 767px) {
  .hokuriku_shinkansen .eventInfo .eventInfo_list .eventInfo_item .item_link:hover {
    transform: translate(3px, 3px);
  }
}
.hokuriku_shinkansen .eventInfo .sightseeingInfo {
  padding-bottom: 75px;
  border-bottom: 1px solid #1f325a;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .sightseeingInfo {
    padding-bottom: 42px;
    border-bottom: 1px solid #1f325a;
  }
}
.hokuriku_shinkansen .eventInfo .sightseeingInfo_ttlWrap {
  text-align: center;
  color: #1f325a;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .sightseeingInfo_ttlWrap {
    padding-bottom: 37px;
  }
}
.hokuriku_shinkansen .eventInfo .sightseeingInfo_ttlWrap .sightseeingInfo_txt {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .sightseeingInfo_ttlWrap .sightseeingInfo_txt {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 14px;
  }
}
.hokuriku_shinkansen .eventInfo .sightseeingInfo_ttlWrap .sightseeingInfo_ttl {
  font-size: 57px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.28em;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .sightseeingInfo_ttlWrap .sightseeingInfo_ttl {
    font-size: 29px;
  }
}
.hokuriku_shinkansen .eventInfo .relatedInfo {
  padding-top: 92px;
  border-top: 1px solid #1f325a;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .relatedInfo {
    padding-top: 40px;
    border-top: 1px solid #1f325a;
  }
}
.hokuriku_shinkansen .eventInfo .relatedInfo_ttl {
  text-align: center;
  color: #1f325a;
  font-size: 51px;
  font-weight: 600;
  letter-spacing: 0.28em;
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .eventInfo .relatedInfo_ttl {
    font-size: 26px;
    padding-bottom: 33px;
  }
}
.hokuriku_shinkansen .faq {
  padding-top: 115px;
  padding-bottom: 140px;
  background-color: #20568a;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .faq {
    padding-top: 35px;
    padding-bottom: 98px;
  }
}
.hokuriku_shinkansen .faq_ttl {
  text-align: center;
  font-size: 62px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.28em;
  color: #f5b168;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .faq_ttl {
    font-size: 31px;
    padding-bottom: 16px;
  }
}
.hokuriku_shinkansen .faq_txt {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .faq_txt {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 27px;
  }
}
.hokuriku_shinkansen .faq_accListWrap {
  background-color: #fff;
  padding: 50px 80px 100px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .faq_accListWrap {
    padding: 14px 25px 12px;
  }
}
.hokuriku_shinkansen .faq_accListWrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #1f325a;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .faq_accListWrap li:last-child {
    border-bottom: none;
  }
}
.hokuriku_shinkansen .faq .acc_headTxt {
  cursor: pointer;
  padding: 35px 32px 35px 40px;
  width: 100%;
  color: #1f325a;
  font-size: 19px;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .faq .acc_headTxt {
    padding: 12px 60px 12px 23px;
    font-size: 13px;
    line-height: 1.5;
  }
}
.hokuriku_shinkansen .faq .acc_headTxt span.q_txt {
  font-size: 30px;
  font-weight: 700;
  color: #a6823a;
  position: absolute;
  top: 24px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .faq .acc_headTxt span.q_txt {
    font-size: 23px;
    top: 1px;
    left: 0;
  }
}
.hokuriku_shinkansen .faq .acc_headTxt span.cross {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  display: block;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .faq .acc_headTxt span.cross {
    right: 13px;
  }
}
.hokuriku_shinkansen .faq .acc_headTxt span.cross::before, .hokuriku_shinkansen .faq .acc_headTxt span.cross::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #1f325a;
  transition: 0.3s;
}
.hokuriku_shinkansen .faq .acc_headTxt span.cross::after {
  transform: rotate(90deg);
}
.hokuriku_shinkansen .faq .acc_headTxt.active span.cross::after {
  transform: rotate(0);
}
.hokuriku_shinkansen .faq .acc_contTxt {
  display: none;
  width: 100%;
  padding: 0 32px 35px 40px;
  color: #1f325a;
  font-size: 19px;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.57894737;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .faq .acc_contTxt {
    padding: 0 25px 17px 23px;
    font-size: 13px;
    line-height: 1.5;
  }
}
.hokuriku_shinkansen .faq .acc_contTxt a {
  border-bottom: 1px solid #0078c9;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hokuriku_shinkansen .faq .acc_contTxt a:hover {
  border-bottom: 1px solid transparent;
}
.hokuriku_shinkansen .faq .acc_contTxt span.a_txt {
  font-size: 32px;
  font-weight: 700;
  color: #20568a;
  position: absolute;
  top: -15px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .hokuriku_shinkansen .faq .acc_contTxt span.a_txt {
    font-size: 23px;
    top: -11px;
    left: 0;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.movie_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.movie_modal.active {
  display: block;
}
.movie_modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.movie_modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .movie_modal_content {
    width: 100%;
    padding: 1px;
  }
}
.movie_modal_close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .movie_modal_close {
    top: -35px;
    width: 25px;
    height: 25px;
    font-size: 25px;
  }
}
.movie_modal_close:hover {
  opacity: 0.7;
}
.movie_modal_iframe_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}
.movie_modal_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

body.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}