@import url(https://fonts.googleapis.com/css2?family=Commissioner:wght@500&amp;family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto:wght@700&amp;family=Zen+Kaku+Gothic+New:wght@300&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Commissioner:wght@500&amp;family=Roboto:wght@700&amp;family=Zen+Kaku+Gothic+New:wght@300&amp;display=swap);
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-black_base: #333333;
  --color-gray: #5A5A5A;
  --color-gray_80: #888888;
  --color-gray_50: #B5B6B6;
  --color-gray_30: #DDDDDD;
  --color-gray_20: #EBEBEB;
  --color-gray_10: #F2F2F2;
  --color-gray_5: #F5F5F5;
  --color-gray_3: #FAFAFA;
  /* 基本カラー */
  --color-red: #E60000;
  --color-red_bg: #F8E5E0;
  --color-red_bg_light: #FFF5F2;
  --color-orange_dark: #CE6005;
  --color-orange_high_light: #FF7500;
  --color-orange: #E96B02;
  --color-orange_light: #FCBF6C;
  --color-orange_bg: #F9EBDC;
  --color-orange_bg_light: #FFF5EB;
  --color-turquoise: #2D6783;
  --color-turquoise_light: #6E95A9;
}

html.is-open {
  overflow: hidden;
}

body {
  min-width: 1200px;
}
body._styleguide {
  min-width: auto;
}

a[href^="tel:"] {
  pointer-events: none;
}

.content-wrap {
  position: relative !important;
  overflow: hidden;
}

._sp {
  display: none !important;
}
.mod-page-title .mod-page-title-inner {
  padding: 27px 0;
  width: 960px;
}
.mod-page-title .mod-page-title-inner h1 {
  font-family: "Noto Sans JP", sans-serif;
}
.mod-page-title._mycounter .mod-page-title-inner {
  padding: 22px 0;
}
.mod-page-title._mycounter .mod-page-title-inner h1 {
  color: var(--color-red);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}

.content {
  padding: 0;
  color: var(--color-black_base);
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.pagetop {
  z-index: 100;
}

._mt-60 {
  margin-top: 60px !important;
}

._mt-48 {
  margin-top: 48px !important;
}

._mt-40 {
  margin-top: 40px !important;
}

._mt-32 {
  margin-top: 32px !important;
}

._mt-24 {
  margin-top: 24px !important;
}

._mt-16 {
  margin-top: 16px !important;
}

._mt-12 {
  margin-top: 12px !important;
}

._mt-10 {
  margin-top: 10px !important;
}

._mt-8 {
  margin-top: 8px !important;
}

._mt-4 {
  margin-top: 4px !important;
}

._mt-0 {
  margin-top: 0 !important;
}

._fw-N {
  font-weight: 500 !important;
}

._fw-B {
  font-weight: 700 !important;
}

._ta-L {
  text-align: left !important;
}

._ta-C {
  text-align: center !important;
}

._ta-R {
  text-align: right !important;
}

._jc-L {
  justify-content: flex-start !important;
}

._jc-C {
  justify-content: center !important;
}

._jc-R {
  justify-content: flex-end !important;
}

._va-T {
  vertical-align: top !important;
}

._va-M {
  vertical-align: middle !important;
}

._va-B {
  vertical-align: bottom !important;
}

._ai-T {
  align-items: flex-start !important;
}

._ai-M {
  align-items: center !important;
}

._ai-B {
  align-items: flex-end !important;
}

._as-T {
  align-self: flex-start !important;
}

._as-M {
  align-self: center !important;
}

._as-B {
  align-self: flex-end !important;
}

.heading-2 {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 17px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.heading-2:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-red);
  width: 60px;
  height: 2px;
  content: "";
}

