:root {
  --floral-white: #f5f4f2;
  --black-60: #0009;
  --text-color: #333;
  --dim-grey: #6e6858;
  --orange-red: #ff4e18;
  --royal-blue: #06f;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  background-color: #fff;
}

.container {
  width: 60vw;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph {
  margin-bottom: 1.5em;
  font-size: 1.1vw;
}

.div-block {
  background-color: #000;
  height: 2px;
}

.section {
  background-color: var(--floral-white);
  margin-top: 0;
  margin-bottom: 0;
  padding: 3em 5%;
  position: relative;
}

.nav-link {
  padding: 0 0 0 50px;
  font-family: Caslon224std;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  padding: 0 50px 0 0;
}

.nav {
  padding: 0 50px 0 0;
  font-family: Caslon224std;
}

.body {
  background-color: var(--floral-white);
  letter-spacing: .05em;
  max-width: 100%;
  font-size: 1.4vw;
  line-height: 2em;
}

.div-block-2 {
  padding-top: 35px;
  padding-left: 5%;
  padding-right: 5%;
}

.image {
  width: 5vw;
}

.tea-ceremony-event-hero-image {
  margin-top: 0%;
  padding: 5%;
}

.tea-ceremony-image {
  background-image: url('../images/Event-Hero.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 70vh;
  position: relative;
}

.div-block-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.info-column {
  padding-left: 0;
  padding-right: 0;
  font-family: Caslon224std;
  font-weight: 500;
}

.paragraph-2 {
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Caslon224std;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.nav-link-rightmost {
  padding: 0;
  font-family: Caslon224std;
  font-size: 18px;
  font-weight: 500;
}

.section-heading {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 6vh;
  font-family: Caslon224-m;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-3 {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 5px;
  font-family: Caslon224-m;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-5 {
  background-color: #000;
  width: 7.3vw;
  max-width: none;
  height: 1px;
  margin-bottom: 3em;
}

.heading-2 {
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding-left: 0;
  font-size: 2.2vw;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.paragraph-4 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2em;
}

.grid {
  grid-row-gap: 5px;
  grid-template-rows: 50px 50px;
  align-items: stretch;
  margin-top: 40px;
}

.program {
  white-space: pre;
  margin-bottom: 1vw;
  font-family: Caslon224-m;
  font-size: 1.2vw;
  line-height: 2em;
  display: block;
}

.event_loc {
  margin-bottom: 0;
  padding-left: 0;
  font-family: yu-mincho-pr6n;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.paragraph-7 {
  margin-bottom: 0;
  padding-left: 0;
  font-family: yu-mincho-pr6n;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-8 {
  margin-top: 8%;
  margin-bottom: 8%;
  padding-left: 5px;
  padding-right: 8px;
  font-family: yu-mincho-pr6n;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.button {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 15vw;
  padding: 15px 0;
  font-family: yu-mincho-pr6n;
  font-size: 1.5vw;
  display: flex;
}

.div-block-6 {
  background-image: url('../images/kodokan_1.20.1.jpg');
  background-position: 70%;
  background-size: cover;
  width: 43vw;
  height: 135vh;
  margin-bottom: 30px;
}

.image-column {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 7vw;
  padding-right: 0;
  display: block;
}

.div-block-7 {
  background-image: url('../images/kodokan_1.8.1-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 43vw;
  height: 100vh;
  margin-bottom: 30px;
}

.div-block-8 {
  background-image: url('../images/kodokan_1.14.1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 43vw;
  height: 60vh;
  margin-bottom: 30px;
}

.div-block-9 {
  background-image: url('../images/kodokan_1.25.1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 43vw;
  height: 100vh;
  margin-bottom: 30px;
}

.footer {
  background-color: var(--floral-white);
  padding-top: 10vw;
  position: relative;
}

.footer-block {
  padding-bottom: 3vh;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-socials {
  color: #141414;
  text-align: right;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.4vw;
  font-weight: 500;
}

.footer-divider {
  background-color: #000;
  height: 2px;
  margin-bottom: 2vh;
}

.footer-text {
  align-items: center;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.5em;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-9 {
  margin-right: 0;
  font-size: 1.2vw;
  line-height: 1em;
}

.bottom-nav-link {
  margin-right: 30px;
  font-family: Caslon224std;
  font-size: 18px;
}

.paragraph-9-copy {
  margin-right: 60px;
  font-family: Caslon224std;
  font-size: 18px;
}

.column-3 {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.bottom-nav-link-rightmost {
  margin-right: 0;
  font-family: Caslon224std;
  font-size: 1.4vw;
}

.top-page-hero-image {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0%;
  display: flex;
  position: relative;
}

.top-page-image {
  background-image: url('../images/kodokan_1.34.1_2.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 120vh;
  margin-top: -100px;
  display: flex;
  position: relative;
}

.div-block-10 {
  background-color: #000;
  width: 20vw;
  height: 10vh;
  padding: 15px 20px 10px;
  text-decoration: none;
  position: absolute;
  bottom: 10%;
  left: 0;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: yu-mincho-pr6n;
  font-size: 18px;
  line-height: 36px;
}

.about-section {
  background-color: var(--floral-white);
  padding-top: 5%;
  position: static;
}

.about-info-column {
  background-color: #0000;
  padding-left: 0;
  padding-right: 100px;
  font-weight: 500;
}

.about-image {
  padding-left: 0;
  padding-right: 0;
}

.about-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Caslon224std;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.heading-4 {
  font-family: yu-mincho-pr6n;
  font-size: 40px;
  line-height: 60px;
}

.heading-5 {
  margin-top: 0;
  font-family: yu-mincho-pr6n;
  font-weight: 400;
}

.japanese-title {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 1vh;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 1.5em;
}

.eng-title {
  text-align: left;
  letter-spacing: .03em;
  text-transform: none;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 140px;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-6 {
  text-align: right;
  font-family: Caslon224std;
  font-size: 18px;
  line-height: 20px;
}

.read-more-text {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1em;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 25px;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: stretch;
  padding-right: 5%;
  display: flex;
}

.line-1 {
  background-color: #fc4c0b;
  width: 1px;
  height: 100%;
  margin-top: -50px;
  margin-right: -14px;
  transform: translate(-15px)rotate(15deg);
}

.description {
  letter-spacing: .08em;
  margin-top: 4em;
  margin-bottom: 4em;
  padding-left: 0;
  padding-right: 8px;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2.2em;
}

.tea-ceremony-img01 {
  background-image: url('../images/kodokan_1.21.1.jpg');
  background-position: 33%;
  background-size: cover;
  width: 40vw;
  height: 80vh;
  margin-bottom: 30px;
}

.div-block-7-copy {
  background-image: url('../images/kodokan_1.8.1-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 43vw;
  height: 100vh;
  margin-bottom: 30px;
}

.tea-ceremony-img02 {
  background-image: url('../images/kodokan_1.8.1_edit_1kodokan_1.8.1_edit.jpg');
  background-position: 50%;
  background-size: cover;
  width: 40vw;
  height: 80vh;
  margin-bottom: 30px;
}

.tea-ceremony-img03 {
  background-image: url('../images/kodokan_1.21.1.jpg');
  height: 100px;
}

.tea-ceremony-img04 {
  background-image: url('../images/kodokan_1.25.1_1.jpg');
  background-position: 29%;
  background-size: cover;
  width: 40vw;
  height: 100vh;
  margin-bottom: 30px;
}

.top-page-about-img {
  background-image: url('../images/kodokan_1.34.1_2.jpg');
  background-position: 60%;
  background-size: cover;
  width: 50vw;
  height: 80vh;
  margin-left: 0;
}

.read-more-block {
  color: #033;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 2%;
  text-decoration: none;
  display: flex;
}

.program-section {
  background-color: var(--floral-white);
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  position: static;
}

.program-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Caslon224std;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.program-japanese-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 60px;
}

.program-eng-title {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 5px;
  font-family: Caslon224-m;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.desc {
  margin-top: 10%;
  margin-bottom: 10%;
  padding-left: 5px;
  padding-right: 8px;
  font-family: yu-mincho-pr6n;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.top-page-program-img {
  background-image: url('../images/20220228_KV_色調整済み.jpeg');
  background-position: 50% 61%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-start;
  height: 79vh;
  margin-bottom: 30px;
  display: block;
  position: static;
  overflow: hidden;
}

.program-image {
  padding-left: 100px;
  padding-right: 0;
}

.program-info-column {
  padding-left: 0;
  padding-right: 0;
  font-family: Caslon224std;
  font-weight: 500;
  overflow: visible;
}

.div-block-13 {
  background-image: url('../images/vlcsnap-2022-02-27-18h03m50s410-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 60vh;
}

.knowledge-section {
  background-color: var(--floral-white);
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
}

.knowledge-div-block {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.knowledge-info-column {
  background-color: #fff;
  padding-left: 0;
  padding-right: 100px;
  font-weight: 500;
}

.knowledge-image {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.top-page-knowledge-img {
  background-image: url('../images/kodokan_1.6.1.jpg');
  background-position: 60%;
  background-size: cover;
  width: 50vw;
  height: 79vh;
  margin-bottom: 30px;
  margin-left: -50px;
  transform: translate(0);
}

.knowledge-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Caslon224std;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.knowledge-japanese-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: yu-mincho-pr6n;
  font-weight: 400;
  line-height: 60px;
}

.knowledge-eng-title {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-left: 5px;
  font-family: Caslon224std;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.knowledge-description {
  margin-top: 20%;
  margin-bottom: 10%;
  padding-left: 5px;
  padding-right: 8px;
  font-family: yu-mincho-pr6n;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.coming-soon-text {
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: .2em;
  padding-left: 0;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 1em;
}

.coming-soon-text.wh-txt {
  color: #fff;
  margin-top: 1em;
  margin-bottom: .2em;
  padding-left: 0;
  line-height: 1em;
}

._360-preview-img {
  background-color: #0000;
  background-image: url('../images/vlcsnap-2022-02-27-18h03m50s410-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

._360-section {
  background-color: #fff;
  height: auto;
  position: relative;
}

.overlay {
  z-index: 1;
  background-color: #0000002e;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

._360-text {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
  position: relative;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Caslon224-m;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1em;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 0;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.4em;
}

.coming-soon-text-360 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-left: 5px;
  font-family: Caslon224std;
  font-weight: 400;
}

.div-block-14 {
  background-color: #707070;
  width: 14vw;
  height: 1px;
  margin-left: 0;
}

.div-block-14.wh-line {
  background-color: #fff;
  margin-left: 0;
}

.yuuhisaikodokan-banner {
  background-color: #0000;
  position: relative;
}

.yuuhisaikodokan-banner-image {
  object-fit: fill;
  background-image: url('../images/kodokan_1.18.1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: translate(0);
}

.overlay-2 {
  background-color: #007b714d;
  width: 100vw;
  height: 60vh;
}

.yuuhisaikodokan-text {
  z-index: 3;
  padding: 6vw 0;
  position: relative;
  transform: translate(0);
}

.yuuhisaikodokan-logo {
  text-align: center;
}

.image-2 {
  width: 15vw;
}

.section-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.contact-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Caslon224std;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.japan {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: yu-mincho-pr6n;
  font-weight: 400;
  line-height: 60px;
}

.phone-number {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caslon224-m;
  font-weight: 400;
  line-height: 60px;
}

.open-time {
  margin-bottom: 45px;
  padding-left: 5px;
  font-family: yu-mincho-pr6n;
  font-weight: 400;
}

.location {
  padding-left: 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5em;
}

.form_title {
  align-items: flex-end;
  margin-bottom: .8em;
  display: flex;
}

.field-label-eng {
  margin-bottom: 0;
  margin-right: 1vw;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1em;
}

.field-label-jp {
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1em;
}

.form_field {
  border: 1px #000;
  width: 100%;
  height: 3vw;
  margin-bottom: 2em;
}

.form_area {
  border: 1px #000;
  width: 100%;
  height: 4vw;
  min-height: 14vw;
}

.submit-button {
  letter-spacing: .1em;
  background-color: #000;
  min-width: 30%;
  margin-top: 1vw;
  padding: 1.2vw 1.8vw;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1em;
}

.columns-2 {
  margin-left: 5%;
  margin-right: 5%;
}

.column-4 {
  background-color: #0000;
}

.div-block-16 {
  object-fit: contain;
  object-position: 50% 50%;
  width: auto;
  height: auto;
  position: absolute;
  inset: 5% auto auto 5%;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vh;
  display: flex;
}

.div-block-19 {
  width: 14vw;
  height: 9vh;
  margin-bottom: 0;
}

.link-to-map-block {
  color: #000;
  margin-top: 3vw;
  margin-bottom: 5vw;
  text-decoration: none;
}

.div-block-20 {
  background-color: #fff;
  width: 11.5%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3vw;
  display: block;
}

.location-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
  padding-left: 0;
  font-family: Caslon224-m;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 25px;
}

.yuuhisaikodokan-banner-overlay {
  background-color: #3327004d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50vh;
  display: flex;
  position: absolute;
  transform: translate(0);
}

.link {
  color: #000;
  font-size: 1.1vw;
  text-decoration: none;
}

.diagonal-line {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 50px;
  display: flex;
}

.line1 {
  background-color: #fc4c0b;
  width: 1px;
  height: 100%;
}

.top-page-logo-block {
  z-index: 1004;
  flex: none;
  align-self: auto;
  width: 18vw;
  height: auto;
  position: static;
  inset: 0 auto 100px 0%;
}

.logo_block {
  object-fit: fill;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-right: 0;
  display: flex;
}

.program-link-for-top-page {
  background-color: #08170ee6;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Caslon224std;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.arrow {
  max-width: 100%;
}

.program-link-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Caslon224std;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
}

.arrow-block {
  width: auto;
}

.menu-block {
  z-index: 1005;
  background-color: #fff;
  border: 1px #000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 140px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  box-shadow: 0 0 5px 2px #0000001a;
}

.div-block-22 {
  width: 80%;
  height: 33%;
}

.menu-logo {
  object-fit: fill;
  width: 60%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2vw;
  padding: 1vw;
  display: block;
}

.hamburger-menu-block {
  z-index: 1002;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  margin: 0;
  display: flex;
  position: static;
}

.top-bar {
  background-color: #000;
  width: 2.5vw;
  height: 1px;
  margin-bottom: .7vw;
  transition: opacity .2s;
  transform: rotate(0);
}

.top-bar.bar {
  width: 100%;
  margin-bottom: 10px;
}

.middle-bar {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-bottom: .7vw;
}

.middle-bar.bar {
  margin-bottom: 10px;
}

.bottom-bar {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-bottom: 0;
}

.full-screen-menu {
  z-index: 10;
  opacity: 1;
  outline-offset: 0px;
  background-color: #fff;
  outline: 3px #333;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-img {
  background-image: url('../images/Menu-img.png');
  background-position: 50%;
  background-size: cover;
  height: 90vh;
}

.nav-link {
  color: #000;
  padding-left: 0;
  font-size: 60px;
  text-decoration: none;
  display: block;
}

.column-6 {
  flex-direction: column;
  padding-left: 50px;
  text-decoration: none;
  display: flex;
}

.menu-title {
  color: #033;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Caslon224std;
  font-size: 50px;
  font-weight: 500;
}

.link-block {
  text-decoration: none;
}

.title-nav-jp {
  margin-bottom: 2em;
  font-size: 1.4vw;
}

.columns-4 {
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-block-open {
  z-index: 1005;
  background-color: #000;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 28vh;
  display: flex;
  position: fixed;
  inset: auto 5% 0% auto;
  box-shadow: 0 -1px 3px .5px #0000000d;
}

.menu-logo-open {
  margin-top: -55px;
  margin-bottom: 20px;
  padding: 20px;
}

.hamburger-menu-block-open {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: none;
}

.top-bar-open {
  background-color: #fff;
  width: 30px;
  height: 1px;
  margin-bottom: 0;
  transform: rotate(45deg);
}

.middle-bar-open {
  background-color: #000;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  display: none;
}

.bottom-bar-open {
  background-color: #fff;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  transform: rotate(-45deg);
}

.nav-menu-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar-2 {
  flex: 0 auto;
  display: flex;
}

.navigation-link-about {
  color: #033;
  text-decoration: none;
  display: block;
  position: relative;
}

.navigation-link-about:hover {
  color: var(--black-60);
}

.navigation-link-program {
  color: #033;
  text-decoration: none;
  display: block;
}

.navigation-link-program:hover {
  color: var(--black-60);
}

.navigation-link-knowledge {
  color: var(--text-color);
  padding-left: 0;
  font-size: 60px;
  text-decoration: none;
  display: block;
}

.navigation-link-knowledge:hover {
  color: var(--black-60);
}

.navigation-link-contact {
  color: var(--text-color);
  padding-left: 0;
  font-size: 60px;
  text-decoration: none;
  display: block;
}

.navigation-link-contact:hover {
  color: var(--black-60);
}

.navigation-link-knowledge-copy, .navigation-link-contact-copy {
  color: #000;
  padding-left: 0;
  font-size: 60px;
  text-decoration: none;
  display: block;
}

.title-nav {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Caslon224std;
  font-size: 50px;
  font-weight: 500;
  position: relative;
}

.title-nav:hover {
  display: flex;
}

.program-title-nav, .knowledge-title-nav, .contact-title-nav {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Caslon224std;
  font-size: 50px;
  font-weight: 500;
}

.program-title-nav-jp, .knowledge-title-nav-jp, .contact-title-nav-jp {
  margin-bottom: 40px;
  font-size: 1.4vw;
}

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

.about {
  margin-bottom: 20px;
  position: static;
}

.line-animated {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #e94600;
  align-self: center;
  width: 4vw;
  height: 1px;
}

.tea-ceremony-image-copy {
  background-image: url('../images/Event-Hero.png');
  background-position: 0%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
}

.background-video {
  z-index: -1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  background-clip: border-box;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.contact-section {
  background-color: var(--floral-white);
  padding: 10% 5% 15%;
  position: relative;
}

.columns-5 {
  background-color: var(--floral-white);
}

.column-8 {
  background-color: #0000;
}

.div-block-24 {
  background-color: #0000;
  position: relative;
}

.div-block-25 {
  object-fit: cover;
  position: static;
  overflow: hidden;
}

.div-block-26 {
  overflow: hidden;
}

.div-block-27 {
  width: 100vw;
  overflow: hidden;
}

.logo_img {
  padding: 0;
}

.container-3 {
  z-index: 3;
  background-color: #0000006e;
  max-width: 100%;
  height: 100vh;
  position: absolute;
}

.video_filter {
  z-index: 2;
  background-color: #0000;
  background-image: none;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0;
}

.close-button {
  z-index: 10;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 2.5vw;
  height: 2.5vw;
  display: block;
  position: static;
}

.close_left {
  outline-offset: 0px;
  object-fit: fill;
  background-color: #000;
  border: 1px #000;
  outline: 3px #333;
  width: 2.5vw;
  height: 1px;
  display: block;
  position: static;
  overflow: visible;
  transform: rotate(45deg);
}

.loc-title {
  margin-top: 3vw;
  margin-bottom: .5em;
  font-size: 1.3vw;
  line-height: 1.5em;
}

.bread-crumb {
  margin-bottom: 4vw;
  margin-right: .4em;
  line-height: 1em;
  display: inline-block;
}

.div-block-28 {
  margin-bottom: 1em;
}

.image-3 {
  width: 10vw;
}

.map_link {
  font-size: 1.2vw;
}

.body-2 {
  letter-spacing: .02em;
}

.image-4 {
  width: 100%;
}

.image-5 {
  width: 12vw;
}

.preloader {
  z-index: 9999999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.image-6, .preloader-image {
  width: 18vw;
}

.link-2 {
  color: #8d8d8d;
}

.logo_chakai_bk {
  width: 7vw;
  display: block;
  position: absolute;
  inset: 3% auto auto 5%;
}

.event-title {
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 1em;
}

.logo-inside-menu {
  width: 6vw;
}

.logo-inside-menu-sp {
  width: 6vw;
  display: none;
}

.section-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.link-3 {
  color: #333;
  text-decoration: none;
}

.section-heading-privacy-policy {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 25vh;
  margin-bottom: 6vh;
  font-family: Caslon224-m;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1em;
}

.note {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2em;
}

.link-4, .link-5 {
  color: #333;
  text-decoration: none;
}

.tea-ceremony-img02-copy {
  background-image: url('../images/kodokan_1.30.1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 40vw;
  height: 80vh;
  margin-bottom: 30px;
}

.line {
  margin-bottom: 2em;
  display: block;
}

.div-block-29 {
  background-color: #000;
  width: 8%;
  height: 1px;
  margin-bottom: 3vw;
}

.red_note {
  color: #df5c1b;
  white-space: pre-wrap;
  margin-top: 3vw;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2em;
}

.main-container {
  justify-content: center;
  max-width: 90%;
  display: block;
}

.slide {
  position: static;
}

.slider {
  border: 2px solid #fff;
  height: 77vh;
}

.slide-container {
  z-index: 10;
  background-color: #fff;
  min-width: 30%;
  max-width: 60%;
  height: auto;
  padding: 3vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading-9 {
  height: auto;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1;
}

.date-more-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.8vw;
  margin-bottom: 2vw;
  display: flex;
}

.div-block-30 {
  background-color: #fc4c0b;
  width: 3vw;
  height: 1px;
  margin-right: 3vw;
}

.more_btn {
  background-color: #000;
  border: 1px solid #000;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding: 1.2vw 1.8vw;
  display: inline-block;
  position: relative;
}

.text-block {
  color: #fff;
  letter-spacing: .1em;
  font-size: 1.2vw;
  line-height: 1em;
  display: block;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2vw;
  font-size: 1.5vw;
  line-height: 1em;
}

.mask {
  overflow: hidden;
}

.loc_wrapper {
  align-items: center;
  display: flex;
}

.image-7 {
  width: 1vw;
  max-width: none;
  margin-right: 1vw;
}

.paragraph-12 {
  margin-top: 2vw;
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 2em;
}

.description_knowledge {
  letter-spacing: .08em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 8px;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2.2em;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 24vw;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.know_grid_img.chaki {
  width: 100%;
  height: 100%;
  position: relative;
}

.know_grid_img.shitsurai {
  background-image: url('../images/kodokan_1.24.1_2.jpg');
  position: relative;
}

.know_grid_img.chashitsu {
  background-image: url('../images/kodokan_1.34.1_2.jpg');
  position: relative;
}

.know_screen {
  z-index: 0;
  background-color: #0000005c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-11 {
  z-index: auto;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.collection-list-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vw;
  display: block;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 24vw;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.know_collect_item {
  overflow: visible;
}

.grid_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.know_thumb_ttl_en {
  z-index: auto;
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.top_slider_collection_item {
  width: 100%;
  height: 100%;
  position: relative;
}

.link-block-3 {
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.collection-list-wrapper-2 {
  width: 100%;
  height: 100%;
}

.collection-list-2 {
  height: 100%;
}

.event_thumb_link {
  width: 100%;
  position: absolute;
}

.video_thumb_link {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.video_wrapper {
  width: 60%;
  height: 33.75vw;
  position: relative;
}

.video_single_info_section {
  margin-top: 5vw;
}

.video-container {
  justify-content: center;
  max-width: 90%;
  display: flex;
}

.txt_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40%;
  display: flex;
}

.label_section {
  justify-content: center;
  margin-top: 8vw;
  margin-bottom: 3vw;
  display: flex;
}

.heading-12 {
  text-align: center;
  margin-top: 0;
  margin-bottom: .3vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.underline {
  background-color: var(--text-color);
  width: 100%;
  height: 1px;
}

.label_content_wrap {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.video_single_bio_name {
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1em;
}

.p_single {
  margin-top: 5vw;
  margin-bottom: 0;
  font-size: .9vw;
  line-height: 2em;
}

.v_line {
  background-color: var(--text-color);
  width: 1px;
  height: 7vw;
}

.p_profile {
  margin-top: 1.5vw;
  margin-bottom: 0;
  font-size: .9vw;
  line-height: 2em;
}

.video_single_ttl {
  margin-top: 2vw;
  margin-bottom: 1.5vw;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1em;
}

.video_single_ttl_en, .video_single_num {
  font-size: .8vw;
  line-height: 1em;
}

.video-related_container {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-2 {
  position: relative;
}

.div-block-31 {
  width: 26vw;
  height: 15vw;
}

.video_related_bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 26vw;
  height: 15vw;
}

.video_single_related_ttl {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1vw;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1em;
}

.video_single_related_ttl_en {
  font-size: .8vw;
  line-height: 1em;
}

.related_ttl {
  align-items: center;
  margin-top: 1.5vw;
  margin-bottom: 1vw;
  display: flex;
}

.video_single_related_bio_name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 400;
  line-height: 1em;
}

.related_name {
  align-items: center;
  display: flex;
}

.v_line_txt {
  background-color: var(--text-color);
  width: 1vw;
  height: 1px;
  margin-right: .5vw;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.body-3 {
  background-color: var(--floral-white);
  letter-spacing: .1em;
}

.container-4 {
  max-width: 60vw;
  position: relative;
}

.html-embed-2 {
  width: 100%;
  height: 33.75vw;
}

._360_txt_container {
  max-width: 50vw;
}

.comment_l {
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 2vw;
  display: flex;
}

.comment_name_l {
  text-align: left;
  width: 15%;
  margin-top: 0;
  margin-bottom: .5vw;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1em;
}

.comment_txt_l {
  color: var(--dim-grey);
  text-align: justify;
  background-color: #fff;
  border-radius: 0 .6vw .6vw;
  margin-bottom: 0;
  padding: 2vw;
  font-size: 1vw;
  line-height: 2em;
}

.section-4 {
  padding-bottom: 10vw;
}

.comment_r {
  float: none;
  border: 1px #000;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 3vw;
  display: flex;
}

.comment_name_r {
  text-align: right;
  background-color: #0000;
  width: 10%;
  margin-top: 0;
  margin-bottom: .5vw;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1em;
}

.comment_txt_r {
  color: var(--dim-grey);
  text-align: justify;
  background-color: #fff;
  border-radius: .6vw 0 .6vw .6vw;
  width: 85%;
  margin-bottom: 0;
  padding: 2vw;
  font-size: 1vw;
  line-height: 2em;
}

.intro_container {
  max-width: 50vw;
}

.intro_section {
  margin-top: 5vw;
}

.paragraph-13 {
  color: #000;
  font-size: .9vw;
  line-height: 2vw;
}

.q_l {
  border: 1px solid #000;
  width: 80%;
  margin-bottom: 2vw;
  padding: 1vw;
}

.body-4 {
  background-color: var(--floral-white);
}

.vline_block {
  justify-content: center;
  width: 100%;
  margin-top: 4vw;
  margin-bottom: 4vw;
  display: flex;
}

.play-video {
  height: 33.75vw;
  position: absolute;
  top: 0;
  left: 0;
}

.play_video_cover {
  cursor: pointer;
  background-image: url('../images/360thumb.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100.1%;
  height: 33.75vw;
  position: absolute;
}

.page_ttl {
  text-align: center;
  margin-bottom: 2vw;
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 1.4em;
}

.hamburger_menu_wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.image-8 {
  width: 60%;
}

.logo_menu_link {
  justify-content: center;
  align-items: center;
  display: block;
}

.bg_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.related_link {
  width: 100%;
  height: 100%;
  position: absolute;
}

.kodokan_link {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
}

._360_btn {
  border: 1px solid #fff;
  align-items: center;
  margin-top: 3vw;
  padding: 1vw 1.5vw;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #fff;
  letter-spacing: .1em;
  font-size: 1.2vw;
  line-height: 1em;
}

.image-9 {
  height: .8vw;
  margin-right: 1vw;
}

.link-block-4 {
  text-decoration: none;
}

.text-block-3 {
  font-size: 1vw;
}

.slide-nav {
  display: none;
}

.bg_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.text-block-4 {
  text-transform: uppercase;
  font-size: 1vw;
  line-height: 1em;
}

.div-block-32 {
  align-items: center;
  display: flex;
}

.text-block-5 {
  margin-left: 3vw;
  font-size: 1vw;
}

.paragraph-14 {
  margin-top: 5%;
  margin-bottom: .8em;
  padding-left: 0;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1em;
}

.info-column-2 {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.paragraph-15 {
  margin-bottom: 5vw;
  padding-left: 0;
  font-weight: 400;
  line-height: 1em;
}

.button-2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 15vw;
  padding: 15px 0;
  font-size: 1.5vw;
  display: flex;
}

.paragraph-16 {
  margin-bottom: 1vw;
  font-size: 1.5vw;
  line-height: 1em;
}

.overview {
  letter-spacing: .03em;
  margin-top: 3vw;
  font-size: 1vw;
  line-height: 2em;
}

.event_loc_wrap {
  margin-bottom: 1vw;
  font-size: 1vw;
}

.collection-item-3 {
  flex-direction: row;
  width: 100%;
  margin-bottom: 2vw;
  display: block;
}

.image-10 {
  width: 100%;
  height: auto;
}

.columns-6 {
  margin-bottom: 10vw;
}

.new {
  color: var(--orange-red);
  margin-bottom: 4vw;
  line-height: 1em;
  display: inline-block;
}

.v-line {
  color: #ccc;
  margin-bottom: 4vw;
  margin-right: .4em;
  line-height: 1em;
  display: inline-block;
}

.past {
  color: var(--royal-blue);
  margin-bottom: 4vw;
  line-height: 1em;
  display: inline-block;
}

.event_thumb {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 20vh;
}

.event_ttl {
  color: var(--text-color);
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.event-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.event_date {
  color: var(--text-color);
  letter-spacing: .05em;
  margin-bottom: 1vw;
  font-size: 1.2vw;
  line-height: 1em;
  display: inline-block;
}

.event_tag_new {
  background-color: var(--floral-white);
  color: var(--orange-red);
  padding-left: 1em;
  padding-right: 1em;
  font-size: .8vw;
  line-height: 2.2em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.event_tag_past {
  background-color: var(--floral-white);
  color: var(--royal-blue);
  padding-left: 1em;
  padding-right: 1em;
  font-size: .8vw;
  line-height: 2.2em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.event_main_thumb {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 57vh;
}

.event_thumb_wrapper {
  position: relative;
}

.event_main_loc {
  color: var(--text-color);
  font-size: 1vw;
  line-height: 1em;
  display: inline-block;
}

.event_main_loc_wrapper {
  align-items: center;
  display: flex;
}

.loc_icon {
  width: .8em;
  margin-bottom: .3em;
  margin-right: .5em;
  font-size: .8vw;
  line-height: 1em;
}

.event_main_date {
  color: var(--text-color);
  letter-spacing: .05em;
  margin-bottom: 1vw;
  margin-right: .2em;
  font-size: 1.4vw;
  line-height: 1em;
  display: inline-block;
}

.event_main_thumb_link {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 2vw;
  text-decoration: none;
}

.event_main_ttl {
  color: var(--text-color);
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.event_sub_thumb_link {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 1vw;
  text-decoration: none;
}

.event_sub_loc_wrapper {
  align-items: center;
  display: flex;
}

.event_sub_loc {
  color: var(--text-color);
  font-size: .8vw;
  line-height: 1em;
  display: inline-block;
}

@media screen and (min-width: 1920px) {
  .paragraph {
    font-size: 1vw;
  }

  .section-heading {
    font-size: 4vw;
  }

  .japanese-title {
    font-size: 2.5vw;
  }

  .eng-title {
    padding-left: 0;
    font-size: 1.3vw;
  }

  .read-more-text {
    margin-left: .8em;
    font-size: 2em;
    line-height: 1.2em;
  }

  .description {
    font-size: 1.2vw;
  }

  .read-more-block {
    transform-origin: 0%;
    align-items: center;
  }

  .coming-soon-text {
    margin-bottom: .4em;
  }

  .columns-2 {
    padding-left: 0;
  }

  .diagonal-line {
    width: 4vw;
    height: 1px;
  }

  .top-page-logo-block {
    width: 17vw;
  }

  .menu-block {
    width: 100px;
    height: 100px;
    top: 0;
  }

  .hamburger-menu-block {
    width: 40px;
  }

  .top-bar.bar, .middle-bar.bar {
    margin-bottom: 13px;
  }

  .line-animated {
    perspective-origin: 100%;
    transform-origin: 100%;
    flex: 0 auto;
    width: 3vw;
    height: 1px;
    transform: none;
  }

  .section-heading-privacy-policy {
    font-size: 4vw;
  }

  .line {
    background-color: #000;
    width: 10%;
    height: 1px;
    margin-bottom: 2vw;
    padding-bottom: 0;
  }

  .div-block-29 {
    width: 8%;
    padding-right: 0;
  }

  .main-container {
    display: block;
  }

  .description_knowledge {
    font-size: 1.2vw;
  }

  .heading-11 {
    font-weight: 400;
  }

  .know_collect_item {
    background-image: none;
  }

  .know_thumb_ttl_en {
    font-weight: 400;
  }

  .video_wrapper {
    width: 60vw;
    height: 33.75vw;
  }

  .html-embed {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .paragraph {
    font-size: 1.3vw;
  }

  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .nav-link {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 8vw;
  }

  .tea-ceremony-image {
    background-position: 50%;
    height: 60vh;
  }

  .nav-link-rightmost {
    text-align: center;
  }

  .section-heading {
    margin-bottom: 3vh;
    font-size: 5vw;
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-block-5 {
    width: 8.3vw;
    font-size: 1.6vw;
  }

  .heading-2 {
    padding-left: 0;
    font-size: 4vw;
  }

  .paragraph-4 {
    font-size: 2vw;
  }

  .grid {
    grid-row-gap: 5px;
    grid-template-rows: 30px 30px;
    margin-bottom: 40px;
  }

  .program {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 33px;
  }

  .button {
    width: 25vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-text {
    margin-bottom: 20px;
    display: flex;
  }

  .bottom-nav-link {
    font-size: 16px;
  }

  .column-3 {
    justify-content: flex-start;
  }

  .top-page-image {
    height: 120vh;
  }

  .div-block-10 {
    width: 30vw;
    padding-top: 18px;
  }

  .paragraph-10 {
    font-size: 16px;
    line-height: 30px;
  }

  .about-info-column {
    padding-right: 80px;
  }

  .about-heading {
    margin-bottom: 10px;
    font-size: 50px;
  }

  .japanese-title {
    font-size: 3vw;
  }

  .eng-title {
    margin-bottom: 3vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8vw;
  }

  .read-more-text {
    font-size: 1.5vw;
  }

  .description {
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5vw;
  }

  .tea-ceremony-img01 {
    background-position: 65%;
  }

  .tea-ceremony-img04 {
    background-position: 40%;
  }

  .top-page-about-img {
    width: 50vw;
    height: 50vh;
    margin-left: -50px;
  }

  .program-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .program-japanese-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 45px;
  }

  .program-eng-title {
    font-size: 14px;
    line-height: 20px;
  }

  .desc {
    margin-top: 22%;
    margin-bottom: 20%;
    font-size: 16px;
    line-height: 33px;
  }

  .top-page-program-img {
    width: 43vw;
    height: 50vh;
  }

  .program-image {
    padding-left: 80px;
  }

  .knowledge-info-column {
    padding-right: 80px;
  }

  .top-page-knowledge-img {
    background-position: 60%;
    width: 60vw;
    height: 50vh;
    margin-left: -50px;
  }

  .knowledge-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .knowledge-japanese-title {
    font-size: 30px;
    line-height: 45px;
  }

  .knowledge-eng-title {
    font-size: 14px;
  }

  .knowledge-description {
    font-size: 16px;
    line-height: 33px;
  }

  .heading-7 {
    margin-top: 0;
  }

  .paragraph-11 {
    font-size: 1.8vw;
  }

  .coming-soon-text-360 {
    font-size: 18px;
  }

  .div-block-14, .div-block-14.wh-line {
    width: 13.5vw;
  }

  .yuuhisaikodokan-text {
    padding: 90px;
  }

  .contact-heading {
    font-size: 50px;
  }

  .japan, .phone-number {
    font-size: 30px;
    line-height: 45px;
  }

  .form_title {
    margin-bottom: .5em;
  }

  .form_field {
    margin-bottom: 1.4em;
  }

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

  .columns-2 {
    display: flex;
  }

  .div-block-16 {
    bottom: auto;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 20px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .menu-button.w--open, .div-block-17 {
    background-color: #000;
  }

  .div-block-19 {
    width: 18vw;
    height: 8vh;
  }

  .div-block-20 {
    width: 22.5%;
  }

  .yuuhisaikodokan-banner-overlay {
    height: 30vh;
  }

  .top-page-logo-block {
    width: 28vw;
    bottom: 25%;
  }

  .heading-8, .program-link-text {
    font-size: 16px;
  }

  .top-bar.bar {
    width: 100%;
  }

  .full-screen-menu {
    display: none;
  }

  .menu-img {
    background-size: auto 80%;
  }

  .column-6 {
    padding-left: 0;
  }

  .menu-title {
    font-size: 40px;
    line-height: 34px;
  }

  .title-nav-jp {
    font-size: 18px;
  }

  .menu-block-open {
    width: 12vw;
    height: 25vh;
  }

  .hamburger-menu-block-open {
    display: none;
  }

  .title-nav, .program-title-nav, .knowledge-title-nav, .contact-title-nav {
    font-size: 40px;
    line-height: 34px;
  }

  .program-title-nav-jp, .knowledge-title-nav-jp, .contact-title-nav-jp {
    font-size: 18px;
  }

  .tea-ceremony-image-copy {
    background-position: 50%;
    height: 100vh;
  }

  .link-block-2 {
    position: relative;
  }

  .link-block-2.w--current {
    top: 3%;
  }

  .bread-crumb {
    font-size: 1.6vw;
  }

  .preloader {
    display: none;
  }

  .preloader-image {
    width: 20vw;
  }

  .event-title {
    font-size: 3vw;
  }

  .section-heading-privacy-policy {
    margin-bottom: 3vh;
    font-size: 4vw;
  }

  .note, .red_note {
    font-size: 2vw;
  }

  .slider {
    height: 45vh;
  }

  .slide-container {
    padding-top: 4vw;
    padding-right: 4vw;
    position: absolute;
  }

  .heading-9 {
    font-size: 2.6vw;
  }

  .text-block {
    font-size: 1.8vw;
  }

  .heading-10 {
    font-size: 2.2vw;
  }

  .image-7 {
    width: 1.8vw;
  }

  .paragraph-12, .description_knowledge {
    font-size: 1.5vw;
  }

  .heading-11 {
    margin-bottom: 1.6vw;
    font-size: 2.5vw;
  }

  .know_thumb_ttl_en {
    font-size: 1.5vw;
  }

  .video_wrapper {
    width: 100%;
    height: 56.25vw;
  }

  .txt_container {
    max-width: 60%;
  }

  .label_section {
    margin-top: 20vw;
  }

  .heading-12 {
    font-size: 1.5vw;
  }

  .video_single_bio_name {
    font-size: 3vw;
  }

  .p_single, .p_profile {
    font-size: 1.6vw;
  }

  .video_single_ttl {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 5vw;
  }

  .video_single_ttl_en {
    font-size: 1.5vw;
  }

  .video_single_num {
    font-size: 2vw;
  }

  .video_related_bg {
    width: 30vw;
    height: 17vw;
  }

  .video_single_related_ttl {
    font-size: 2vw;
  }

  .video_single_related_ttl_en, .video_single_related_bio_name {
    font-size: 1vw;
  }

  .body-3 {
    background-color: var(--floral-white);
  }

  .container-4 {
    max-width: 100vw;
  }

  .html-embed-2 {
    height: 56.26vw;
  }

  ._360_txt_container {
    max-width: 80vw;
  }

  .comment_name_l {
    margin-bottom: 1vw;
    font-size: 1.5vw;
  }

  .comment_txt_l {
    font-size: 1.5vw;
  }

  .comment_name_r {
    margin-bottom: 1vw;
    font-size: 1.5vw;
  }

  .comment_txt_r {
    font-size: 1.5vw;
  }

  .intro_container {
    max-width: 80vw;
  }

  .paragraph-13 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .play_video_cover {
    width: 100%;
    height: 56.26vw;
  }

  .page_ttl {
    margin-bottom: 5vw;
    font-size: 4vw;
  }

  .text-block-3 {
    font-size: 1.8vw;
  }

  .button-2 {
    width: 25vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph-16 {
    font-size: 16px;
    line-height: 25px;
  }

  .new, .v-line, .past {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 1.8vw;
  }

  .info-column {
    margin-bottom: 40px;
  }

  .section-heading {
    font-size: 6vw;
  }

  .div-block-5 {
    width: 10.2vw;
    font-size: 2vw;
  }

  .button {
    width: 30vw;
  }

  .image-column {
    padding-left: 0;
  }

  .footer-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-text {
    display: flex;
  }

  .bottom-nav-link {
    margin-right: 20px;
  }

  .column-3 {
    padding-left: 0;
  }

  .bottom-nav-link-rightmost {
    font-size: 16px;
  }

  .top-page-image {
    height: 118vh;
  }

  .div-block-10 {
    width: 40vw;
  }

  .about-info-column {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .japanese-title {
    font-size: 4.2vw;
  }

  .read-more-text {
    font-size: 2vw;
  }

  .description {
    font-size: 1.8vw;
  }

  .tea-ceremony-img01 {
    background-position: 70%;
    width: 90vw;
  }

  .tea-ceremony-img02, .tea-ceremony-img03, .tea-ceremony-img04 {
    width: 90vw;
  }

  .top-page-about-img {
    width: 120vw;
    margin-left: 0;
  }

  .desc {
    margin-top: 15%;
  }

  .top-page-program-img {
    width: 90vw;
    height: 50vh;
  }

  .program-image {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .knowledge-info-column {
    padding-right: 0;
  }

  .top-page-knowledge-img {
    width: 120vw;
    margin-left: 0;
  }

  .knowledge-description {
    margin-top: 15%;
  }

  .section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .form_field {
    height: 4vw;
  }

  .columns-2 {
    flex-direction: column;
    display: flex;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .column-4 {
    margin-bottom: 40px;
  }

  .column-5 {
    padding-left: 0;
  }

  .div-block-16 {
    top: 3%;
  }

  .div-block-19 {
    width: 24vw;
  }

  .div-block-20 {
    width: 35.5%;
  }

  .location-text {
    font-size: 1.8vw;
  }

  .top-page-logo-block {
    width: 34vw;
    bottom: 25%;
  }

  .full-screen-menu {
    display: none;
  }

  .menu-img {
    object-fit: fill;
    height: 90vh;
  }

  .column-6 {
    padding-left: 0;
  }

  .menu-title {
    font-size: 34px;
    line-height: 25px;
  }

  .title-nav-jp {
    font-size: 16px;
  }

  .menu-block-open {
    width: 15vw;
    height: 24vh;
  }

  .title-nav, .program-title-nav, .knowledge-title-nav, .contact-title-nav {
    font-size: 34px;
    line-height: 25px;
  }

  .program-title-nav-jp, .knowledge-title-nav-jp, .contact-title-nav-jp {
    font-size: 16px;
  }

  .tea-ceremony-image-copy {
    width: 100vw;
  }

  .contact-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bread-crumb {
    font-size: 2vw;
  }

  .preloader {
    display: none;
  }

  .preloader-image {
    width: 25vw;
  }

  .event-title {
    font-size: 4.2vw;
  }

  .section-heading-privacy-policy {
    font-size: 6vw;
  }

  .tea-ceremony-img02-copy {
    width: 90vw;
  }

  .slider {
    height: 45vh;
  }

  .description_knowledge {
    font-size: 1.8vw;
  }

  .info-column-2 {
    margin-bottom: 40px;
  }

  .button-2 {
    width: 30vw;
  }

  .new, .v-line, .past {
    font-size: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    font-size: 3vw;
  }

  .image {
    width: 12vw;
  }

  .tea-ceremony-image {
    height: 50vh;
    display: block;
    transform: translate(0);
  }

  .info-column {
    margin-top: 20px;
  }

  .section-heading {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 10vw;
  }

  .div-block-5 {
    width: 20.2vw;
  }

  .heading-2 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 8vw;
  }

  .paragraph-4 {
    font-size: 4vw;
  }

  .grid {
    grid-template-rows: 20px 30px;
    margin-bottom: 60px;
  }

  .program {
    white-space: pre-wrap;
    margin-bottom: 6vw;
    font-size: 4vw;
    line-height: 25px;
  }

  .event_loc {
    font-size: 3vw;
  }

  .paragraph-7 {
    font-size: 2.5vw;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 30px;
  }

  .button {
    width: 50vw;
    font-size: 14px;
    line-height: 30px;
  }

  .footer-socials {
    justify-content: center;
    font-family: Caslon224-m;
    font-size: 4vw;
    display: flex;
  }

  .footer-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-3 {
    margin-bottom: 0;
    margin-right: 0;
    font-family: Caslon224-m;
    font-size: 3vw;
  }

  .paragraph-9 {
    margin-right: 0;
    font-family: Caslon224-m;
    font-size: 3vw;
  }

  .bottom-nav-link {
    margin-right: 0;
  }

  .column-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-10 {
    width: 60vw;
    height: 8vh;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 10%;
  }

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

  .about-info-column {
    padding-right: 0;
  }

  .about-heading {
    font-size: 40px;
    line-height: 60px;
  }

  .japanese-title {
    font-size: 6.5vw;
  }

  .eng-title {
    font-size: 4vw;
  }

  .read-more-text {
    font-size: 5vw;
  }

  .description {
    margin-bottom: 2em;
    padding-right: 5px;
    font-size: 4vw;
    line-height: 2.2em;
  }

  .tea-ceremony-img01 {
    height: 50vh;
    margin-bottom: 15px;
  }

  .tea-ceremony-img02 {
    height: 60vh;
    margin-bottom: 15px;
  }

  .tea-ceremony-img03 {
    height: 30vh;
    margin-bottom: 15px;
  }

  .tea-ceremony-img04 {
    height: 60vh;
  }

  .top-page-about-img {
    height: 40vh;
  }

  .program-section {
    padding-bottom: 20%;
  }

  .program-heading {
    font-size: 40px;
    line-height: 60px;
  }

  .program-japanese-title {
    font-size: 24px;
    line-height: 35px;
  }

  .desc {
    padding-right: 5px;
    font-size: 14px;
    line-height: 30px;
  }

  .top-page-program-img {
    height: 40vh;
  }

  .knowledge-info-column {
    padding-right: 0;
  }

  .top-page-knowledge-img {
    height: 40vh;
  }

  .knowledge-heading {
    font-size: 40px;
    line-height: 60px;
  }

  .knowledge-japanese-title {
    font-size: 24px;
    line-height: 35px;
  }

  .knowledge-description {
    padding-right: 5px;
    font-size: 14px;
    line-height: 30px;
  }

  .coming-soon-text, .coming-soon-text.wh-txt {
    font-size: 5vw;
  }

  ._360-text {
    padding: 95px 65px;
  }

  .heading-7 {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 11vw;
  }

  .paragraph-11 {
    font-size: 4vw;
  }

  .div-block-14, .div-block-14.wh-line {
    width: 38vw;
  }

  .yuuhisaikodokan-text {
    padding: 100px 60px;
  }

  .image-2 {
    width: 24vw;
  }

  .contact-heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 60px;
  }

  .japan {
    font-size: 24px;
    line-height: 35px;
  }

  .phone-number {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
  }

  .open-time {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .location {
    font-size: 3vw;
    line-height: 30px;
  }

  .field-label-eng {
    margin-right: 3vw;
    font-size: 4vw;
    font-weight: 400;
  }

  .field-label-jp {
    font-size: 3.5vw;
  }

  .form_field {
    height: 9vw;
  }

  .form_area {
    min-height: 14vw;
  }

  .submit-button {
    width: 50%;
    margin-top: 3vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 4vw;
  }

  .div-block-16 {
    top: 2%;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .div-block-19 {
    width: 35vw;
    height: 6vh;
  }

  .link-to-map-block {
    margin-bottom: 15vw;
  }

  .div-block-20 {
    width: 70%;
  }

  .location-text {
    font-size: 3vw;
  }

  .top-page-logo-block {
    width: 50vw;
    top: 60px;
    bottom: 50%;
  }

  .program-link-for-top-page {
    height: 25%;
    padding: 10px;
  }

  .program-link-text {
    font-size: 12px;
  }

  .menu-block {
    box-shadow: 0 0 6px 2px #0000000d;
  }

  .menu-logo {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 12px;
  }

  .top-bar.bar, .middle-bar.bar {
    margin-bottom: 8px;
  }

  .full-screen-menu {
    padding-left: 5vw;
    display: none;
  }

  .menu-img {
    opacity: 1;
    background-position: 50%;
    background-size: cover;
    height: 90vh;
    transform: translate(-24px, 300px)rotate(43deg);
  }

  .column-6 {
    padding-bottom: 200px;
  }

  .menu-title {
    font-size: 30px;
    line-height: 22px;
  }

  .title-nav-jp {
    font-size: 14px;
    line-height: 18px;
  }

  .columns-4 {
    flex-direction: column-reverse;
    position: relative;
  }

  .menu-block-open {
    width: 22vw;
    height: 20vh;
  }

  .menu-logo-open {
    margin-top: -25px;
    margin-bottom: 30px;
    padding: 12px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    overflow: visible;
  }

  .title-nav {
    margin-bottom: .3em;
    font-size: 30px;
    line-height: 22px;
  }

  .program-title-nav, .knowledge-title-nav, .contact-title-nav {
    font-size: 30px;
    line-height: 22px;
  }

  .program-title-nav-jp, .knowledge-title-nav-jp, .contact-title-nav-jp {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .tea-ceremony-image-copy {
    background-image: url('../images/20220228_KV_色調整済み.jpeg');
    background-position: 46%;
    height: 50vh;
    display: block;
    transform: translate(0);
  }

  .background-video {
    height: 100vh;
  }

  .loc-title, .bread-crumb {
    font-size: 4vw;
  }

  .image-3 {
    width: 30vw;
    margin-bottom: 2vw;
  }

  .map_link {
    font-size: 3vw;
  }

  .image-5 {
    width: 16vw;
    display: inline-block;
  }

  .preloader {
    display: none;
  }

  .preloader-image {
    width: 30vw;
  }

  .logo_chakai_bk {
    width: 14vw;
  }

  .event-title {
    font-size: 6vw;
    font-weight: 400;
  }

  .logo-inside-menu {
    z-index: 999999999;
    display: none;
    position: absolute;
  }

  .logo-inside-menu-link {
    width: 30vw;
    margin-top: 5%;
    margin-left: 5%;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .logo-inside-menu-sp {
    z-index: 999999999;
    width: 12vw;
    display: block;
    position: absolute;
  }

  .section-heading-privacy-policy {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 8vw;
  }

  .note {
    font-size: 3vw;
  }

  .tea-ceremony-img02-copy {
    height: 60vh;
    margin-bottom: 15px;
  }

  .red_note {
    font-size: 3vw;
  }

  .slider {
    height: 60vh;
  }

  .slide-container {
    max-width: 90%;
    margin-top: 0;
    padding-top: 5vw;
    padding-right: 5vw;
  }

  .heading-9 {
    margin-bottom: 2vw;
    font-size: 5vw;
  }

  .date-more-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .more_btn {
    padding: 4vw 5vw;
  }

  .text-block {
    font-size: 3vw;
  }

  .heading-10 {
    margin-bottom: 1vw;
    font-size: 5vw;
  }

  .image-7 {
    width: 3vw;
  }

  .paragraph-12 {
    font-size: 4vw;
  }

  .description_knowledge {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding-right: 5px;
    font-size: 4vw;
    line-height: 2.2em;
  }

  .heading-11 {
    margin-bottom: 3vw;
    font-size: 6vw;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 4vw;
    grid-template-rows: 80vw 80vw 80vw;
    grid-template-columns: 1fr;
  }

  .know_thumb_ttl_en {
    font-size: 4vw;
  }

  .top_slider_collection_item {
    height: 100%;
    position: static;
  }

  .collection-list-wrapper-2, .collection-list-2 {
    height: 100%;
  }

  .event_thumb_link {
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .txt_container {
    max-width: 90%;
  }

  .label_section {
    margin-top: 50vw;
    margin-bottom: 5vw;
  }

  .heading-12 {
    font-size: 3vw;
  }

  .video_single_bio_name {
    margin-bottom: 4vw;
    font-size: 5vw;
  }

  .p_single {
    font-size: 4vw;
  }

  .v_line {
    height: 15vw;
  }

  .p_profile {
    margin-top: 4vw;
    font-size: 4vw;
  }

  .video_single_ttl {
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 6.5vw;
  }

  .video_single_ttl_en {
    font-size: 2vw;
  }

  .video_single_num {
    font-size: 3vw;
  }

  .vide_related_section {
    padding-bottom: 10vw;
  }

  .video_related_bg {
    width: 45vw;
    height: 26vw;
  }

  .video_single_related_ttl {
    font-size: 3vw;
  }

  .video_single_related_ttl_en {
    font-size: 2vw;
  }

  .related_ttl {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .video_single_related_bio_name {
    font-size: 2vw;
  }

  .v_line_txt {
    width: 2vw;
    margin-right: 2vw;
  }

  ._360_txt_container {
    max-width: 90vw;
  }

  .comment_l {
    margin-bottom: 5vw;
  }

  .comment_name_l {
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }

  .comment_txt_l {
    padding: 4vw;
    font-size: 4vw;
  }

  .comment_r {
    margin-bottom: 5vw;
  }

  .comment_name_r {
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }

  .comment_txt_r {
    padding: 4vw;
    font-size: 4vw;
  }

  .intro_container {
    max-width: 90vw;
  }

  .paragraph-13 {
    font-size: 4vw;
    line-height: 1.8em;
  }

  .vline_block {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .page_ttl {
    font-size: 5vw;
    line-height: 1.6em;
  }

  ._360_btn {
    margin-top: 5vw;
    padding: 4vw 6vw;
  }

  .text-block-2 {
    font-size: 4vw;
  }

  .image-9 {
    height: 4vw;
    margin-right: 3vw;
  }

  .text-block-3 {
    font-size: 3vw;
  }

  .bg_image {
    z-index: -1;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .text-block-4 {
    font-size: 3vw;
    line-height: 1.6em;
  }

  .left-arrow {
    display: none;
  }

  .div-block-32 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 6vw;
  }

  .text-block-5 {
    margin-left: 0;
    font-size: 3vw;
  }

  .paragraph-14 {
    font-size: 4vw;
  }

  .info-column-2 {
    margin-top: 20px;
  }

  .paragraph-15 {
    margin-bottom: 15vw;
    font-size: 3vw;
  }

  .button-2 {
    width: 50vw;
    font-size: 14px;
    line-height: 30px;
  }

  .paragraph-16 {
    font-size: 5vw;
    line-height: 25px;
  }

  .overview {
    margin-bottom: 3vw;
    font-size: 3vw;
    line-height: 2em;
  }

  .new, .v-line, .past {
    font-size: 4vw;
  }

  .event_ttl {
    margin-top: 2vw;
    margin-bottom: 0;
    font-size: 3vw;
  }

  .event_date {
    margin-bottom: 2vw;
    font-size: 3vw;
  }

  .event_tag_new, .event_tag_past {
    font-size: 2.5vw;
  }

  .event_main_loc {
    font-size: 3vw;
  }

  .loc_icon {
    margin-bottom: .1em;
    font-size: 2.4vw;
  }

  .event_main_date {
    margin-bottom: 2.5vw;
    font-size: 4.5vw;
  }

  .event_main_thumb_link {
    padding-bottom: 6vw;
  }

  .event_main_ttl {
    margin-top: 6vw;
    font-size: 5vw;
  }

  .event_sub_thumb_link {
    padding-bottom: 3vw;
  }

  .event_sub_loc {
    font-size: 2vw;
  }

  .column-9 {
    margin-bottom: 10vw;
    padding-left: 0;
    padding-right: 0;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-b51ba022-980e-eb24-8cd6-e378b98b45f1-26ed6726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b51ba022-980e-eb24-8cd6-e378b98b45f3-26ed6726 {
  place-self: stretch stretch;
}

#w-node-ffd143f9-7baf-b500-6cd3-8f4d77b0ef7b-26ed6727, #w-node-_5a40c7ee-2883-7498-1bcc-7a462d880bf7-26ed6727 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfa2aef9-9e06-1470-a07b-221d8ca16b99-26ed6727 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fbb49849-f7cb-4a50-188d-1b7ac873e85b-26ed6727, #w-node-_151e6607-1389-8453-d16d-8b4259abeffd-26ed6729 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fbb49849-f7cb-4a50-188d-1b7ac873e85b-26ed6727 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


