.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.fv-image {
  background-image: url('../images/kv2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 1120px;
  height: 850px;
  display: flex;
}

.about {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding: 50px 5%;
  display: flex;
}

.para {
  color: #000;
  letter-spacing: 4px;
  margin-bottom: 0;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.para.kondo {
  text-align: right;
}

.para.kondo-sp {
  text-align: right;
  display: none;
}

.news {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.vertical-left {
  font-size: 40px;
  line-height: 40px;
  position: relative;
  top: -135px;
  left: -413px;
  transform: rotate(-90deg);
}

.news-image {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-left: 0;
  padding-right: 3%;
  display: flex;
}

.news-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-bottom: 30px;
  display: flex;
}

.news-title {
  color: #000;
  font-family: yu-gothic-pr6n, sans-serif;
}

.news-date {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.autumn {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 2px 12px;
  display: flex;
}

.date {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 14px;
  line-height: 40px;
  display: flex;
}

.work {
  color: #fff;
  background-color: #0037ff;
  border-radius: 100px;
  padding: 2px 12px;
}

.forum {
  color: #fff;
  background-color: #00781a;
  border-radius: 100px;
  padding: 2px 12px;
}

.theater {
  color: #fff;
  background-color: #ff7300;
  border-radius: 100px;
  padding: 2px 12px;
}

.image {
  width: 90px;
  height: 260px;
}

.program-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1150px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.h-100px {
  height: 100px;
}

.project-info-bottom {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  font-size: 13px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-image {
  z-index: 1;
  background-image: linear-gradient(#07070780, #07070780), linear-gradient(#000, #fff0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image.background-image_04 {
  background-image: linear-gradient(157deg, #0000006b, #fff0), url('../images/autum-image.png');
  background-position: 0 0, 50%;
}

.background-image.background-image_06 {
  background-image: linear-gradient(#0000004d, #fff0), url('../images/TOTO_stil_89_min.jpg');
  background-position: 0 0, 100% 0;
  overflow: hidden;
}

.background-image.background-image_05 {
  background-image: url('../images/bunner_Tokyo-Theatre-Festival-Network.jpg');
  background-position: 50%;
  background-size: auto;
}

.background-image.background-image_01 {
  background-image: url('../images/autum-image.png');
  background-position: 50%;
  background-size: cover;
}

.background-image.background-image_02 {
  background-image: url('../images/bunner_opencall.jpg');
  background-position: 50%;
  background-size: cover;
}

.background-image.background-image_03 {
  background-image: url('../images/bunner_PAB.jpg');
  background-position: 50%;
  background-size: auto;
}

.image-overlay {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.animation_link_01 {
  z-index: 0;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 530px;
  height: 300px;
  min-height: 350px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.subtitle-wrapper {
  margin-bottom: 18px;
}

.project-image {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.card-circle {
  z-index: 0;
  background-color: #000000bd;
  border: 2px solid #031a77;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.overlay {
  background-color: #0006;
  border-width: 1px;
  border-color: #0006;
}

.hover-link {
  z-index: 5;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
}

.collection-grid.down {
  justify-content: flex-end;
  align-items: center;
}

.program-title {
  z-index: 10;
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  padding-left: 3px;
  padding-right: 3px;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
}

.program-title.white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: red;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  font-family: yu-gothic-pr6n, sans-serif;
  display: flex;
}

.program-title.red {
  letter-spacing: 1px;
  background-color: red;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 15px;
}

.program-title.red.s {
  font-size: 14px;
}

.program-title.blue {
  background-color: #0137ff;
  font-size: 16px;
}

.program-title.blue.s {
  letter-spacing: 1px;
  font-size: 14px;
}

.program-title.green {
  text-transform: none;
  background-color: #00781a;
}

.program-title.green.s {
  letter-spacing: 1px;
  font-size: 14px;
}

.program-title.ograge {
  background-color: #ff7300;
}

.program-title.ograge.s {
  letter-spacing: 1px;
  font-size: 14px;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title-image-2 {
  height: 330px;
  position: absolute;
  inset: 1% -10% auto auto;
}

.program-space {
  width: 150px;
  position: static;
  inset: -36% 13% auto auto;
}

.program-subtitle {
  padding-left: 3px;
}

.text-span {
  font-size: 10px;
}

.outline {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 50px 5%;
  display: flex;
}

.image-3 {
  width: 90px;
  height: 300px;
  padding-left: 0%;
  padding-right: 0%;
}

.two-logo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-bottom: 0;
  display: flex;
}

.link-logo.bunka-en {
  height: 60px;
}

.link-image {
  height: 40px;
}

.link-image.large {
  height: 45px;
}

.link-image.bunka-en {
  height: 50px;
}

.footer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.line {
  background-color: #000;
  width: 600px;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 25px;
}

.sns-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 0;
  padding-right: 90px;
  display: flex;
}

.past-link {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 20px 30px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.past-link:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.text-block {
  letter-spacing: 1px;
  font-family: yu-gothic-pr6n, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.sns-image {
  background-color: #0000;
  border-radius: 100px;
}

.image-4 {
  width: 33px;
}

.h-50px {
  height: 50px;
}

.policy {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.para2 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  font-family: yu-gothic-pr6n, sans-serif;
}

.link {
  color: #000;
  font-family: yu-gothic-pr6n, sans-serif;
}

.fv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.vertical-tex {
  letter-spacing: 3px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  justify-content: center;
  align-items: center;
  height: 560px;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 80px;
  display: flex;
  position: static;
  inset: auto 7% -34% auto;
}

.vertical-tex.sp {
  display: none;
}

.out-about {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.program-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.fv-waku {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template: ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 11px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . Area-2" 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 30px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ."
                 ". Area . . . . . . . . . . . . . . . . . . . . . . . . ."
                 / 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-cta03_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: flex;
}

.ths11-hero-slider-arrow {
  display: none;
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}

.contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 10px solid #b42b2b;
  border-color: #306cc7 #b42b2b #b42b2b #306cc7;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  position: static;
  inset: 0% 0% -83%;
}

.black {
  z-index: 10;
  background-color: #00000059;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 28px auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  overflow: hidden;
}

.logo:hover {
  opacity: 1;
  color: #fff;
}

.logo.w--current {
  border-radius: 10px;
}

.ths11-hero-blocks-wrapper {
  width: 28.5vw;
}

.ths11-hero-blocks-wrapper.ths11-width-b {
  width: 14.5vw;
}

.hero-content {
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.hero-i-can-help {
  margin-top: 20px;
  font-weight: 700;
  line-height: 24px;
}

.ths11-hero-slider {
  background-color: #0000;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 100%;
  height: 100%;
}

.ths11-hero-slider.ths11-rotated {
  border-style: solid none none solid;
  border-top-width: 1px;
  border-top-color: #fff;
  border-left-width: 1px;
  border-left-color: #fff;
  transform: rotate(180deg);
}

.ths11-hero-slider.ths11-rotated.ths11-width-50 {
  width: 100%;
}

.hero-logo {
  margin-bottom: 4vw;
  line-height: 1;
  overflow: hidden;
}

.front {
  z-index: 10;
  background-color: #14131166;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-170 {
  display: flex;
}

.back {
  z-index: 0;
  align-items: flex-end;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.ths11-hero-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ths11-hero-slide-image.ths11-rotated {
  transform: rotate(180deg);
}

.ths11-hero-slider-nav {
  display: none;
}

.ths11-hero-block {
  justify-content: space-between;
  align-items: stretch;
  height: 35vh;
  display: flex;
}

.ths11-hero-block.ths11-height-32-5vh {
  height: 32.5vh;
}

.ths11-logo {
  opacity: .73;
  width: 70px;
  min-width: 70px;
  min-height: 70px;
}

.hero-heading {
  background-image: linear-gradient(to top, #306cc7 39%, #fff0 40%);
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
  position: relative;
}

.hero-heading._2nd {
  background-image: linear-gradient(to top, #b42b2b 39%, #fff0 40%);
  margin-top: 0;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.ths11-hero-slider-wrapper {
  height: 65vh;
}

.navigation-item {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.navigation-item:hover {
  color: #b8b8b8;
}

.fv-text {
  color: #000;
  text-align: center;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.fv-text.middle {
  text-transform: none;
  font-size: 80px;
  line-height: 80px;
}

.fv-text.middle.en-fv-text {
  display: none;
}

.fv-text.small {
  font-size: 60px;
  line-height: 60px;
}

.fv-text.small.fv-en {
  font-size: 40px;
  line-height: 40px;
}

.fv-text.credit {
  z-index: 10;
  line-height: 30px;
  position: relative;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.body-2 {
  overflow: visible;
}

.thin-span {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
  font-weight: 400;
  display: block;
}

.right-nav {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.card-arrow-icon.dark {
  background-color: #fff;
  border-color: #c0c0d333;
}

.link-text {
  z-index: 10;
  font-size: 11px;
  font-weight: 400;
  position: relative;
}

.flyout-menu-content {
  z-index: 10;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 448px;
  max-width: 448px;
  padding: 116px 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.flyout-heading {
  padding-left: 80px;
}

.heading-7 {
  margin-top: 105px;
  font-size: 30px;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.subtitle2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #66544200;
  border: 1px #665442;
  justify-content: center;
  margin-top: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
}

.nav-link {
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 2px #0f132600;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: #081c3a;
}

.scroll-flyout-wrapper {
  margin-right: 12px;
  overflow: auto;
}

.close-flyout {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.nav-menu {
  z-index: 40;
  justify-content: center;
  max-width: 450px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.link-cover {
  border-radius: 0;
  height: 100%;
  max-height: 42px;
  position: absolute;
  inset: auto 0%;
}

.navigation-shade {
  background-color: #fff;
  border-bottom: 1px solid #c0c0d333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.paragraph-14 {
  letter-spacing: .1em;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}

.nav-link-copy {
  opacity: .8;
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#fcfcff, #fcfcff);
  background-clip: border-box;
  border: 1px solid #00000069;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.nav-link-copy.w--current {
  color: #081c3a;
}

.top-nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.navigation-content {
  z-index: 15;
  border-bottom: 1px #c0c0d333;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: 80px;
  padding-left: 36px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-menu-links {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.brand {
  z-index: 25;
  color: #081c3a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  align-items: center;
  padding-right: 24px;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.brand.w--current {
  flex-direction: column;
}

.paragraph-7 {
  margin-top: -19px;
  margin-bottom: 0;
}

.menu-lottie {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  overflow: visible;
}

.flyout-menu {
  cursor: pointer;
  border-bottom: 1px #c0c0d333;
  border-right: 1px #c0c0d333;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flyout-menu.open {
  overflow: visible;
}

.flyout-menu.close {
  display: flex;
}

.vacation-card-arrow {
  width: 14px;
}

.vacation-continents {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 0 24px 36px 80px;
  display: grid;
}

.flyout-info-box {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.left-nav {
  z-index: 25;
  background-color: #fff;
  border-bottom: 1px solid #c0c0d333;
  border-right: 1px solid #c0c0d333;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px #c0c0d333;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.flyout-menu-wrapper {
  z-index: 20;
  background-color: #071224a3;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.simple-nav-link-holder {
  background-color: #fff0;
}

.simple-link {
  color: #333;
  background-color: #fff;
  border-bottom: 2px solid #afafaf;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple {
  top: 28px;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  top: 18px;
}

.simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0;
  overflow: hidden;
}

.simple-menu-button.w--open {
  background-color: #fff;
}

.simple-nav {
  background-color: #fff0;
  position: fixed;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple {
  top: 38px;
}

.rightx {
  transform-style: preserve-3d;
  background-color: #cea142;
  width: 25px;
  height: 3px;
  position: absolute;
  top: 14px;
  right: 8px;
  transform: rotateX(0)rotateY(-45deg)rotateZ(0)translate3d(-10px, 0, -15px);
}

.rightx._3 {
  top: 34px;
}

.rightx._2 {
  top: 24px;
}

.square-parent {
  perspective: 2000px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0);
}

.sliding-block {
  z-index: 0;
  float: right;
  clear: none;
  background-color: #cea142;
  width: 100%;
  max-width: 250px;
  height: 60px;
  position: absolute;
}

.nav-menu-2 {
  background-color: #0000;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-2 {
  height: 60px;
  position: relative;
}

.x-line {
  background-color: #cea142;
  width: 45px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%)rotate(45deg);
}

.x-line._2 {
  transform: translate(0, -50%)rotate(-45deg);
}

.line-4 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-4.simple {
  top: 28px;
}

.open {
  color: #7a7a7a;
  letter-spacing: 1px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.line2-1 {
  border: 2px solid #7a7a7a;
  width: 0;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
}

.nav-link-2 {
  z-index: 2;
  float: right;
  clear: both;
  color: #fff;
  text-align: right;
  border: 2px solid #5fc9f3;
  width: 100%;
  max-width: 360px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 58px;
  text-decoration: none;
  transition: background-color .2s, color .25s, text-shadow .25s;
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

.nav-link-2:hover {
  color: #fff;
  text-shadow: 0 0 #000;
}

.nav-link-2.w--current {
  color: #7a7a7a;
  border-color: #fff;
  max-width: 250px;
}

.nav-link-2.w--current:hover {
  color: #333;
}

.nav-link-2.white {
  border-color: #7a7a7a;
}

.nav-link-2.white:hover {
  color: #fff;
}

.menu-column {
  border: 1px solid #fff;
  border-bottom-style: none;
  height: 50vh;
  padding-top: 10px;
  overflow: hidden;
}

.menu-column.padded-top {
  padding-top: 10px;
}

.menu-column.middle {
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  inset: 0;
}

.line-5 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-5.simple {
  top: 18px;
}

.menu-row {
  background-color: #f5f5f5;
  position: relative;
}

.square-front {
  perspective: 2000px;
  transform-style: preserve-3d;
  background-color: #0000;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  transform: translate3d(0, 0, 25px);
}

.close {
  color: #7a7a7a;
  letter-spacing: 1px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.x-menu {
  background-color: #0000;
}

.x-menu-button {
  perspective: 2000px;
  width: 65px;
  height: 65px;
  padding: 5px;
  transform: rotate(0);
}

.x-menu-button.w--open, .simple-nav-2 {
  background-color: #fff0;
}

.number {
  z-index: 9999;
  color: #fff;
  background-color: #333;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.leftx {
  float: left;
  clear: left;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #cea142;
  width: 25px;
  height: 3px;
  position: absolute;
  top: 14px;
  left: 8px;
  transform: perspective(1200px)rotateX(0)rotateY(45deg)rotateZ(0)translate3d(10px, 0, -15px);
}

.leftx._2 {
  top: 24px;
}

.leftx._3 {
  top: 34px;
}

.square-floor {
  perspective: 9999px;
  transform-style: preserve-3d;
  background-color: #0000;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 7px;
  left: 8px;
  right: 0;
  transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 0, -25px);
}

.menu-button-2 {
  z-index: 1;
  width: 41px;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  inset: 0;
  overflow: visible;
}

.menu-button-2.w--open {
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.header {
  z-index: 1000;
  background-color: #0000;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.line-6 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-6.simple {
  top: 38px;
}

.nav-link-holder {
  float: right;
  clear: both;
  color: #fff;
  background-color: #fff0;
  width: 100%;
  max-width: 250px;
  height: 60px;
  margin-top: 2.75px;
  margin-bottom: 2.75px;
  transition: background-color .25s;
}

.nav-link-holder:hover {
  color: #fff;
}

.nav-container {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-right: 5px;
}

.open-close-mask {
  width: 70px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 65px;
  overflow: hidden;
}

.nav-bar {
  z-index: 160;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button-3 {
  z-index: 20;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.burger-line {
  color: #fff;
  background-color: #fff;
  width: 30px;
  height: 1px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}

.full-screen-menu {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: url('../images/menu2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35vw;
  padding-left: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 0 2px 5px 5px #0003;
}

.nav-link-3 {
  color: #000;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #5e5b5bbf;
}

.nav-link-3.w--current {
  text-transform: uppercase;
}

.nav-link-3.programsite {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
}

.home-link {
  color: #fff;
  padding-left: 0%;
  text-decoration: none;
}

.home-link.w--current {
  padding-left: 0%;
  font-family: yu-gothic-pr6n, sans-serif;
}

.program-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.site-policy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-23 {
  font-family: yu-gothic-pr6n, sans-serif;
}

.title {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.policy-text {
  letter-spacing: 2px;
  font-family: yu-gothic-pr6n, sans-serif;
}

.program {
  padding-top: 0;
  padding-bottom: 50px;
}

.greeting {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  padding: 50px 5%;
  display: flex;
}

.plan-schedule {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  padding-left: 0;
  display: grid;
  position: relative;
  left: -65px;
}

.vertical-line {
  text-align: right;
  border: 1px dashed #000;
  border-radius: 1px;
  width: 1px;
  height: 60px;
}

.plan-sp {
  display: none;
}

.plan-contents {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.plan-image {
  background-image: url('../images/dummy8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 200px;
  height: 250px;
}

.plan-place {
  color: #fff;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 30px;
  padding-left: 10px;
  display: flex;
}

.plan-para {
  text-align: center;
  word-break: break-all;
  font-size: 16px;
}

.plan-para.step-para {
  text-align: left;
}

.plan-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 340px;
  display: flex;
}

.sp-plan-image {
  display: none;
}

.plan-title {
  font-size: 45px;
  line-height: 50px;
}

.step-image {
  background-image: url('../images/dummy8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 300px;
}

.plan-title-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 20px;
  display: flex;
  position: relative;
  bottom: -10px;
}

.day {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1100px;
  display: grid;
  overflow: visible;
}

.day-number {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 40px;
  font-style: italic;
  line-height: 60px;
  display: flex;
}

.day-number.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.day-number.num {
  font-size: 80px;
  line-height: 80px;
}

.code-embed-2 {
  position: relative;
  bottom: -12px;
}

.day-text {
  display: flex;
}

.bold-text-2 {
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text-2.en-fv-text {
  text-transform: none;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text-2.fv-en-size {
  font-size: 30px;
  line-height: 60px;
}

.bold-text-2.day-text-en {
  font-size: 25px;
}

.footer-bottom {
  z-index: 10;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.para3 {
  color: #fff8f8;
  text-align: center;
  margin-bottom: 0;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 12px;
}

.program-sp {
  display: none;
}

.language-jp {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  font-family: din-condensed, sans-serif;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.language-jp.icon-menu {
  color: #000;
  border-width: 2px;
  border-color: #000;
}

.paragraph-15 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 15px;
  line-height: 0;
  text-decoration: none;
  display: flex;
}

.logo-contents {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.nav-bar-en {
  z-index: 11;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 5%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menubar-sns {
  padding-top: 30px;
}

.full-screen-menu-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: url('../images/menu2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35vw;
  padding-left: 30px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 0 2px 5px 5px #0003;
}

.sns-link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 0;
  padding-right: 90px;
  display: flex;
}

.image-5 {
  width: 33px;
}

.home-link-2 {
  color: #fff;
  padding-left: 0%;
  font-family: yu-gothic-pr6n, sans-serif;
  text-decoration: none;
}

.home-link-2.w--current {
  letter-spacing: 0;
  padding-left: 0%;
  font-size: 16px;
  font-weight: 400;
}

.menubar-sns-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 30px;
  display: none;
}

.image-6, .image-7, .image-8 {
  width: 33px;
}

.copyright {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #000;
  letter-spacing: 1px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 17px;
  display: flex;
  position: static;
  left: -159px;
}

.copyright.en-copy {
  left: -146px;
}

.link-2 {
  color: #000;
  font-size: 20px;
  line-height: 20px;
}

.copy-contents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1150px;
  padding: 50px 5% 100px;
  display: grid;
}

.copy-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.greeting-text {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.image-9 {
  max-width: 320px;
  height: 300px;
}

.greeting-image {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dl {
  z-index: 20;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.line-block {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 24px;
  display: flex;
}

.out-text-sp {
  display: none;
}

.image-10 {
  width: 33px;
}

.text-block-4 {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 33px;
}

.footer-en {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.two-logo-en {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.two-logo-jp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: none;
}

.copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  line-height: 30px;
}

.image-11, .image-12 {
  width: 120px;
  height: 190px;
}

.photo-text {
  text-align: center;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 13px;
}

.text-span-2 {
  overflow-wrap: normal;
  font-size: 19px;
  font-weight: 400;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17 {
  font-size: 19px;
}

.bold-text-6 {
  line-height: 50px;
}

.photo-image {
  justify-content: center;
  align-items: center;
  height: 190px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .thin-span {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .flyout-menu-content {
    overflow: hidden;
  }

  .flyout-heading {
    display: block;
  }

  .subtitle2 {
    padding-right: 8px;
  }

  .flyout-menu-wrapper {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .body-2 {
    max-width: none;
  }

  .thin-span {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 4px;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .body-2 {
    max-width: none;
  }

  .flyout-menu-wrapper {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .para {
    letter-spacing: 2px;
  }

  .news {
    padding-left: 5%;
    padding-right: 5%;
  }

  .date {
    font-size: 10px;
    line-height: 10px;
  }

  .image {
    width: auto;
    height: 150px;
  }

  .program-left {
    max-width: none;
  }

  .project-info-bottom {
    height: 100px;
  }

  .animation_link_01.sp-right {
    align-items: center;
  }

  .subtitle-wrapper {
    margin-bottom: 0;
  }

  .hover-link-wrapper.project-view-link {
    width: 90px;
    height: 90px;
    padding: 10px;
  }

  .project-info-top {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collection-grid {
    flex-flow: column;
    grid-template-rows: minmax(auto, .25fr);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-22 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .program-title {
    font-size: 18px;
    line-height: 30px;
  }

  .program-title.white {
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
  }

  .program-title.red {
    font-size: 12px;
  }

  .program-title.red.s {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 25px;
  }

  .program-title.blue {
    font-size: 18px;
  }

  .program-title.blue.s {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 25px;
  }

  .program-title.green.s {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 25px;
  }

  .program-title.ograge.s {
    font-size: 14px;
    line-height: 25px;
  }

  .project-card-info {
    justify-content: flex-end;
    padding: 0 10px;
  }

  .title-image-2 {
    height: 250px;
    position: relative;
    inset: 252px -71% 0% auto;
  }

  .outline {
    flex-flow: column;
  }

  .image-3 {
    width: 300px;
    height: 70px;
  }

  .two-logo {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .link-image {
    height: 25px;
  }

  .line {
    width: 500px;
  }

  .text-block {
    font-family: yu-gothic-pr6n, sans-serif;
  }

  .fv {
    max-width: 750px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .vertical-tex {
    height: 420px;
    font-size: 40px;
    line-height: 40px;
    display: block;
    bottom: -18%;
    right: 41px;
  }

  .vertical-tex.sp {
    display: block;
    position: static;
  }

  .fv-waku {
    grid-column-gap: 4px;
    grid-template-rows: 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px;
    grid-template-columns: 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px;
  }

  .navigation {
    grid-row-gap: 1em;
  }

  .contents {
    border-width: 7px;
  }

  .logo {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    font-size: 1em;
    display: flex;
  }

  .ths11-hero-blocks-wrapper {
    z-index: 1;
    width: 70vw;
    position: relative;
  }

  .ths11-hero-blocks-wrapper.ths11-width-c {
    width: 40vw;
    position: relative;
  }

  .ths11-hero-blocks-wrapper.ths11-width-b {
    width: 30vw;
  }

  .ths11-hero-blocks-wrapper.ths11-width-d {
    z-index: 1;
    width: 60vw;
    position: relative;
  }

  .hero-content {
    margin-left: 0;
  }

  .hero-i-can-help {
    margin-bottom: 1em;
    margin-left: .4em;
  }

  .ths11-hero-slider.ths11-rotated.ths11-width-50 {
    height: 100%;
  }

  .hero-logo {
    margin-bottom: 3em;
  }

  .front {
    padding: 40px;
  }

  .div-block-170 {
    height: 50vh;
    position: relative;
  }

  .back {
    flex-direction: column;
    justify-content: center;
  }

  .ths11-hero-block {
    height: 20vh;
  }

  .ths11-hero-block.ths11-height-32-5vh {
    height: 15vh;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .ths11-hero-slider-wrapper {
    height: 30vh;
  }

  .navigation-item {
    font-size: 1em;
  }

  .fv-text {
    font-size: 70px;
    line-height: 70px;
  }

  .fv-text.middle {
    font-size: 50px;
    line-height: 50px;
  }

  .fv-text.small {
    font-size: 30px;
    line-height: 30px;
  }

  .container {
    flex-flow: column;
    max-width: 700px;
    overflow: visible;
  }

  .thin-span {
    padding-right: 0;
  }

  .right-nav {
    z-index: 20;
    grid-template-columns: 1fr;
    position: relative;
  }

  .flyout-menu-content {
    overflow: hidden;
  }

  .nav-link {
    color: #516381;
    border-bottom: 1px solid #c0c0d333;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-button {
    background-color: #c8c8c800;
    border-right: 1px #c0c0d333;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu {
    z-index: 15;
    background-color: #0000;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 65px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
  }

  .nav-link-copy {
    color: #516381;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-3 {
    display: flex;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .navigation-content {
    height: 66px;
    margin-left: 65px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-menu-links {
    z-index: 20;
    grid-row-gap: 0px;
    background-color: #f7f8fc;
    grid-template-columns: 1fr;
    position: relative;
  }

  .menu-lottie {
    margin: auto;
    position: absolute;
    inset: 2px 0 0;
  }

  .flyout-menu {
    display: none;
  }

  .left-nav {
    border-bottom-style: none;
    width: 65px;
    height: 65px;
  }

  .flyout-menu-wrapper {
    display: none;
  }

  .sliding-block {
    max-width: 250px;
  }

  .open, .close {
    line-height: 45px;
  }

  .menu-button-2 {
    margin-bottom: 5px;
    margin-right: 10px;
  }

  .menu-button-2.w--open {
    margin-top: 10px;
  }

  .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-link-holder {
    max-width: 250px;
  }

  .open-close-mask {
    height: 50px;
  }

  .full-screen-menu {
    background-size: 75px;
    width: 40vw;
  }

  .program {
    display: none;
  }

  .plan-schedule {
    grid-template-columns: .25fr 1fr;
  }

  .vertical-line.sp {
    height: 450px;
  }

  .sp-day-text {
    font-size: 20px;
    font-style: italic;
    line-height: 40px;
  }

  .plan-sp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .plan-contents {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .plan-image {
    display: none;
  }

  .plan-para {
    margin-bottom: 0;
  }

  .plan-text {
    width: 600px;
  }

  .sp-plan-image {
    background-image: url('../images/dummy8.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    width: 260px;
    height: 300px;
    display: block;
  }

  .plan-title {
    font-size: 35px;
  }

  .sp-day {
    font-size: 50px;
    font-style: italic;
    line-height: 45px;
  }

  .step-image {
    width: 300px;
    height: 320px;
  }

  .day {
    flex-flow: column;
    width: 700px;
    display: flex;
    overflow: hidden;
  }

  .day-number {
    display: none;
  }

  .bold-text-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-2.en-fv-text {
    font-size: 25px;
  }

  .bold-text-2.fv-en-size {
    font-size: 21px;
    line-height: 20px;
  }

  .bold-text-2.day-text-en {
    font-size: 17px;
  }

  .footer-bottom {
    margin-top: 25px;
  }

  .program-block-sp {
    background-image: url('../images/autum-image.png');
    background-position: 0 0;
    background-size: auto;
    width: 530px;
    height: 300px;
    text-decoration: none;
    display: flex;
  }

  .program-block-sp.pr-image2 {
    background-image: url('../images/bunner_opencall.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .program-block-sp.pr-image3 {
    background-image: url('../images/bunner_PAB.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .program-block-sp.pr-image4 {
    background-image: url('../images/bunner_Tokyo-Theatre-Festival-Network.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .program-right-sp {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .program-sp {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    display: flex;
  }

  .full-screen-menu-2 {
    background-size: 75px;
    width: 40vw;
  }

  .copyright {
    font-size: 14px;
    position: static;
    left: -88px;
  }

  .copyright.en-copy {
    left: -5px;
  }

  .link-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .out-text-pc {
    display: none;
  }

  .out-text-sp {
    display: block;
  }

  .two-logo-en {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .image-11, .image-12 {
    width: 100px;
    height: 140px;
  }

  .out-text-pc-en {
    display: none;
  }

  .photo-image {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .para {
    letter-spacing: .5px;
    font-size: 14px;
    line-height: 24px;
  }

  .news {
    padding-left: 3%;
    padding-right: 3%;
  }

  .news-image {
    flex-flow: column;
    padding-right: 0%;
  }

  .news-title {
    font-size: 13px;
  }

  .date {
    font-size: 12px;
  }

  .image {
    width: 60px;
    height: 170px;
  }

  .program-left {
    max-width: none;
  }

  .project-info-bottom {
    height: 75px;
  }

  .project-hover-link-wrapper {
    display: flex;
  }

  .animation_link_01 {
    justify-content: center;
    width: 450px;
    min-height: 300px;
    margin-top: 5px;
    display: flex;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .collection-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-bottom: 2px;
  }

  .program-title {
    letter-spacing: .5px;
    font-size: 15px;
  }

  .program-title.red {
    letter-spacing: .5px;
  }

  .program-title.red.s {
    font-size: 13px;
  }

  .program-title.blue {
    letter-spacing: .5px;
    font-size: 15px;
  }

  .program-title.blue.s {
    font-size: 13px;
  }

  .program-title.green {
    letter-spacing: .5px;
    font-size: 15px;
  }

  .program-title.green.s {
    font-size: 13px;
  }

  .program-title.ograge {
    font-size: 15px;
  }

  .program-title.ograge.s {
    font-size: 13px;
  }

  .project-card-info {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .title-image-2 {
    width: 70px;
    height: 200px;
    top: 200px;
    right: -86%;
  }

  .outline {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-3 {
    width: 200px;
    height: auto;
  }

  .two-logo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-logo.bunka-en {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-image {
    height: 30px;
  }

  .link-image.bunka-en {
    height: 50px;
  }

  .line {
    width: 300px;
  }

  .fv {
    align-items: center;
    width: 100vw;
    max-width: 800px;
  }

  .vertical-tex {
    height: 300px;
    font-size: 20px;
    line-height: 40px;
  }

  .fv-waku {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px;
    grid-template-columns: 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px;
    margin-left: 0%;
  }

  .navigation {
    grid-auto-columns: 1fr;
    align-self: flex-end;
    width: auto;
  }

  .contents {
    border-width: 5px;
  }

  .logo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero-content {
    margin-left: 0;
  }

  .hero-i-can-help {
    margin-left: 2px;
  }

  .front {
    padding: 20px;
  }

  .hero-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .navigation-item {
    margin-bottom: 0;
    font-size: .85em;
  }

  .fv-text {
    font-size: 50px;
    line-height: 50px;
  }

  .fv-text.middle {
    font-size: 40px;
    line-height: 40px;
  }

  .fv-text.small {
    font-size: 30px;
    line-height: 30px;
  }

  .right-nav {
    grid-column-gap: 0px;
  }

  .nav-link {
    border-top-style: none;
    border-bottom: 1px solid #c0c0d333;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-link-copy {
    border-top-style: none;
    border-bottom: 1px solid #c0c0d333;
  }

  .navigation-content {
    padding-left: 6px;
  }

  .brand.w--current {
    padding-right: 15px;
  }

  .left-nav {
    z-index: 30;
  }

  .flyout-menu-wrapper {
    display: none;
  }

  .menu-column {
    border-color: #000 #fff #fff;
    border-top-style: none;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    min-height: 350px;
  }

  .menu-column.middle {
    border-top: 1px #000;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .menu-button-2 {
    margin-right: 10px;
  }

  .menu-button-2.w--open {
    margin-top: 10px;
  }

  .full-screen-menu {
    background-size: 75px;
    width: 60vw;
  }

  .nav-link-3 {
    letter-spacing: .5px;
    font-size: 15px;
    line-height: 22px;
  }

  .title {
    letter-spacing: 1px;
    font-size: 21px;
  }

  .policy-text {
    letter-spacing: .5px;
    font-size: 12px;
  }

  .greeting {
    flex-flow: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .plan-schedule {
    grid-template-columns: .5fr 1fr;
  }

  .plan-sp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .plan-contents {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .plan-text {
    width: 300px;
  }

  .plan-title {
    position: relative;
    bottom: -3px;
  }

  .step-image {
    width: 230px;
    height: 300px;
  }

  .day {
    width: 500px;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .bold-text-2.en-fv-text {
    font-size: 15px;
  }

  .bold-text-2.fv-en-size {
    font-size: 16px;
    line-height: 18px;
  }

  .bold-text-2.day-text-en {
    font-size: 12px;
  }

  .program-block-sp {
    width: 450px;
  }

  .language-jp.icon-menu {
    border-width: 2px;
  }

  .full-screen-menu-2 {
    background-size: 75px;
    width: 60vw;
    display: block;
  }

  .sns-link-2 {
    display: none;
  }

  .menubar-sns-2 {
    display: flex;
  }

  .copyright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    position: static;
    left: -61px;
  }

  .copyright.en-copy {
    font-size: 12px;
    left: -37px;
  }

  .link-2 {
    font-size: 12px;
  }

  .copy-contents {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-9 {
    height: 250px;
  }

  .greeting-image {
    justify-content: center;
    align-items: center;
  }

  .out-text-pc {
    display: none;
  }

  .out-text-sp {
    display: block;
  }

  .code-embed-3 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .two-logo-en {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text-3, .bold-text-4 {
    letter-spacing: 1px;
  }

  .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
    letter-spacing: 2px;
    font-size: 16px;
  }
}

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

  .para {
    font-size: 15px;
    line-height: 30px;
  }

  .para.kondo {
    display: none;
  }

  .para.kondo-sp {
    display: block;
  }

  .news-block {
    padding-bottom: 10px;
  }

  .news-title {
    font-size: 12px;
    line-height: 16px;
  }

  .date {
    font-size: 13px;
  }

  .image {
    width: 50px;
    height: 130px;
  }

  .animation_link_01 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 260px;
    height: 150px;
    min-height: auto;
  }

  .animation_link_01.sp-right {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .collection-grid {
    grid-template-rows: .25fr;
  }

  .program-title {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 25px;
  }

  .program-title.red {
    font-size: 12px;
    line-height: 15px;
  }

  .program-title.red.s {
    letter-spacing: 0;
    line-height: 20px;
  }

  .program-title.blue {
    font-size: 14px;
    line-height: 25px;
  }

  .program-title.blue.s {
    letter-spacing: 0;
  }

  .program-title.green {
    font-size: 14px;
    line-height: 25px;
  }

  .program-title.green.s {
    letter-spacing: 0;
    line-height: 20px;
  }

  .program-title.ograge {
    font-size: 14px;
    line-height: 25px;
  }

  .program-title.ograge.s {
    letter-spacing: 0;
    line-height: 20px;
  }

  .title-image-2 {
    width: 50px;
    height: 170px;
    top: 156px;
    right: -83%;
  }

  .outline {
    padding-left: 2%;
    padding-right: 2%;
  }

  .image-3 {
    width: 150px;
    height: auto;
  }

  .two-logo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
  }

  .footer {
    padding-left: 0%;
    padding-right: 0%;
  }

  .line {
    width: 210px;
  }

  .past-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .policy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    font-size: 12px;
  }

  .para2 {
    word-break: break-all;
    font-size: 12px;
    line-height: 18px;
  }

  .fv {
    width: auto;
    min-width: 90%;
    max-width: 1000px;
    min-height: 90px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .vertical-tex {
    height: 170px;
    font-size: 18px;
    line-height: 20px;
    inset: 37% 0% auto auto;
  }

  .vertical-tex.sp {
    height: 260px;
    font-size: 20px;
    line-height: 30px;
  }

  .out-about {
    padding-left: 0;
  }

  .fv-waku {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px;
    grid-template-columns: 2px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 10px 2px;
    grid-auto-rows: 8px;
    margin-left: 0%;
  }

  .navigation {
    align-self: flex-start;
  }

  .logo {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero-i-can-help {
    font-size: 10px;
    line-height: 17px;
  }

  .front {
    padding: 20px;
  }

  .hero-heading {
    font-size: 18px;
    line-height: 30px;
  }

  .fv-text {
    font-size: 30px;
    line-height: 30px;
  }

  .fv-text.middle {
    font-size: 25px;
    line-height: 25px;
  }

  .fv-text.small {
    font-size: 23px;
    line-height: 20px;
  }

  .container {
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 30px;
  }

  .thin-span {
    margin-right: 0;
  }

  .right-nav {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flyout-menu-content {
    display: block;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-menu {
    margin-right: 0;
  }

  .paragraph-14 {
    font-size: 10px;
    line-height: 12px;
  }

  .nav-link-copy {
    border-top-style: solid;
    border-bottom-color: #00000069;
    border-right-color: #00000069;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .navigation-content {
    padding-left: 6px;
  }

  .brand {
    flex-direction: row;
  }

  .brand.w--current {
    padding-right: 8px;
  }

  .menu-lottie {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .flyout-menu.open, .flyout-menu.close {
    display: none;
  }

  .container-2 {
    height: 60px;
  }

  .line2-1 {
    display: none;
    top: 19px;
    left: 0;
    right: 0;
  }

  .nav-link-2 {
    max-width: 100%;
  }

  .menu-button-2 {
    height: 43px;
  }

  .menu-button-2.w--open {
    height: 43px;
    margin-top: 10px;
  }

  .full-screen-menu {
    width: 85vw;
  }

  .home-link.w--current {
    font-family: yu-gothic-pr6n, sans-serif;
    font-size: 13px;
  }

  .site-policy {
    padding-left: 3%;
    padding-right: 3%;
  }

  .title {
    letter-spacing: 2px;
    line-height: 30px;
  }

  .plan-schedule {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-columns: .75fr 1fr;
    left: 0;
  }

  .vertical-line.sp {
    height: 400px;
  }

  .sp-day-text {
    font-size: 15px;
  }

  .plan-contents {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .plan-place {
    width: 140px;
    padding-left: 5px;
  }

  .plan-para {
    font-size: 14px;
  }

  .plan-para.step-para {
    word-break: break-all;
    padding-top: 20px;
  }

  .plan-text {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 320px;
  }

  .sp-plan-image {
    width: 180px;
    height: 250px;
  }

  .plan-title {
    font-size: 25px;
    line-height: 25px;
    position: relative;
    bottom: -7px;
  }

  .plan-time {
    margin-bottom: 0;
    font-size: 12px;
  }

  .sp-day {
    font-size: 35px;
  }

  .step-image {
    width: 190px;
    height: 270px;
  }

  .plan-title-small {
    justify-content: flex-start;
    align-items: flex-end;
    height: 25px;
    font-size: 16px;
  }

  .day {
    width: 280px;
  }

  .code-embed-2 {
    height: 25px;
  }

  .bold-text-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 13px;
  }

  .bold-text-2.en-fv-text {
    font-size: 13px;
    display: block;
  }

  .bold-text-2.fv-en-size {
    font-size: 13px;
    line-height: 15px;
  }

  .bold-text-2.day-text-en {
    letter-spacing: 0;
    font-size: 13px;
  }

  .para3 {
    font-size: 10px;
  }

  .program-block-sp {
    width: 260px;
    height: 160px;
  }

  .program-block-sp.pr-image2, .program-block-sp.pr-image3, .program-block-sp.pr-image4 {
    width: 280px;
  }

  .program-sp {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .logo-contents {
    padding-top: 39px;
    padding-bottom: 30px;
  }

  .full-screen-menu-2 {
    width: 85vw;
    display: flex;
  }

  .sns-link-2 {
    display: none;
  }

  .home-link-2.w--current {
    font-size: 16px;
  }

  .menubar-sns-2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    display: flex;
  }

  .copyright {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
    position: static;
    left: 0;
  }

  .copyright.en-copy {
    padding-left: 2%;
    padding-right: 2%;
    position: static;
    left: 13px;
  }

  .link-2 {
    letter-spacing: 0;
    font-size: 11px;
  }

  .copy-contents {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .copy-block {
    padding-bottom: 20px;
  }

  .image-9 {
    height: 160px;
  }

  .two-logo-en {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: flex-start;
  }

  .image-11, .image-12 {
    width: 90px;
    height: 130px;
  }

  .photo-text {
    font-size: 11px;
  }

  .bold-text-5 {
    letter-spacing: 2px;
  }

  .bold-text-6 {
    line-height: 30px;
  }

  .photo-image {
    height: 100px;
  }

  .photo-image.tate {
    height: 150px;
  }
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c699c5-b2009888 {
  grid-area: 10 / 15 / 15 / 22;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c699d2-b2009888 {
  grid-area: 8 / 22 / 15 / 27;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c699df-b2009888 {
  grid-area: 15 / 13 / 22 / 18;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c699ec-b2009888 {
  grid-area: 15 / 18 / 20 / 25;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c699f9-b2009888 {
  grid-area: 4 / 17 / 10 / 22;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a06-b2009888 {
  grid-area: 10 / 4 / 15 / 11;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a13-b2009888 {
  grid-area: 5 / 10 / 10 / 17;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a20-b2009888 {
  grid-area: 15 / 8 / 18 / 13;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a2d-b2009888 {
  grid-area: 10 / 11 / 15 / 15;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a3a-b2009888 {
  grid-area: 7 / 1 / 10 / 5;
  place-self: end;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a3d-b2009888 {
  grid-area: 4 / 7 / 7 / 10;
  place-self: end;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a40-b2009888 {
  grid-area: 5 / 22 / 8 / 25;
  place-self: end start;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a43-b2009888 {
  grid-area: 20 / 18 / 22 / 21;
  place-self: start;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a46-b2009888 {
  grid-area: 15 / 5 / 18 / 8;
  place-self: end center;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a49-b2009888 {
  grid-area: 18 / 5 / 21 / 8;
  place-self: start center;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a4c-b2009888 {
  grid-area: 18 / 8 / 21 / 11;
  place-self: start;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a4f-b2009888 {
  grid-area: 18 / 11 / 21 / 13;
  place-self: start end;
}

#w-node-_2e4b4789-3624-6415-8978-9b539d867032-b2009888 {
  grid-area: 19 / 21 / 20 / 25;
  place-self: start end;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a52-b2009888 {
  grid-area: 3 / 10 / 5 / 14;
  place-self: end start;
}

#w-node-_95c6b9e1-1a7f-8716-04a6-9e78f241ffab-b2009888 {
  grid-area: 4 / 27 / 22 / 30;
  place-self: end start;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a66-b2009888 {
  grid-area: 3 / 27 / 22 / 29;
  align-self: end;
}

#w-node-_611bf41c-de6c-30ed-5940-39f170c69a55-b2009888 {
  grid-area: 7 / 5 / 10 / 10;
}

#w-node-f24f1ffc-145d-d071-c0b3-c7751b4d07d3-b2009888, #w-node-f24f1ffc-145d-d071-c0b3-c7751b4d07dc-b2009888, #w-node-eb88998b-23a1-f306-2c08-93803d9d9bd0-b2009888, #w-node-eb88998b-23a1-f306-2c08-93803d9d9be5-b2009888 {
  place-self: end start;
}

#w-node-bcf30d36-d322-0785-9a82-c1d2a2d25481-90d23cd7 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23cd8-90d23cd7 {
  grid-area: 10 / 15 / 15 / 22;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23ce5-90d23cd7 {
  grid-area: 8 / 22 / 15 / 27;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23cf2-90d23cd7 {
  grid-area: 15 / 13 / 22 / 18;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23cff-90d23cd7 {
  grid-area: 15 / 18 / 20 / 25;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d0c-90d23cd7 {
  grid-area: 4 / 17 / 10 / 22;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d19-90d23cd7 {
  grid-area: 10 / 4 / 15 / 11;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d26-90d23cd7 {
  grid-area: 5 / 10 / 10 / 17;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d33-90d23cd7 {
  grid-area: 15 / 8 / 18 / 13;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d40-90d23cd7 {
  grid-area: 10 / 11 / 15 / 15;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d4d-90d23cd7 {
  grid-area: 7 / 1 / 10 / 5;
  place-self: end;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d50-90d23cd7 {
  grid-area: 4 / 7 / 7 / 10;
  place-self: end;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d53-90d23cd7 {
  grid-area: 5 / 22 / 8 / 25;
  place-self: end start;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d56-90d23cd7 {
  grid-area: 20 / 18 / 22 / 21;
  place-self: start;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d59-90d23cd7 {
  grid-area: 15 / 5 / 18 / 8;
  place-self: end center;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d5c-90d23cd7 {
  grid-area: 18 / 5 / 21 / 8;
  place-self: start center;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d5f-90d23cd7 {
  grid-area: 18 / 8 / 21 / 11;
  place-self: start;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d62-90d23cd7 {
  grid-area: 18 / 11 / 21 / 13;
  place-self: start end;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d65-90d23cd7 {
  grid-area: 3 / 10 / 5 / 14;
  place-self: end start;
}

#w-node-e423aa1d-0325-28e5-a0e3-658f90d23d68-90d23cd7 {
  grid-area: 7 / 5 / 10 / 10;
}

#w-node-_0c21d616-7826-1ffa-64cd-14b19a66c53f-90d23cd7 {
  grid-area: 23 / 1 / 25 / 23;
  place-self: end start;
}

#w-node-_89cf5d40-0ba3-ff15-bcf3-beed9255326f-90d23cd7 {
  grid-area: 8 / 27 / 22 / 28;
}

#w-node-cefe2775-b42c-7a1e-1a59-1d3bb3f6cbec-3e62a31e, #w-node-_2a0869f8-08d4-c096-f522-e9e6661d32f4-3e62a31e, #w-node-e4788b33-6ab9-72d0-f49b-88633eacef80-3e62a31e, #w-node-d74ad011-8340-4a02-7aff-be48d577274d-3e62a31e, #w-node-_7a58bfe6-6788-7aa6-5b97-4096a7c07649-3e62a31e, #w-node-b2c5ab70-ddb7-6161-440a-2c014a0cc351-3e62a31e, #w-node-_5b50b629-4b11-3b8d-fffc-10116d35dab0-3e62a31e, #w-node-_14f908c8-9e8a-8712-4198-5c395cbe7fdf-3e62a31e, #w-node-b6615f33-f71c-7ac4-fe99-cf344faf8838-3e62a31e, #w-node-fef9178a-d24d-e0ef-9215-f32dc00597ed-3e62a31e, #w-node-c64581b4-7784-a398-cff3-9c0a4dd740b2-3e62a31e, #w-node-_2d3dd829-e0a8-bc95-7a3d-92d138eb2d72-3e62a31e, #w-node-_0312fa24-1ced-b43f-f8b2-00e80dbffa16-3e62a31e {
  place-self: center;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617e9f-2370f17b {
  grid-area: 10 / 15 / 15 / 22;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617eac-2370f17b {
  grid-area: 8 / 22 / 15 / 27;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617eb9-2370f17b {
  grid-area: 15 / 13 / 22 / 18;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617ec6-2370f17b {
  grid-area: 15 / 18 / 20 / 25;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617ed3-2370f17b {
  grid-area: 4 / 17 / 10 / 22;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617ee0-2370f17b {
  grid-area: 10 / 4 / 15 / 11;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617eed-2370f17b {
  grid-area: 5 / 10 / 10 / 17;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617efa-2370f17b {
  grid-area: 15 / 8 / 18 / 13;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617f07-2370f17b {
  grid-area: 10 / 11 / 15 / 15;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617f1a-2370f17b {
  grid-area: 5 / 22 / 8 / 25;
  place-self: end start;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617f20-2370f17b {
  grid-area: 15 / 5 / 18 / 8;
  place-self: end center;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617f26-2370f17b {
  grid-area: 18 / 8 / 21 / 11;
  place-self: start;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617f29-2370f17b {
  grid-area: 5 / 22 / 8 / 28;
  place-self: end start;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617f2c-2370f17b {
  grid-area: 3 / 9 / 5 / 17;
  place-self: end;
}

#w-node-_5a1246dd-7dc0-9346-cda0-d76273c2cd27-2370f17b {
  grid-area: 18 / 2 / 20 / 13;
  place-self: end;
}

#w-node-a97f8cb9-c016-84cb-96ed-5f7b68617f2f-2370f17b {
  grid-area: 7 / 5 / 10 / 10;
}

#w-node-bf2d0c31-68a6-87af-26a9-99e7b6c78e3e-2370f17b {
  grid-area: 20 / 18 / 21 / 25;
  place-self: start;
}

#w-node-f24f1ffc-145d-d071-c0b3-c7751b4d07d3-2370f17b, #w-node-f24f1ffc-145d-d071-c0b3-c7751b4d07dc-2370f17b, #w-node-eb88998b-23a1-f306-2c08-93803d9d9bd0-2370f17b, #w-node-eb88998b-23a1-f306-2c08-93803d9d9be5-2370f17b {
  place-self: end start;
}

@media screen and (max-width: 991px) {
  #w-node-_2e4b4789-3624-6415-8978-9b539d867032-b2009888 {
    grid-area: 19 / 21 / 20 / 27;
    place-self: start;
  }

  #w-node-_95c6b9e1-1a7f-8716-04a6-9e78f241ffab-b2009888 {
    grid-area: 4 / 27 / 22 / 28;
    place-self: end start;
  }

  #w-node-_611bf41c-de6c-30ed-5940-39f170c69a66-b2009888 {
    grid-area: 8 / 27 / 24 / 28;
    align-self: end;
  }

  #w-node-_0c21d616-7826-1ffa-64cd-14b19a66c53f-90d23cd7 {
    grid-area: 22 / 1 / 24 / 27;
    place-self: end start;
  }

  #w-node-a97f8cb9-c016-84cb-96ed-5f7b68617f2c-2370f17b {
    grid-area: 3 / 7 / 5 / 17;
    place-self: end;
  }

  #w-node-bf2d0c31-68a6-87af-26a9-99e7b6c78e3e-2370f17b {
    grid-area: 20 / 18 / 22 / 25;
    place-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_611bf41c-de6c-30ed-5940-39f170c69a66-b2009888 {
    grid-area: 9 / 27 / 24 / 28;
    align-self: end;
  }

  #w-node-_0c21d616-7826-1ffa-64cd-14b19a66c53f-90d23cd7 {
    grid-area: 22 / 1 / 24 / 25;
    place-self: end start;
  }

  #w-node-a97f8cb9-c016-84cb-96ed-5f7b68617f2c-2370f17b {
    grid-area: 3 / 5 / 5 / 17;
    place-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2e4b4789-3624-6415-8978-9b539d867032-b2009888 {
    grid-area: 19 / 21 / 20 / 28;
    place-self: start;
  }

  #w-node-_95c6b9e1-1a7f-8716-04a6-9e78f241ffab-b2009888 {
    grid-area: 4 / 27 / 22 / 29;
    place-self: end start;
  }

  #w-node-_611bf41c-de6c-30ed-5940-39f170c69a66-b2009888 {
    grid-area: 9 / 23 / 20 / 29;
    align-self: end;
  }

  #w-node-_0c21d616-7826-1ffa-64cd-14b19a66c53f-90d23cd7 {
    grid-area: 22 / 1 / 24 / 27;
    place-self: end start;
  }

  #w-node-a97f8cb9-c016-84cb-96ed-5f7b68617f29-2370f17b {
    grid-area: 5 / 22 / 8 / 28;
    place-self: end start;
  }

  #w-node-a97f8cb9-c016-84cb-96ed-5f7b68617f2c-2370f17b {
    grid-area: 2 / 5 / 5 / 17;
    place-self: end;
  }

  #w-node-bf2d0c31-68a6-87af-26a9-99e7b6c78e3e-2370f17b {
    grid-area: 19 / 18 / 22 / 28;
    place-self: start;
  }
}


