/* ==========================================================================
   Top
   ========================================================================== */
/* Common adjust */
.page-footer2022 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .page-footer2022 {
    margin-top: 0;
  }
}
/* train-information
   ========================================================================== */
.train-information.theme-alert {
  padding: 35px 35px;
  background-color: #ecf0f1;
}
@media screen and (min-width: 1420px) {
  .train-information.theme-alert {
    padding-right: 85px;
    padding-left: 85px;
  }
}
@media screen and (max-width: 768px) {
  .train-information.theme-alert {
    padding: 20px 15px;
  }
}
.train-information_inner {
  padding: 0 35px;
  border-radius: 15px;
  background-color: #fff;
}
@media screen and (min-width: 1420px) {
  .train-information_inner {
    padding: 0 85px;
  }
}
@media screen and (max-width: 768px) {
  .train-information_inner {
    padding: 0 15px;
  }
}
.train-information.theme-alert .train-information_inner {
  padding: 15px 20px;
}
@media screen and (min-width: 1420px) {
  .train-information.theme-alert .train-information_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .train-information.theme-alert .train-information_inner {
    padding: 15px;
  }
}
.train-information_label-list {
  display: none;
  margin-left: auto;
}
.train-information_label-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -8px 0 0 -4px;
}
.train-information_label-list > ul > li {
  margin: 8px 0 0 4px;
  line-height: 1.3;
  font-size: 1.3rem;
}
.train-information_label-list > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 31px;
  padding: 4px 12px;
  border-radius: 15px;
  background-color: #eef1f2;
  color: #4b4e56;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  text-decoration: none;
}
.train-information_label-list > ul > li a:hover {
  background-color: #dee4e6;
}
.train-information_label-list > ul > li.alert-item a {
  background-color: #fdefed;
  color: #e83817;
}
.train-information_label-list > ul > li.alert-item a:hover {
  background-color: #fbe0dc;
}
@media screen and (max-width: 768px) {
  .train-information_label-list > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .train-information_label-list > ul > li {
    font-size: 1.2rem;
  }
}
.train-information_label-list.-show {
  display: table;
}
.train-information_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .train-information_main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .train-information.theme-alert .train-information_main {
    display: block;
  }
}
.train-information_label-list + .train-information_main {
  margin-top: 0px;
}
.train-information.theme-alert .train-information_label-list + .train-information_main {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .train-information_label-list + .train-information_main {
    margin-top: 0px;
  }
  .train-information.theme-alert .train-information_label-list + .train-information_main {
    margin-top: 10px;
  }
}
.train-information_main_button {
  width: 130px;
  line-height: 1.3;
  font-size: 1.5rem;
}
.train-information_main_button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30px;
  padding: 4px 20px;
  border: 1px solid #696e7a;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.train-information_main_button a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url(/common_2022/img/arrow-small01_gray.svg) no-repeat;
  content: "";
}
.train-information_main_button a:hover {
  background-color: #e7ecee;
}
@media screen and (max-width: 768px) {
  .train-information_main_button {
    width: 73px;
    font-size: 1.2rem;
  }
  .train-information_main_button a {
    padding: 2px 15px 2px 8px;
  }
  .train-information_main_button a::after {
    right: 6px;
    width: 4px;
    height: 8px;
  }
}
.train-information_main_text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 18px;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  .train-information_main_text-wrapper {
    margin: 0;
    padding-top: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .train-information.theme-alert .train-information_main_text-wrapper {
    margin-top: 7px;
  }
}
.train-information_main_text_abnormality {
  display: none;
  position: relative;
  top: 1px;
  width: 24px;
  height: 21px;
  margin-right: 8px;
}
.train-information_main_text-wrapper.theme-alert .train-information_main_text_abnormality {
  display: inline-block;
}
.train-information_main_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  line-height: 1.6;
  font-size: 1.5rem;
}
.train-information_main_text a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 26px;
  height: 26px;
  margin-left: 2px;
}
.train-information_main_text a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  content: "";
  background: url(/common_2022/img/index_reload_icon01_on.svg) no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.train-information_main_text a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .train-information_main_text {
    margin-left: 10px;
    font-size: 1.2rem;
  }
  .train-information_main_text a {
    width: 22px;
    height: 22px;
  }
  .train-information_main_text a::after {
    width: 22px;
    height: 22px;
  }
}
.train-information_main_text-wrapper.theme-alert .train-information_main_text {
  color: #e83817;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .train-information_main_text-wrapper.theme-alert .train-information_main_text {
    font-size: 1.4rem;
  }
}
.train-information_main_text_inner {
  display: block;
}
.train-information_detail {
  display: none;
  margin: 15px -20px 0;
  padding: 15px 20px 0;
  border-top: 1px solid #e5e5e5;
}
.train-information_detail.-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .train-information_detail.-show {
    display: block;
  }
}
.train-information_detail_head {
  width: 170px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .train-information_detail_head {
    width: auto;
  }
}
.train-information_detail_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .train-information_detail_body {
    margin: 10px 0 0;
  }
}
.train-information_detail_content {
  margin-top: 15px;
}
.train-information_detail_content:first-child {
  margin-top: 0;
}
.train-information_detail_title {
  line-height: 1.6;
  font-size: 1.4rem;
}
.train-information_detail_text {
  margin-top: 0;
  line-height: 1.6;
  font-size: 1.4rem;
}
.train-information_detail_text a {
  color: #3a7ead;
  text-decoration: none;
}
.train-information_detail_text a:hover {
  text-decoration: underline;
}
/* main-visual
   ========================================================================== */
