@charset "UTF-8";
@font-face {
  font-family: "U-OTF-Gothic";
  src: url(U-OTF-GothicBBBUpr-Medium.otf);
}
@font-face {
  font-family: "A-OTF-A1Mincho";
  src: url(A-OTF-A1MinchoStd-Bold.otf);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(Helvetica-Neue.otf);
}
#main {
  overflow: hidden;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    justify-content: space-between;
    height: 60px;
    padding-left: 15px;
  }
}
@media (min-width: 769px) {
  .header {
    position: absolute;
    padding: 23px 180px 20px 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1401px) {
  .header {
    padding-top: 26px;
    padding-right: 220px;
  }
}
.header .logo {
  position: relative;
  z-index: 11;
}
@media (min-width: 769px) {
  .header .logo {
    position: fixed;
    top: 20px;
    left: 20px;
  }
}
.header .logo svg {
  display: block;
}
@media (max-width: 768px) {
  .header .logo svg {
    width: auto;
    height: 30px;
  }
}
@media (min-width: 769px) {
  .header .logo svg {
    width: 35px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .header .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    background-color: #00FFA7;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }
}
@media (max-width: 768px) {
  .header .menu .inner {
    margin-top: 60px;
  }
}
.header .menu .inner .li {
  color: #fff;
  font-weight: normal;
  font-family: "Helvetica Neue";
  line-height: 1em;
  margin-top: 0.3em;
}
@media (max-width: 768px) {
  .header .menu .inner .li {
    color: #000;
    font-size: 20px;
    text-align: center;
  }
  .header .menu .inner .li:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media (min-width: 769px) {
  .header .menu .inner .li {
    font-size: 16px;
    margin-right: 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 821px) {
  .header .menu .inner .li {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1401px) {
  .header .menu .inner .li {
    margin-right: 40px;
    font-size: 22px;
  }
}
.header .header-btn {
  position: relative;
  width: 60px;
  height: 60px;
  background: #000;
  z-index: 1;
  overflow: hidden;
}
.header .header-btn span {
  display: block;
  width: 30px;
  margin: 7px 0;
  border-bottom: 2px solid #fff;
  transition: 0.2s;
}
.header .ticket {
  position: relative;
  width: 150px;
  z-index: 1;
}
@media (max-width: 768px) {
  .header .ticket {
    margin-right: 15px;
  }
}
@media (min-width: 769px) {
  .header .ticket {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 160px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1401px) {
  .header .ticket {
    width: 200px;
  }
}
.header .ticket svg {
  display: block;
  width: 100%;
  height: auto;
}

.footer {
  position: relative;
  background-color: #00FFA7;
  z-index: 1;
}
.footer .logo {
  width: 200px;
}
@media (min-width: 769px) {
  .footer .logo {
    width: 300px;
  }
}
.footer .link {
  margin: 45px 0 30px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .footer .link {
    flex-direction: row;
    margin: 50px 0;
  }
}
@media (max-width: 768px) {
  .footer .link .li {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 374px) {
  .footer .link .li {
    text-align: center;
  }
  .footer .link .li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.footer .link .li:nth-child(n+2) {
  margin-left: 10px;
}
@media (min-width: 769px) {
  .footer .link .li {
    font-size: 16px;
  }
  .footer .link .li:nth-child(n+2) {
    margin-left: 20px;
  }
}
.footer .copyright {
  padding-bottom: 20px;
  display: block;
  text-align: center;
}
@media (min-width: 769px) {
  .footer .copyright {
    padding-bottom: 40px;
  }
}

@media (min-width: 769px) {
  .scrolled .header .logo svg path {
    fill: #000;
  }
}
@media (max-width: 768px) {
  .scrolled:not(.navOpen) .header {
    background: #000;
  }
  .scrolled:not(.navOpen) .header .ticket svg {
    width: 100%;
  }
  .scrolled:not(.navOpen) .header .ticket svg path#パス_81 {
    fill: #fff;
  }
  .scrolled:not(.navOpen) .header .ticket svg path#パス_144 {
    fill: #000;
  }
}

.navOpen .header .header-btn span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.navOpen .header .header-btn span:nth-child(2) {
  transform: translateX(50px);
}
.navOpen .header .header-btn span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.navOpen .header .menu {
  opacity: 1;
  visibility: visible;
}

.sec-head {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .sec-head {
    margin-bottom: 30px;
  }
}
.sec-head.white * {
  color: #fff;
}
.sec-head .en {
  margin-right: 10px;
  font-size: 26px;
  font-family: "adobe-garamond-pro", serif;
  font-style: italic;
}
@media (min-width: 769px) {
  .sec-head .en {
    margin-right: 40px;
    font-size: 60px;
  }
}
.sec-head .jp {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .sec-head .jp {
    font-size: 32px;
  }
}

.ticket-btn {
  margin-top: 7.9vw;
  width: 35vw;
}
@media (min-width: 769px) {
  .ticket-btn {
    margin-top: 57px;
    width: 423px;
  }
}
.ticket-btn.small {
  width: 200px;
}
@media (min-width: 769px) {
  .ticket-btn.small {
    width: 264px;
  }
}

.btm-bg {
  position: relative;
  height: 100px;
  background: #00FFA7;
}
@media (min-width: 769px) {
  .btm-bg {
    height: 200px;
  }
}
.btm-bg.show .deco .line1 {
  transform: translate(-50%, -43%) rotate(-4deg);
}
.btm-bg.show .deco .line2 {
  transform: translate(-50%, -28%) rotate(6deg);
}
.btm-bg.show .deco .bg1 {
  transform: translate(-50%, 0%) rotate(-4deg);
}
.btm-bg.show .deco .bg2 {
  transform: translate(-50%, 42%) rotate(6deg);
}
.btm-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.btm-bg .bg::before, .btm-bg .bg::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #707070;
  z-index: -2;
}
.btm-bg .bg::after {
  background: #00FFA7;
}
@media (min-width: 769px) {
  .btm-bg .inner {
    width: 590px;
  }
}
@media (min-width: 769px) {
  .btm-bg p {
    font-size: 24px;
    white-space: nowrap;
  }
}
.btm-bg p:nth-child(n+2) {
  margin-top: 1.6em;
}
.btm-bg .catch {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .btm-bg .catch {
    margin-top: 100px;
  }
}
.btm-bg .deco.show .line3 {
  transform: translate(-50%, -50%) rotate(-7deg);
}
.btm-bg .deco .line1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 180vw;
  max-width: 9999px;
  transform-origin: 65% center;
  transform: translate(-50%, -43%) rotate(-4deg) translateX(-100%);
  transition: 0.5s;
}
@media (min-width: 769px) {
  .btm-bg .deco .line1 {
    width: 120vw;
  }
}
.btm-bg .deco .bg1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200vw;
  max-width: 9999px;
  height: 100px;
  background: #00FFA7;
  transform-origin: 65% center;
  transform: translate(-50%, 0%) rotate(-4deg) translateX(-100%);
  transition: 0.5s;
  z-index: -1;
}
@media (min-width: 769px) {
  .btm-bg .deco .bg1 {
    width: 120vw;
  }
}
.btm-bg .deco .line2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 180vw;
  max-width: 9999px;
  transform-origin: 65% center;
  transform: translate(-50%, -28%) rotate(6deg) translateX(100%);
  transition: 0.5s;
}
@media (min-width: 769px) {
  .btm-bg .deco .line2 {
    width: 120vw;
  }
}
.btm-bg .deco .bg2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200vw;
  max-width: 9999px;
  height: 100px;
  background: #00FFA7;
  transform-origin: 65% center;
  transform: translate(-50%, 42%) rotate(6deg) translateX(100%);
  transition: 0.5s;
  z-index: -1;
}
@media (min-width: 769px) {
  .btm-bg .deco .bg2 {
    width: 120vw;
    height: 150px;
  }
}
.btm-bg .deco .line3 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 200vw;
  max-width: 9999px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-7deg) translateX(-100%);
  transition: 0.5s;
  z-index: 1;
}
@media (min-width: 769px) {
  .btm-bg .deco .line3 {
    width: 120vw;
    bottom: 100px;
  }
}