.heading-2_sub {
  display: block;
  margin: 0 0 10px 0;
  border-radius: 100px;
  background-color: var(--color-gray_5);
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.heading-2_sub._white {
  background-color: var(--color-white);
  color: #5A5A5A;
}

.lead {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.lead._center {
  text-align: center;
}

.mc-button {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 0 40px 0;
  width: 100%;
  min-height: 70px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
}
.mc-button[target=_blank] span {
  position: relative;
  padding-right: 19px;
  max-width: 80%;
}
.mc-button[target=_blank] span:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../img/ico_blank_black.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  content: "";
}
.mc-button:after {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  content: "";
}
.mc-button:active {
  box-shadow: none !important;
}
.mc-button:disabled, .mc-button._disabled {
  box-shadow: none !important;
  pointer-events: none;
}
.mc-button._primary {
  cursor: pointer;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-red);
  background-color: var(--color-red);
  color: var(--color-white);
}
.mc-button._primary:after {
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
.mc-button._primary:disabled, .mc-button._primary._disabled {
  border: 1px solid var(--color-gray_50);
  background-color: var(--color-gray_50);
  color: var(--color-gray_30);
}
.mc-button._primary:disabled:after, .mc-button._primary._disabled:after {
  border-top: 2px solid var(--color-gray_30);
  border-right: 2px solid var(--color-gray_30);
}
.mc-button._primary._document span:before {
  background-image: url("../img/ico_document_white.svg");
}
.mc-button._primary._document:disabled span:before, .mc-button._primary._document._disabled span:before {
  background-image: url("../img/ico_document_gray_30.svg");
}
.mc-button._primary[target=_blank] span:after {
  background-image: url("../img/ico_blank_white.svg");
}
.mc-button._secondary {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: 2px solid var(--color-red);
  background-color: var(--color-white);
  color: var(--color-red);
}
.mc-button._secondary:after {
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
}
.mc-button._secondary:disabled, .mc-button._secondary._disabled {
  border: 2px solid var(--color-gray_50);
  color: var(--color-gray_50);
}
.mc-button._secondary:disabled:after, .mc-button._secondary._disabled:after {
  border-top: 2px solid var(--color-gray_50);
  border-right: 2px solid var(--color-gray_50);
}
.mc-button._secondary._document span:before {
  background-image: url("../img/ico_document_orange.svg");
}
.mc-button._secondary._document:disabled span:before, .mc-button._secondary._document._disabled span:before {
  background-image: url("../img/ico_document_gray_50.svg");
}
.mc-button._secondary[target=_blank] span:after {
  background-image: url("../img/ico_blank_red.svg");
}
.mc-button._tertiary {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--color-gray);
  background-color: var(--color-white);
  color: var(--color-black);
}
.mc-button._tertiary:after {
  border-top: 2px solid var(--color-black);
  border-right: 2px solid var(--color-black);
}
.mc-button._tertiary:disabled, .mc-button._tertiary._disabled {
  border: 1px solid var(--color-gray_30);
  color: var(--color-gray_50);
}
.mc-button._tertiary:disabled:after, .mc-button._tertiary._disabled:after {
  border-top: 2px solid var(--color-gray_50);
  border-right: 2px solid var(--color-gray_50);
}
.mc-button._tertiary._document span:before {
  background-image: url("../img/ico_document_black.svg");
}
.mc-button._tertiary._document:disabled span:before, .mc-button._tertiary._document._disabled span:before {
  background-image: url("../img/ico_document_gray_50.svg");
}
.mc-button._tertiary._arrow-bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  box-shadow: none;
}
.mc-button._tertiary._arrow-bottom::after {
  position: relative;
  top: -3px;
  right: 0;
  transform: rotate(135deg);
  transition: top 0.3s, transform 0.3s;
}
.is-open .mc-button._tertiary._arrow-bottom::after {
  top: 4px;
  transform: rotate(315deg);
}
.mc-button._document span {
  position: relative;
  padding-left: 34px;
}
.mc-button._document span:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}
.mc-button._small {
  box-shadow: none;
  padding: 0 40px 0;
  min-height: 40px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.font-initial {
  font-weight: initial;
}

.link {
  display: inline-block;
  position: relative;
  border: none;
  background-color: var(--color-white);
  color: var(--color-black);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.link:link, .link:visited {
  color: var(--color-black);
}
.link:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  background-image: url("../img/ico_link_red.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  content: "";
}
.link-box .link {
  pointer-events: none;
}
.link:disabled {
  pointer-events: none;
  color: var(--color-gray_50);
}
.link:disabled:before {
  background-image: url("../img/ico_link_gray.svg");
}
.link._right {
  padding: 0 32px 0 0;
}
.link._right:before {
  right: 0;
}
.link._right._small {
  padding: 0 23px 0 0;
}
.link._left {
  padding: 0 0 0 32px;
}
.link._left:before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.link._bottom {
  padding: 0 32px 0 0;
}
.link._bottom:before {
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}

.text-link {
  display: inline-block;
  position: relative;
}
.text-link:link, .text-link:visited {
  color: var(--color-turquoise);
  text-decoration: underline;
}
.text-link:after {
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
.text-link[target=_blank] {
  margin-right: 5px;
  padding-right: 19px;
}
.text-link[target=_blank]:after {
  top: 12px;
  right: 0;
  background-image: url("../img/ico_blank_black.svg");
  width: 14px;
  height: 14px;
}
.text-link[href$=".pdf"] {
  padding-right: 34px;
}
.text-link[href$=".pdf"]:after {
  top: 5px;
  right: 0;
  background-image: url("../img/ico_pdf.svg");
  width: 29px;
  height: 19px;
}
.text-link._question {
  padding-left: 23px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.text-link._question:after {
  top: 1px;
  left: 0;
  background-image: url("../img/ico_question.svg");
  width: 18px;
  height: 18px;
}

.list {
  margin: 0;
  padding: 0;
}

.list_item {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.list_item + .list_item {
  margin-top: 6px;
}
.list_item::marker {
  content: none;
}
.list_item:before {
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 100%;
  background-color: var(--color-black_base);
  width: 6px;
  height: 6px;
  content: "";
}
.list_item span {
  color: var(--color-red);
  font-weight: 700;
}
.list._small .list_item {
  padding-left: 11px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.list._small .list_item:before {
  top: 10px;
}
.list_item_number {
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.list_anshin {
  width: 70%;
  margin:10px auto 0 auto;
}
.list_anshin > li {
  color: #e90000 !important;
  padding-left: 3.5em;
  position: relative;
}
.list_anshin > li > span:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.list_number > li {
  padding-left: 2.5em;
  position: relative;
}
.list_number > li > span:first-child {
  position: absolute;
  left: 0;
  top: 0;
}

.card {
  display: flex;
}

.card_item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  width: 100%;
}
.card_item a {
  display: block;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: var(--color-white);
  padding: 30px 40px;
  height: 100%;
  color: var(--color-black_base);
  text-decoration: none;
}
.card_item a[target=_blank] .card_title span:after {
  display: inline-block;
  margin-left: 4px;
  background-image: url("../img/ico_blank_black.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
  content: "";
}
.card._slim .card_item a {
  padding: 30px 20px;
}

.card_title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.card_title span {
  display: inline-block;
  position: relative;
  padding: 76px 0 0;
}
.card_title span:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  content: "";
}
.card._slim .card_title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.card_item._02 .card_title span:before {
  background-image: url("../img/ico_interview.svg");
}
.card_item._03 .card_title span:before {
  background-image: url("../img/ico_internet_banking.svg");
}
.card_item._04 .card_title span:before {
  background-image: url("../img/ico_campaign.svg");
}
.card_item._05 .card_title span:before {
  background-image: url("../img/ico_videos.svg");
}
.card_item._06 .card_title span:before {
  background-image: url("../../new_assets/mufg_mycounter/image/mufg_mycounter-index-ico-01-c.svg");
}
.card_item._08 .card_title span:before {
  background-image: url("../img/ico_reservation.svg");
}
.card_item._09 .card_title span:before {
  background-image: url("../img/ico_kouza.svg");
}

.card_text {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.news {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: 9px;
}

.news_list {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.news_list:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--color-gray_30);
  width: 1px;
  height: 70px;
  content: "";
}

.news_item {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  width: 990px;
}
.news_item + .news_item {
  margin-top: 8px;
}
.news_item p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.news_title {
  position: relative;
  padding-left: 36px;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.news_title:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/ico_information.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  content: "";
}

.news_date {
  min-width: 144px;
}

.news_text {
  flex: 1;
}

.note {
  margin: 0;
  padding: 0;
}
.note._count {
  counter-reset: count 0;
}

.note_item {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.note_item + .note_item {
  margin-top: 10px;
}
.note_item::marker {
  content: none;
}
.note_item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.note._count .note_item {
  padding-left: 41px;
}
.note._count .note_item:before {
  counter-increment: count 1;
  content: "※" counter(count);
}

.slider_pause {
  display: block;
  position: relative;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
  width: 12px;
  height: 14px;
}
.slider_pause:before, .slider_pause:after {
  position: absolute;
  top: 0;
  background-color: var(--color-black);
  width: 4px;
  height: 100%;
  content: "";
}
.slider_pause:before {
  left: 0;
}
.slider_pause:after {
  right: 0;
}
.slider_pause.paused:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 12px solid var(--color-black);
  border-style: solid;
  background-color: transparent;
  width: 0;
  height: 0;
  content: "";
}
.slider_pause.paused:after {
  content: none;
}

.point {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}

.point_item {
  display: flex;
  position: relative;
  gap: 0 60px;
}
.point_item:before {
  position: absolute;
  top: 8px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 310px;
  height: 310px;
  content: "";
}
.point_item._01:before {
  background-image: url("../img/home/img_top-point01_pc.png");
}
.point_item._02:before {
  background-image: url("../img/home/img_top-point02_pc.png");
}
.point_item._03:before {
  background-image: url("../img/home/img_top-point03_pc.png");
}

.point_unit {
  padding-left: 370px;
}

.point_number {
  margin: 0;
  color: var(--color-gray_50);
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
}
.point_number span {
  padding: 0 4px 7px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.point_title {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.point_title span {
  color: var(--color-red);
}
.point_title sup {
  font-size: 16px;
}

.point_text {
  margin: 30px 0 0;
}

.point_note {
  margin: 10px 0 0;
}

.point_link {
  margin: 25px 0 0;
}

.step {
  display: flex;
  gap: 0 40px;
}

.step_item {
  position: relative;
  width: 100%;
}
.step_item + .step_item:before {
  position: absolute;
  top: 121px;
  left: -27px;
  transform: rotate(45deg);
  border-top: 2px solid var(--color-gray_80);
  border-right: 2px solid var(--color-gray_80);
  width: 8px;
  height: 8px;
  content: "";
}

.step_number {
  margin: 0;
  color: var(--color-gray_80);
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}
.step_number span {
  padding: 0 5px 12px 0;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.step_title {
  position: relative;
  margin-top: 2px;
  padding: 195px 0 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.step_title:before {
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  content: "";
}
.step_title:after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 88px;
  height: 88px;
  content: "";
}
.step_item._01 .step_title:after {
  background-image: url("../img/ico_step01.svg");
}
.step_item._01 .step_title:before {
  background-image: url("../img/home/img_top-step01_pc.png");
}
.step_item._02 .step_title:after {
  background-image: url("../img/ico_step02.svg");
}
.step_item._02 .step_title:before {
  background-image: url("../img/home/img_top-step02_pc.png");
}
.step_item._03 .step_title:after {
  background-image: url("../img/ico_step03.svg");
}
.step_item._03 .step_title:before {
  background-image: url("../img/home/img_top-step03_pc.png");
}

/* fun park用 */
.step_title_fp {
  position: relative;
  margin-top: 2px;
  padding: 195px 0 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.step_title_fp:before {
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  content: "";
}
.step_title_fp:after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 88px;
  height: 88px;
  content: "";
}
.step_item._01 .step_title_fp:after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-25-c.svg");
}
.step_item._01 .step_title_fp:before {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-img-02-p.png");
}
.step_item._02 .step_title_fp:after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-26-c.svg");
}
.step_item._02 .step_title_fp:before {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-img-03-p.png");
}
.step_item._03 .step_title_fp:after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-27-c.svg");
}
.step_item._03 .step_title_fp:before {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-img-04-p.png");
}

.step_text {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.step_note {
  margin: 10px 0 0;
}

.staff-card {
  position: relative;
  border-radius: 16px;
  background-color: var(--color-white);
  padding: 138px 40px 40px;
  overflow: hidden;
}
.staff-card::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-red_bg_light);
  width: 100%;
  height: 70px;
  content: "";
}
.staff-card::after {
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  background-image: url("../img/reservation/bg_staff-card.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  content: "";
}

.staff-card_title {
  position: relative;
  z-index: 1;
  color: var(--color-black_base);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.staff-card_title::after {
  display: block;
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  content: "";
}
.staff-card_title._bear::after {
  background-image: url("../img/reservation/icon_staff-card_bear.png");
}
.staff-card_title._boar::after {
  background-image: url("../img/reservation/icon_staff-card_boar.png");
}
.staff-card_title._cat::after {
  background-image: url("../img/reservation/icon_staff-card_cat.png");
}
.staff-card_title._chicken::after {
  background-image: url("../img/reservation/icon_staff-card_chicken.png");
}
.staff-card_title._cow::after {
  background-image: url("../img/reservation/icon_staff-card_cow.png");
}
.staff-card_title._crocodile::after {
  background-image: url("../img/reservation/icon_staff-card_crocodile.png");
}
.staff-card_title._deer::after {
  background-image: url("../img/reservation/icon_staff-card_deer.png");
}
.staff-card_title._dog::after {
  background-image: url("../img/reservation/icon_staff-card_dog.png");
}
.staff-card_title._dolphin::after {
  background-image: url("../img/reservation/icon_staff-card_dolphin.png");
}
.staff-card_title._dragon::after {
  background-image: url("../img/reservation/icon_staff-card_dragon.png");
}
.staff-card_title._elephant::after {
  background-image: url("../img/reservation/icon_staff-card_elephant.png");
}
.staff-card_title._flog::after {
  background-image: url("../img/reservation/icon_staff-card_flog.png");
}
.staff-card_title._fox::after {
  background-image: url("../img/reservation/icon_staff-card_fox.png");
}
.staff-card_title._giraffe::after {
  background-image: url("../img/reservation/icon_staff-card_giraffe.png");
}
.staff-card_title._gorilla::after {
  background-image: url("../img/reservation/icon_staff-card_gorilla.png");
}
.staff-card_title._horse::after {
  background-image: url("../img/reservation/icon_staff-card_horse.png");
}
.staff-card_title._lion::after {
  background-image: url("../img/reservation/icon_staff-card_lion.png");
}
.staff-card_title._monkey::after {
  background-image: url("../img/reservation/icon_staff-card_monkey.png");
}
.staff-card_title._mouse::after {
  background-image: url("../img/reservation/icon_staff-card_mouse.png");
}
.staff-card_title._owl::after {
  background-image: url("../img/reservation/icon_staff-card_owl.png");
}
.staff-card_title._panda::after {
  background-image: url("../img/reservation/icon_staff-card_panda.png");
}
.staff-card_title._penguin::after {
  background-image: url("../img/reservation/icon_staff-card_penguin.png");
}
.staff-card_title._pig::after {
  background-image: url("../img/reservation/icon_staff-card_pig.png");
}
.staff-card_title._rabbit::after {
  background-image: url("../img/reservation/icon_staff-card_rabbit.png");
}
.staff-card_title._raccoon::after {
  background-image: url("../img/reservation/icon_staff-card_raccoon.png");
}
.staff-card_title._sheep::after {
  background-image: url("../img/reservation/icon_staff-card_sheep.png");
}
.staff-card_title._snake::after {
  background-image: url("../img/reservation/icon_staff-card_snake.png");
}
.staff-card_title._squirrel::after {
  background-image: url("../img/reservation/icon_staff-card_squirrel.png");
}
.staff-card_title._tiger::after {
  background-image: url("../img/reservation/icon_staff-card_tiger.png");
}
.staff-card_title._koala::after {
  background-image: url("../img/reservation/icon_staff-card_koala.png");
}

/* fun park用 */
.staff-card_title._bear_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-01-c.png");
}
.staff-card_title._boar_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-02-c.png");
}
.staff-card_title._cat_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-03-c.png");
}
.staff-card_title._chicken_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-04-c.png");
}
.staff-card_title._cow_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-05-c.png");
}
.staff-card_title._crocodile_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-06-c.png");
}
.staff-card_title._deer_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-07-c.png");
}
.staff-card_title._dog_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-08-c.png");
}
.staff-card_title._dolphin_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-09-c.png");
}
.staff-card_title._dragon_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-10-c.png");
}
.staff-card_title._elephant_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-11-c.png");
}
.staff-card_title._flog_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-12-c.png");
}
.staff-card_title._fox_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-13-c.png");
}
.staff-card_title._giraffe_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-14-c.png");
}
.staff-card_title._horse_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-15-c.png");
}
.staff-card_title._lion_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-16-c.png");
}
.staff-card_title._owl_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-17-c.png");
}
.staff-card_title._panda_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-18-c.png");
}
.staff-card_title._penguin_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-19-c.png");
}
.staff-card_title._rabbit_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-20-c.png");
}
.staff-card_title._raccoon_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-21-c.png");
}
.staff-card_title._sheep_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-22-c.png");
}
.staff-card_title._squirrel_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-23-c.png");
}
.staff-card_title._tiger_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-24-c.png");
}
.staff-card_title._snake_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-25-c.png");
}
.staff-card_title._koala_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-26-c.png");
}
.staff-card_title._monkey_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-28-c.png");
}
.staff-card_title._pig_fp::after {
  background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-ico-29-c.png");
}