.main-visual {
  position: relative;
  margin-top: 10px;
  padding: 0 35px;
  overflow: hidden;
}
.main-visual:first-child {
  margin-top: 0;
}
.main-visual::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main-visual {
    padding: 0 15px;
  }
  .main-visual::after {
    display: none;
  }
}
.main-visual .swiper-wrapper {
  height: auto;
}
.train-information.theme-alert + .main-visual {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .train-information.theme-alert + .main-visual {
    margin-top: 20px;
  }
}
.main-visual_inner {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear;
  position: relative;
  padding-bottom: 35.828vw;
}
@media screen and (max-width: 768px) {
  .main-visual_inner {
    padding-bottom: 117.335vw;
  }
}
.main-visual_inner.-fadein {
  opacity: 1;
}
.main-visual_item {
  overflow: hidden;
  border-radius: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}
.main-visual_item img {
  max-width: none;
  width: -webkit-calc(100% + 4vw);
  width: calc(100% + 4vw);
  -webkit-transform: translateX(-2vw);
      -ms-transform: translateX(-2vw);
          transform: translateX(-2vw);
  will-change: transform;
}
.main-visual_item.-active {
  opacity: 1;
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear;
}
.main-visual_item.-slide img {
  -webkit-transform: translateX(0vw);
      -ms-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: -webkit-transform 6.5s linear;
  transition: -webkit-transform 6.5s linear;
  transition: transform 6.5s linear;
  transition: transform 6.5s linear, -webkit-transform 6.5s linear;
}
.main-visual_item.-prev {
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear;
}
@media screen and (max-width: 768px) {
  .main-visual_item {
    border-radius: 40px;
  }
  .main-visual_item img {
    width: 100%;
    -webkit-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
  }
}
/* catch
   ========================================================================== */
.catch {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .catch {
    margin-top: 40px;
  }
}
.catch_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .catch_inner {
    display: block;
    text-align: center;
  }
}
.catch_img img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .catch_img img {
    width: 95px;
  }
}
.catch_text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 35px;
  color: #4b4e56;
  line-height: 1.6;
  letter-spacing: .1em;
  font-size: 2.4em;
}
.catch_text01::after {
  display: block;
  width: 44px;
  height: 1px;
  margin-left: 12px;
  background-color: #696e7a;
  content: "";
}
@media screen and (max-width: 768px) {
  .catch_text01 {
    display: block;
    margin: 23px 0 0;
    font-size: 2.1rem;
    text-align: center;
  }
  .catch_text01:first-child {
    margin-top: 0;
  }
  .catch_text01::after {
    display: none;
  }
}
.catch_text02 {
  margin: 0 0 0 12px;
  color: #696e7a;
  line-height: 1.6;
  letter-spacing: .1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .catch_text02 {
    margin: 7px 0 0;
    font-size: 1.3rem;
  }
}
/* information
   ========================================================================== */
