:root {
  --text-blue: #1b1464;
  --white: white;
  --gra-start: rgba(121, 107, 173, .4);
  --gra-middle: rgba(101, 168, 219, .4);
  --gra-end: rgba(157, 215, 244, .4);
  --black: black;
  --map-color: #294766;
  --program-btn: #535a89;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

h2 {
  color: var(--text-blue);
  text-align: center;
  letter-spacing: 12px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

.header {
  z-index: 10;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 58px;
  padding-right: 58px;
  display: flex;
  position: fixed;
}

.dal-logo {
  width: 140px;
}

.contact-btn {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--white);
  background-image: linear-gradient(90deg, #5c6bee, #3faeda 50%, #28e3ca);
  border-radius: 50px;
  align-items: center;
  padding: 16px 20px 16px 30px;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.contact-btn:hover {
  transform: translate(0, 3px);
}

.contact-btn.main {
  border-radius: 100svh;
  justify-content: center;
  align-items: center;
  width: 50svh;
  height: 10svh;
  margin-top: 2svh;
  font-size: 3svh;
  box-shadow: 0 8px 5px rgba(0, 0, 0, .16);
}

.contact-btn.main:hover {
  box-shadow: none;
}

.btn-arrow {
  width: 30px;
}

.btn-arrow.main {
  width: 5svh;
  position: absolute;
  right: 2svh;
}

.main-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(90deg, var(--gra-start), var(--gra-middle) 34%, var(--gra-end) 70%), url('../images/main-bg1.5x-100.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 35svh;
  padding-bottom: 4svh;
  display: flex;
  position: relative;
}

.main-text {
  width: 70vw;
  max-width: 1000px;
  margin-bottom: -4svh;
}

.main-wh-label-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--text-blue);
  text-align: center;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 25%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .5) 75%, rgba(255, 255, 255, 0));
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3svh;
  padding-bottom: 3svh;
  font-size: 22px;
  display: flex;
  position: absolute;
}

.en-text {
  font-family: Poppins, sans-serif;
  font-style: italic;
}

.text.en {
  font-family: Poppins, sans-serif;
}

.text.en.ltailc {
  font-size: 24px;
  font-style: italic;
}

.text.main {
  letter-spacing: 8px;
}

.text.overview {
  text-align: center;
  margin-bottom: 0;
  line-height: 180%;
}

.text.jp {
  font-family: Noto Sans JP, sans-serif;
}

.main-date {
  color: var(--text-blue);
  letter-spacing: 6px;
  font-family: Poppins, sans-serif;
  font-size: 2.5svh;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}

.big-date {
  letter-spacing: 5px;
  font-size: 6svh;
  font-weight: 700;
  line-height: 140%;
}

.main-text-group {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.overview-section {
  background-image: url('../images/overview-bg3x.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 200px 100px;
  display: flex;
  overflow: hidden;
}

.overview-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overview-box.inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: rgba(255, 255, 255, .4);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.overview-box.out {
  z-index: 1;
  background-color: rgba(255, 255, 255, .4);
  border-style: none;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, .24);
}

.section-inner-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  position: relative;
}

.section-inner-box.program, .section-inner-box.access {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: none;
  padding-left: 100px;
  padding-right: 100px;
}

