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

* {
  margin: 0;
  padding: 0;
  touch-action: auto !important;
}

html[lang="zh-TW"] body {
  font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, Arial,
    sans-serif !important;
}

/* html[lang="ja"] body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "Meiryo", "MS PGothic", Arial, sans-serif !important;
} */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  font-size: 1em;
  background: url(../img/bg.png);
  background-repeat: repeat;
}

button,
a {
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.img-full {
  width: 100%;
  height: auto;
}
.imgholder {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.imgholder img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.2s;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.2s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.2s;
}

.imgholder:hover img {
  transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  opacity: 0.9;
}

.white-space-nowrap {
  white-space: nowrap;
}

.button_style {
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
}
.button_style span {
  z-index: 20;
}
.button_style:after {
  background: #fff;
  content: "";
  height: 215px;
  left: -95px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.button_style:hover:after {
  left: 120%;
  -webkit-transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.main_ctn {
  flex-grow: 1;
  position: relative;
  width: 100%;
  overflow-x: clip;
}
/* ----------------------顏色管理---------------------- */
a {
  color: #313131;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

a:focus {
  text-decoration: none;
  opacity: 0.8;
}
/* 文字色 */

.text-gray {
  color: #757575;
}
.text-blue {
  color: #0b55a6;
}

.text-red,
.nav_box .main_area .main_menu .dropdown.active:not(.main_logo) .item {
  color: #c60000;
}

/* 按鈕 */
.btn-outline-gray {
  border: 1px solid #666;
  padding: 8px 15px;
}
.btn-outline-gray:hover {
  border: 1px solid #f0f;
  background: #f36;
  color: white;
}

/* 背景色 */
.assist-bg,
body:not(.hp) .footer_box {
  background: #e5d9cc;
}

.bg-pink {
  background: #f9a5a5;
}

.bg-light-yellow {
  background: #ffce8d;
}

.bg-light-green {
  background: #a3d884;
}

.bg-light-blue {
  background: #719dc9;
}

.bg-skin {
  background: #f2e6da;
}

/* ----------------------文字尺寸---------------------- */
.fs-0 {
  font-size: min(max(3vw, 2.25em), 3em);
  line-height: 1.3;
}
.fs-1,
.nav_box .main_area .main_menu .dropdown.main_logo .item i {
  font-size: min(max(2.4vw, 1.75em), 2.4em);
  line-height: 1.3;
}
.fs-2,
.page_title .title i {
  font-size: min(max(2vw, 1.65em), 2em);
  line-height: 1.3;
}
.fs-3,
.page_title .title .text {
  font-size: min(max(1.75vw, 1.5em), 1.75em);
  line-height: 1.3;
}
.fs-4,
.nav_box .main_area .main_menu .dropdown.main_logo .item h1,
.nav_box .main_area .main_menu .dropdown .item i,
.class_detail .caption .title,
.friendly_swiper_group .big_title {
  font-size: min(max(1.5vw, 1.25em), 1.5em);
  line-height: 1.3;
}

.fs-5,
#noscript,
.map_item .ctn_title,
.big_swiper .swiper-wrapper .swiper-slide .info .title {
  font-size: min(max(1.25vw, 1.125em), 1.25em);
  line-height: 1.5;
}

.fs-6,
.history .item.caption .year,
.rwd-row.title,
.big_swiper .swiper-wrapper .swiper-slide .info .award,
.other_style .title {
  font-size: min(max(1.125vw, 1.1em), 1.125em);
  line-height: 1.5;
}

.fs-7,
footer,
footer a,
.breadcrumb,
.related,
.class_type,
.back_btn {
  font-size: min(max(1vw, 0.95em), 1em);
  line-height: 1.5;
}
.fs-8,
.history .item .title {
  font-size: min(max(0.95vw, 0.9em), 0.95em);
  line-height: 1.5;
}
.fs-9,
.history .item .group .office {
  font-size: min(max(0.9vw, 0.85em), 0.9em);
  line-height: 1;
}
.fs-10,
.bg-circle {
  font-size: min(max(0.85vw, 0.8em), 0.85em);
  line-height: 1;
}

/* ----------------------無障礙---------------------- */

a[accesskey] {
  display: flex;
  position: absolute;
  z-index: 999;
  top: 0px;
  align-items: center;
  text-indent: -99999px;
  font-weight: 600;
}

a[accesskey]:focus {
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  background: rgba(255, 255, 255, 1);
  text-indent: 0px;
}

a#header-menu {
  left: 200px;
}
:focus,
a:focus,
.swiper-slide:focus,
.swiper-pagination-bullet:focus {
  outline: 3px dashed #f5a552 !important;
  box-shadow: none !important;
  transition: none;
  outline-offset: -3px;
}

a[accesskey]#main_content {
  padding: 100px 0 0 0;
  top: -100px;
}
a[accesskey]#main_content:focus {
  outline: none !important;
  background: transparent;
}

a[accesskey]#main_content:focus:after {
  outline: 3px dashed #f5a552 !important;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  height: 30px;
  left: 2px;
  bottom: 0;
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

a.sr-only:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  border: #ffbf47 solid 0.4em;
  background: #ffbf47;
  color: #000000;
  font-weight: 700;
}