.information {
  margin-top: 80px;
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  .information {
    margin-top: 50px;
    padding: 0;
  }
}
.information_inner {
  padding: 70px 0 50px;
  border-radius: 40px;
  background-color: #e7ecee;
}
@media screen and (max-width: 768px) {
  .information_inner {
    padding: 60px 0;
    border-radius: 0;
  }
}
.information_header {
  text-align: center;
}
.information_title {
  line-height: 1.3;
  letter-spacing: .1em;
  font-weight: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .information_title {
    font-size: 2.5rem;
  }
}
.information_read {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .information_read {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
.information_tab {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .information_tab {
    margin-top: 33px;
  }
}
.information_tab_handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.information_tab_handle > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
  min-height: 83px;
  line-height: 1.3;
  font-size: 2rem;
}
.information_tab_handle > li a {
  display: table;
  width: 100%;
  height: 75px;
  padding: 10px 20px;
  background-color: #d0e0ec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  color: #4b4e56;
  text-decoration: none;
}
.information_tab_handle > li a:hover {
  background-color: #bbd1e2;
}
.information_tab_handle > li a.is-current {
  height: 83px;
  background-color: #fff;
}
.information_tab_handle > li a.is-current:hover {
  background-color: #fff;
}
.information_tab_handle > li:nth-child(1) a {
  border-top-left-radius: 15px;
}
.information_tab_handle > li:nth-child(1) a.is-current {
  border-top-right-radius: 15px;
}
.information_tab_handle > li:nth-child(2) a {
  border-top-right-radius: 15px;
}
.information_tab_handle > li:nth-child(2) a.is-current {
  border-top-left-radius: 15px;
}
@media screen and (max-width: 768px) {
  .information_tab_handle > li {
    min-height: 56px;
    font-size: 1.5rem;
  }
  .information_tab_handle > li a {
    height: 50px;
    padding: 16px 11px 11px;
  }
  .information_tab_handle > li a.is-current {
    height: 56px;
  }
  .information_tab_handle > li:nth-child(1) a {
    border-top-left-radius: 10px;
  }
  .information_tab_handle > li:nth-child(1) a.is-current {
    border-top-right-radius: 10px;
  }
  .information_tab_handle > li:nth-child(2) a {
    border-top-right-radius: 10px;
  }
  .information_tab_handle > li:nth-child(2) a.is-current {
    border-top-left-radius: 10px;
  }
}
.information_tab_handle_inner {
  display: table-cell;
  vertical-align: middle;
}
.information_tab_content_inner {
  padding: 25px 55px 50px;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .information_tab_content_inner {
    padding: 15px 20px 34px;
  }
}
.information_more-link {
  font-size: 1.6rem;
  text-align: right;
}
.information_more-link a {
  display: inline-block;
  color: #4b4e56;
  text-decoration: none;
}
.information_more-link a::after {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  margin-left: 13px;
  background: url(/common_2022/img/arrow-small01_red.svg) no-repeat;
  content: "";
}
.information_more-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .information_more-link {
    font-size: 1.4rem;
  }
  .information_more-link a::after {
    width: 7px;
    height: 12px;
  }
}
.information_list {
  overflow: visible;
  margin-top: 7px;
}
.information_list > ul {
  margin-top: -15px;
}
.information_list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .information_list {
    margin-top: 0;
  }
  .information_list > ul > li {
    display: block;
  }
  .information_list > ul > li:nth-of-type(n + 6) {
    display: none;
  }
}
.information_list > ul.opt-fix {
  border: 3px solid #dedfdf;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px -20px 0;
  padding: 0 20px;
}
.information_list > ul.opt-fix li {
  border-bottom: none;
}
.information_list > ul.opt-fix li:nth-child(n + 2) {
  margin-top: 0;
  padding-top: 15px;
  position: relative;
}
.information_list > ul.opt-fix li:nth-child(n + 2):before {
  content: '';
  width: 97%;
  height: 1px;
  background-color: #e9eaea;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .information_list > ul.opt-fix {
    margin: 15px -10px 0;
    padding: 0 15px;
  }
  .information_list > ul.opt-fix li:nth-child(n + 2) {
    padding-bottom: 20px;
  }
  .information_list > ul.opt-fix li:nth-child(n + 2):before {
    width: 95.6%;
  }
}
.information_list > ul.opt-fix + ul {
  margin-top: 25px;
}
.information_list_date {
  width: 120px;
  color: #696e7a;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .information_list_date {
    width: auto;
    font-size: 1.2rem;
  }
}
.information_list_detail {
  margin-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .information_list_detail {
    margin: 2px 0 0;
  }
}
.information_list_detail_title {
  color: #4b4e56;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .information_list_detail_title {
    font-size: 1.5rem;
  }
}
.information_list_detail_text {
  margin-top: 3px;
  line-height: 1.8;
  font-size: 1.6rem;
}
.information_list_detail_text:first-child {
  margin-top: 0;
}
.information_list_detail_text a {
  color: #387cab;
  text-decoration: none;
}
.information_list_detail_text a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .information_list_detail_text {
    font-size: 1.5rem;
  }
}
.information_other-link-wrapper {
  margin-top: 28px;
}
.information_other-link-wrapper:first-child {
  margin-top: 0;
}
.information_other-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -15px 0 0 -34px;
}
.information_other-link > li {
  margin: 15px 0 0 34px;
  line-height: 1.3;
  font-size: 1.5rem;
}
.information_other-link > li a {
  display: block;
  position: relative;
  padding-left: 15px;
  color: #696e7a;
  text-decoration: none;
}
.information_other-link > li a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 11px;
  background: url(/common_2022/img/arrow-small01_red.svg) no-repeat;
  content: "";
}
.information_other-link > li a:hover {
  text-decoration: underline;
}
.information_other-link > li.rss-icon a {
  padding-left: 21px;
}
.information_other-link > li.rss-icon a::before {
  top: 2px;
  width: 14px;
  height: 14px;
  background-image: url(/common_2022/img/rss_icon01_red.svg);
}
@media screen and (max-width: 768px) {
  .information_other-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -16px 0 0 -30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .information_other-link > li {
    margin: 16px 0 0 30px;
    font-size: 1.4rem;
  }
  .information_other-link > li:nth-child(-n+2) {
    width: 100%;
  }
}
.information_other-link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 40px auto 0;
}
.information_other-link02:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .information_other-link02 {
    display: block;
    margin-top: 25px;
    padding: 0;
  }
}
.information_other-link02_item {
  width: 402px;
  margin-left: 22px;
}
.information_other-link02_item:nth-child(3n+1) {
  margin-left: 0;
}
.information_other-link02_item a {
  display: block;
  color: #4b4e56;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .information_other-link02_item {
    width: auto;
    margin: 15px 0 0;
  }
  .information_other-link02_item:fitst-child {
    margin-top: 0;
  }
}
.information_other-link02_item_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding: 35px 9% 35px 7%;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.information_other-link02_item_inner::after {
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 12px;
  height: 21px;
  margin: auto 0;
  background: url(/common_2022/img/arrow-large01_red.svg) no-repeat;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.information_other-link02_item a:hover .information_other-link02_item_inner::after {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .information_other-link02_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto;
    padding: 20px 20px 30px 15px;
    border-radius: 10px;
  }
  .information_other-link02_item_inner::after {
    right: 12px;
    bottom: 12px;
    width: 7px;
    height: 13px;
  }
}
.information_other-link02_item_image {
  width: 120px;
  margin: 0 auto;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.information_other-link02_item a:hover .information_other-link02_item_image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .information_other-link02_item_image {
    width: 75px;
  }
}
.information_other-link02_item_detail {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .information_other-link02_item_detail {
    text-align: left;
    margin-left: 15px;
  }
}
.information_other-link02_item_sub-title {
  margin-top: 9px;
  color: #4b4e56;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .information_other-link02_item_sub-title {
    font-size: 1.1rem;
  }
}
.information_other-link02_item_title {
  margin-top: 7px;
  color: #4b4e56;
  line-height: 1.3;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .information_other-link02_item_title {
    margin-top: 4px;
    font-size: 1.9rem;
  }
}
.information_other-link02_item_text {
  margin-top: 15px;
  color: #696e7a;
  line-height: 1.3;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .information_other-link02_item_text {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.information_other-link03 {
  position: relative;
  margin-top: 60px;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .information_other-link03 {
    overflow: hidden;
    padding: 0;
    margin: 50px -15px 0;
  }
}
.information_other-link03:first-child {
  margin-top: 0;
}
.information_other-link03_wrap {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .information_other-link03_wrap {
    width: 69.333333%;
    padding-left: 15px;
    overflow: visible;
  }
}
.information_other-link03_arrow {
  position: absolute;
  top: 120px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  width: 12px;
  height: 21px;
  margin: 0;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.information_other-link03_arrow::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 21px;
  background: url(/common_2022/img/arrow-large01_gray.svg) no-repeat;
  content: "";
}
.information_other-link03_arrow.prev {
  left: 0;
}
.information_other-link03_arrow.prev:hover {
  left: -3px;
}
.information_other-link03_arrow.prev::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.information_other-link03_arrow.next {
  right: 0;
}
.information_other-link03_arrow.next:hover {
  right: -3px;
}
@media screen and (max-width: 768px) {
  .information_other-link03_arrow {
    display: none;
  }
}
.information_other-link03_pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px auto 0;
}
.information_other-link03_pagenation > * {
  opacity: 1;
  background-color: #ced3d7;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.information_other-link03_pagenation > *.swiper-pagination-bullet-active {
  background-color: #696e7a;
}
.information_other-link03_pagenation > *.swiper-pagination-bullet:hover {
  background-color: #696e7a;
}
@media screen and (max-width: 768px) {
  .information_other-link03_pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px auto 0;
  }
}
.information_other-link03_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.information_other-link03_item {
  width: 33.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.information_other-link03_item a {
  color: #4b4e56;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .information_other-link03_item {
    width: 100%;
  }
}
.information_other-link03_item_image {
  overflow: hidden;
  border-radius: 15px;
}
.information_other-link03_item_image img {
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
@media screen and (max-width: 768px) {
  .information_other-link03_item_image {
    border-radius: 10px;
  }
}
.information_other-link03_item a:hover .information_other-link03_item_image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.information_other-link03_item_text {
  margin-top: 26px;
  line-height: 1.6;
  font-size: 1.5rem;
}
.information_other-link03_item_text:first-child {
  margin-top: 0;
}
/* topics
   ========================================================================== */
.topics {
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  .topics {
    padding: 60px 0;
  }
}
.topics_header {
  text-align: center;
}
.topics_title {
  line-height: 1.3;
  letter-spacing: .1em;
  font-weight: normal;
  font-size: 3.4rem;
}
.topics_title a {
  position: relative;
  display: inline-block;
  padding-right: 33px;
  color: #4b4e56;
  text-decoration: none;
}
.topics_title a::after {
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 21px;
  margin: auto 0;
  background: url(/common_2022/img/arrow-large01_red.svg) no-repeat;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.topics_title a:hover::after {
  right: -6px;
}
@media screen and (max-width: 768px) {
  .topics_title {
    font-size: 2.5rem;
  }
  .topics_title a {
    padding-right: 18px;
  }
  .topics_title a::after {
    width: 8px;
    height: 15px;
  }
}
.topics_title_inner {
  display: block;
  position: relative;
  padding-bottom: 8px;
}
.topics_title_inner::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #4b4e56;
  -webkit-animation: border_anim 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
          animation: border_anim 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.topics_title a:hover .topics_title_inner::after {
  width: 100%;
}
.topics_read {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .topics_read {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 1.5rem;
  }
}
.topics_link {
  overflow: hidden;
  margin-top: 40px;
}
.topics_link:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .topics_link {
    margin-top: 35px;
  }
}
.topics_link_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin: -65px -30px 0;
}
@media screen and (max-width: 768px) {
  .topics_link_inner {
    display: block;
    margin: -30px 0 0;
  }
}
.topics_link_item {
  width: 50%;
  margin-top: 65px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topics_link_item a {
  display: block;
  color: #4b4e56;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .topics_link_item {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}
.topics_link_item_inner {
  position: relative;
  padding: 80px 0 0 23px;
}
@media screen and (max-width: 768px) {
  .topics_link_item_inner {
    padding: 34px 0 0 5px;
  }
}
.topics_link_image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 92.59%;
}
@media screen and (max-width: 768px) {
  .topics_link_image-wrapper {
    width: 95.75%;
  }
}
.topics_link_image {
  overflow: hidden;
  position: relative;
  padding-top: 59.09%;
  border-radius: 30px;
  z-index: 2;
}
.topics_link_image::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 100%);
  content: "";
  z-index: 3;
}
.topics_link_image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.topics_link_image figcaption {
  position: absolute;
  bottom: 35px;
  left: 45px;
  color: #fff;
  line-height: 1.3;
  font-size: 2.7rem;
  letter-spacing: .075em;
  z-index: 4;
}
.topics_link_item a:hover .topics_link_image .topics_link_image_image01 {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .topics_link_image {
    border-radius: 20px;
  }
  .topics_link_image figcaption {
    bottom: 18px;
    left: 20px;
    font-size: 1.9rem;
  }
}
.topics_link_image_image01 {
  z-index: 2;
}
.topics_link_image_image02 {
  z-index: 1;
}
.topics_link_detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 330px;
  padding: 47.7% 50px 30px 35px;
  border-radius: 20px;
  background-color: #dde4e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topics_link_detail::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 52px;
  background: url(/img/img_2022/index_topics_link_icon01_pc.svg) no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 768px) {
  .topics_link_detail {
    padding: 54.2% 20px 25px 20px;
    min-height: 253px;
    border-radius: 15px;
  }
  .topics_link_detail::after {
    width: 40px;
    height: 35px;
    background-image: url(/img/img_2022/index_topics_link_icon01_sp.svg);
  }
}
.topics_link_item:nth-child(2) .topics_link_detail {
  background-color: #cedfef;
}
.topics_link_item:nth-child(3) .topics_link_detail {
  background-color: #ecd6cd;
}
.topics_link_item:nth-child(4) .topics_link_detail {
  background-color: #cde0d7;
}
.topics_link_item:nth-child(5) .topics_link_detail {
  background-color: #d7d7e4;
}
.topics_link_detail_text {
  color: #696e7a;
  line-height: 1.6;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .topics_link_detail_text {
    font-size: 1.3rem;
  }
}
.topics_link_other {
  margin: 65px auto 0;
  width: 850px;
}
.topics_link_other:first-child {
  margin-top: 0;
}
.topics_link_other a {
  display: block;
  color: #4b4e56;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .topics_link_other {
    margin-top: 30px;
    width: auto;
  }
}
.topics_link_other_item_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 35px;
  border-radius: 20px;
  background-color: #e7ecee;
}
.topics_link_other_item_inner::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 12px;
  height: 21px;
  margin: auto 0;
  background: url(/common_2022/img/arrow-large01_red.svg) no-repeat;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