.section-inner-box.present {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.overview-top {
  width: 260px;
  position: absolute;
  top: -120px;
  bottom: auto;
  left: -130px;
  right: auto;
}

.section-title {
  color: var(--text-blue);
  letter-spacing: 4px;
  font-family: Poppins, sans-serif;
  font-size: 76px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
}

.overview-inner-top {
  width: 260px;
  position: absolute;
  top: -160px;
  left: -100px;
}

.section-title-box {
  justify-content: flex-start;
  align-items: center;
}

.section-title-box.program {
  padding-top: 80px;
  padding-bottom: 80px;
}

.overview-name {
  font-size: 26px;
  font-weight: 700;
  line-height: 180%;
}

.overview-inner-bottom {
  width: 320px;
  position: absolute;
  bottom: -180px;
  right: -120px;
}

.overview-bottom {
  z-index: 0;
  width: 340px;
  position: absolute;
  top: auto;
  bottom: -160px;
  left: auto;
  right: -180px;
}

.date-wed {
  letter-spacing: 5px;
  font-size: 3svh;
}

.section-h2 {
  margin-top: 0;
  margin-right: -12px;
  font-weight: 800;
}

.jp-text {
  letter-spacing: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2.5svh;
}

.spacing-0 {
  letter-spacing: 2px;
}

.main-light-img {
  z-index: 0;
  opacity: .8;
  mix-blend-mode: color-dodge;
  background-color: #08001a;
  background-image: url('../images/main-light1.5x-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-title.en {
  font-family: Poppins, sans-serif;
}

.main-title.en.ltailc {
  color: var(--text-blue);
  font-size: 2.5svh;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
}

.main-title.main {
  color: var(--text-blue);
  letter-spacing: 8px;
  font-size: 2svh;
  font-weight: 600;
  line-height: 140%;
}

.main-title.overview {
  text-align: center;
  margin-bottom: 0;
  line-height: 180%;
}

.text-copy.en {
  font-family: Poppins, sans-serif;
}

.text-copy.en.ltailc {
  font-size: 24px;
  font-style: italic;
}

.text-copy.main {
  letter-spacing: 8px;
}

.text-copy.overview {
  text-align: center;
  margin-bottom: 0;
  line-height: 180%;
}

.main-inner {
  z-index: 2;
  grid-column-gap: 2svh;
  grid-row-gap: 2svh;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.main-text-img {
  z-index: 0;
  background-image: url('../images/main-text1.5x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pin-label {
  background-color: var(--text-blue);
  color: var(--white);
  letter-spacing: 2px;
  border-radius: 1svh;
  padding: 1svh 1.5svh;
  font-size: 2svh;
}

.pin-label.access {
  background-color: #535a8a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 12px;
  padding: 8px 48px;
  font-size: 28px;
  line-height: 140%;
  display: flex;
}

.pin-text-group {
  grid-column-gap: 2svh;
  grid-row-gap: 2svh;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.pin-text-group.access {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.pin-text {
  color: var(--text-blue);
  letter-spacing: 2px;
  font-size: 3svh;
  font-weight: 700;
}

.pin-text.access {
  color: var(--black);
  font-size: 30px;
  line-height: 140%;
}

.pin-text.access.m {
  font-size: 28px;
  font-weight: 400;
}

.map-frame {
  mix-blend-mode: luminosity;
  width: 100%;
  height: 500px;
  margin-top: -64px;
}

.map-frame.test {
  margin-top: 0;
}

.map-box {
  background-color: var(--map-color);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blending-box {
  mix-blend-mode: color-burn;
  background-color: #dba745;
  width: 300px;
  height: 200px;
  position: absolute;
}

.map-pin {
  z-index: 1;
  position: absolute;
  top: 41%;
  left: 48.8%;
}

.h1.en {
  font-family: Poppins, sans-serif;
}

.h1.en.ltailc {
  font-size: 3svh;
  font-style: italic;
  line-height: 140%;
}

.h1.main {
  letter-spacing: 8px;
  font-size: 2.5svh;
  line-height: 140%;
}

.h1.overview {
  text-align: center;
  margin-bottom: 0;
  line-height: 180%;
}

.heading-1 {
  z-index: -2;
  color: rgba(51, 51, 51, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
  position: relative;
}

.program-section {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-image: url('../images/66169e4670907033698e98e4_program-bg_11.5x-100-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 200px 100px 120px;
  display: flex;
}

.program-inner-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1138px;
}

.program-btn-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  width: 100%;
}

.program-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--program-btn);
  color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  align-items: center;
  padding: 40px 12px 28px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.program-btn:hover {
  box-shadow: none;
}

.program-btn-arrow {
  width: 24px;
}

.program-item-box {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .4));
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 36px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.program-item-box.inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .2));
  border-radius: 28px;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding: 60px;
  line-height: 160%;
  overflow: visible;
}

.program-item-box.out {
  z-index: 1;
  margin-top: -48px;
  margin-left: 80px;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, .24);
}

.program-item {
  width: 100%;
}

.program-heading3 {
  color: var(--text-blue);
  letter-spacing: 2px;
  font-size: 32px;
  line-height: 140%;
}

.program-time-box {
  color: var(--white);
  letter-spacing: 1px;
  background-image: linear-gradient(90deg, #3f71ff, #92b0ff);
  border-radius: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 320px;
  height: 120px;
  padding-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.program-time-box.green {
  background-image: linear-gradient(90deg, #64c7f4, #35c1d3);
  font-weight: 600;
}

.program-item-group {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.program-time-img-box {
  flex-flow: row;
  font-size: 16px;
  line-height: 180%;
}

.profile-img {
  width: 440px;
  margin-top: -60px;
  margin-bottom: -70px;
  margin-right: -50px;
}

.present-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(90deg, var(--gra-start), var(--gra-middle) 34%, var(--gra-end) 70%), url('../images/main-bg1.5x-100.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 100px;
  display: flex;
  overflow: hidden;
}

.present-item-box {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .4));
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 36px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.present-item-box.inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .4));
  border-radius: 32px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 40px 60px 24px;
  line-height: 160%;
  overflow: visible;
}

.present-item-box.out {
  z-index: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, .24);
}

