@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #1E1E1E;
  font-size: 15px;
}

@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.75;
  }
}

html,
body,
h1,
h2,
h3,
p,
a,
span,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

address {
  font-style: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: normal;
}

.un_dbfft_container-base {
  width: 100%;
  max-width: 1197px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_container-base {
    padding: 0 40px;
  }
}

.un_dbfft_container-small {
  width: 100%;
  max-width: 708px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_container-small {
    padding: 0 40px;
  }
}

.un_dbfft_br_pc {
  display: none;
}

@media screen and (min-width: 920px) {
  .un_dbfft_br_pc {
    display: block;
  }
}


.un_dbfft_br_sp {
  display: block;
}

@media screen and (min-width: 920px) {
  .un_dbfft_br_sp {
    display: none;
  }
}

.un_dbfft_js-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.un_dbfft_js-fadein.un_dbfft_is-visible {
  opacity: 1;
  transform: translateY(0);
}

.un_dbfft_mv {
  position: relative;
  padding-bottom: 184px;
  margin-top: -50px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_mv {
    padding-bottom: 0;
    margin-top: -58px;
  }
}

.un_dbfft_mv_swiper {
  width: 100%;
}

.un_dbfft_mv_slide {
  margin-left: auto;
  display: block;
  padding-left: 20px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_mv_slide {
    aspect-ratio: 932 / 678;
    height: calc(100vh - 90px);
    padding: 0;
  }

  .un_dbfft_mv_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}



.un_dbfft_mv_catch {
  position: absolute;

}

@media screen and (min-width: 920px) {
  .un_dbfft_mv_catch {
    left: 60px;
    top: calc(50% + 30px);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 919px) {
  .un_dbfft_mv_catch {
    left: 20px;
    bottom: 0;
  }
}

.un_dbfft_mv_catch_ja {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 12px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_mv_catch_ja {
    font-size: max(24px, 1.7142857142857144vw);
    margin-bottom: 20px;
  }
}

.un_dbfft_mv_catch_en {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-size: max(64px, 4.571428571428571vw);
  line-height: 1.25;
}

@media screen and (max-width: 1100px) {
  .un_dbfft_mv_catch_en {
    font-size: 42px;
  }
}

@media screen and (max-width: 919px) {
  .un_dbfft_mv_catch_en {
    font-size: min(36px, 9.6vw);
    line-height: 1.1;
  }
}

.un_dbfft_text_base {
  color: #1E1E1E;
  z-index: 1;
}

.un_dbfft_mv_mask_layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;

  clip-path: inset(0 0 0 calc(100% - ((100vh - 90px) * (932 / 678))));
}

@media screen and (max-width: 919px) {
  .un_dbfft_mv_mask_layer {
    display: none;
  }
}

.un_dbfft_text_white {
  color: #ffffff;
}

.un_dbfft_scroll_down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

@media screen and (min-width: 920px) {
  .un_dbfft_scroll_down {
    left: 60px;
  }
}

@media screen and (max-width: 919px) {
  .un_dbfft_scroll_down {
    right: 20px;
  }
}

.un_dbfft_scroll_down_txt {
  writing-mode: vertical-rl;
  font-family: "eb-garamond", serif;
  font-size: 12px;
  line-height: 1;
}

@media screen and (min-width: 920px) {
  .un_dbfft_scroll_down_txt {
    font-size: 16px;
  }
}

.un_dbfft_scroll_down_line {
  width: 1px;
  height: 60px;
  position: relative;
  overflow: hidden;
  transform: translateX(-3px);
}

.un_dbfft_scroll_down_line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E1E1E;
  animation: scrollLineAnim 2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}