@media screen and (max-width: 768px) {
  .topics_link_other_item_inner {
    padding: 20px 15px 24px;
    border-radius: 15px;
  }
  .topics_link_other_item_inner::after {
    top: auto;
    right: 12px;
    bottom: 12px;
    width: 7px;
    height: 13px;
  }
}
.topics_link_other a:hover .topics_link_other_item_inner::after {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .topics_link_other a:hover .topics_link_other_item_inner::after {
    right: 12px;
  }
}
.topics_link_other_image-wrapper {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .topics_link_other_image-wrapper {
    overflow: hidden;
    width: 95px;
    border-radius: 10px;
  }
}
.topics_link_other_image {
  overflow: hidden;
  border-radius: 15px;
}
.topics_link_other_image img {
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
@media screen and (max-width: 768px) {
  .topics_link_other_image {
    margin: 0 -30.5px;
    border-radius: 0;
    text-align: center;
  }
}
.topics_link_other a:hover .topics_link_other_image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .topics_link_other a:hover .topics_link_other_image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.topics_link_other_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .topics_link_other_detail {
    margin-left: 15px;
  }
}
.topics_link_other_detail_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #4b4e56;
  line-height: 1.3;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .topics_link_other_detail_title {
    font-size: 1.8rem;
  }
}
.topics_link_other_detail_text {
  margin-top: 20px;
  color: #696e7a;
  line-height: 1.6;
  font-size: 1.5rem;
}
.topics_link_other_detail_text:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .topics_link_other_detail_text {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
/* corporate
   ========================================================================== */
.corporate {
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  .corporate {
    padding: 0;
  }
}
.corporate_inner {
  min-height: 710px;
  padding: 90px 0;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/img/img_2022/index_corporate_bg01_pc.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .corporate_inner {
    min-height: 580px;
    padding: 60px 0;
    border-radius: 0;
    background-image: url(/img/img_2022/index_corporate_bg01_sp.jpg);
    background-size: cover;
    background-position: right bottom;
  }
}
.corporate_header {
  text-align: center;
}
.corporate_title {
  color: #fff;
  line-height: 1.3;
  letter-spacing: .1em;
  font-weight: normal;
  font-size: 3.4rem;
}
.corporate_title a {
  position: relative;
  display: inline-block;
  padding-right: 33px;
  color: #fff;
  text-decoration: none;
}
.corporate_title a::after {
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 21px;
  margin: auto 0;
  background: url(/common_2022/img/arrow-large01_white.svg) no-repeat;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.corporate_title a:hover::after {
  right: -6px;
}
@media screen and (max-width: 768px) {
  .corporate_title {
    font-size: 2.5rem;
  }
  .corporate_title a {
    padding-right: 18px;
  }
  .corporate_title a::after {
    width: 8px;
    height: 15px;
  }
}
.corporate_title_inner {
  display: block;
  position: relative;
  padding-bottom: 8px;
}
.corporate_title_inner::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #fff;
  -webkit-animation: border_anim 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
          animation: border_anim 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.corporate_title a:hover .corporate_title_inner::after {
  width: 100%;
}
.corporate_link-list {
  overflow: hidden;
  margin: 50px auto 0;
}
.corporate_link-list:first-child {
  margin-top: 0;
}
.corporate_link-list > ul {
  margin-top: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 225px;
}
.corporate_link-list > ul > li {
  display: inline-block;
  margin-top: 32px;
  line-height: 1.3;
  font-size: 1.9rem;
}
.corporate_link-list > ul > li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
}
.corporate_link-list > ul > li a:hover {
  text-decoration: underline;
}
.corporate_link-list > ul > li a::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 15px;
  background: url(/common_2022/img/arrow-small01_white.svg) no-repeat;
  background-size: 100% auto;
  content: "";
}
.corporate_link-list > ul > li.opt-icon-window a::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 12px;
  background: url(/common_2022/img/window_icon01_white.svg) no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 768px) {
  .corporate_link-list {
    margin-top: 33px;
    width: auto;
    overflow: visible;
  }
  .corporate_link-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -7.5px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 60px;
  }
  .corporate_link-list > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    margin: 0;
    padding: 0 7.5px;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .corporate_link-list > ul > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px 16px 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .corporate_link-list > ul > li a::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 6px;
    height: 10px;
    margin: auto 0;
  }
  .corporate_link-list > ul > li:nth-child(-n+2) a {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }
  .corporate_link-list > ul > li.opt-icon-window a::before {
    width: 10px;
    height: 10px;
    background-image: url(/common_2022/img/window_icon01_white.svg);
  }
  .corporate_link-list > ul > li.opt-icon-window a::after {
    display: none;
  }
}
/* movie
   ========================================================================== */