.staff-card_text {
  margin-top: 10px;
  min-height: 60px;
  color: var(--color-black_base);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.staff-card_button {
  cursor: pointer;
  margin-top: 20px;
}
.staff-card_button.mc-button:after {
  right: 15px;
  width: 8px;
  height: 8px;
}

._round {
  display: block;
  border-radius: 16px;
}
._round._min {
  border-radius: 8px;
}

._round-sp {
  display: block;
  overflow: hidden;
}

.mc-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.mc-checkbox input[type=checkbox] {
  position: relative;
  top: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  border: 1px solid var(--color-gray_50);
  border-radius: 4px;
  background: none;
  padding: 0;
  width: 24px;
  height: 24px;
}
.mc-checkbox input[type=checkbox] + span {
  flex: 1 1 0;
  padding-left: 5px;
  font-size: 20px;
}
.mc-checkbox input[type=checkbox]:checked::before, .mc-checkbox input[type=checkbox]:checked::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  content: "";
}
.mc-checkbox input[type=checkbox]:checked::before {
  border-radius: 3px;
  background-color: var(--color-red);
  width: 18px;
  height: 18px;
}
.mc-checkbox input[type=checkbox]:checked::after {
  top: 5px;
  bottom: auto;
  background-image: url("../img/ico_check.svg");
  width: 14px;
  height: 11px;
}