#noscript {
  color: #c60000;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  padding: 30px;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* ----------------------選單---------------------- */
.nav_box {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 9999;
}
.nav_box .group {
  position: relative;
}

.nav_box .top_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_box .top_area .left .logo {
  width: 140px;
  display: flex;
}

.nav_box .top_area .more_link {
  display: flex;
  gap: 5px 20px;
  position: absolute;
  right: 0;
  top: 10%;
}
.nav_box .top_area .more_link .map {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav_box .top_area .more_link .map li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}
.nav_box .top_area .more_link .language {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #666;
}

.nav_box .top_area .more_link .language li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  font-size: 0.9em;
  position: relative;
}
.nav_box .top_area .more_link .language li:not(:last-of-type) a:after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  right: 0;
  background: #666;
}

.nav_box .main_area .main_menu .dropdown .item {
  display: flex;
  align-items: center;
}

.nav_box .main_area .main_menu .dropdown .item h1 {
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
}
.m-menubar {
  display: none;
}

.white-space-nowrap {
  white-space: nowrap;
}
/* ----------------------頁尾---------------------- */

footer a:hover,
footer a:focus {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

footer .go_to_top {
  border: 1px solid #ccc;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 99;
  font-weight: bold;
  color: black;
}
.fixed_header .go_to_top {
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}
.go_to_top:hover {
  background: rgba(255, 255, 255, 0.8);
}

.footer_box {
  padding: 40px 0;
  position: relative;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0px;
  position: relative;
}

.footer .fb {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.footer .fb:hover {
  background: #0068b7;
  color: white;
  opacity: 1;
  text-shadow: none;
}
.footer .fb i {
  font-size: 1.5em;
}

.footer .statement {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px 30px;
  align-items: center;
  justify-content: center;
}

.footer .statement li {
  position: relative;
}
.footer .statement li:not(:last-of-type):after {
  position: absolute;
  content: "";
  display: block;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  background: #666;
  width: 1px;
}

.footer ul.other {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  align-items: center;
  gap: 8px 0px;
  text-align: center;
}

.footer ul.other ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px 15px;
  align-items: center;
  justify-content: center;
}

.footer ul.other li .ccessiblity {
  width: 120px;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ----------------------框架---------------------- */
.detail_ctn {
  padding: 0 0 80px 0;
}

.page_title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  gap: 10px 10px;
}

.page_title .title {
  display: flex;
  gap: 5px 10px;
  margin: 0;
}

.page_title .title i {
  line-height: 1;
}

.page_title .title .text {
  margin: 0;
  font-weight: 600;
}

.breadcrumb {
  margin: 0 0 15px 0;
}

.breadcrumb li a {
  display: flex;
  align-items: center;
}

.breadcrumb li.active {
  flex: 1 1 auto;
  min-width: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
}

/* ----------------------swiper ---------------------- */
.banner_swiper {
  margin: 20px 0 20px 0;
}

.banner_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.banner_swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 1116px;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.banner_swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active):after {
  opacity: 0.5;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.banner_swiper .swiper-button {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

.banner_swiper .swiper-button.btn-prev {
  left: 40px;
}

.banner_swiper .swiper-button.btn-next {
  right: 40px;
}

.banner_swiper .pause-btn {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  right: 22%;
  bottom: 20px;
  z-index: 2;
  font-size: 0.8em;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

/* ----------------------table ---------------------- */

.table thead tr {
  border-bottom: 2px solid #ddd;
}

.table thead tr th {
  font-weight: normal;
  border: none;
  padding: 14px 12px;
}
.table tbody tr td {
  padding: 12px 12px;
}

tr th,
tr td {
  position: relative;
  vertical-align: middle;
}

.table_striped tbody tr td {
  border: none;
}
.table_striped tbody tr:nth-of-type(even) {
  background-color: #f5f3f7;
}
.table_hover tbody tr:not(.table_striped):hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

/* ----------------------國際鐵道締結大事記 ---------------------- */
.related {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.related .box {
  display: flex;
  flex-direction: column;

  gap: 5px;
}

.related .box .type {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 15px;
}

.related .box .type li {
  display: flex;
  align-items: center;
  gap: 0px 2px;
}

.related .box .type li .circle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: flex;
}

.related .box .office {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0px 15px;
  flex-wrap: wrap;
}

.history {
  position: relative;
}

.history:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background: #666;
  z-index: 0;
}
.history .item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px 0px;
}

.history .item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.history .item .group .title {
  padding: 4px 10px;
}

.history .item.caption:before {
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  background: url(../img/bg.png);
  background-repeat: repeat;
  z-index: 2;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.history .item.caption {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.history .item.caption .year {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bg.png);
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}

.history .item.item_left {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 15px 15px 15px 0;
}

.history .item.item_right {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 15px 0 15px 15px;
}

.history .item.item_left:not(.item_pic):after,
.history .item.item_right:not(.item_pic):after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/bg.png);
  background-repeat: repeat;
  border-radius: 50%;
  z-index: 1;
  top: 24px;
  border: 1px solid #666;
}