.home .mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #AAAFB5;
}
@media (min-width: 769px) {
  .home .mv {
    height: 100vh;
  }
}
.home .mv::after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 200px;
  background: #00FFA7;
  z-index: -1;
}
.home .mv img {
  position: relative;
  z-index: -2;
}
.home .mv img.img {
  width: auto;
  width: auto;
  height: 90vh;
  margin: 10vh auto 0;
}
@media screen and (max-width: 1300px) {
  .home .mv img.img {
    height: 80vh;
    margin: 20vh auto 0;
  }
}
.home .mv img.txt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  width: calc(100% - 200px);
  transform: translateX(-50%);
  z-index: 1;
}
.home .mv img.sp {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 50px;
}
.home .mv .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .content {
  position: relative;
  background: #fff;
}
.home #about {
  padding: 60px 0 120px;
  background: #00FFA7;
}
@media (min-width: 769px) {
  .home #about {
    padding: 150px 0 300px;
  }
}
.home #about .sec-head {
  border-bottom: 3px solid #00FFA7;
  margin: 0 auto 6.1vw;
  width: 55vw;
}
@media (min-width: 769px) {
  .home #about .sec-head {
    margin: 0 auto 50px;
    width: 460px;
  }
}
.home #about .borderBox {
  border-radius: 5vw;
  padding: 5vw 6.1vw;
}
@media (min-width: 769px) {
  .home #about .borderBox {
    border-radius: 90px;
    padding: 60px clamp(2.5rem, -6.31rem + 18.33vw, 8.125rem) 90px;
  }
}
.home #about .borderBox.bg-white {
  background-color: #fff;
}
.home #about .borderBox .titleArea {
  margin-bottom: 6.8vw;
  width: 100%;
}
@media (min-width: 769px) {
  .home #about .borderBox .titleArea {
    margin-bottom: 50px;
  }
}
.home #about .borderBox .textArea {
  width: 100%;
}
.home #about .borderBox .main-title {
  font-size: 3.5vw;
}
@media (min-width: 769px) {
  .home #about .borderBox .main-title {
    font-size: clamp(1.875rem, 0.419rem + 3.03vw, 2.313rem);
  }
}
.home #about .borderBox .main-text {
  font-size: 3vw;
}
@media (min-width: 769px) {
  .home #about .borderBox .main-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .home #about p {
    text-align: justify;
  }
}
@media (min-width: 769px) {
  .home #about p {
    font-size: 24px;
  }
}
.home #about p:nth-child(n+2) {
  margin-top: 1.6em;
}
.home #about .catch {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .home #about .catch img {
    width: 500px;
  }
}
@media (min-width: 769px) {
  .home #about .catch {
    margin-top: 100px;
  }
}
.home #about .deco {
  margin-top: -14vw;
}
@media (min-width: 769px) {
  .home #about .deco {
    margin-top: -130px;
  }
}
.home #about .deco.show .line1 {
  transform: translate(-50%, -50%) rotate(-8deg);
}
.home #about .deco.show .line2 {
  transform: translate(-50%, -70%) rotate(5deg);
}
.home #about .deco .line1 {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200vw;
  max-width: 9999px;
  transform-origin: 30% center;
  transform: translate(-50%, -50%) rotate(-8deg) translateX(-100%);
  transition: 0.5s;
}
@media (min-width: 769px) {
  .home #about .deco .line1 {
    width: 120vw;
  }
}
.home #about .deco .line2 {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200vw;
  max-width: 9999px;
  transform: translate(-50%, -70%) rotate(5deg) translateX(100%);
  transition: 0.5s;
}
@media (min-width: 769px) {
  .home #about .deco .line2 {
    width: 120vw;
  }
}
.home #outline {
  margin-top: 20px;
  padding-top: 80px;
}
@media (min-width: 769px) {
  .home #outline {
    margin-top: 120px;
  }
}
@media (min-width: 769px) and (max-width: 1030px) {
  .home #outline .clm {
    display: block;
    max-width: 460px;
    margin: 0 auto;
  }
}
@media (min-width: 1031px) {
  .home #outline .clm .img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .home #outline .clm .txt {
    margin-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1030px) {
  .home #outline .clm .txt {
    margin-top: 20px;
  }
}
@media (min-width: 769px) and (min-width: 1031px) {
  .home #outline .clm .txt {
    width: calc(50% - 50px);
  }
}
.home #outline .clm .txt p span {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .home #outline .clm .txt p {
    font-size: 20px;
  }
}
.home #program {
  margin-top: 60px;
  padding-top: 80px;
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .home #program {
    margin-top: 180px;
    margin-bottom: 150px;
  }
}
@media (min-width: 769px) {
  .home #program ul {
    padding: 0 20px;
    margin-top: 70px;
  }
}
.home #program ul li:nth-child(n+2) {
  margin-top: 25px;
}
@media (min-width: 769px) {
  .home #program ul li:nth-child(n+2) {
    margin-top: 50px;
  }
}
.home #program ul li dl dt {
  width: 45px;
  margin-right: 10px;
  color: #8B8B8B;
  font-size: 14px;
  font-style: italic;
  font-family: "adobe-garamond-pro", serif;
  border-right: 2px solid #00FFA7;
  line-height: 18px;
}
@media (min-width: 769px) {
  .home #program ul li dl dt {
    width: 130px;
    margin-right: 50px;
    font-size: 30px;
    line-height: 1.3em;
  }
}
.home #program ul li dl dd {
  width: calc(100% - 68px);
}
@media (max-width: 768px) {
  .home #program ul li dl dd {
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  .home #program ul li dl dd {
    width: calc(100% - 180px);
  }
}
.home #program ul li dl dd h3 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
  line-height: 1.4em;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .home #program ul li dl dd h3 {
    padding: 0 15px;
    font-size: 35px;
    line-height: 1.1em;
  }
}
.home #program ul li dl dd h3.band {
  background: #00FFA7;
}
.home #program ul li dl dd .catch {
  font-size: 14px;
  font-weight: bold;
  font-family: "A-OTF-A1Mincho";
  margin: 10px 0;
}
.home #program ul li dl dd .catch.band {
  background: #00FFA7;
  display: inline-block;
  padding: 0 2vw 1vw;
}
@media (min-width: 769px) {
  .home #program ul li dl dd .catch.band {
    padding: 0 15px 5px;
  }
}
@media (max-width: 768px) {
  .home #program ul li dl dd .catch {
    line-height: 1.6em;
  }
}
@media (min-width: 769px) {
  .home #program ul li dl dd .catch {
    margin: 15px 0;
    font-size: 26px;
    white-space: nowrap;
  }
}
.home #program ul li dl dd p {
  color: #8F959B;
  font-size: 12px;
  line-height: 1.4em;
}
@media (min-width: 769px) {
  .home #program ul li dl dd p {
    font-size: 19px;
    padding-left: 15px;
    line-height: 1.6em;
  }
}
.home #program ul li dl dd p span {
  cursor: pointer;
}
.home #program ul li dl dd p span:hover {
  border-bottom: 2px solid #8F959B;
}
.home #program ul li dl dd p .small {
  font-size: 8px;
}
@media (min-width: 769px) {
  .home #program ul li dl dd p .small {
    font-size: 15px;
  }
}
.home #program ul li dl dd > p {
  margin-top: 20px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .home #program ul li dl dd > p {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  .home #program .ticket-btn {
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .home #program .ticket-btn img {
    width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .home #program .ticket-btn:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .home #program .ticket-btn:nth-child(n+2) {
    margin-left: 60px;
  }
}
.home #lastyear {
  padding: 70px 0 5.2vw;
  background-color: #E2E2E2;
}
@media (min-width: 769px) {
  .home #lastyear {
    padding: 150px 0 80px;
  }
}
.home #lastyear .videoArea {
  position: relative;
  width: 100%;
}
.home #lastyear .videoArea .js-video {
  width: 100%;
}
.home #lastyear .videoArea .play-btn {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: auto;
  width: 20%;
}
.home #lastyear .videoArea .play-btn.playActive {
  display: none;
}
.home #voice {
  padding: 5.2vw 0 70px;
  background-color: #E2E2E2;
}
@media (min-width: 769px) {
  .home #voice {
    padding: 80px 0 150px;
  }
}
.home #voice .voice-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 769px) {
  .home #voice .voice-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home #voice .voice-item {
  background-color: #fff;
  border-radius: 10vw;
  border: 2px solid #00FFA7;
  padding: 6.5vw 5.8vw;
  margin-bottom: 8.1vw;
  position: relative;
}
@media (min-width: 769px) {
  .home #voice .voice-item.item01 {
    background-image: none;
    background-color: #fff;
    border-radius: 50px;
    border: 5px solid #00FFA7;
    padding: 80px 68px;
    margin-bottom: 96px;
    width: 778px;
  }
}
.home #voice .voice-item.item01::after {
  background-image: url(/img/ballon-parts01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: -4.2vw;
  left: 46%;
  height: 4.4vw;
  width: 4.7vw;
}
@media (min-width: 769px) {
  .home #voice .voice-item.item01::after {
    background-image: url(/img/ballon-parts01.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    bottom: -52px;
    left: 46%;
    height: 52px;
    width: 55px;
  }
}
@media (min-width: 769px) {
  .home #voice .voice-item.item02 {
    background-image: url(../img/ballon-box02.png);
    background-image: none;
    background-color: #fff;
    border-radius: 50px;
    border: 5px solid #00FFA7;
    content: "";
    display: block;
    padding: 80px 65px 80px 53px;
    margin-right: 5%;
    width: 47%;
  }
}
.home #voice .voice-item.item02::after {
  background-image: url(/img/ballon-parts01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: -4.3vw;
  left: 46%;
  height: 4.4vw;
  width: 4.7vw;
}
@media (min-width: 769px) {
  .home #voice .voice-item.item02::after {
    background-image: url(/img/ballon-parts01.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    bottom: -52px;
    left: 46%;
    height: 52px;
    width: 55px;
  }
}
@media (min-width: 769px) {
  .home #voice .voice-item.item03 {
    background-image: none;
    background-color: #fff;
    border-radius: 50px;
    border: 5px solid #00FFA7;
    padding: 80px 55px;
    width: 48%;
  }
}
.home #voice .voice-item.item03::after {
  background-image: url(/img/ballon-parts01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: -4.2vw;
  left: 46%;
  height: 4.4vw;
  width: 4.7vw;
}
@media (min-width: 769px) {
  .home #voice .voice-item.item03::after {
    background-image: url(/img/ballon-parts02.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    bottom: -52px;
    left: 46%;
    height: 52px;
    width: 55px;
  }
}
.home #voice .voice-item:last-of-type {
  margin-bottom: 8.1vw;
}
@media (min-width: 769px) {
  .home #voice .voice-item:last-of-type {
    margin-bottom: 0;
  }
}
.home #voice .text {
  font-size: 3vw;
  letter-spacing: 0.2rem;
}
@media (min-width: 769px) {
  .home #voice .text {
    font-size: 24px;
    letter-spacing: 0rem;
  }
}
.home #voice .text span {
  background-color: #00FFA7;
}
.home #speaker {
  margin-top: 70px;
  padding: 70px 0;
  background-color: #AAAFB5;
}
@media (min-width: 769px) {
  .home #speaker {
    margin-top: 150px;
    padding: 150px 0;
  }
}
.home #speaker .member-type:nth-child(1) .overlay .box {
  background: rgba(0, 255, 167, 0.92);
}
.home #speaker .member-type:nth-child(1) .overlay .box .txt .program {
  border: 1px solid #fff;
}
.home #speaker .member-type:nth-child(1) .overlay .box .txt .program dt {
  background: #fff;
}
.home #speaker .member-type:nth-child(2) {
  margin-top: 60px;
}
@media (min-width: 769px) {
  .home #speaker .member-type:nth-child(2) {
    margin-top: 120px;
  }
}
.home #speaker .member-type:nth-child(2) .overlay .box {
  background-color: rgba(255, 255, 0, 0.8901960784);
}
.home #speaker .member-type:nth-child(2) .overlay .box .txt .program {
  border: 1px solid #000;
}
.home #speaker .member-type:nth-child(2) .overlay .box .txt .program dt {
  background: #fff;
}
@media (min-width: 769px) {
  .home #speaker .member-type .clm {
    justify-content: center;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .home #speaker .member-type .clm {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1100px) {
  .home #speaker .member-type .clm .cld {
    width: calc(50% - 10px);
  }
  .home #speaker .member-type .clm .cld:nth-child(n+3) {
    margin-top: 30px;
  }
  .home #speaker .member-type .clm .cld:nth-child(2n) {
    margin-left: 20px;
  }
}
@media (min-width: 769px) {
  .home #speaker .member-type .clm .cld {
    transition: opacity 0.2s;
  }
}
@media (min-width: 1101px) {
  .home #speaker .member-type .clm .cld {
    width: calc(20% - 24px);
  }
  .home #speaker .member-type .clm .cld:nth-child(n+6) {
    margin-top: 40px;
  }
  .home #speaker .member-type .clm .cld:not(:nth-child(5n)):not(:last-child) {
    margin-right: 30px;
  }
}
.home #speaker .member-type .clm .cld.show .overlay {
  opacity: 1;
  visibility: visible;
}
.home #speaker .member-type .clm .cld .top {
  cursor: pointer;
  transition: opacity 0.2s;
  text-align: center;
}
.home #speaker .member-type .clm .cld .top .name {
  border-bottom: 2px solid transparent;
  color: #fff;
  display: inline-block;
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .home #speaker .member-type .clm .cld .top .name {
    font-size: 20px;
    margin-top: 15px;
  }
}
.home #speaker .member-type .clm .cld .top .name span {
  font-size: 10px;
}
@media (min-width: 769px) {
  .home #speaker .member-type .clm .cld .top .name span {
    font-size: 12px;
  }
}
.home #speaker .member-type .clm .cld .top .position {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .home #speaker .member-type .clm .cld .top .position.sp-nowrap {
    white-space: nowrap;
  }
}
.home #speaker .member-type .clm .cld .top:hover .name {
  border-bottom: 2px solid #fff;
}
.home #speaker .member-type .clm .cld .top:hover .name::after {
  transform: scale(1, 1);
}
.home #speaker .member-type .clm .cld .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.home #speaker .member-type .clm .cld .overlay .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.home #speaker .member-type .clm .cld .overlay .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 80px);
  padding: 60px 20px 40px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1100px) {
  .home #speaker .member-type .clm .cld .overlay .box {
    height: 70vh;
    overflow-y: scroll;
  }
}
@media (min-width: 1101px) {
  .home #speaker .member-type .clm .cld .overlay .box {
    width: 1000px;
    max-width: calc(100% - 80px);
    height: 650px;
    max-height: calc(100vh - 80px);
    padding: 80px;
  }
}
.home #speaker .member-type .clm .cld .overlay .box .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (min-width: 1101px) {
  .home #speaker .member-type .clm .cld .overlay .box .close-btn {
    top: 30px;
    right: 30px;
    cursor: pointer;
  }
}
@media (max-width: 1100px) {
  .home #speaker .member-type .clm .cld .overlay .box > .flexbox {
    display: block;
  }
}
@media (max-width: 1100px) {
  .home #speaker .member-type .clm .cld .overlay .box .img {
    width: 160px;
    margin: 0 auto 10px;
  }
}
@media (min-width: 1101px) {
  .home #speaker .member-type .clm .cld .overlay .box .img {
    width: 300px;
  }
}
@media (min-width: 1101px) {
  .home #speaker .member-type .clm .cld .overlay .box .txt {
    width: calc(100% - 350px);
    height: 500px;
    max-height: calc(100vh - 240px);
    padding-right: 10px;
    overflow-y: auto;
  }
}
@media (max-width: 1100px) {
  .home #speaker .member-type .clm .cld .overlay .box .txt .profile {
    text-align: center;
  }
}
.home #speaker .member-type .clm .cld .overlay .box .txt .profile .type {
  font-size: 16px;
}
@media (max-width: 1100px) {
  .home #speaker .member-type .clm .cld .overlay .box .txt .profile .type {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.home #speaker .member-type .clm .cld .overlay .box .txt .profile .name {
  font-size: 16px;
}
@media (min-width: 1101px) {
  .home #speaker .member-type .clm .cld .overlay .box .txt .profile .name {
    font-size: 30px;
  }
}
.home #speaker .member-type .clm .cld .overlay .box .txt .profile .position {
  font-size: 12px;
}
@media (min-width: 1101px) {
  .home #speaker .member-type .clm .cld .overlay .box .txt .profile .position {
    font-size: 14px;
  }
}
.home #speaker .member-type .clm .cld .overlay .box .txt .program {
  padding: 15px;
  margin: 20px 0;
}
.home #speaker .member-type .clm .cld .overlay .box .txt .program dt {
  display: inline-block;
  font-size: 12px;
  padding: 0 5px;
}
@media (min-width: 1101px) {
  .home #speaker .member-type .clm .cld .overlay .box .txt .program dt {
    font-size: 14px;
  }
}
.home #speaker .member-type .clm .cld .overlay .box .txt .program .time {
  margin: 5px 0;
  font-family: "A-OTF-A1Mincho";
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1101px) {
  .home #speaker .member-type .clm .cld .overlay .box .txt .program .time {
    font-size: 17px;
  }
}
.home #speaker .member-type .clm .cld .overlay .box .txt .program .catch {
  font-family: "A-OTF-A1Mincho";
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 1101px) {
  .home #speaker .member-type .clm .cld .overlay .box .txt .program .catch {
    font-size: 15px;
  }
}
.home #speaker .member-type .clm .cld .overlay .box .txt .desc p {
  text-align: justify;
  font-size: 14px;
}
.home #minds {
  padding: 70px 0;
  background: #00FFA7;
}
@media (min-width: 769px) {
  .home #minds {
    padding: 150px 0;
  }
}
.home #minds .box {
  position: relative;
  padding: 20px;
  border: 2px solid #fff;
}
@media (min-width: 769px) {
  .home #minds .box {
    padding: 80px;
    border-width: 3px;
  }
}
.home #minds .box::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #fff;
  pointer-events: none;
}
@media (min-width: 769px) {
  .home #minds .box::after {
    border-width: 3px;
  }
}
.home #minds .box .head {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .home #minds .box .head {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .home #minds .box .head h2 img {
    width: 250px;
    max-width: calc(100% - 40px);
    height: auto;
  }
}
@media (min-width: 769px) {
  .home #minds .box .head h2 img {
    width: 400px;
    height: auto;
  }
}
.home #minds .box .head p {
  position: relative;
  margin: 20px 0;
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  .home #minds .box .head p {
    text-align: justify;
  }
}
@media (min-width: 769px) {
  .home #minds .box .head p {
    margin: 30px 0 50px;
    padding-bottom: 30px;
    font-size: 20px;
  }
}
.home #minds .box .head p::after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  border-bottom: 2px solid #fff;
}
@media (min-width: 769px) {
  .home #minds .box .head p::after {
    width: 160px;
    border-width: 4px;
  }
}
@media (min-width: 769px) {
  .home #minds .box .clm .cld:nth-child(n+2) {
    margin-left: 60px;
  }
}
.home #minds .box .clm .cld .li {
  margin-top: 15px;
}
.home #minds .box .clm .cld .li .num {
  color: #fff;
  font-size: 30px;
  font-family: "adobe-garamond-pro", serif;
  font-style: italic;
  line-height: 1em;
}
@media (min-width: 769px) {
  .home #minds .box .clm .cld .li .num {
    font-size: 46px;
  }
}
.home #minds .box .clm .cld .li .txt {
  margin: 2px 0 0 12px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .home #minds .box .clm .cld .li .txt {
    text-align: justify;
  }
}
@media (min-width: 769px) {
  .home #minds .box .clm .cld .li .txt {
    margin: 6px 0 0 20px;
    font-size: 20px;
  }
}
.home #sponsors {
  padding: 70px 0 100px;
}
@media (min-width: 769px) {
  .home #sponsors {
    padding: 150px 0 250px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .sec-head {
    justify-content: flex-start;
  }
}
.home #sponsors .clm {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .home #sponsors .clm {
    margin-bottom: 115px;
  }
}
.home #sponsors .clm .cld {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld {
    margin-top: 35px;
  }
  .home #sponsors .clm .cld:not(.large) {
    width: 33.33%;
  }
  .home #sponsors .clm .cld.large {
    width: 100%;
    margin-bottom: 10px;
  }
  .home #sponsors .clm .cld img {
    min-width: 50%;
  }
  .home #sponsors .clm .cld:not(:nth-child(5)):not(:nth-child(7)):not(:nth-child(12)):not(:nth-child(13)) img {
    min-width: 66%;
  }
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:not(.large) {
    width: 250px;
    margin-top: 74px;
  }
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld.large {
    margin: 70px 0;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(1) {
    order: 1;
  }
}
.home #sponsors .clm .cld:nth-child(1) img {
  width: 200px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(1) img {
    width: 403px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(2) {
    order: 2;
  }
}
.home #sponsors .clm .cld:nth-child(2) img {
  width: 180px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(2) img {
    margin-left: 100px;
    width: 443px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(3) {
    order: 3;
  }
}
.home #sponsors .clm .cld:nth-child(3) img {
  width: 90px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(3) img {
    width: 218px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(4) {
    order: 4;
  }
}
.home #sponsors .clm .cld:nth-child(4) img {
  width: 60px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(4) img {
    width: 159px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(5) {
    order: 5;
  }
}
.home #sponsors .clm .cld:nth-child(5) img {
  width: 36px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(5) img {
    width: 95px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(6) {
    order: 7;
  }
}
.home #sponsors .clm .cld:nth-child(6) img {
  width: 100%;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(6) img {
    width: 296px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(7) {
    order: 9;
  }
}
.home #sponsors .clm .cld:nth-child(7) img {
  width: 36px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(7) img {
    width: 118px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(8) {
    order: 8;
  }
}
.home #sponsors .clm .cld:nth-child(8) img {
  width: 46px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(8) img {
    width: 142px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(9) {
    order: 10;
  }
}
.home #sponsors .clm .cld:nth-child(9) img {
  width: 60px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(9) img {
    width: 172px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(10) {
    order: 11;
  }
}
.home #sponsors .clm .cld:nth-child(10) img {
  width: 59px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(10) img {
    width: 191px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(11) {
    order: 13;
  }
}
.home #sponsors .clm .cld:nth-child(11) img {
  width: 43px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(11) img {
    width: 141px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(12) {
    order: 14;
  }
}
.home #sponsors .clm .cld:nth-child(12) img {
  width: 37px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(12) img {
    width: 113px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(13) {
    order: 6;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(13) {
    order: 6;
  }
}
.home #sponsors .clm .cld:nth-child(13) img {
  width: 31px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(13) img {
    width: 108px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(14) {
    order: 12;
  }
}
.home #sponsors .clm .cld:nth-child(14) img {
  width: 86px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(14) img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .home #sponsors .clm .cld:nth-child(15) {
    order: 15;
  }
}
.home #sponsors .clm .cld:nth-child(15) img {
  width: 42px;
}
@media (min-width: 769px) {
  .home #sponsors .clm .cld:nth-child(15) img {
    width: 140px;
  }
}
.home #sponsors .sponsors-list {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6vw 5%;
  width: 100%;
}
@media (min-width: 769px) {
  .home #sponsors .sponsors-list {
    gap: 70px 42px;
    margin: 0 auto;
    width: 760px;
  }
}
.home #sponsors .sponsors-list .sponsors-item {
  width: 45%;
}
@media (min-width: 769px) {
  .home #sponsors .sponsors-list .sponsors-item {
    width: 358px;
  }
}
.home #intro {
  padding: 60px 0 60px;
}
@media (min-width: 769px) {
  .home #intro {
    padding: 150px 0 150px;
  }
}
.home #intro .sec-head {
  border-bottom: 3px solid #00FFA7;
  margin: 0 auto 6.1vw;
  width: 50vw;
}
@media (min-width: 769px) {
  .home #intro .sec-head {
    margin: 0 auto 50px;
    width: 460px;
  }
}
.home #intro .borderBox {
  border-radius: 5vw;
  padding: 5vw 6.1vw;
}
@media (min-width: 769px) {
  .home #intro .borderBox {
    border-radius: 90px;
    padding: 60px clamp(2.5rem, -6.31rem + 18.33vw, 8.125rem) 90px;
  }
}
.home #intro .borderBox.bg-white {
  background-color: #fff;
}
.home #intro .borderBox .titleArea {
  margin-bottom: 6.8vw;
  width: 100%;
}
@media (min-width: 769px) {
  .home #intro .borderBox .titleArea {
    margin-bottom: 50px;
  }
}
.home #intro .borderBox .textArea {
  width: 100%;
}
.home #intro .borderBox .main-title {
  font-size: 3.5vw;
}
@media (min-width: 769px) {
  .home #intro .borderBox .main-title {
    font-size: clamp(1.875rem, 0.602rem + 2.65vw, 2.688rem);
  }
}
.home #intro .borderBox .main-text {
  font-size: 3vw;
}
@media (min-width: 769px) {
  .home #intro .borderBox .main-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .home #intro p {
    text-align: justify;
  }
}
@media (min-width: 769px) {
  .home #intro p {
    font-size: 24px;
  }
}
.home #intro p:nth-child(n+2) {
  margin-top: 1.6em;
}
.home #intro .catch {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .home #intro .catch img {
    width: 500px;
  }
}
@media (min-width: 769px) {
  .home #intro .catch {
    margin-top: 100px;
  }
}
.home #intro .deco {
  margin-top: -14vw;
}
@media (min-width: 769px) {
  .home #intro .deco {
    margin-top: -130px;
  }
}
.home #intro .deco.show .line1 {
  transform: translate(-50%, -50%) rotate(-8deg);
}
.home #intro .deco.show .line2 {
  transform: translate(-50%, -70%) rotate(5deg);
}
.home #intro .deco .line1 {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200vw;
  max-width: 9999px;
  transform-origin: 30% center;
  transform: translate(-50%, -50%) rotate(-8deg) translateX(-100%);
  transition: 0.5s;
}
@media (min-width: 769px) {
  .home #intro .deco .line1 {
    width: 120vw;
  }
}
.home #intro .deco .line2 {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200vw;
  max-width: 9999px;
  transform: translate(-50%, -70%) rotate(5deg) translateX(100%);
  transition: 0.5s;
}
@media (min-width: 769px) {
  .home #intro .deco .line2 {
    width: 120vw;
  }
}

#law {
  background: #00FFA7;
}
#law h1 {
  font-size: 28px;
}
@media (min-width: 769px) {
  #law h1 {
    margin-top: 50px;
    font-size: 32px;
  }
}
#law .list h2 {
  margin: 40px 0 10px;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 769px) {
  #law .list h2 {
    margin-top: 60px;
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  #law .list p {
    font-size: 18px;
  }
}
#law .list p a {
  display: inline;
  text-decoration: underline;
}
#law .btm-bg {
  margin-top: 100px;
}
@media (min-width: 769px) {
  #law .btm-bg {
    margin-top: 200px;
  }
}
@media (max-width: 768px) {
  #law .btm-bg.top {
    height: 20vw;
    margin-top: 28vw;
  }
}
@media (min-width: 769px) {
  #law .btm-bg.top {
    margin-top: 250px;
  }
}/*# sourceMappingURL=style.css.map */