@keyframes scrollLineAnim {
  0% {
    transform: translateY(-100%);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

.un_dbfft_fw_bold {
  font-weight: 700;
}

.un_dbfft_fw_normal {
  font-weight: 400;
}

/* .txt_sm {
  font-size: 0.85em;
} */

.un_dbfft_txt_xs {
  font-size: 12px;
}

.un_dbfft_txt_red {
  color: #B71616;
}

.un_dbfft_txt_bold {
  font-weight: 700;
}

.un_dbfft_overview {
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  .un_dbfft_overview {
    padding: 210px 0 120px;
  }
}

.un_dbfft_overview_head {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}

.un_dbfft_overview_title_en {
  font-family: "eb-garamond", serif;
  font-size: 18px;
  color: #8A8A8A;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}

.un_dbfft_overview_lead {
  font-size: 16px;
  line-height: 1.75;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 920px) {
  .un_dbfft_overview_lead {
    font-size: 20px;
    line-height: 2;
  }
}


.un_dbfft_overview_body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}



@media screen and (min-width: 920px) {
  .un_dbfft_overview_body {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    justify-content: space-between;
  }

  .un_dbfft_overview_swiper {
    width: 47.17994628469114%;
    position: sticky;
    top: 120px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .un_dbfft_overview_details {
    width: 47.448522829006265%;
  }
}

.un_dbfft_detail_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

.un_dbfft_detail_item:last-child {
  margin-bottom: 0;
}

.un_dbfft_detail_term {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (min-width: 920px) {
  .un_dbfft_detail_term {
    font-size: 14px;
  }
}

.un_dbfft_detail_desc {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}

@media screen and (min-width: 920px) {
  .un_dbfft_detail_item {
    flex-direction: row;
  }

  .un_dbfft_detail_term {
    width: 20.754716981132077%;
    margin-bottom: 0;
    padding-right: 20px;
    flex-shrink: 0;
  }
}

.un_dbfft_event_sub {
  margin-top: 4px;
}

.un_dbfft_note_wrap {
  margin-top: 4px;
}

.un_dbfft_reception_note {
  margin-top: 8px;
}

.un_dbfft_condition_note {
  margin-top: 6px;
}

.un_dbfft_fee_note {
  margin-top: 4px;
}

.un_dbfft_fee_txt {
  margin-top: 12px;
}

.un_dbfft_cancel_desc_sub {
  margin-top: 4px;
}

.un_dbfft_flex_list {
  display: flex;
  flex-direction: column;
}

.un_dbfft_flex_list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #EDEDED;
}

@media screen and (min-width: 920px) {
  .un_dbfft_flex_list li {
    padding: 4px 0;
  }

}

.un_dbfft_flex_list li:first-child {
  padding-top: 0;
}

.un_dbfft_badge {
  min-width: 30px;
}

.un_dbfft_note {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

.un_dbfft_sub_dl {
  display: flex;
  flex-direction: column;
}

.un_dbfft_sub_dl_item {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  border-bottom: 1px solid #EDEDED;
}

@media screen and (min-width: 920px) {
  .un_dbfft_sub_dl_item {
    padding: 4px 0;
  }

}

.un_dbfft_sub_dl_item:first-child {
  padding-top: 0;
}

@media screen and (min-width: 920px) {
  .un_dbfft_sub_dl_item {
    flex-direction: row;
  }

  .un_dbfft_sub_dl_item dt {
    width: 26.190476190476193%;
    flex-shrink: 0;
  }

  .un_dbfft_sub_dl_item dd {
    width: 73.80952380952381%;
  }
}

.un_dbfft_price_box {
  background-color: #F2F2F2;
  border-radius: 4px;
  padding: 12px 20px;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  text-align: center;
  margin-top: 16px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_price_box {
    gap: 12px;
    padding: 14px 24px;
  }

}

.un_dbfft_price_box_flex {
  display: flex;
  align-items: center;
  gap: 4px;
}

.un_dbfft_price_box_title {
  font-weight: 700;
}

.un_dbfft_price_box_label {
  border: 1px solid #C7C7C7;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
}

.un_dbfft_price_box_price {
  font-size: 24px;
  font-weight: 700;
  color: #B71616;
  line-height: 1;
}

.un_dbfft_price_yen {
  font-size: 16px;
  color: #B71616;
  margin-left: 2px;
}

.un_dbfft_price_tax {
  font-size: 10px;
  font-weight: 400;
  margin-left: 4px;
}

.un_dbfft_price_table_wrap {
  margin-top: 12px;
}

.un_dbfft_price_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4px;
}

.un_dbfft_price_table th,
.un_dbfft_price_table td {
  padding: 4px 0;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  text-align: left;
  font-weight: 400;
}

.un_dbfft_price_table tbody tr:first-child th,
.un_dbfft_price_table tbody tr:first-child td {
  border-top: 1px solid #1E1E1E;
  padding-top: 12px;
}

@media screen and (max-width: 767px) {

  .un_dbfft_price_table th,
  .un_dbfft_price_table td {
    display: block;
    border-top: none;
    border-bottom: none;
  }



  .un_dbfft_price_table tbody tr:first-child th,
  .un_dbfft_price_table tbody tr:first-child td {
    border-top: none;
    padding-top: 4px;
  }

  .un_dbfft_price_table tbody tr:first-child td {
    padding: 4px 0;
  }

  .un_dbfft_price_table th {
    padding: 8px 0 4px;
  }

  .un_dbfft_price_table td {
    border-bottom: 1px solid #EDEDED;
    padding: 0 0 8px !important;
  }

  .un_dbfft_price_table_wrap {
    margin-top: 22px;
  }

  .un_dbfft_price_table tr {
    border-top: none;
    border-bottom: none;
    padding: 0;
    display: block;
  }
}

.un_dbfft_cancel_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
}

.un_dbfft_cancel_table td {
  padding: 4px 0;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
}

.un_dbfft_cancel_table tr:first-child td {
  border-top: 1px solid #e0e0e0;
}

.un_dbfft_cancel_table td:last-child {
  white-space: nowrap;
  padding-left: 16px;
}

@media screen and (max-width: 919px) {

  .un_dbfft_cancel_table,
  .un_dbfft_cancel_table tbody,
  .un_dbfft_cancel_table tr,
  .un_dbfft_cancel_table td {
    display: block;
    width: 100%;
  }

  .un_dbfft_cancel_table tr {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .un_dbfft_cancel_table td {
    border-bottom: none;
    padding: 2px 0;
  }

  .un_dbfft_cancel_table td:last-child {
    padding-left: 0;
    font-weight: 700;
  }

  .un_dbfft_cancel_table tr:first-child {
    border-top: 1px solid #e0e0e0;
  }

  .un_dbfft_cancel_table tr:first-child td {
    border-top: none;
  }
}


.un_dbfft_section_ttl {
  margin-bottom: 40px;
}

.un_dbfft_section_ttl_en {
  font-family: "eb-garamond", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 4px;
}

.un_dbfft_section_ttl_ja {
  font-size: 16px;
  font-family: "hiragino-mincho-pron", sans-serif;
  line-height: 1;
  font-weight: 300;
}

@media screen and (min-width: 920px) {
  .un_dbfft_section_ttl {
    margin-bottom: 56px;
  }

  .un_dbfft_section_ttl_en {
    font-size: 48px;
  }

  .un_dbfft_section_ttl_ja {
    font-size: 18px;
  }
}





.un_dbfft_point_trip {
  padding: 80px 0 62px;
  background-color: #1E1E1E;
  color: #ffffff;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .un_dbfft_point_trip {
    padding: 168px 0;
  }
}

.un_dbfft_point_trip .un_dbfft_section_title_en,
.un_dbfft_point_trip .un_dbfft_section_title_ja {
  color: #ffffff;
}

.un_dbfft_point_content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.un_dbfft_point_left {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.un_dbfft_point_text_wrapper {
  position: relative;
  width: 100%;
}

.un_dbfft_point_text_swiper {
  width: 100%;
}

.un_dbfft_point_custom_pagination {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

@media screen and (min-width: 920px) {
  .un_dbfft_point_custom_pagination {
    font-size: 14px;
    padding-right: 20px;
  }

}

.un_dbfft_point_progress_track {
  position: relative;
  width: 60px;
  height: 1px;
  background-color: #525252;
}

.un_dbfft_point_progress_fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: left;
  transform: scaleX(0);
}

.un_dbfft_point_num {
  font-family: "eb-garamond", serif;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (min-width: 920px) {
  .un_dbfft_point_num {
    font-size: 48px;
  }

}

.un_dbfft_point_copy_wrap {
  margin-top: 86.15384615384616vw;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-left: 20px;
}

.un_dbfft_quote_icon {
  flex-shrink: 0;
  width: 24px;
  height: 18px;
  background-color: #525252;
  -webkit-mask-image: url('../../../images/event/dbfft/quote_icon.svg');
  mask-image: url('../../../images/event/dbfft/quote_icon.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (min-width: 920px) {
  .un_dbfft_quote_icon {
    width: 30px;
    height: 23px;
  }

}

.un_dbfft_point_copy_txt {
  font-size: 18px;
  font-family: "hiragino-mincho-pron", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 920px) {
  .un_dbfft_point_copy_txt {
    font-size: 24px;
  }

}

.un_dbfft_point_right {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  z-index: 5;
}


.un_dbfft_point_main_swiper {
  width: 100%;
}

.un_dbfft_point_main_swiper img {
  width: 100%;
  aspect-ratio: 600 / 480;
  object-fit: cover;
  display: block;
}

.un_dbfft_point_thumb_swiper {
  width: 100%;
  margin-top: 40px;
}

.un_dbfft_point_thumb_swiper .swiper-slide {
  cursor: pointer;
  width: 14.613778705636744%;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.un_dbfft_point_thumb_swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.un_dbfft_point_thumb_swiper img {
  width: 100%;
  aspect-ratio: 600 / 480;
  object-fit: cover;
  display: block;
}

@media screen and (min-width: 920px) {
  .un_dbfft_point_content {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }

  .un_dbfft_point_left {
    width: 42.88272157564906%;
    justify-content: space-between;
  }

  .un_dbfft_point_right {
    position: static;
    width: 53.71530886302597%;
    top: auto;
  }

  .un_dbfft_point_num {
    margin-bottom: 116px;
  }

  .un_dbfft_point_copy_wrap {
    margin-top: 0;
    padding: 0;
  }

  .un_dbfft_point_thumb_swiper {
    margin-top: 0;
  }
}









.un_dbfft_staff {
  padding: 80px 0;
  background-color: #ffffff;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .un_dbfft_staff {
    padding: 128px 0 120px;
  }
}

@media screen and (min-width: 920px) {
  .un_dbfft_staff .un_dbfft_section_ttl {
    margin-bottom: 46px;
  }
}

.un_dbfft_staff_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_staff_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.un_dbfft_staff_card {
  display: flex;
  flex-direction: column;
}

.un_dbfft_staff_img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}

.un_dbfft_staff_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.un_dbfft_staff_info {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

.un_dbfft_staff_role {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4px;
}

.un_dbfft_staff_name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}

.un_dbfft_staff_desc {
  font-size: 14px;
  line-height: 1.75;
}



.un_dbfft_itinerary {
  padding: 80px 0;
  background-color: #EDEDED;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .un_dbfft_itinerary {
    padding: 128px 0;
  }
}

@media screen and (min-width: 920px) {
  .un_dbfft_itinerary .un_dbfft_section_ttl {
    margin-bottom: 64px;
  }
}

.un_dbfft_itinerary_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.un_dbfft_itinerary_card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (min-width: 920px) {
  .un_dbfft_itinerary_card {
    border-radius: 16px;
  }
}

.un_dbfft_itinerary_card_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;

  padding: 24px;
  cursor: pointer;

  position: relative;
  transition: padding-bottom 0.4s ease;
  color: #1E1E1E;
}

@media screen and (min-width: 920px) {
  .un_dbfft_itinerary_card_head {
    padding: 34px 40px;
  }
}

.un_dbfft_itinerary_card_head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background-color: #EDEDED;
  opacity: 0;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 920px) {
  .un_dbfft_itinerary_card_head::before {
    left: 40px;
    right: 40px;
  }
}

.un_dbfft_itinerary_card.un_dbfft_is_open .un_dbfft_itinerary_card_head {
  padding-bottom: 28px;
}

.un_dbfft_itinerary_card.un_dbfft_is_open .un_dbfft_itinerary_card_head::before {
  opacity: 1;
}

@media screen and (min-width: 920px) {
  .un_dbfft_itinerary_card.un_dbfft_is_open .un_dbfft_itinerary_card_head {
    padding-bottom: 34px;
  }
}

.un_dbfft_itinerary_day {
  font-family: "eb-garamond", serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0;
  color: #1E1E1E;
}

@media screen and (min-width: 920px) {
  .un_dbfft_itinerary_day {
    font-size: 27px;
  }
}

.un_dbfft_toggle_icon {
  position: relative;
  width: 18px;
  height: 18px;
}

.un_dbfft_toggle_icon::before,
.un_dbfft_toggle_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  background-color: #1E1E1E;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
}