.present-text {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

.present-img {
  width: 280px;
}

.access-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.access-box.inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 38px;
  padding: 100px 48px 48px;
  overflow: visible;
}

.access-box.out {
  z-index: 1;
  background-color: rgba(255, 255, 255, .4);
  border-style: none;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, .24);
}

.access-inner-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 64px;
  font-size: 28px;
  line-height: 160%;
  display: flex;
}

.access-inner-item-title {
  color: #3071b5;
  border: 2px solid #3071b5;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.access-inner-item-group {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.google-map-btn {
  z-index: 1;
  color: var(--white);
  text-align: center;
  background-color: #535a8a;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  margin-top: -10px;
  padding: 24px 48px 14px;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.google-map-btn:hover {
  transform: translate(0, 3px);
}

.btn-section {
  background-image: url('../images/program-bg_11.5x-100.jpg');
  background-position: 50%;
  background-size: 1920px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 100px;
  display: flex;
  overflow: hidden;
}

.up-box {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.up-btn {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 4px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.up-btn:hover {
  box-shadow: none;
  transform: translate(0, 2px);
}

.up-arrow {
  width: 20px;
}

.up-group {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: -50px;
  padding-left: 100px;
  padding-right: 100px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-section {
  background-color: #1a1a1a;
}

.footer {
  background-color: #1a1a1a;
  padding: 30px 60px;
  font-size: 14px;
}

.footer_inner {
  grid-column-gap: 50px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1800px;
  display: flex;
}

.footer_link_group {
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_link {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.footer_bar {
  background-color: #fff;
  width: 1px;
  height: 13px;
  margin-left: 18px;
  margin-right: 18px;
}

.footer_copyright {
  color: #fff;
  font-weight: 400;
}

.access-section {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-image: url('../images/66169e4670907033698e98e4_program-bg_11.5x-100-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 120px;
  display: flex;
}

.main-text-box {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main-text-big-box {
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 3svh;
  padding-bottom: 3svh;
  position: relative;
}

.noworp {
  white-space: nowrap;
}

.blengind-color {
  background-color: var(--map-color);
  mix-blend-mode: luminosity;
  width: 100%;
  height: 100%;
  position: absolute;
}

.program-btn-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--program-btn);
  color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 12px 28px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .24);
}

.program-btn-link:hover {
  box-shadow: none;
  transform: translate(0, 5px);
}

.program-btn-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--program-btn);
  color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  align-items: center;
  padding: 40px 12px 28px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.program-btn-copy:hover {
  transform: translate(0, 5px);
}

.map-test {
  mix-blend-mode: luminosity;
  width: 100%;
  height: 300px;
}

.present-des-item {
  flex: 1;
  width: 50%;
}

.present-des-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: stretch;
  width: 100%;
}

.present-des-item-box {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .4));
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 36px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.present-des-item-box.inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .2));
  border-radius: 28px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 60px 24px;
  line-height: 160%;
  overflow: visible;
}

