:root {
  --white: #f9f9f9;
  --blue: #203b77;
}

.txt-name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-6 {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-social-icon {
  width: 15%;
  transition: opacity .2s;
}

.footer-social-icon:hover {
  opacity: .5;
}

.menu-link {
  text-align: center;
  border-right: 1px solid #000;
  padding: 5px 15px;
  text-decoration: none;
}

.menu-link.noline {
  border-right-style: none;
}

.txt-menu {
  color: #000;
  text-decoration: none;
  transition: color .2s;
}

.txt-menu:hover {
  color: #00000080;
}

.image-5 {
  margin-right: 20px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.t-cr {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.div-block-8 {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.section-2 {
  background-color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-10 {
  background-color: var(--blue);
  color: var(--blue);
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-3 {
  background-color: var(--white);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 60px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.txt-subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--white);
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.img-hero {
  background-image: url('../images/img-top.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0%;
  display: flex;
}

.div-block-12 {
  justify-content: space-between;
  align-items: center;
  width: 40%;
  height: 100px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cont-top-title {
  margin-bottom: 220px;
  padding-top: 18%;
  padding-bottom: 18%;
}

.div-block-14 {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-6, .image-7 {
  margin-right: 80px;
}

.logo-usa {
  width: 13%;
  margin-right: 0;
}

.logo-fb-80 {
  width: 41%;
  margin-right: 0;
}

.logo-usa-250 {
  width: 13%;
}

.section-4 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.div-block-15 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 220px;
}

.text-block {
  color: #203b77;
  text-align: center;
  background-color: #0052a62e;
  width: auto;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 26px;
}

.event-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.heading-2 {
  color: #203b77;
  letter-spacing: 2px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 37px;
  font-weight: 500;
}

.p-jp {
  text-align: justify;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.p-en {
  margin-bottom: 140px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 40px;
}

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

.blc-left {
  background-color: var(--white);
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: 0 3px 13px #93939329;
}

.ribbon {
  background-image: url('../images/ribbon.jpg');
  background-position: 50% 0;
  background-size: 0%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.txt-ribbon {
  color: var(--white);
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  position: absolute;
}

.txt-blc {
  color: #fff;
  letter-spacing: 1px;
  background-color: #53bbc4;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.event-name {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-3 {
  color: var(--blue);
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.image-8 {
  margin-bottom: 40px;
}

.text-block-4 {
  color: var(--blue);
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  position: absolute;
}

.title-event {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: static;
}

.image-9 {
  position: relative;
}

.blc-about-event {
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-bottom: 220px;
  display: flex;
}

.txt-dates {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.text-block-5 {
  color: var(--blue);
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.line {
  text-align: center;
  border-bottom: 4px dotted #a7b7c1;
  width: 80%;
  height: 1px;
}

.txt-h4 {
  justify-content: flex-start;
  align-items: center;
  width: 18%;
  display: flex;
}

.image-10 {
  margin-right: 10px;
}

.blc-date {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.txt-location {
  text-align: left;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  line-height: 29px;
}

.left-wrapper {
  width: 100%;
}

.link-map {
  border: 1px solid var(--blue);
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.link-map:hover {
  background-color: #e2e4f2;
  box-shadow: 2px 2px 5px #0003;
}

.text-block-7 {
  color: var(--blue);
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.blc-location {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.txt-date {
  text-align: left;
  letter-spacing: 1px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  line-height: 29px;
}

.blc-right {
  background-color: var(--white);
  text-align: center;
  border-radius: 50px 0 0 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: 0 3px 13px #93939329;
}

.right-wrapper {
  width: 100%;
}

.list-item {
  text-align: left;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.list-item-2 {
  text-align: left;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.list-item-3 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.image-11 {
  margin-bottom: 20px;
}

.list {
  text-align: left;
  padding-left: 20px;
}

.blc-book {
  border-top: 3px solid var(--blue);
  background-color: #156ac12b;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-bottom: 60px;
}

.txt-book {
  background-color: #204596;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: inline-block;
}

.text-block-8 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
}

.blc-title-book {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: -30px;
}

.book-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: static;
}

.image-12 {
  position: relative;
}

.bookname {
  color: var(--blue);
  margin-left: 80px;
  margin-right: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: static;
}

.bookmark {
  background-image: url('../images/bookmark.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  height: 75px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.text-block-10 {
  color: var(--blue);
  font-family: Noto Sans JP, sans-serif;
}

.p-book {
  text-underline-offset: 15px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--blue);
  text-decoration-color: var(--blue);
  margin-left: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 46px;
  text-decoration-style: dashed;
  text-decoration-thickness: 1.3px;
}

.book-left {
  width: 60%;
}

.blc-book-img {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.img-book {
  width: 50%;
}

.book-wrapper-up {
  margin-bottom: 50px;
  display: flex;
}

.link-booklist {
  background-color: #204596;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px;
  text-decoration: none;
  display: flex;
}

.txt-booklist {
  color: #fff;
  margin-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.section-5 {
  z-index: -1;
  background-image: url('../images/img-bg.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
}

@media screen and (min-width: 1920px) {
  .section-2 {
    background-color: var(--white);
  }

  .section-3 {
    padding-top: 0%;
  }

  .heading {
    font-size: 70px;
  }

  .txt-subtitle {
    font-size: 30px;
  }

  .div-block-15 {
    width: 1100px;
  }

  .blc-left {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blc-right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-11 {
    width: 95%;
  }

  .bookname {
    font-size: 20px;
  }

  .book-left {
    width: 50%;
  }

  .book-wrapper-up {
    justify-content: center;
    align-items: center;
  }

  .link-booklist {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-7 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-8 {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .t-sp {
    display: block;
  }

  .heading {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .txt-subtitle {
    font-size: 18px;
  }

  .img-hero {
    height: 50vh;
  }

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

  .cont-top-title {
    margin-bottom: 100px;
  }

  .div-block-15 {
    width: 700px;
  }

  .blc-left {
    width: 100%;
  }

  .txt-blc {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }

  .text-block-3 {
    font-size: 19px;
  }

  .text-block-4 {
    font-size: 25px;
  }

  .blc-about-event {
    flex-flow: row;
  }

  .txt-h4 {
    width: 28%;
  }

  .blc-right {
    width: 100%;
  }

  .bookname {
    margin-left: 0;
  }

  .bookmark {
    flex-flow: column;
    padding-top: 18px;
  }

  .img-book {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .txt-subtitle {
    font-size: 16px;
  }

  .img-hero {
    height: 35vh;
  }

  .div-block-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-15 {
    width: 520px;
    padding-bottom: 100px;
  }

  .text-block {
    font-size: 23px;
  }

  .event-title {
    margin-bottom: 80px;
  }

  .heading-2 {
    font-size: 35px;
  }

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

  .p-en {
    font-size: 16px;
    line-height: 35px;
  }

  .blc-left {
    margin-bottom: 60px;
  }

  .blc-about-event {
    flex-flow: column;
    margin-bottom: 140px;
  }

  .blc-right {
    border-radius: 0 50px 50px 0;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .book-wrapper {
    flex-flow: column;
  }

  .bookname {
    margin-bottom: 0;
    margin-left: 80px;
  }

  .bookmark {
    flex-flow: row;
  }

  .text-block-10 {
    margin-left: 0;
  }

  .p-book {
    margin-bottom: 60px;
    font-size: 16px;
  }

  .book-left, .blc-book-img {
    width: 100%;
  }

  .img-book {
    width: 50%;
  }

  .book-wrapper-up {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .txt-name {
    font-size: 14px;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-link {
    border-bottom: 1px solid #a0a0a0;
    border-right-style: none;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-link.noline {
    border-bottom-style: none;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .t-sp {
    display: block;
  }

  .txt-subtitle {
    flex-flow: column;
    line-height: 24px;
    display: flex;
  }

  .img-hero {
    height: auto;
  }

  .div-block-12 {
    width: 80%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cont-top-title {
    margin-top: 50px;
    padding-top: 0%;
    padding-bottom: 50px;
  }

  .logo-usa {
    width: 15%;
  }

  .logo-fb-80 {
    width: 43%;
  }

  .logo-usa-250 {
    width: 15%;
  }

  .section-4 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .div-block-15 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
  }

  .text-block {
    margin-bottom: 0;
    padding: 10px;
    font-size: 19px;
  }

  .event-title {
    margin-bottom: 40px;
  }

  .heading-2 {
    font-size: 31px;
  }

  .p-en {
    margin-bottom: 80px;
  }

  .blc-left {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ribbon {
    margin-bottom: 30px;
  }

  .blc-right {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-item-2 {
    line-height: 28px;
  }

  .blc-book {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .txt-book {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-8 {
    line-height: 28px;
  }

  .book-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bookname {
    margin-bottom: 1px;
    margin-left: 60px;
  }

  .bookmark {
    flex-flow: column;
    margin-left: -30px;
  }

  .text-block-10 {
    margin-top: 1px;
    margin-left: 60px;
  }

  .p-book {
    margin-bottom: 40px;
    margin-left: 0;
    line-height: 41px;
  }

  .txt-booklist {
    margin-right: 15px;
    font-size: 16px;
    line-height: 23px;
  }

  .text-span {
    display: flex;
  }

  .section-5 {
    z-index: -1;
    background-image: url('../images/img-bg.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
  }
}