.un_dbfft_toggle_icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.un_dbfft_itinerary_card.un_dbfft_is_open .un_dbfft_toggle_icon::after {
  transform: translateY(-50%) rotate(0deg);
}


.un_dbfft_itinerary_card_body_wrapper {
  display: grid;
  grid-template-rows: 0fr;
  margin: 0;
  transition: grid-template-rows 0.4s ease, margin-top 0.4s ease;
}

.un_dbfft_itinerary_card_body {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;

  padding: 0 24px 0;
  transition: padding-bottom 0.4s ease;
}

.un_dbfft_itinerary_card.un_dbfft_is_open .un_dbfft_itinerary_card_body_wrapper {
  grid-template-rows: 1fr;
  margin-top: 32px;
}

.un_dbfft_itinerary_card.un_dbfft_is_open .un_dbfft_itinerary_card_body {
  padding-bottom: 24px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_itinerary_card_body {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 40px 0;
  }

  .un_dbfft_itinerary_card.un_dbfft_is_open .un_dbfft_itinerary_card_body {
    padding-bottom: 52px;
  }

  .un_dbfft_itinerary_img {
    width: 42.43008678881389%;
    margin: 0;
  }

  .un_dbfft_itinerary_schedule {
    width: 52.74831243972999%;
  }
}