.pager {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 20px;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.pager_item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  color: var(--color-black);
  font-weight: 700;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.pager-unit:link, .pager-unit:visited {
  color: var(--color-black);
}
.pager-unit._prev {
  position: absolute;
  left: 0;
  z-index: 1;
}
.pager-unit._prev::before {
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
  z-index: 2;
  transition: border-color 0.3s;
  margin: auto;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  width: 10px;
  height: 10px;
  content: "";
}
.pager-unit._next {
  position: absolute;
  right: 0;
  z-index: 1;
  transition: border-color 0.3s;
}
.pager-unit._next::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -6px;
  transform: rotate(45deg);
  z-index: 2;
  transition: border-color 0.3s;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 10px;
  height: 10px;
  content: "";
}
.pager-unit._dots {
  box-shadow: none;
  border-radius: 0;
  background-image: url("../img/ico_dots.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 8px;
}
.pager-unit._current {
  box-shadow: none;
  background-color: var(--color-gray_10);
  pointer-events: none;
  color: var(--color-gray_50);
}

.campaign-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

.campaign-card_item {
  border-radius: 16px;
  background-color: var(--color-gray_3);
  width: calc((100% - 40px) / 2);
  overflow: hidden;
}
.campaign-card_item.bg_color_transparent {
  background-color: transparent;
}
.campaign-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.campaign-card-head {
  box-sizing: border-box;
  background-color: var(--color-red_bg_light);
  padding: 40px;
  width: 100%;
}

.campaign-card-head_title {
  margin: 0;
  color: var(--color-red);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.campaign-card-content {
  box-sizing: border-box;
  padding: 40px 25px 90px;
}

.campaign-card-content-text {
  margin: 16px 0;
  font-size: 16px;
  line-height: 1.7;
}
.campaign-card-content-text span {
  color: var(--color-red);
  font-weight: 700;
}

.campaign-card-content-meta {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.campaign-card-content-meta + .campaign-card-content-meta {
  margin-top: 20px;
}

.campaign-card-content-meta_head {
  box-sizing: border-box;
  padding-top: 4px;
  width: 80px;
  color: var(--color-gray);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: right;
}
.campaign-card-content-meta_head span {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
._period .campaign-card-content-meta_head span::before {
  display: block;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  background-image: url("../img/ico_period.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
  content: "";
}
._deadline .campaign-card-content-meta_head span::before {
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  background-image: url("../img/ico_date.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}

.campaign-card-content-meta_item {
  flex: 1 1 0;
  box-sizing: border-box;
  border-left: 1px solid var(--color-gray_30);
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
._period .campaign-card-content-meta_item, ._deadline .campaign-card-content-meta_item {
  font-weight: 700;
}
._condition .campaign-card-content-meta_item {
  border-left: none;
  padding-left: 0;
}

.campaign-card-content_link {
  margin-top: 40px;
}

.sidenav {
  position: absolute;
  top: 41px;
  right: 0;
  z-index: 1000;
  transition: right 0.3s ease-in-out;
  height: 100%;
  max-height: 593px;
}
.sidenav.is-fixed {
  position: fixed;
  top: 0;
}
.sidenav.is-close {
  right: -115px;
}

.sidenav_button {
  position: absolute;
  top: 0;
  left: -31px;
  cursor: pointer;
  border-radius: 0px 0px 0px 8px;
  background-color: var(--color-red);
  width: 32px;
  height: 32px;
}
.sidenav_button:before {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/ico_sidenav_close.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 18px;
  content: "";
}
.sidenav_button.is-close:before {
  background-image: url("../img/ico_sidenav_open.svg");
}

.sidenav_inner {
  padding-left: 1px;
  height: 100%;
  overflow-y: scroll;
}
.sidenav_inner::-webkit-scrollbar {
  display: none;
}

.sidenav_list {
  position: relative;
  z-index: 1;
  background-color: var(--color-red);
  padding: 4px 0 0 4px;
}

.sidenav_item {
  position: relative;
  border-radius: 8px 0px 0px 8px;
}
.sidenav_item + .sidenav_item {
  margin-top: 1px;
}
.sidenav_item + .sidenav_item:before {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #CE6005;
  width: 100px;
  height: 1px;
  content: "";
}
.sidenav_item a, .sidenav_item button {
  display: block;
  padding: 10px 9px 10px 6px;
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
}
.sidenav_item a span, .sidenav_item button span {
  display: block;
  position: relative;
  padding-top: 40px;
}
.sidenav_item a span:before, .sidenav_item button span:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  content: "";
}
.sidenav_item button {
  cursor: pointer;
}
.sidenav_item._current:after {
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
  border-style: solid;
  width: 0;
  height: 0;
  content: "";
}
.sidenav_item._01 a span:before {
  background-image: url("../img/ico_reservation_white.svg");
}
.sidenav_item._02 a span:before {
  background-image: url("../img/ico_interview_white.svg");
}
.sidenav_item._03 a span:before {
  background-image: url("../img/ico_mypage.svg");
}
.sidenav_item._04 {
  position: relative;
}
.sidenav_item._04.is-open button span:after {
  bottom: -16px;
  transform: translateX(-50%) rotate(135deg);
}
.sidenav_item._04 button span:before {
  content: none;
}
.sidenav_item._04 button span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  border-bottom: 2px solid #888888;
  border-left: 2px solid #888888;
  background-color: transparent;
  width: 9px;
  height: 9px;
  content: "";
}

.sidenav_sub-list {
  border-radius: 0 0px 0px 8px;
  background-color: var(--color-red);
  padding: 4px 0 4px 4px;
}

.sidenav_sub-item {
  position: relative;
  background-color: #FFFFFF;
}
.sidenav_sub-item + .sidenav_sub-item {
  margin-top: 1px;
}
.sidenav_sub-item + .sidenav_sub-item:before {
  position: absolute;
  top: -1px;
  right: 0;
  background: linear-gradient(to right, #FFFFFF 0, #FFFFFF 10px, #dddddd 10px, #dddddd 100%);
  width: 100%;
  height: 1px;
  content: "";
}
.sidenav_sub-item:first-child {
  border-radius: 8px 0 0 0;
}
.sidenav_sub-item:first-child:before {
  content: none;
}
.sidenav_sub-item:last-child {
  border-radius: 0 0 0 8px;
}
.sidenav_sub-item._current {
  background-color: var(--color-red);
}
.sidenav_sub-item._current:after {
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
  border-style: solid;
  width: 0;
  height: 0;
  content: "";
}
.sidenav_sub-item._current a {
  color: #FFFFFF;
}
.sidenav_sub-item a {
  display: block;
  padding: 10px;
  color: var(--color-red);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.sidenav_sub-item a[target=_blank] span:after {
  display: inline-block;
  margin-left: 2px;
  background-image: url("../img/ico_blank_red.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 9px;
  height: 10px;
  content: "";
}

.sidenav_sub-item.bg-red-fixed {
  background-color: var(--color-red);
}
.sidenav_sub-item.bg-red-fixed a {
  color: var(--color-white);
}

.mv {
  width: 100%;
}

.mv_slide-item {
  width: 100%;
}
.mv_slide-item a img {
  width: 100%;
}
.mv_slide-item._reservations {
  height: 31.25vw;
  min-height: 375px;
}
.mv_slide-item._reservations a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: var(--color-gray_5);
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.mv_slide-item._reservations a:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/home/img_mv_slide01_pc.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 47.5694444444vw;
  min-width: 570px;
  height: 100%;
  content: "";
}
.mv_slide-item._reservations .mv_inner {
  position: relative;
  z-index: 1;
  margin: 14px auto 0;
  width: 100%;
  max-width: 1200px;
}
.mv_slide-item._reservations .mv_unit {
  display: flex;
}
.mv_slide-item._reservations .mv_logo {
  margin-top: 2px;
  width: 220px;
}
.mv_slide-item._reservations .mv_unit-inner {
  flex: 1;
  margin-left: 24px;
}
.mv_slide-item._reservations .mv_title {
  color: var(--color-black);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.mv_slide-item._reservations .mv_test {
  margin-top: 10px;
  color: var(--color-black);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.mv_slide-item._reservations .mv_button {
  margin: 48px 0 0 0;
  max-width: 400px;
}

.mv_thumb {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 19px 28px 21px 0;
}

.mv_thumb-list {
  position: relative;
  z-index: 1;
}

.mv_thumb-item {
  cursor: pointer;
  box-sizing: content-box;
  padding: 0 5px;
  width: 200px;
}
.mv_thumb-item.slick-current {
  opacity: 0.6;
}
.mv_thumb-item img {
  width: 100%;
}

.mv_arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 630px;
  height: 80px;
}

.mv_arrows-prev, .mv_arrows-next {
  position: absolute;
  top: 51%;
  cursor: pointer;
  border-top: 2px solid var(--color-black);
  border-left: 2px solid var(--color-black);
  background-color: transparent;
  width: 8px;
  height: 8px;
}

.mv_arrows-prev {
  /* left: -128px; when 4 slides */
  left: -228px;
  /* left: -327px; when 6 slides */
  transform: translateY(-50%) rotate(-45deg);
}

.mv_arrows-next {
  /* right: -128px; when 4 slides */
  right: -228px;
  /* right: -327px; when 6 slides */
  transform: translateY(-50%) rotate(135deg);
}

.mv_pause {
  position: absolute;
  top: 51%;
  /* right: -158px; when 4 slides */
  right: -258px;
  /* right: -352px; when 6 slides */
  transform: translateY(-50%);
}

.attention_unit {
  display: flex;
  align-items: flex-start;
  gap: 0 60px;
}

.attention_title {
  position: relative;
  padding-left: 50px;
  width: 100%;
  max-width: 250px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.attention_title:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/ico_information.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  content: "";
}

.attention_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.attention_text span {
  font-weight: 700;
}

.attention_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
.attention_link a {
  width: 100%;
  max-width: 420px;
}

.rooms_title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.rooms_list {
  margin-top: 10px;
}

.rooms_note {
  margin-top: 10px;
}

.rooms_link {
  margin: 40px auto 0;
  width: 100%;
  max-width: 400px;
}

.contact {
  background-color: #F2F2F2;
}

.contact_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.contact_unit {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 40px 130px 40px 20px;
  width: 660px;
}
.contact_unit + .contact_unit {
  position: relative;
  align-items: flex-start;
  padding: 40px 20px 40px 130px;
}
.contact_unit + .contact_unit:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--color-gray_30);
  width: 1px;
  height: 108px;
  content: "";
}

.contact_title {
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.contact_tel {
  margin: 9px auto 0;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.contact_tel a {
  color: var(--color-black_base);
}

.contact_text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.contact_tel-number {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
}
.contact_tel-number:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../../assets/img/parts/icon_freecall_02.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 18px;
  content: "";
}

.contact_date {
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.contact_notes {
  border-top: 1px solid var(--color-gray_30);
  background-color: #F5F5F5;
  width: 100%;
}
.contact_notes._bg-white {
  background: #fff;
}

.contact_notes-inner {
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  max-width: 1200px;
}
.contact_notes-inner._small {
  padding: 40px 0;
}

.contact_notes-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.contact_notes-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.tab_button-unit {
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
}

.tab_button {
  position: relative;
  cursor: pointer;
  border: 1px solid #B5B6B6;
  background-color: var(--color-gray_10);
  padding: 25px;
  width: 100%;
  max-width: 400px;
  color: var(--color-black);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.tab_button:first-child {
  border-radius: 8px 0 0 0;
}
.tab_button:last-child {
  border-radius: 0 8px 0 0;
}
.tab_button + .tab_button {
  border-left: none;
}
.tab_button._active {
  border-bottom: none;
  background-color: var(--color-white);
}
.tab_button span._large {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.tab_button span._small {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.tab_button span._red {
  color: #E60000;
}

.tab_button-sub {
  position: absolute;
  bottom: 118px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #F8DEDE;
  padding: 6px 15px;
  width: 100%;
  max-width: 255px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.tab_content-unit {
  border-top: 1px solid #B5B6B6;
  background-color: var(--color-white);
  padding: 60px 0;
}

.tab_content {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.tab_content._show {
  display: block;
}

.accordion_unit {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.accordion_unit + .accordion_unit {
  margin-top: 10px;
}

.accordion_heading {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  background-color: #FFF;
  padding: 24px 81px 25px 78px;
  width: 100%;
  color: #333333;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
}
.accordion_heading:before {
  position: absolute;
  top: 47%;
  right: 33px;
  transform: translateY(-50%) rotate(225deg) scale(1);
  border-top: 2px solid #888888;
  border-left: 2px solid #888888;
  width: 9px;
  height: 9px;
  content: "";
}
.accordion_heading:after {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  content: "Q.";
  color: #E60000;
  font-weight: 700;
  font-size: 27px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
}
.accordion_heading._active:before {
  top: 53%;
  transform: translateY(-50%) rotate(225deg) scale(-1);
}

.accordion_content {
  display: none;
  border-top: 1px solid #DDDDDD;
}

.accordion_inner {
  display: flex;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  padding: 22px 30px 22px 78px;
  min-height: 85px;
}
.accordion_inner:before {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  content: "A.";
  color: #5A5A5A;
  font-weight: 700;
  font-size: 27px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
}
.accordion_content._open .accordion_inner:before {
  opacity: 1;
}

.accordion_text {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.accordion_content._open .accordion_text {
  opacity: 1;
}

.voice-container {
  margin-bottom: 100px;
  width: 100%;
}

.voice {
  position: relative;
  padding: 60px 0;
}
.voice:before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 16px 16px 0px;
  background-color: #FFF5F2;
  width: 83.3333333333vw;
  min-width: 1080px;
  height: 100%;
  content: "";
}

.voice_slide {
  position: relative;
  margin: 50px 0 0;
}

.voice_slide-list.slick-slider {
  margin-bottom: 40px;
}
.voice_slide-list.slick-slider .slick-track {
  display: flex;
  margin: 0 0 0 -212px;
}

.voice_slide-item {
  position: relative;
  box-sizing: border-box;
  margin: 10px 12px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 30px 39px 90px 40px;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.voice_slide-item:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 102px;
  height: 100px;
  content: "";
}
.voice_slide-item._01:after {
  background-image: url("../img/ico_voice01.svg");
}
.voice_slide-item._02:after {
  background-image: url("../img/ico_voice02.svg");
}
.voice_slide-item._03:after {
  background-image: url("../img/ico_voice03.svg");
}
.voice_slide-item._04:after {
  background-image: url("../img/ico_voice04.svg");
}
.voice_slide-item._05:after {
  background-image: url("../img/ico_voice05.svg");
}
.voice_slide-item._06:after {
  background-image: url("../img/ico_voice06.svg");
}

.voice_slide-text {
  position: relative;
  z-index: 1;
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.voice_slide-text:before {
  position: absolute;
  top: -15px;
  left: -24px;
  z-index: -1;
  background-image: url("../img/ico_quote.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 28px;
  height: 24px;
  content: "";
}

.voice_arrows {
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 0 438px;
}

.voice_arrows-prev,
.voice_arrows-next {
  position: relative;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  background-color: #FFFFFF;
  width: 60px;
  height: 60px;
}
.voice_arrows-prev:before,
.voice_arrows-next:before {
  position: absolute;
  top: 51%;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  width: 9px;
  height: 9px;
  content: "";
}

.voice_arrows-prev:before {
  left: 53%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.voice_arrows-next {
  margin-left: 24px;
}
.voice_arrows-next:before {
  left: 46%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.voice_playback {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.voice_dots {
  display: flex !important;
  position: static;
  gap: 0 10px;
  width: auto;
}
.voice_dots li {
  display: block;
  margin: 0;
}

.voice_pause {
  margin-left: 15px;
}

.voice_button {
  margin: 40px auto 0;
  width: 100%;
  max-width: 450px;
}

.staff {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.staff_item {
  box-sizing: border-box;
  width: 282px;
}
.staff_item:not([data-category=a]) {
  display: none;
}

.link-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
  width: 100%;
}

.link-box_item {
  border-top: 1px solid var(--color-gray_30);
  padding: 40px 0;
  width: calc((100% - 60px) / 2);
}
.link-box_item .link {
  display: block;
}
.link-box_item[target=_blank] span:after {
  display: inline-block;
  margin-left: 4px;
  background-image: url("../img/ico_blank_black.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 13px;
  height: 14px;
  content: "";
}

.link-box_image {
  margin-bottom: 20px;
  border-radius: 8px;
  aspect-ratio: 45/16;
  width: 100%;
  overflow: hidden;
}
.link-box_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.movie-box {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--color-gray_30);
  padding-bottom: 60px;
}
.movie-box:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.movie-box_item {
  width: 400px;
}

.movie-box_movie-container {
  aspect-ratio: 400/225;
  width: 100%;
  overflow: hidden;
}
.movie-box_movie-container iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.movie-box_description {
  flex: 1 1 0;
}
.movie-box_description .note {
  margin-top: 10px;
}

.movie-box_title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.detail-about-icon {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  width: 100%;
}

.detail-about-icon_item {
  border-radius: 16px;
  background-color: var(--color-gray_3);
  width: calc((100% - 80px) / 3);
  overflow: hidden;
}

.detail-about-icon-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
  min-height: 208px;
}
._bank .detail-about-icon-head {
  background-color: #F8DEDE;
}
._web .detail-about-icon-head {
  background-color: #CCEFF9;
}
._mail .detail-about-icon-head {
  background-color: #FDF7DB;
}

.detail-about-icon-head_title {
  position: relative;
  margin: 0;
  padding-top: 56px;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.detail-about-icon-head_title:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  content: "";
}
.detail-about-icon-head_title._bank:before {
  background-image: url("../img/ico_internet_banking.svg");
}
.detail-about-icon-head_title._web:before {
  background-image: url("../img/ico_web_meeting.svg");
}
.detail-about-icon-head_title._mail:before {
  background-image: url("../img/ico_post.svg");
}

.detail-about-icon-body {
  box-sizing: border-box;
  padding: 40px 40px 45px 40px;
  width: 100%;
}
.detail-about-icon-body .list + .note {
  margin-top: 21px;
}

.detail-table {
  margin-top: 60px;
  width: 100%;
}

.detail-table_head {
  border-top: 1px solid var(--color-gray_30);
  border-bottom: 1px solid var(--color-gray_30);
  background-color: var(--color-orange_bg);
  width: 100%;
  height: 107px;
}

.detail-table-heading {
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid var(--color-gray_30);
  padding: 24px;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
.detail-table-heading:last-child {
  border-right: 0;
}
.detail-table-heading._purpose {
  width: 431px;
}
.detail-table-heading._product {
  width: 255px;
}
.detail-table-heading._ask {
  width: 113px;
}
.detail-table-heading._apply {
  width: 397px;
}
.detail-table-heading._apply .text-link {
  display: block;
  margin: 4px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.detail-table_body {
  width: 100%;
}
.detail-table_body .detail-table_row {
  border-bottom: 1px solid var(--color-gray_30);
}

.detail-table-body-purpose-head {
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid var(--color-gray_30);
  background-color: var(--color-red_bg);
  padding: 24px 22px 24px 24px;
  width: 180px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.detail-table-body-purpose-item {
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid var(--color-gray_30);
  background-color: var(--color-red_bg_light);
  padding: 28px 24px;
  width: 251px;
}
.detail-table-body-purpose-item .list_item + .list_item {
  margin-top: 11px;
}

.detail-table-body-product {
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid var(--color-gray_30);
  padding: 19px 20px 17px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.detail-table-body-product_headline {
  display: none;
}

.detail-table-body-ask {
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid var(--color-gray_30);
  padding: 13px 9px 12px 10px;
}

.detail-table-body-apply {
  vertical-align: middle;
  box-sizing: border-box;
  padding: 7px 0 7px 24px;
}

.detai-table-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.detai-table-icon._ask {
  margin: 0 auto;
  border: 2px solid #CEE3BE;
  background-color: #E6F1DE;
  width: 60px;
  height: 60px;
}
.detai-table-icon._bank {
  background-color: #F1BDBD;
}
.detai-table-icon._web {
  background-color: #99DFF3;
}
.detai-table-icon._mail {
  background-color: #FCEEB8;
}
.detai-table-icon._inactive {
  background-color: var(--color-gray_5);
  color: var(--color-gray_50);
}

.detai-table-icon-container {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
.detai-table-icon-container .detai-table-icon {
  width: 106px;
  height: 60px;
  letter-spacing: normal;
}

.detai-table-icon-notes {
  margin: 3px 0 0 1px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.detail-table-body-content-text {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.about-outro_image {
  margin: 60px auto;
}
.about-outro_image img {
  border-radius: 16px;
  width: 100%;
}

.about-outro_text {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.about-box {
  display: flex;
  gap: 60px;
  margin: 60px auto 60px 0;
  width: 100%;
  max-width: 1080px;
}

.about-box_thumb {
  margin-top: 8px;
  width: 430px;
}
.about-box_thumb img {
  border-radius: 8px;
  width: 100%;
}

.about-box_description {
  flex: 1 1 0;
}

.about-box-title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.about-box-text span {
  color: var(--color-red);
  font-weight: 700;
}

.staff-filter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.staff-filter_title {
  margin-right: 1em;
  border-right: 1px solid var(--color-gray_30);
  padding-right: 1em;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.staff-filter_list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.staff-filter_item._all {
  margin-left: 32px;
}

.staff-filter_button {
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid var(--color-gray);
  border-radius: 100vw;
  background-color: transparent;
  padding: 7px 16px;
  color: var(--color-gray);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
._all > .staff-filter_button {
  border-color: var(--color-black);
  background-color: var(--color-white);
  padding-right: 22px;
  padding-left: 22px;
  color: var(--color-black);
  font-size: 16px;
}
.staff-filter_button.is-active {
  border-color: var(--color-red);
  background-color: var(--color-red);
  pointer-events: none;
  color: var(--color-white);
}
.staff-filter_button.is-disabled {
  border-color: var(--color-gray_50);
  background-color: var(--color-gray_10);
  pointer-events: none;
  color: var(--color-gray_50);
}

.reservation-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
}
.reservation-modal *,
.reservation-modal *::before,
.reservation-modal *::after {
  box-sizing: border-box;
}

.reservation-modal_background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.reservation-modal_wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  pointer-events: none;
}

.reservation-modal_contents {
  position: relative;
  width: 600px;
}

.reservation-modal_close {
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--color-gray);
  width: 40px;
  height: 40px;
  pointer-events: auto;
}
.reservation-modal_close::before, .reservation-modal_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100vw;
  background-color: var(--color-white);
  width: 16px;
  height: 2px;
  content: "";
}
.reservation-modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.reservation-modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.reservation-modal_card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  background-color: var(--color-white);
  padding: 40px;
  width: 100%;
  pointer-events: auto;
}

.reservation-modal_note {
  margin-top: 10px;
}

.reservation-modal_buttons {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}

.reservation-modal_button {
  flex: 1;
}
.reservation-modal_button > .mc-button {
  cursor: pointer;
}

.procedure-box {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 400px 1fr;
  grid-template-areas: "thumb num" "thumb content";
  gap: 10px 60px;
  width: 100%;
}
.procedure-box + .procedure-box {
  margin-top: 60px;
}

.procedure-box_thumb {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: thumb;
}
.procedure-box_thumb img {
  width: 100%;
}

.procedure-box_num {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: num;
  margin: 0;
  color: var(--color-gray_50);
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.procedure-box_num span {
  padding: 0 4px 7px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.procedure-box_description {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: content;
}
.procedure-box_description .note {
  margin-top: 10px;
}

.procedure-box_title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.procedure-movie {
  margin: 0 auto;
  border-radius: 8px;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 710px;
  overflow: hidden;
}
.procedure-movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.agree-container_content {
  width: 100%;
}
.agree-container_content h2 ~ h3 {
  margin-top: 30px;
}

.agree-content-heading {
  margin: 0 0 40px;
  color: #000;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.agree-content-heading-2 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.agree-container_botttom {
  margin: 60px 0 0;
  border-top: 1px solid var(--color-gray_30);
  padding-top: 60px;
}
.agree-container_botttom .mc-checkbox {
  margin: 0 auto;
}
.agree-container_botttom .mc-checkbox span {
  color: var(--color-red);
  font-weight: 700;
}

.news-list {
  width: 100%;
}
.news-list + .news-list {
  margin-top: 20px;
  background-image: linear-gradient(to right, var(--color-gray_30) 4px, transparent 4px);
  background-position: left top;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  padding-top: 20px;
}

.news-list_item {
  width: 100%;
}

.news-list-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  width: 100%;
}

.news-list-meta_date {
  font-size: 18px;
  line-height: 2;
}

.news-list-meta_category {
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0 10px;
  min-width: 107px;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
.news-list-meta_category._01 {
  background-color: #CEE3BE;
}
.news-list-meta_category._02 {
  background-color: #F1BDBD;
}
.news-list-meta_category._03 {
  background-color: #99DFF3;
}

.news-list-title {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
}

.news-list-link:link, .news-list-link:visited {
  color: var(--color-black_base);
  text-decoration: none;
}

.news-article-header_title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.news-article-header_date {
  position: relative;
  z-index: 1;
  padding-left: 25px;
  font-size: 18px;
  line-height: 2;
}
.news-article-header_date::before {
  display: block;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  background-image: url("../img/ico_date.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}

.news-article-content p {
  margin: 36px 0;
}
.news-article-content p:first-child {
  margin-top: 0;
}
.news-article-content p:last-child {
  margin-bottom: 0;
}

.campaign-article-image {
  margin: 40px auto;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}
.campaign-article-image img {
  width: 100%;
}
.campaign-article-image:first-child {
  margin-top: 0;
}
.campaign-article-image:last-child {
  margin-bottom: 0;
}

.campaign-article-meta-container {
  margin-bottom: 60px;
  border-bottom: 1px solid var(--color-gray_30);
  padding-bottom: 60px;
  width: 100%;
}

.campaign-article-meta {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.campaign-article-meta + .campaign-article-meta {
  margin-top: 20px;
}

.campaign-article-meta_head {
  box-sizing: border-box;
  padding-top: 4px;
  width: 80px;
  color: var(--color-gray);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: right;
}
.campaign-article-meta_head span {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
._time .campaign-article-meta_head span::before {
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  background-image: url("../img/ico_date.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}

.campaign-article-meta_item {
  flex: 1 1 0;
  box-sizing: border-box;
  border-left: 1px solid var(--color-gray_30);
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.campaign-article-meta_item strong {
  font-weight: 700;
}
.campaign-article-meta_item .note {
  margin-top: 10px;
}
._detail .campaign-article-meta_item {
  border-left: none;
  padding-left: 0;
}

.campaign-article-note {
  box-sizing: border-box;
  margin-top: 60px;
  border-radius: 16px;
  background-color: var(--color-gray_3);
  padding: 40px;
  width: 100%;
}
.campaign-article-note p {
  margin: 20px 0;
}
.campaign-article-note p:first-child {
  margin-top: 0;
}
.campaign-article-note p:last-child {
  margin-bottom: 0;
}
.campaign-article-note .list_item::before {
  top: 11px;
}

.campaign-article-note_heading {
  margin-bottom: 40px;
  color: var(--color-black);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.campaign-article-note_heading-2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.campaign-article-note_heading-2 ~ .campaign-article-note_heading-2 {
  margin-top: 40px;
}

.main-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.section {
  padding: 100px 0;
}
.section + .section {
  border-top: 1px solid var(--color-gray_30);
}
.section._middle {
  padding: 80px 0 100px;
}

.section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.section_inner._narrow {
  max-width: 960px;
}
.section_inner._full {
  max-width: none;
}

.section_lead {
  margin: 60px auto 0;
  max-width: 960px;
}

.section_box {
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 16px;
  background-color: var(--color-gray_3);
  padding: 40px 60px;
}
.section_box._small {
  padding: 40px;
  width: 100%;
  max-width: 960px;
}

.section_box_pink {
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 16px;
  background-color: var(--color-red_bg);
  padding: 40px 60px;
}

.section_tab {
  margin-top: 80px;
}

.section_accordion {
  margin-top: 60px;
}

.mc-button-container {
  width: 100%;
}
.mc-button-container._middle {
  margin: 40px auto 0;
  max-width: 400px;
}
.mc-button-container._large {
  margin: 40px auto 0;
  max-width: 600px;
}
.mc-button-container._redbutton {
  margin: 0 auto ;
  max-width: 650px;
  margin-bottom: 20px
}
.top-about {
  margin-top: 61px;
}

.top-about_movie {
  position: relative;
}
.top-about_movie:before {
  position: absolute;
  top: -60px;
  left: -151px;
  z-index: 0;
  background-image: url("../img/home/img_top-about01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 511px;
  height: 516px;
  content: "";
}
.top-about_movie:after {
  position: absolute;
  top: -60px;
  right: -154px;
  z-index: 0;
  background-image: url("../img/home/img_top-about02.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 474px;
  height: 562px;
  content: "";
}

.top-about_movie-area {
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 1;
  width: 100%;
}
.top-about_movie-area iframe {
  width: 710px;
  height: 400px;
}

.top-about_lead {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  text-align: center;
}

.top-about_link {
  margin-top: 35px;
  text-align: center;
}

.top-card {
  position: relative;
  padding-top: 40px;
  width: 100%;
}
.top-card:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: var(--color-gray_5);
  width: 100%;
  height: 135px;
  content: "";
}

.top-card_inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.top-card_inner .card {
  gap: 0 24px;
}
.top-card_inner .card_item {
  min-height: 190px;
}

.top-flow {
  margin-top: 60px;
}

.top-flow_step {
  margin-top: 52px;
}

.top-flow_link {
  display: flex !important;
  gap: 0 40px;
  margin-top: 39px;
}
.top-flow_link .mc-button._secondary {
  max-width: 373px;
}

.top-flow_rooms {
  margin-top: 60px;
}

.top-flow_movie {
  position: relative;
  margin: 59px 0 0;
}

.top-flow_movie-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-flow_movie-area iframe {
  width: 568px;
  height: 320px;
}

.top-guide_card {
  margin: 59px auto 0;
  width: 100%;
  max-width: 960px;
}
.top-guide_card .card {
  gap: 0 40px;
}

.top-news {
  margin-top: 26px;
}

.top-news_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.top-point {
  margin-top: 56px;
}

.top-point_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

.top-point_link {
  margin: 59px auto 0;
  width: 100%;
  max-width: 480px;
}

.detail-note {
  margin-top: 20px;
}

.detail-link {
  margin-top: 40px;
}

.detail-rooms {
  margin-top: 60px;
}

.about-header {
  margin-bottom: 60px;
}
.about-header .about-header_image {
  margin-top: 0;
}
.about-header .about-header_image img {
  border-radius: 16px;
  width: 100%;
}

.about-link {
  margin-top: 40px;
}

.about-outro {
  margin-top: 80px;
}

.reservation-link {
  margin: 40px auto 0;
}
.reservation-staff .reservation-link {
  margin-top: 28px;
}
.reservation-staff .reservation-link .mc-button-container._middle {
  margin-top: 0;
}

.reservation-link_note {
  margin-top: 20px;
}

.reservation-staff {
  position: relative;
  transition: padding-bottom 0.3s;
  margin-top: 75px;
  padding-bottom: 35px;
}
.reservation-staff.is-open {
  padding-bottom: 0;
}

.reservation-staff_button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0 auto;
  width: 400px;
}

.reservation-staff_contents {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: var(--color-gray_5);
  padding-top: 95px;
  padding-bottom: 60px;
}
.is-open .reservation-staff_contents {
  opacity: 1;
}

.reservation-staff_list {
  margin-top: 40px;
}

.reservation-step {
  margin-top: 60px;
  margin-bottom: 80px;
}

.procedure-movie-container {
  margin: 60px auto;
}

.procedure-guide {
  margin: 60px auto 0;
}
.procedure-guide .card {
  gap: 0 40px;
}

.agree-content-link {
  margin-top: 40px;
}
.agree-content-link .mc-button-container .note {
  margin-bottom: 20px;
}

.news-archive-container {
  width: 100%;
}

.news-archive-pager {
  margin-top: 60px;
}

.news-article-header {
  margin-bottom: 60px;
}

.news-article-link {
  margin-top: 40px;
}

.campaign-archive-container {
  margin-top: 60px;
  width: 100%;
}

.campaign-archive-pager {
  margin-top: 60px;
}

.campaign-article-container .heading-2 {
  margin: 80px 0 60px;
}
.campaign-article-container .heading-2:first-child {
  margin-top: 0;
}
.border_box{
  border: 1px solid #333;
  padding-left: 2px;
  text-align: center;
}
.color-red-label{
  background: #e60000;
  color: white;
  padding-right: 10px;
  padding-left: 10px
}
.color-lightblue-label{
  background: #3EAAB9;
  color: white;
  padding-right: 10px;
  padding-left: 10px
}
.side-by-side {
  justify-content: space-between
}

@media screen and (min-width: 768px) {
  .campaign-pc-size-32px {
    font-size: 32px;
  }
  .campaign-pc-size-24px{
    font-size: 24px;
  }
  .campaign-pc-size-28px{
    font-size: 28px;
  }
  .campaign-card_item{
    position: relative;
  }
  .campaign-card_item .mc-button-container.mc-button-container_bottom{
    position: absolute;
    bottom: 1.5em;
    right: 0;
    left: 0;
  }
  .app-acod-handle-inner01:before {
    margin-top: 17px;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
  .breadcrumbs {
    padding: 8px 12px;
  }
  .breadcrumbs-inner {
    padding: 0;
    width: 100%;
  }
  .breadcrumbs-inner ol li {
    display: table-cell;
    float: none;
    background-size: 4px 7px;
    padding: 0 9px 0 10px;
    font-size: 11px;
    white-space: nowrap;
  }
  .mod-page-title {
    margin: 0;
    padding: 17px 12px 16px 12px;
  }
  .mod-page-title .mod-page-title-inner {
    padding: 0;
    width: 100%;
  }
  .mod-page-title .mod-page-title-inner h1 {
    font-weight: 500;
    font-size: 16px;
  }
  .mod-page-title._mycounter .mod-page-title-inner {
    padding: 0;
  }
  .mod-page-title._mycounter .mod-page-title-inner h1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .content {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .heading-2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .heading-2_sub {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .heading-2_sub._white {
    padding: 10px 30px;
  }
  .lead {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .lead._center {
    text-align: left;
  }
  .mc-button {
    box-shadow: none;
    min-height: 60px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .mc-button:after {
    right: 31px;
    width: 11px;
    height: 11px;
  }
  .mc-button._large {
    padding: 6px 40px;
    min-height: 70px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .mc-button._document span {
    padding-left: 25px;
  }
  .mc-button._document span:before {
    width: 20px;
    height: 20px;
  }
  .mc-button._small-sp {
    min-height: 40px;
  }
  .link {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .link._small {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .link._small:before {
    width: 18px;
    height: 18px;
  }
  .text-link[target=_blank]:after {
    top: 10px;
  }
  .list_item {
    padding-left: 11px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .list_item:before {
    top: 10px;
  }
  .list._small .list_item {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .list._small .list_item:before {
    top: 8px;
  }
  .list_anshin{
    width: 100%;
  }
  .card {
    flex-wrap: wrap;
  }
  .card_item {
    width: 50%;
  }
  .card_item a {
    padding: 20px 15px;
  }
  .card_item a[target=_blank] .card_title span:after {
    width: 10px;
    height: 11px;
  }
  .card._slim .card_item a {
    padding: 20px 15px;
  }
  .card_title {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .card_title span {
    padding: 66px 0 0;
  }
  .card._slim .card_title {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .card_text {
    margin: 26px 0 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04375em;
  }
  .news {
    flex-direction: column;
    padding-top: 11px;
  }
  .news:before {
    right: 65px;
  }
  .news:after {
    right: 66px;
  }
  .news_list {
    margin: 0;
    padding: 0;
  }
  .news_list:before {
    content: none;
  }
  .news_item {
    flex-direction: column;
    gap: 11px 0;
    padding-top: 12px;
    width: auto;
  }
  .news_item + .news_item {
    margin: 0;
  }
  .news_item p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .news_title {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .news_date {
    min-width: auto;
  }
  .note_item {
    padding-left: 17px;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .note._count .note_item {
    padding-left: 32px;
  }
  .point {
    gap: 40px 0;
  }
  .point_item {
    flex-direction: column;
    gap: 0;
  }
  .point_item:before {
    top: 59px;
    width: 100%;
    height: 43.4666666667vw;
  }
  .point_item._01:before {
    background-image: url("../img/home/img_top-point01_sp.png");
  }
  .point_item._02:before {
    background-image: url("../img/home/img_top-point02_sp.png");
  }
  .point_item._03:before {
    background-image: url("../img/home/img_top-point03_sp.png");
  }
  .point_unit {
    padding: 0;
  }
  .point_number {
    font-size: 50px;
    letter-spacing: 0.05em;
  }
  .point_number span {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .point_title {
    margin: 52.5333333333vw 0 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .point_text {
    margin: 25px 0 0;
  }
  .point_link {
    margin: 26px 0 0;
    text-align: center;
  }
  .step {
    flex-direction: column;
    gap: 0;
  }
  .step_item + .step_item:before {
    top: -38px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    width: 10px;
    height: 10px;
  }
  .step_item._02 {
    margin-top: 51px;
  }
  .step_item._03 {
    margin-top: 81px;
  }
  .step_number {
    font-size: 40px;
    letter-spacing: 0.04em;
  }
  .step_number span {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
  .step_title {
    margin-top: 5px;
    padding: 51.4666666667vw 0 0 0;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .step_title:before {
    height: 40vw;
  }
  .step_title:after {
    bottom: 26px;
  }
  .step_item._01 .step_title:before {
    background-image: url("../img/home/img_top-step01_sp.png");
  }
  .step_item._02 .step_title:before {
    background-image: url("../img/home/img_top-step02_sp.png");
  }
  .step_item._03 .step_title:before {
    background-image: url("../img/home/img_top-step03_sp.png");
  }
  /* fun park用 */
  .step_title_fp {
    margin-top: 5px;
    padding: 51.4666666667vw 0 0 0;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .step_title_fp:before {
    height: 40vw;
  }
  .step_title_fp:after {
    bottom: 26px;
  }
  .step_item._01 .step_title_fp:before {
    background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-img-02-s.png");
  }
  .step_item._02 .step_title_fp:before {
    background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-img-03-s.png");
  }
  .step_item._03 .step_title_fp:before {
    background-image: url("../../new_assets/mufg_mycounter/reservation_funpark/image/reservation_funpark-index-img-04-s.png");
  }
  .step_text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .step_link {
    margin-top: 30px;
  }
  .staff-card {
    padding: 56px 20px 30px;
  }
  .staff-card_title {
    padding-left: 100px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .staff-card_title::after {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 80px;
    height: 80px;
  }
  .staff-card_text {
    margin-top: 36px;
    min-height: auto;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  ._round {
    border-radius: 8px;
  }
  ._round-sp {
    border-radius: 8px;
  }
  .mc-checkbox input[type=checkbox] {
    top: 1px;
  }
  .pager {
    gap: 5px;
  }
  .pager-unit {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .pager-unit._prev::before {
    right: -4px;
    width: 8px;
    height: 8px;
  }
  .pager-unit._next::before {
    left: -4px;
    width: 8px;
    height: 8px;
  }
  .pager-unit._dots {
    width: 18px;
    height: 4px;
  }
  .campaign-card {
    flex-direction: column;
    gap: 30px;
  }
  .campaign-card_item {
    width: 100%;
  }
  .campaign-card-head {
    padding: 20px;
  }
  .campaign-card-head_title {
    font-size: 24px;
  }
  .campaign-card-content {
    padding: 30px 20px;
  }
  .campaign-card-content-meta._condition {
    flex-direction: column;
    gap: 13px;
  }
  ._condition .campaign-card-content-meta_head {
    padding-top: 0;
    width: auto;
    text-align: left;
  }
  ._condition .campaign-card-content-meta_head span {
    padding-left: 0;
  }
  .campaign-card-content-meta_item {
    font-size: 14px;
  }
  .campaign-card-content_link {
    margin-top: 25px;
  }
  .sidenav {
    top: -73px;
    right: auto !important;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
    height: auto;
    max-height: none;
  }
  .sidenav.is-fixed {
    top: 52px;
    visibility: visible;
    opacity: 1;
  }
  .sidenav_button {
    display: none;
  }
  .sidenav_inner {
    border-radius: 0;
    padding: 0;
    height: auto;
    overflow: visible;
  }
  .sidenav_list {
    display: flex;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    background-color: #FFFFFF;
    padding: 0;
  }
  .sidenav_item {
    border-radius: 0;
    width: 100%;
  }
  .sidenav_item + .sidenav_item:before {
    top: 50%;
    right: auto;
    left: 0;
    transform: translateY(-50%);
    background-color: #DDDDDD;
    width: 1px;
    height: 43px;
  }
  .sidenav_item a, .sidenav_item button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 6px 10px 9px 10px;
    width: 100%;
    height: 100%;
    color: #000000 !important;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
  .sidenav_item a span, .sidenav_item button span {
    padding-top: 34px;
  }
  .sidenav_item a span:before, .sidenav_item button span:before {
    top: -6px;
  }
  .sidenav_item._current {
    pointer-events: auto;
  }
  .sidenav_item._current:after {
    content: none;
  }
  .sidenav_item._01 a span:before {
    background-image: url("../img/ico_reservation.svg");
  }
  .sidenav_item._02 a span:before {
    background-image: url("../img/ico_interview.svg");
  }
  .sidenav_item._04 button span {
    padding: 0 0 5px 0;
  }
  .sidenav_item._04 button span:after {
    bottom: -12px;
  }
  .sidenav_sub-list {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    visibility: hidden;
    z-index: -1;
    transition: 0.3s ease-in-out;
    margin: 0;
    border-radius: 0;
    background-color: #FFFFFF;
    padding: 0 25px 15px;
    width: 100%;
  }
  .sidenav_sub-list.is-open {
    transform: none;
    visibility: visible;
  }
  .sidenav_sub-item + .sidenav_sub-item:before {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    background: #DDDDDD;
  }
  .sidenav_sub-item:first-child, .sidenav_sub-item:last-child {
    border-radius: 0;
  }
  .sidenav_sub-item:first-child:before {
    content: "";
  }
  .sidenav_sub-item._current {
    background-color: #FFFFFF;
    pointer-events: auto;
  }
  .sidenav_sub-item._current:after {
    content: none;
  }
  .sidenav_sub-item._current a {
    color: #000000;
  }
  .sidenav_sub-item a {
    padding: 19px 19px 13px 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .sidenav_sub-item a:after {
    position: absolute;
    top: 52%;
    right: 3px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    background-color: transparent;
    width: 10px;
    width: 9px;
    height: 10px;
    height: 9px;
    content: "";
  }
  .sidenav_sub-item a[target=_blank] span:after {
    margin-left: 6px;
    background-image: url("../img/ico_blank_black.svg");
    width: 11px;
    height: 12px;
  }
  .sidenav_overlay.is-open {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -2;
    background-color: #000000;
    width: 100%;
    height: 100vh;
    overscroll-behavior-y: contain;
  }
  .mv_slide-list {
    margin: 0 !important;
  }
  .mv_slide-item._reservations {
    height: 141.6vw;
    min-height: 453px;
  }
  .mv_slide-item._reservations a {
    justify-content: flex-start;
  }
  .mv_slide-item._reservations a:after {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../img/home/img_mv_slide01_sp.png");
    background-position: top center;
    width: 100%;
    min-width: auto;
    height: 60vw;
    min-height: 192px;
  }
  .mv_slide-item._reservations .mv_inner {
    margin: 10.6666666667vw 0 0;
    padding: 0 5.8666666667vw 0 6.1333333333vw;
    max-width: none;
  }
  .mv_slide-item._reservations .mv_unit {
    align-items: center;
  }
  .mv_slide-item._reservations .mv_logo {
    margin-top: 0;
    width: 37.3333333333vw;
  }
  .mv_slide-item._reservations .mv_unit-inner {
    margin-left: 4vw;
  }
  .mv_slide-item._reservations .mv_title {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .mv_slide-item._reservations .mv_test {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .mv_slide-item._reservations .mv_button {
    margin: 5.3333333333vw 0 0 0;
    max-width: none;
  }
  .mv_thumb {
    display: block;
    margin: 20px auto 20px;
    max-width: 630px;
  }
  .mv_arrows {
    display: flex;
    position: static;
    align-items: center;
    transform: none;
    margin: 20px auto 0;
    /* width: 125px; when 4 slides */
    width: 143px;
    /* width: 160px; when 6 slides */
    height: 14px;
  }
  .mv_arrows-prev, .mv_arrows-next {
    position: static;
  }
  .mv_arrows-prev {
    order: 1;
    transform: rotate(-45deg);
  }
  .mv_arrows-next {
    order: 3;
    transform: rotate(135deg);
  }
  .mv_pause {
    position: relative;
    top: auto;
    right: -15px;
    order: 4;
    transform: none;
    margin: 0 0 0 auto;
  }
  .mv_dots {
    display: flex !important;
    position: static;
    order: 2;
    margin: 0 13px;
    width: auto;
  }
  .mv_dots li {
    display: block;
  }
  .attention_unit {
    flex-direction: column;
    gap: 20px 0;
  }
  .attention_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .attention_title:before {
    top: 56%;
  }
  .attention_text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .attention_link {
    flex-direction: column;
    margin-top: 30px;
  }
  .attention_link a {
    max-width: none;
  }
  .rooms_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .rooms_link {
    margin: 30px 0 0;
    max-width: none;
  }
  .contact_inner {
    flex-direction: column;
    padding: 30px 25px;
  }
  .contact_unit {
    padding: 0;
    width: 100%;
  }
  .contact_unit + .contact_unit {
    margin-top: 30px;
    padding: 30px 0 0 0;
  }
  .contact_unit + .contact_unit:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
  .contact_tel {
    margin: 20px auto 0;
  }
  .contact_text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .contact_tel-number {
    font-size: 30px;
    line-height: 0.8;
    letter-spacing: 0.04em;
  }
  .contact_date {
    margin: 7px auto 0;
  }
  .contact_notes-inner {
    padding: 40px 25px;
  }
  .contact_notes-inner._small {
    padding: 30px 25px;
  }
  .contact_notes-text {
    font-size: 14px;
    text-align: left;
  }
  .tab_button {
    padding: 10px;
  }
  .tab_button span._large {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .tab_button span._small {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .tab_button-sub {
    top: -38px;
    bottom: auto;
    max-width: 142px;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .tab_content-unit {
    margin: 0 -25px;
    padding: 40px 25px;
  }
  .accordion_heading {
    padding: 16px 36px 15px 56px;
    min-height: 68px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .accordion_heading:before {
    right: 23px;
    width: 10px;
    height: 10px;
  }
  .accordion_heading:after {
    left: 20px;
    font-size: 25px;
    letter-spacing: 0.04em;
  }
  .accordion_inner {
    padding: 15px 20px 15px 56px;
    min-height: 68px;
  }
  .accordion_inner:before {
    left: 20px;
    font-size: 25px;
    letter-spacing: 0.04em;
  }
  .accordion_text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .voice {
    padding: 40px 0;
  }
  .voice:before {
    width: 96vw;
    min-width: inherit;
  }
  .voice_slide {
    margin: 30px 0 0;
  }
  .voice_slide-list.slick-slider {
    margin-bottom: 30px;
  }
  .voice_slide-list.slick-slider .slick-track {
    margin: 0;
  }
  .voice_slide-item {
    max-width: 275px;
  }
  .voice_slide-text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .voice_arrows {
    display: flex;
    top: 98px;
    left: 0;
    justify-content: space-between;
    transform: none;
    margin: 0;
    padding: 0 10px;
    width: 100%;
  }
  .voice_arrows-prev,
  .voice_arrows-next {
    width: 40px;
    height: 40px;
  }
  .voice_arrows-next {
    margin: 0;
  }
  .voice_button {
    margin: 30px auto 0;
    padding: 0 25px;
    max-width: none;
  }
  .staff {
    flex-direction: column;
    align-items: center;
    gap: 12px 0;
  }
  .staff_item {
    width: 84.3076923077%;
  }
  .link-box {
    gap: 0;
  }
  .link-box_item {
    padding: 30px 0;
    width: 100%;
  }
  .link-box:first-child .link-box_item:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .link-box_item[target=_blank] span:after {
    width: 11px;
    height: 12px;
  }
  .movie-box {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .movie-box_item {
    width: 100%;
  }
  .movie-box_title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .detail-about-icon {
    flex-direction: column;
    gap: 30px;
    margin-top: 28px;
  }
  .detail-about-icon_item {
    width: 100%;
  }
  .detail-about-icon-head {
    padding: 30px 20px;
    min-height: inherit;
  }
  .detail-about-icon-head_title {
    font-size: 20px;
  }
  .detail-about-icon-body {
    padding: 30px 20px 28px 20px;
  }
  .detail-about-icon-body .list + .note {
    margin-top: 9px;
  }
  .detail-table {
    display: block;
    margin-top: 40px;
  }
  .detail-table_head {
    display: none;
  }
  .detail-table_row {
    display: block;
  }
  .detail-table_body {
    display: block;
  }
  .detail-table_body .detail-table_row {
    border-bottom: none;
  }
  .detail-table_body .detail-table_row:last-child {
    border-bottom: 1px solid var(--color-gray_30);
  }
  .detail-table-body-purpose-head {
    display: block;
    border-top: 1px solid var(--color-gray_30);
    border-right: none;
    padding: 12px 20px 13px;
    width: 100%;
    font-size: 16px;
  }
  .detail-table-body-purpose-item {
    display: block;
    border-top: 1px solid var(--color-gray_30);
    border-right: none;
    border-bottom: 1px solid var(--color-gray_30);
    padding: 12px 20px;
    width: 100%;
  }
  .detail-table-body-purpose-item .list_item + .list_item {
    margin-top: 10px;
  }
  .detail-table-body-product {
    display: block;
    margin-left: 20px;
    border-right: none;
    padding: 13px 0;
    width: auto;
    font-size: 16px;
  }
  .detail-table-body-product_headline {
    display: block;
    margin-bottom: 13px;
    border-bottom: 1px solid var(--color-gray_30);
    padding-bottom: 13px;
    font-size: 16px;
  }
  .detail-table-body-ask {
    display: none;
  }
  .detail-table-body-apply {
    display: block;
    margin-left: 20px;
    border-bottom: 1px solid var(--color-gray_30);
    padding: 0 20px 13px 0;
    width: auto;
  }
  .detail-table-body-apply:last-child {
    border-bottom: 0;
  }
  .detai-table-icon {
    font-size: 12px;
  }
  .detai-table-icon-container .detai-table-icon {
    width: 50px;
    height: 50px;
  }
  .detai-table-icon-container .detai-table-icon._bank {
    width: 86px;
  }
  .detai-table-icon-notes {
    margin-right: -4em;
    width: 4em;
    font-size: 12px;
  }
  .detail-table-body-content-text {
    margin-top: 5px;
    font-size: 12px;
  }
  .about-outro_image {
    margin: 40px auto;
    border-radius: 0;
  }
  .about-box {
    flex-direction: column;
    gap: 25px;
    margin: 40px auto;
  }
  .about-box_thumb {
    width: 100%;
  }
  .about-box-title {
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 1.5;
  }
  .staff-filter {
    display: block;
  }
  .staff-filter_title {
    margin-right: 0;
    margin-bottom: 16px;
    border: none;
    padding-right: 0;
  }
  .staff-filter_list {
    flex-wrap: wrap;
  }
  .staff-filter_item._all {
    margin-top: 8px;
    margin-left: 0;
    width: 100%;
  }
  .reservation-modal_wrapper {
    padding: 60px 15px;
  }
  .reservation-modal_contents {
    width: 100%;
  }
  .reservation-modal_buttons {
    flex-direction: column;
  }
  .reservation-modal_button > .mc-button {
    min-height: 70px;
    font-size: 18px;
  }
  .procedure-box {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-template-areas: "num" "thumb" "content";
    gap: 0;
  }
  .procedure-box + .procedure-box {
    margin-top: 40px;
  }
  .procedure-box_thumb {
    margin-bottom: 25px;
  }
  .procedure-box_num {
    margin-bottom: 10px;
    font-size: 50px;
    letter-spacing: 0.05em;
  }
  .procedure-box_num span {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .procedure-box_title {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .agree-content-heading {
    margin: 0 0 30px;
    font-size: 24px;
  }
  .agree-content-heading-2 {
    font-size: 16px;
  }
  .agree-container_botttom {
    margin: 80px 0 0;
    border-top: none;
    padding-top: 0;
  }
  .news-list-meta_date {
    font-size: 16px;
  }
  .news-list-title {
    font-size: 16px;
  }
  .news-article-header_title {
    font-size: 28px;
  }
  .news-article-header_date {
    font-size: 16px;
  }
  .news-article-header_date::before {
    width: 20px;
    height: 20px;
  }
  .news-article-content p {
    margin: 32px 0;
  }
  .campaign-article-image {
    margin: 30px auto;
    border-radius: 8px;
  }
  .campaign-article-meta-container {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .campaign-article-meta._detail {
    flex-direction: column;
    gap: 13px;
  }
  ._detail .campaign-article-meta_head {
    padding-top: 0;
    width: auto;
    text-align: left;
  }
  ._detail .campaign-article-meta_head span {
    padding-left: 0;
  }
  .campaign-article-meta_item {
    font-size: 14px;
  }
  .campaign-article-note {
    margin-top: 40px;
    padding: 30px 20px;
  }
  .campaign-article-note .list_item::before {
    top: 9px;
  }
  .campaign-article-note_heading {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .campaign-article-note_heading-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .campaign-article-note_heading-2 ~ .campaign-article-note_heading-2 {
    margin-top: 30px;
  }
  .section {
    padding: 80px 0;
  }
  .section._middle {
    padding: 60px 0 80px;
  }
  .section_inner {
    padding: 0 25px;
  }
  .section_lead {
    margin: 40px auto 0;
  }
  .section_box {
    padding: 30px 20px;
  }
  .section_box._small {
    padding: 30px 20px;
  }
  .section_box_pink {
    padding: 40px 20px;
  }
  .section_tab {
    margin-top: 77px;
  }
  .section_accordion {
    margin-top: 39px;
  }
  .mc-button-container._middle {
    margin: 30px auto 0;
    max-width: inherit;
  }
  .mc-button-container._large {
    margin: 30px auto 0;
    max-width: inherit;
  }
  .top-about {
    margin-top: 37px;
  }
  .top-about_movie:before {
    top: -40px;
    left: -211px;
    width: 256px;
    height: 258px;
  }
  .top-about_movie:after {
    top: -40px;
    right: -210px;
    width: 230px;
    height: 281px;
  }
  .top-about_movie-area iframe {
    width: 100%;
    height: 48.8vw;
  }
  .top-about_lead {
    margin-top: 40px;
    text-align: left;
  }
  .top-about_link {
    margin-top: 26px;
  }
  .top-card_inner {
    padding: 0 25px;
  }
  .top-card_inner .card {
    gap: 24px;
  }
  .top-card_inner .card_item {
    width: calc(50% - 12px);
    min-height: 148px;
  }
  .top-flow {
    margin-top: 40px;
  }
  .top-flow_step {
    margin-top: 40px;
  }
  .top-flow_link {
    gap: 0;
    margin-top: 30px;
  }
  .top-flow_link .mc-button._secondary {
    max-width: none;
  }
  .top-flow_rooms {
    margin-top: 40px;
  }
  .top-flow_movie {
    margin: 40px 0 0;
  }
  .top-flow_movie-area {
    flex-direction: column;
    gap: 24px;
  }
  .top-flow_movie-area iframe {
    width: 100%;
    height: 48.8vw;
  }
  .top-guide_card {
    margin: 41px 0 0;
    max-width: none;
  }
  .top-guide_card .card {
    gap: 0 24px;
  }
  .top-guide_card .card_item {
    width: calc(50% - 12px);
  }
  .top-news_inner {
    padding: 0 25px;
  }
  .top-point {
    margin-top: 36px;
  }
  .top-point_link {
    margin: 40px 0 0;
    max-width: none;
  }
  .detail-link {
    margin-top: 30px;
  }
  .detail-rooms {
    margin-top: 40px;
  }
  .about-header {
    margin-right: -25px;
    margin-bottom: 40px;
    margin-left: -25px;
  }
  .about-link {
    margin-top: 30px;
  }
  .about-outro {
    margin-top: 60px;
  }
  .about-outro .about-image {
    display: none;
  }
  .reservation-link {
    margin: 30px auto 0;
  }
  .reservation-staff .reservation-link {
    margin-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .reservation-staff {
    margin-top: 65px;
  }
  .reservation-staff_button {
    width: calc(100% - 50px);
  }
  .reservation-staff_button .mc-button._tertiary._arrow-bottom {
    min-height: 70px;
  }
  .reservation-staff_contents {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .procedure-movie-container {
    margin: 40px auto;
  }
  .procedure-guide {
    margin: 40px auto 0;
  }
  .procedure-guide .card {
    gap: 0 24px;
  }
  .procedure-guide .card_item {
    width: calc(50% - 12px);
  }
  .agree-content-link {
    margin-top: 30px;
  }
  .news-archive-pager {
    margin-top: 40px;
  }
  .news-article-header {
    margin-bottom: 40px;
  }
  .news-article-link {
    margin-top: 30px;
  }
  .campaign-archive-pager {
    margin-top: 40px;
  }
  .procedure-box_thumb {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .procedure-box_num {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .procedure-box_description {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .app-acod-handle-inner01:before {
    margin-top: 5px;
  }
}
@media (any-hover: hover) {
  .mc-button._primary:hover {
    background-color: var(--color-white);
    color: var(--color-red);
    text-decoration: none;
  }
  .mc-button._primary:hover:after {
    border-top: 2px solid var(--color-red);
    border-right: 2px solid var(--color-red);
  }
  .mc-button._primary:hover span:after {
    background-image: url("../img/ico_blank_red.svg");
  }
  .mc-button._primary._document:hover span:before {
    background-image: url("../img/ico_document_orange.svg");
  }
  .mc-button._secondary:hover {
    border: 2px solid var(--color-red);
    background-color: var(--color-red);
    color: var(--color-white);
    text-decoration: none;
  }
  .mc-button._secondary:hover:after {
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
  }
  .mc-button._secondary:hover span:after {
    background-image: url("../img/ico_blank_white.svg");
  }
  .mc-button._secondary._document:hover span:before {
    background-image: url("../img/ico_document_white.svg");
  }
  .mc-button._tertiary:hover {
    background-color: var(--color-gray_10);
    color: var(--color-black);
    text-decoration: none;
  }
  .link:hover {
    color: var(--color-red) !important;
    text-decoration: none;
  }
  .text-link:hover {
    color: var(--color-turquoise_light) !important;
  }
  .card_item a:hover {
    background-color: var(--color-orange_bg_light);
  }
  .card_item a:hover .card_title {
    color: var(--color-red);
  }
  .card_item a:hover .card_title span:after {
    background-image: url("../img/ico_blank_red.svg");
  }
  .pager-unit:hover {
    background-color: var(--color-orange_bg);
    color: var(--color-red) !important;
    text-decoration: none;
  }
  .pager-unit._prev:hover::before {
    border-color: var(--color-red);
  }
  .pager-unit._next:hover:hover::before {
    border-color: var(--color-red);
  }
  .pager-unit._dots:hover {
    background-color: inherit;
  }
  .sidenav_item:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sidenav_sub-item:hover {
    background-color: #FFF5EB;
  }
  .sidenav_sub-item a:hover {
    color: var(--color-red);
  }
  .sidenav_sub-item._current a:hover {
    color: #FFFFFF;
    background-color: var(--color-red);
  }
  .sidenav_sub-item.bg-red-fixed:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sidenav_sub-item.bg-red-fixed a:hover {
    color: var(--color-white);
  }



  .mv_thumb-item:hover {
    opacity: 0.6;
  }
  .link-box_item:hover {
    text-decoration: none;
  }
  .link-box_item:hover .link {
    color: var(--color-red) !important;
  }
  .link-box_item:hover span:after {
    background-image: url("../img/ico_blank_red.svg");
  }
  :not(._all) > .staff-filter_button:hover {
    border-color: var(--color-red);
    background-color: var(--color-orange_bg_light);
    color: var(--color-red);
  }
  ._all > .staff-filter_button:hover {
    background-color: transparent;
    background-color: var(--color-gray_10);
  }
  .news-list-link:hover {
    color: var(--color-red) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-link[href^="tel:"] {
    text-decoration: none;
  }
  .link-box:first-child .link-box_item:nth-child(-n+2) {
    border-top: 0;
    padding-top: 0;
  }
  .about-box:nth-child(even) {
    flex-direction: row-reverse;
    margin: 60px 0 60px auto;
  }
  .campaign-card_item.w-risize {
  width: calc((100% - 20%) / 2);
  }
  .w80_pc{
  margin: auto;
  width: 80%;
  }
}

.mc-img-button {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .mc-img-button {
    width: 500px; !important;
    margin-inline: auto;
  }
}