.history .item.item_left:after {
  right: -7px;
}

.history .item.item_right:after {
  left: -7px;
}

/* ----------------------締結總類 ---------------------- */
.class_map {
  background: white;
  border: 1px solid #999;
}
.page002_Top01_Banner02Map01 {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-color: white;
  border: none;
}

.MAPline01 {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 838px;
  height: 408px;
  z-index: 1;
}

.MAPline01.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.class_map_box {
  position: relative;
}
.class_type_position {
  right: 20px;
  bottom: 20px;
  position: absolute;
}
.class_type {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px 15px;
  border: 1px solid #999;
  background: white;
  padding: 10px 25px;
}

.class_type li {
  display: flex;
  align-items: center;
  gap: 0px 5px;
}

.class_type li .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
}

.class_link {
  padding: 0;
  list-style: none;
  margin: 40px 0 0 0;
  column-count: 2;
  position: relative;
  column-gap: 80px;
}

.class_link:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  background: #999;
  width: 1px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.class_link li {
  break-inside: avoid;
  padding: 0 0 15px 0;
}
.class_link li a span {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: none;
}
.class_link li a {
  display: flex;
  gap: 0 10px;
}

.back_btn {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  line-height: 1;
  color: black;
  flex: none;
  white-space: nowrap;
}

.bg-circle {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  margin: 0 3px;
}

.class_detail {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px 0px;
  max-width: 900px;
}

.class_detail .small {
  font-size: 0.85em;
}

.class_detail .img_box img {
  width: 100%;
  height: auto;
}

.class_detail .img_box .text {
  text-align: center;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #999;
}

.class_detail .caption {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
  text-align: center;
  line-height: 1.8;
  border-top: 4px double #666666;
  border-bottom: 4px double #666666;
}

.class_detail .caption.border-bottom-none {
  border-bottom: none;
}

.class_detail .caption .title {
  font-weight: 600;
  margin: 0 0 10px 0;
}

.class_detail .caption img {
  max-width: 100%;
  height: auto;
}

.class_detail .caption.two_column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  position: relative;
  gap: 0px 30px;
}