.un_dbfft_itinerary_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.un_dbfft_time_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_time_list {
    gap: 12px;
  }
}


.un_dbfft_time_item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  column-gap: 12px;
  row-gap: 6px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_time_item {
    column-gap: 20px;
    grid-template-columns: auto 1fr;
  }
}

.un_dbfft_time_badge {
  grid-column: 1;
  grid-row: 1;
  background-color: #1E1E1E;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 6px 5px;
  border-radius: 4px;
  line-height: 1;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 920px) {
  .un_dbfft_time_badge {
    font-size: 16px;
    width: 62px;
  }
}


@media screen and (min-width: 920px) {
  .un_dbfft_time_desc {
    display: contents;
  }
}

.un_dbfft_time_title {
  grid-column: 2;
  grid-row: 1;
  font-size: 15px;
  margin-top: 4px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 920px) {
  .un_dbfft_time_title {
    font-size: 16px;
    margin-top: 0;
  }
}

.un_dbfft_time_txt {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0;
}


.un_dbfft_schedule_note_top {
  margin-bottom: 20px;
}

.un_dbfft_schedule_note_bottom {
  margin-top: 24px;
  padding-top: 4px;
  border-top: 1px solid #EDEDED;
}

.un_dbfft_schedule_note_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.5;
}

@media screen and (min-width: 920px) {
  .un_dbfft_schedule_note_title {
    font-size: 16px;
  }
}