.present-des-item-box.out {
  z-index: 1;
  flex: 1;
  margin-top: -48px;
  margin-left: 50px;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, .24);
}

.present-des-title-box {
  color: var(--white);
  letter-spacing: 1px;
  background-image: linear-gradient(90deg, #3f71ff, #92b0ff);
  border-radius: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 380px;
  height: 120px;
  padding-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.present-des-title-box.green {
  background-image: linear-gradient(-90deg, #64c7f4, #35c1d3);
  font-weight: 600;
}

.present-item-imgbox {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  box-shadow: 0 7px 5px rgba(0, 0, 0, .3);
}

.present-item-img {
  object-fit: contain;
  width: 70%;
  height: 70%;
}

.main-finish-text {
  color: var(--text-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.header-finish-text {
  color: var(--text-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.finish-box {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-text {
    width: 85vw;
  }

  .main-wh-label-box {
    width: 100%;
  }

  .text.overview {
    font-size: 14px;
  }

  .main-date {
    text-align: center;
    width: 480px;
  }

  .big-date {
    line-height: 120%;
  }

  .overview-section {
    padding: 160px 48px;
  }

  .overview-box.inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 80px 24px;
  }

  .section-inner-box.program, .section-inner-box.access {
    padding-left: 48px;
    padding-right: 48px;
  }

  .overview-top {
    width: 220px;
    top: -100px;
    left: -110px;
  }

  .section-title {
    font-size: 64px;
  }

  .overview-inner-top {
    width: 230px;
    top: -130px;
    left: -80px;
  }

  .section-title-box.program {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .overview-inner-bottom {
    width: 280px;
  }

  .overview-bottom {
    width: 280px;
    bottom: -150px;
    right: -160px;
  }

  .main-light-img {
    background-size: 130%;
    top: -14%;
  }

  .main-title.overview, .text-copy.overview {
    font-size: 14px;
  }

  .main-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-text-img {
    background-position: 50%;
    background-size: 130%;
    top: -14%;
  }

  .pin-label.access, .pin-text.access {
    font-size: 24px;
  }

  .pin-text.access.m {
    font-size: 20px;
  }

  .map-frame {
    height: 400px;
  }

  .h1.overview {
    font-size: 14px;
  }

  .program-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 120px 48px;
  }

  .program-btn-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .program-btn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .program-item-box.inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 50px 24px;
    font-size: 16px;
  }

  .program-item-box.out {
    margin-top: -40px;
    margin-left: 32px;
  }

  .program-heading3 {
    font-size: 24px;
  }

  .program-time-box {
    border-radius: 24px;
    width: 250px;
    height: 100px;
    font-size: 24px;
  }

  .program-item-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .program-time-img-box {
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 14px;
  }

  .profile-img {
    width: 48%;
    margin-top: 0;
    margin-right: -30px;
  }

  .present-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 120px 48px;
  }

  .present-item-box.inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 50px 24px;
    font-size: 16px;
  }

  .present-text {
    width: 100%;
    max-width: 560px;
  }

  .access-box.inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 80px 24px 24px;
  }

  .access-inner-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
  }

  .access-inner-item-title {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
  }

  .access-inner-item-group {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .btn-section {
    padding: 120px 48px;
  }

  .up-group {
    padding-left: 48px;
    padding-right: 48px;
  }

  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer_inner {
    justify-content: center;
  }

  .footer_link_group {
    flex-wrap: wrap;
  }

  .access-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .main-text-big-box {
    width: 100%;
  }

  .program-btn-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .present-des-item {
    flex: 0 auto;
    width: 100%;
  }

  .present-des-item-box.inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 50px 24px;
    font-size: 16px;
  }

  .present-des-item-box.out {
    margin-top: -40px;
    margin-left: 32px;
  }

  .present-des-title-box {
    border-radius: 24px;
    height: 100px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    padding: 12px 16px;
  }

  .dal-logo {
    width: 130px;
  }

  .contact-btn {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 12px 12px 12px 16px;
    font-size: 14px;
    line-height: 140%;
  }

  .contact-btn.main {
    width: 340px;
    height: 72px;
    font-size: 20px;
  }

  .btn-arrow.main {
    width: 32px;
  }

  .main-section {
    padding-top: 30svh;
  }

  .main-wh-label-box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text.en.ltailc {
    font-size: 20px;
  }

  .text.main {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .main-date {
    width: 100%;
    max-width: 430px;
  }

  .big-date {
    font-size: 4svh;
  }

  .overview-section {
    padding: 120px 24px;
  }

  .overview-box.inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 40px 16px;
  }

  .section-inner-box.program, .section-inner-box.access {
    padding-left: 24px;
    padding-right: 24px;
  }

  .overview-top {
    width: 190px;
  }

  .section-title {
    font-size: 40px;
  }

  .overview-inner-top {
    width: 200px;
  }

  .overview-inner-bottom {
    width: 220px;
  }

  .overview-bottom {
    width: 240px;
    bottom: -160px;
  }

  .section-h2 {
    font-size: 16px;
  }

  .main-light-img {
    background-position: 50% 40%;
  }

  .main-title.en.ltailc {
    font-size: 20px;
  }

  .main-title.main {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .text-copy.en.ltailc {
    font-size: 20px;
  }

  .text-copy.main {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .main-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .main-text-img {
    background-position: 50% 40%;
  }

  .pin-label.access {
    width: 180px;
    font-size: 20px;
  }

  .pin-text-group {
    grid-column-gap: 1svh;
    grid-row-gap: 1svh;
    flex-flow: column;
  }

  .pin-text {
    text-align: center;
    font-size: 2.5svh;
  }

  .pin-text.access {
    font-size: 20px;
  }

  .pin-text.access.m {
    font-size: 16px;
  }

  .h1.en.ltailc {
    font-size: 20px;
  }

  .h1.main {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .heading-1 {
    line-height: 0;
  }

  .program-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 80px 24px;
  }

  .program-btn-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    max-width: 340px;
  }

  .program-btn {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    padding: 24px 8px 16px;
    font-size: 16px;
  }

  .program-item-box.inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 24px;
    padding: 40px 24px;
  }

  .program-item-box.inner.photo {
    padding-bottom: 0;
  }

  .program-item-box.out {
    border-radius: 32px;
    margin-left: 24px;
  }

  .program-heading3 {
    font-size: 20px;
  }

  .program-time-img-box {
    flex-flow: column;
  }

  .profile-img {
    width: 300px;
    margin-bottom: -10px;
    margin-right: 0;
  }

  .present-section {
    padding: 80px 24px;
  }

  .present-item-box.inner {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 28px;
    padding: 32px 24px 24px;
  }

  .present-item-box.inner.photo {
    padding-bottom: 0;
  }

  .present-item-box.out {
    border-radius: 32px;
  }

  .present-text {
    max-width: 420px;
    font-size: 18px;
  }

  .present-img {
    width: 200px;
  }

  .access-box.inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 34px;
    padding: 40px 16px 16px;
  }

  .access-inner-item {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
  }

  .access-inner-item-title {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .btn-section {
    padding: 80px 24px;
  }

  .up-group {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer_copyright {
    font-size: 12px;
  }

  .access-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-text-big-box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .program-btn-link {
    width: 100%;
  }

  .program-btn-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    padding: 24px 8px 16px;
    font-size: 16px;
  }

  .present-des-item-box.inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 24px;
    padding: 40px 24px;
  }

  .present-des-item-box.inner.photo {
    padding-bottom: 0;
  }

  .present-des-item-box.out {
    border-radius: 32px;
    margin-left: 24px;
  }

  .main-finish-text {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .header-finish-text {
    font-size: 14px;
    line-height: 5.5vw;
  }

  .finish-box {
    margin-top: 24px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dal-logo {
    width: 120px;
  }

  .contact-btn {
    padding-left: 20px;
  }

  .contact-btn.main {
    width: 90%;
    max-width: 340px;
  }

  .main-section {
    padding-top: 24svh;
  }

  .main-wh-label-box {
    padding: 2svh 0;
  }

  .main-date {
    width: 100%;
    font-size: 20px;
  }

  .big-date {
    font-size: 20px;
  }

  .overview-section {
    padding: 80px 16px;
  }

  .overview-box.inner {
    border-radius: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .overview-box.out {
    border-radius: 24px;
  }

  .section-inner-box.access {
    padding-left: 16px;
    padding-right: 16px;
  }

  .overview-top {
    width: 180px;
    top: -80px;
    left: -100px;
  }

  .section-title {
    font-size: 32px;
  }

  .overview-inner-top {
    width: 190px;
    top: -100px;
    left: -90px;
  }

  .section-title-box {
    z-index: 1;
    position: relative;
  }

  .overview-name {
    font-size: 20px;
  }

  .overview-inner-bottom {
    width: 200px;
  }

  .overview-bottom {
    width: 220px;
  }

  .date-wed {
    font-size: 18px;
  }

  .jp-text {
    font-size: 16px;
  }

  .main-light-img {
    background-position: 50% 34%;
    background-size: 145%;
  }

  .main-title.en.ltailc {
    font-size: 16px;
  }

  .main-title.main {
    font-size: 14px;
  }

  .main-text-img {
    background-position: 42% 34%;
    background-size: 145%;
  }

  .pin-text {
    max-width: 295px;
    font-size: 16px;
  }

  .pin-text.access {
    max-width: 297px;
    font-size: 16px;
  }

  .pin-text.access.m {
    max-width: 280px;
    font-size: 14px;
  }

  .map-box {
    height: 320px;
  }

  .map-box.test {
    height: auto;
  }

  .program-section {
    padding: 80px 16px;
  }

  .program-btn-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .program-btn {
    width: 100%;
  }

  .program-item-box.inner {
    border-radius: 20px;
    padding: 32px 16px;
    font-size: 14px;
  }

  .program-item-box.out {
    border-radius: 24px;
    margin-left: 16px;
  }

  .program-heading3 {
    letter-spacing: 0;
    font-size: 18px;
  }

  .program-time-box {
    width: 200px;
    height: 90px;
    font-size: 20px;
  }

  .program-item-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .program-time-img-box {
    justify-content: flex-end;
    align-items: center;
  }

  .present-section {
    padding: 80px 16px;
  }

  .present-item-box.inner {
    border-radius: 20px;
    padding: 32px 16px;
    font-size: 14px;
  }

  .present-item-box.out {
    border-radius: 24px;
  }

  .present-text {
    max-width: 300px;
    font-size: 16px;
  }

  .access-box.inner {
    border-radius: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .access-box.out {
    border-radius: 24px;
  }

  .access-inner-item {
    border-radius: 16px;
    padding: 16px;
    font-size: 14px;
  }

  .access-inner-item-title {
    font-size: 16px;
  }

  .access-inner-item-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .google-map-btn {
    padding-top: 24px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .btn-section {
    padding: 80px 16px;
  }

  .up-btn {
    font-size: 16px;
  }

  .up-arrow {
    width: 18px;
  }

  .up-group {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer_bar {
    margin-left: 12px;
    margin-right: 12px;
  }

  .access-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-text-big-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .program-btn-link {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    max-width: 320px;
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .program-btn-copy {
    width: 100%;
  }

  .present-des-item-box.inner {
    border-radius: 20px;
    padding: 32px 16px;
    font-size: 14px;
  }

  .present-des-item-box.out {
    border-radius: 24px;
    margin-left: 16px;
  }

  .present-des-title-box {
    width: 240px;
    height: 90px;
    font-size: 20px;
  }

  .present-item-imgbox {
    width: 150px;
    height: 150px;
  }

  .header-finish-text {
    width: 160px;
    font-size: 12px;
  }
}