.movie {
  padding: 100px 0 90px;
}
@media screen and (max-width: 768px) {
  .movie {
    padding: 60px 0 50px;
  }
}
.movie_header {
  text-align: center;
}
.movie_title {
  color: #4b4e56;
  letter-spacing: .1em;
  line-height: 1.3;
  font-weight: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .movie_title {
    font-size: 2.5rem;
  }
}
.movie_list {
  position: relative;
  margin-top: 30px;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .movie_list {
    padding: 0;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.movie_list:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .movie_list {
    margin-top: 20px;
    padding: 0;
  }
}
.movie_list_arrow {
  position: absolute;
  top: 91px;
  overflow: hidden;
  border: none;
  background-color: transparent;
  width: 12px;
  height: 21px;
  margin: 0;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.movie_list_arrow::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 21px;
  background: url(/common_2022/img/arrow-large01_gray.svg) no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .movie_list_arrow {
    display: none;
  }
}
.movie_list_arrow.prev {
  left: 0;
}
.movie_list_arrow.prev::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.movie_list_arrow.prev:hover {
  left: -3px;
}
.movie_list_arrow.next {
  right: 0;
}
.movie_list_arrow.next:hover {
  right: -3px;
}
.movie_list_pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto 0;
}
.movie_list_pagenation > * {
  opacity: 1;
  background-color: #ced0d3;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.movie_list_pagenation > *.swiper-pagination-bullet-active {
  background-color: #696e7a;
}
.movie_list_pagenation > *.swiper-pagination-bullet:hover {
  background-color: #696e7a;
}
@media screen and (max-width: 768px) {
  .movie_list_pagenation {
    display: none;
  }
}
.movie_list_wrap {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movie_list_wrap {
    width: 69.333333%;
    padding-left: 15px;
    overflow: visible;
  }
}
.movie_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.movie_item {
  width: 33.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.movie_item a {
  color: #4b4e56;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .movie_item {
    width: 100%;
  }
}
.movie_item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .movie_item:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.movie_item_image {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.movie_item_image::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  background: url(/common_2022/img/movie_icon01.svg) no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .movie_item_image {
    border-radius: 10px;
  }
  .movie_item_image::after {
    width: 60px;
    height: 60px;
  }
}
.movie_item_image img {
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.movie_item_text {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .movie_item_text {
    font-size: 1.4rem;
  }
}
/* banner
   ========================================================================== */
.banner-area {
  padding: 70px 0 37px;
  background-color: #adb0b5;
}
@media screen and (max-width: 768px) {
  .banner-area {
    padding: 40px 0;
  }
}
.banner-list {
  position: relative;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .banner-list {
    padding: 0;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.banner-list_arrow {
  position: absolute;
  top: 57px;
  overflow: hidden;
  border: none;
  background-color: transparent;
  width: 12px;
  height: 21px;
  margin: auto 0;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
@media screen and (max-width: 768px) {
  .banner-list_arrow {
    display: none;
  }
}
.banner-list_arrow::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 21px;
  background: url(/common_2022/img/arrow-large01_white.svg) no-repeat;
  content: "";
}
.banner-list_arrow.prev {
  left: 0;
}
.banner-list_arrow.prev::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banner-list_arrow.prev:hover {
  left: -3px;
}
.banner-list_arrow.next {
  right: 0;
}
.banner-list_arrow.next:hover {
  right: -3px;
}
.banner-list_pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px auto 0;
}
.banner-list_pagenation > * {
  opacity: 1;
  background-color: #ced0d3;
}
.banner-list_pagenation > *.swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner-list_pagenation > *.swiper-pagination-bullet {
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.banner-list_pagenation > *.swiper-pagination-bullet:hover {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .banner-list_pagenation {
    display: none;
  }
}
.banner-list_wrap {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .banner-list_wrap {
    overflow: visible;
    padding-left: 15px;
    width: 81.33333%;
  }
}
.banner-list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.banner-list_item {
  overflow: hidden;
  width: 25%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner-list_item a {
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.banner-list_item a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .banner-list_item_inner {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .catch_inner {
    padding: 0 50px;
  }
}
.catch_inner-link {
  width: 920px;
  height: 90px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .catch_inner-link {
    display: block;
    width: auto;
    height: auto;
  }
}
/* special notice
   ========================================================================== */
.special_notice {
  width: 72%;
  margin: 80px auto 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.special_notice a {
  text-decoration: none;
}
.special_notice a:hover {
  opacity: 0.7;
}
.special_notice a,
.special_notice a:hover,
.special_notice a:visited {
  color: inherit;
}
.special_notice_inner {
  font-size: 2.0rem;
  font-weight: bold;
  border: solid 1px #cccccc;
  padding: 30px;
  color: #040223;
}
@media screen and (max-width: 768px) {
  .special_notice {
    width: 100%;
    margin: 50px 0;
    padding: 0 15px;
  }
  .special_notice_inner {
    font-size: 1.6rem;
    padding: 15px;
  }
}