.un_dbfft_schedule_note_desc,
.un_dbfft_note_txt {
  font-size: 10px;
  line-height: 1.5;
}




.un_dbfft_requests {
  padding: 80px 0;
  background-color: #ffffff;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .un_dbfft_requests {
    padding: 128px 0;
  }
}


@media screen and (min-width: 920px) {
  .un_dbfft_requests .un_dbfft_section_ttl {
    text-align: center;
    margin-bottom: 64px;
  }
}

.un_dbfft_requests_box {
  width: 100%;
  max-width: 954px;
  margin: 0 auto 58px auto;
  height: 480px;
  overflow-y: auto;
  border: 1px solid #333333;
  border-radius: 8px;
  padding: 32px 24px;
  background-color: #ffffff;
}

@media screen and (min-width: 920px) {
  .un_dbfft_requests_box {
    padding: 32px 40px;
  }
}

.un_dbfft_requests_box::-webkit-scrollbar {
  width: 6px;
}

.un_dbfft_requests_box::-webkit-scrollbar-track {
  background: transparent;
  margin: 16px 0;
}

.un_dbfft_requests_box::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 4px;
}

.un_dbfft_requests_block {
  margin-bottom: 24px;
}

.un_dbfft_requests_block:last-child {
  margin-bottom: 0;
}

.un_dbfft_requests_heading {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 12px;
}

.un_dbfft_requests_sub_heading {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 2px;
}

.un_dbfft_requests_txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.un_dbfft_requests_txt:last-child {
  margin-bottom: 0;
}

.un_dbfft_requests_list {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.un_dbfft_requests_list li {
  position: relative;
  padding-left: 1em;
}

.un_dbfft_requests_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.un_dbfft_requests_link {
  color: #B71616;
}

.un_dbfft_requests_link:hover {
  text-decoration: none;
}

.un_dbfft_txt_note {
  font-size: 10px;
  margin-left: 4px;
}


.un_dbfft_requests_btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .un_dbfft_requests_btns {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}

.un_dbfft_requests_btns .un_dbfft_btn_base {
  max-width: 348px;
}

.un_dbfft_btn_base {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 12px 16px;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.3s ease !important;
}

@media screen and (min-width: 920px) {
  .un_dbfft_btn_base {
    padding: 18px 16px;
  }
}

.un_dbfft_btn_txt {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_btn_txt {
    font-size: 18px;
  }
}

.un_dbfft_btn_icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: currentColor;

  -webkit-mask-image: url('../../../images/event/dbfft/icon_external.svg');
  mask-image: url('../../../images/event/dbfft/icon_external.svg');

  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.un_dbfft_btn_black {
  background-color: #1E1E1E;
}

.un_dbfft_btn_black:hover {
  background-color: #444444;
  opacity: 1 !important;
}

.un_dbfft_btn_red {
  background-color: #A40000;
}

.un_dbfft_btn_red:hover {
  background-color: #c00000;
  opacity: 1 !important;
}




.un_dbfft_apply {
  padding: 80px 0;
  background-color: #EDEDED;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .un_dbfft_apply {
    padding: 128px 0;
  }

  .un_dbfft_apply .un_dbfft_section_ttl {
    text-align: center;
    margin-bottom: 62px;
  }
}