.class_detail .caption.two_column:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  background: #666666;
  width: 1px;
  height: calc(100% - 50px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.class_detail .caption.two_column .item:nth-child(2) ul {
  text-align: left;
}

.class_detail .caption .btn {
  margin: 10px auto 0 auto;
  width: 100%;
  max-width: 300px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.class_detail .caption .item img {
  margin: 10px 0 0 0;
}

.class_detail .img_box:has(.text) + .caption {
  margin-top: -16px;
}

.line_break {
  padding: 0;
  margin: 0;
  list-style: none;
}

html[lang="ja"] .line_break li {
  display: inline;
  text-align: justify;
}
html[lang="ja"] .line_break li:not(:first-child) {
  margin-left: -5px;
}

/* ----------------------影音專區---------------------- */
.movie_list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 30px;
}
.movie_list li .title {
  padding: 20px 0;
}
.movie_list li:not(:empty) {
  border-bottom: 1px solid #666;
}

/* ----------------------網站導覽---------------------- */
.map_item {
  line-height: 2;
}

.map_item hr {
  margin: 30px 0;
}

.map_item .ctn_title {
  font-weight: 600;
  margin: 0 0 10px 0;
}

.sit_map {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px 0px;
}
.sit_map .num {
  color: #0b55a6;
  font-weight: 600;
}

.sit_map li {
  display: flex;
  gap: 0px 10px;
}

/* ----------------------友好活動---------------------- */
.friendly_table_group {
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
  line-height: 1.7;
}

.friendly_table .rwd-row {
  display: grid;
}

.friendly_table:not(.not_bg) .rwd-row:not(.title):nth-child(even) {
  background: #f2e6da;
}

.position_set.bg-skin {
  background: #f2e6da;
}

.friendly_table.two_col .rwd-row {
  grid-template-columns: 1fr 1fr;
}

.friendly_table.num_col .rwd-row {
  grid-template-columns: 100px 1fr;
}

.friendly_table.num_col:not(.border_none) .rwd-row:first-of-type {
  border-top: 4px double #666666;
  border-bottom: 4px double #666666;
}

.friendly_table.three_col .rwd-row {
  grid-template-columns: 1fr 2fr 2fr;
}

.friendly_table .rwd-row.title {
  text-align: center;
  border-top: 4px double #666666;
  border-bottom: 4px double #666666;
  font-weight: 600;
}

.friendly_table .rwd-row .item {
  padding: 0px 15px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px 10px;
}

.friendly_table.num_col .rwd-row .item:first-of-type {
  align-items: center;
  justify-content: center;
}

.friendly_table .rwd-row .item.th {
  font-weight: 600;
  line-height: 1.5;
  gap: 0;
}

.friendly_table .rwd-row.title .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.friendly_table .rwd-row .item .rwd-label {
  display: none;
  padding: 5px;
  background: url(../img/bg.png);
  background-repeat: repeat;
}

.friendly_table .rwd-row:not(.title):nth-child(odd) .item .rwd-label,
.friendly_table.not_bg .rwd-row:not(.title) .item .rwd-label {
  background: #f2e6da;
}

.friendly_table.not_bg .rwd-row:not(.title) {
  border-bottom: 1px solid #666;
}

.position_set {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 1;
  gap: 20px 10px;
  padding: 15px 10px;
  background: url(../img/bg.png);
  background-repeat: repeat;
}

.position_set li {
  text-align: center;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.position_set li .arrow {
  background: #f19b97;
  border: 1px solid #534f4d;
  display: inline-flex;
  align-items: center;
  font-size: 0.8em;
  padding: 1px 5px;
  white-space: nowrap;
  position: relative;
}
.position_set li .arrow-left,
.position_set li .arrow-left:before,
.position_set li .arrow-right,
.position_set li .arrow-right:before {
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
}

.position_set li .arrow-left {
  border-width: 21px 31px 21px 0;
  border-color: transparent #534f4d transparent transparent;
  left: 1px;
  top: 50%;
  transform: translate(-100%, -50%);
}

.position_set li .arrow-left:before {
  content: "";
  top: -20px;
  left: 2px;
  border-width: 20px 30px 20px 0;
  border-color: transparent #f19b97 transparent transparent;
}

.position_set li .arrow-right {
  border-width: 21px 0 21px 31px;
  border-color: transparent transparent transparent #534f4d;
  right: 1px;
  top: 50%;
  transform: translate(100%, -50%);
}

.position_set li .arrow-right:before {
  content: "";
  top: -20px;
  right: 2px;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #f19b97;
}
.img_border {
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(1, 1, 3, 0.5);
  background-color: #fff;
  display: inline-flex;
}

.img_border img {
  max-width: 100%;
  height: auto;
}

.item_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px 5px;
}

.item_list li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.item_list.ticket_box li {
  display: flex;
  flex-direction: row;
}

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

.picture_box .picture_title {
  font-weight: 600;
}

.other_img {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  line-height: 1.5;
}

.other_img.arrow_img {
  margin: 20px 0 0 0;
  flex-wrap: nowrap;
}

.other_img li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px 0;
}

.other_img.three li {
  justify-content: start;
}

.other_img.three li img {
  width: 220px;
}
.other_img.arrow_img .arrow_li img {
  width: 100%;
  height: auto;
}

.other_img.arrow_img li:not(.arrow_li) img {
  width: 220px;
}

.line_info {
  border-top: 4px double #666666;
  padding: 10px 0 0 0;
  margin: 0 0 -20px 0;
}

.img_align {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  justify-content: center;
}

.img_align li {
  display: flex;
  text-align: center;
  justify-content: center;
}

.img_align.two_col li {
  width: calc(50% - 60px);
}
.img_align.two_col li:nth-child(odd) {
  justify-content: end;
}
.img_align.two_col li:nth-child(even) {
  justify-content: left;
}

.picture_box {
  display: flex;
  flex-direction: column;
  gap: 30px 10px;
}

.picture_box .group .title {
  margin: 0 0 10px 0;
}

.ticket {
  position: relative;
  width: 140px;
  background-image: url(../img/friendly/img003_01.png);
  background-size: contain;
  height: 66px;
  text-align: center;
  background-repeat: no-repeat;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
}

.small_table {
  border: 1px solid #333;
  padding: 8px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.small_table .caption {
  border-bottom: 1px solid #333;
  font-weight: 600;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
}

.small_table ul {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 5px;
  text-align: left;
}

.small_table ul.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.small_table ul.one {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.other_style {
  padding: 25px 15px 15px 15px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}

.other_style .title {
  font-weight: 600;
  margin: 0 0 10px 0;
}

.sp_generally {
  border-top: 4px double #666666;
  padding-top: 20px;
}

/* ----------------------線上影展---------------------- */
.sp_area {
  padding: 0 40px;
  margin: 0 0 40px 0;
}
.friendly_swiper_group {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.friendly_swiper_group .big_title {
  margin: 0 0 15px 0;
  font-weight: 600;
  padding: 0 40px;
}

.big_swiper {
  position: relative;
}

.big_swiper .swiper-wrapper .swiper-slide {
  padding: 0 40px;
}

.big_swiper .swiper-wrapper .swiper-slide .img_box {
  padding: 10px;
  box-shadow: 0px 0px 5px inset rgba(1, 1, 3, 0.5);
  background: #fff;
}

.big_swiper .swiper-wrapper .swiper-slide .img_box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.big_swiper .swiper-wrapper .swiper-slide .info {
  border-top: 4px double #666666;
  border-bottom: 4px double #666666;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 10px 15px;
}

.big_swiper .swiper-wrapper .swiper-slide .info .title {
  line-height: 1.2;
  font-weight: 600;
}

.big_swiper .swiper-wrapper .swiper-slide .info .award {
  display: inline-flex;
}

.big_swiper .swiper-wrapper .swiper-slide .info .award span {
  border: 1px solid #666666;
  padding: 5px 20px;
  line-height: 1;
}

.big_swiper .swiper-wrapper .swiper-slide .info .describe {
  line-height: 1.6;
  text-align: justify;
  font-size: 0.95em;
}

.thumbs_swiper {
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 39px;
}

.thumbs_swiper .swiper-wrapper .swiper-slide a {
  border: none;
  margin: 0;
  list-style: none;
  padding: 8px;
  box-shadow: 0px 0px 5px inset rgba(1, 1, 3, 0.5);
  background: #fff;
  display: inline-flex;
}

.thumbs_swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active button {
  background: #ff0000;
  box-shadow: none;
}

.thumbs_swiper .swiper-wrapper .swiper-slide a:hover {
  background: #990000;
  box-shadow: none;
}

.thumbs_swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: auto;
}

.video_swiper .swiper-button {
  font-size: 2em;
  color: #8f8f8f;
}

.big_swiper .swiper-button {
  position: absolute;

  z-index: 2;
}

.big_swiper .swiper-button.btn-prev {
  left: 0;
}

.thumbs_swiper .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
}

.thumbs_swiper .swiper-button.btn-prev {
  left: 0;
}

.thumbs_swiper .swiper-button.btn-next {
  right: 0;
}

.thumbs_swiper .pause-button {
  border: 0px;
  font-size: 1.5em;
  float: right;
  background: transparent;
  margin: 5px 0 0 0;
  color: #8f8f8f;
}