.un_dbfft_apply_lead {
  margin-bottom: 60px;
}

.un_dbfft_apply_lead_main {
  font-family: serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (min-width: 920px) {
  .un_dbfft_apply_lead_main {
    font-size: 24px;
  }
}

.un_dbfft_apply_lead_sub {
  font-size: 14px;
  line-height: 1.5;
}

.un_dbfft_apply_steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 22px;
}

.un_dbfft_step_card {
  position: relative;
  width: 100%;
  max-width: 720px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px 20px 30px 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 920px) {
  .un_dbfft_step_card {
    padding: 38px 40px 40px 40px;
  }
}

.un_dbfft_step_section:first-child {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 28px;
  margin-bottom: 20px;
}

.un_dbfft_step_section .un_dbfft_section_title {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  font-family: "hiragino-mincho-pron", sans-serif;
  line-height: 1.5;
  margin-bottom: 18px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_step_section .un_dbfft_section_title {
    font-size: 24px;
  }
}

.un_dbfft_step_content {
  margin: 0;
}

.un_dbfft_step_badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1E1E1E;
  color: #ffffff;
  font-family: serif;
  font-size: 16px;
  padding: 6px 12px 5px;
  border-radius: 30px;
  white-space: nowrap;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  line-height: 1;
}

@media screen and (min-width: 920px) {
  .un_dbfft_step_badge {
    font-size: 20px;
  }
}

.un_dbfft_step_title {
  text-align: center;
  font-size: 18px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_step_title {
    font-size: 20px;
  }
}

.un_dbfft_step_desc {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 22px;
}

.un_dbfft_step_desc_wrap {
  margin-bottom: 22px;
}

.un_dbfft_step_desc_wrap .un_dbfft_step_desc {
  margin-bottom: 8px;
}

.un_dbfft_step_desc_wrap .un_dbfft_step_desc:last-child {
  margin-bottom: 0;
}


.un_dbfft_step_date {
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;

  margin-top: 16px;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 920px) {
  .un_dbfft_step_date {
    margin-top: 24px;
    margin-bottom: 26px;
    font-size: 20px;
  }
}

.un_dbfft_step_result_info {
  margin-bottom: 8px;
}

@media screen and (min-width: 920px) {
  .un_dbfft_step_result_info {
    margin-bottom: 16px;
  }
}

.un_dbfft_result_term {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 920px) {
  .un_dbfft_result_term {
    font-size: 16px;
  }
}

.un_dbfft_result_desc {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 920px) {
  .un_dbfft_result_desc {
    font-size: 16px;
  }
}

.un_dbfft_step_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}



.un_dbfft_apply_footer_txt {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 920px) {
  .un_dbfft_apply_footer_txt {
    font-size: 16px;
  }
}

.un_dbfft_link_line {
  background-image: linear-gradient(to right, #1E1E1E, #1E1E1E);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  line-height: 1;
  width: fit-content;
}



.un_dbfft_link_line_red {
  background-image: linear-gradient(to right, #B71616, #B71616);
}

.un_dbfft_link_line:hover {
  animation: none;
}

@media (min-width:920px) {
  .un_dbfft_link_line:hover {
    animation: linkLineReverse 0.5s ease forwards;
  }
}

@keyframes linkLineReverse {
  0% {
    background-size: 100% 1px;
    background-position: bottom right;
  }

  50% {
    background-size: 0 1px;
    background-position: bottom right;
  }

  51% {
    background-position: bottom left;
  }

  100% {
    background-size: 100% 1px;
  }
}

/*# sourceMappingURL=event_dbfft.min.css.map */