@charset "UTF-8";

.inner {
  max-width: 1200px;
}

.app-bnr {
  width: auto;
  top: auto;
  bottom: 20px;
  right: 100px;
}

.app-bnr .btn {
  width: 400px;
  height: 70px;
  padding-right: 20px;
  background: url(../img/head-grad-green.png) no-repeat center / 100% 100%;
}

.app-bnr .btn::before {
  right: 80px;
  width: 22px;
  height: 22px;
  background: url(../img/app-icon.svg) no-repeat center / contain;
}

.event h2 {
  margin-bottom: 50px;
}

.event h3 {
  font-size: 2.1rem;
  font-weight: 700;
  margin: 15px 0 5px;
}

.event h3 + .text {
  margin: 0;
}

.text {
  font-size: 2.1rem;
  margin-top: 20px;
}

strong {
  font-size: 1.1em;
  font-weight: 700;
  color: #4588e1;
}

.notes {
  font-size: 1.6rem;
  margin-top: 10px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

body main.event {
  padding-top: 100px !important;
  padding-bottom: 110px;
  background: url(../img/ambassador-bg.png) no-repeat center top / cover;
}

.mv {
  position: relative;
  aspect-ratio: 1366 / 888;
  background: url(../img/event/event-mv.jpg) no-repeat center top / 100% auto;
}

.mv .main-title {
  position: absolute;
  width: 75%;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 1%;
}

.mv .date {
  position: absolute;
  width: 28%;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
}

.mv .place {
  position: absolute;
  font-size: 1.8vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  top: 46%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.1% 1.2%;
  background-color: #2660ac;
  white-space: nowrap;
}

.mv .place span {
  font-size: 0.8em;
}

.menu {
  background-color: #fff;
  padding: 40px 0 120px;
}

.menu ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.menu ul li {
  width: 180px;
  height: 50px;
}

.menu ul li a {
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-orange.png);
}

.about {
  position: relative;
  padding-bottom: 30px;
  background-color: #fff;
}

.about::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 1366 / 150;
  background: url(../img/event/bg-deco01.png) no-repeat center top / 100% auto;
}

.about__content + .about__content {
  margin-top: 80px;
}

.about__title.title01 {
  width: min(100%, 750px);
}

.about__title.title02 {
  width: min(100%, 586px);
}

.about .text {
  font-weight: 500;
  line-height: 2;
}

.about .illust {
  position: absolute;
  width: 16%;
  top: 100%;
  right: 6%;
}

.about__box {
  /* max-width: 800px; */
  margin: 80px auto 0;
  background-color: #e4faff;
}

.about__box h2 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0 !important;
  padding: 10px;
  background: url(../img/bg-blue.png);
}

.about__box .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}

.about__box ul {
  padding: 20px;
  border: 2px solid #2660ac;
}

.about__box ul li {
  font-size: 2.1rem;
  font-weight: 500;
  color: #2660ac;
  padding-left: 1em;
  text-indent: -1em;
}

.about__box .text {
  text-align: center;
}

.info {
  margin-top: 15%;
}

.info__title {
  width: 187px;
}

.info__items {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 25px 0;
}

.info__items:first-of-type {
  padding-top: 0;
}

.info__items:nth-of-type(n+2) {
  border-top: 2px solid #00b7de;
}

.info__items dt {
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  width: 180px;
  height: 50px;
  background-image: url(../img/bg-blue.png);
}

.info__items dd {
  flex: 1;
  margin-top: 8px;
}

.info__items dd > *:first-child {
  margin-top: 0;
}

.info ul li {
  font-size: 2.1rem;
  padding-left: 1em;
  text-indent: -1em;
}

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

.info .map iframe {
  width: min(100%, 700px);
  height: 100%;
  aspect-ratio: 16 / 9;
}

.info__box {
  margin-top: 40px;
  padding: 30px;
  border: 2px solid #2660ac;
}

.info__box .text {
  font-weight: 500;
  color: #2660ac;
  margin: 0;
}

/* .info .btn {
  width: min(100%, 700px);
  margin: 90px auto 0;
} */



/* -------------------------------------
  responsive
------------------------------------- */

@media (width < 768px) {
  .app-bnr {
    bottom: 10px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .app-bnr .btn {
    width: 250px;
    height: 45px;
    padding-right: 10px;
  }

  .app-bnr .btn::before {
    right: 35px;
    width: 15px;
    height: 15px;
  }

  .text {
    font-size: 1.6rem;
  }

  .event h2 {
    margin-bottom: 30px;
  }

  .event h3 {
    font-size: 1.6rem;
    margin-top: 15px;
  }

  body main.event {
    padding-top: 50px !important;
  }

  .mv {
    aspect-ratio: 750 / 1160;
    background-image: url(../img/event/event-mv-sp.jpg);
  }

  .mv .main-title {
    width: 95%;
    top: 6%;
  }

  .mv .date {
    width: 60%;
    top: 34%;
  }

  .mv .place {
    font-size: 4vw;
    top: 43%;
    padding: 0.1% 1.5%;
  }

  .menu {
    padding: 20px 0 70px;
  }

  .menu ul {
    flex-wrap: wrap;
    gap: 8px 2%;
  }

  .menu ul li {
    width: 48%;
    height: 40px;
  }
  
  .menu ul li a {
    font-size: 1.4rem;
  }

  .about {
    padding-bottom: 15px;
  }

  .about__content + .about__content {
    margin-top: 50px;
  }

  .about__title.title01 {
    width: min(100%, 375px);
  }

  .about__title.title02 {
    width: min(100%, 293px)
  }

  .about .illust {
    width: 25%;
  }
  
  .about__box {
    margin-top: 50px;
  }

  .about__box h2 {
    font-size: 2rem;
  }

  .about__box .content {
    padding: 15px;
  }

  .about__box ul {
    padding: 10px;
  }

  .about__box ul li {
    font-size: 1.6rem;
  }

  .about__box .text {
    text-align: left;
  }

  .info {
    margin-top: 22%;
  }

  .info__title {
    width: 103px;
  }

  .info__items {
    flex-direction: column;
    gap: 5px;
    padding: 20px 0;
  }

  .info__items:nth-of-type(n+2) {
    border-top-width: 1px;
  }

  .info__items dt {
    font-size: 1.6rem;
    width: 140px;
    height: 35px;
  }

  .info ul li {
    font-size: 1.6rem;
  }

  .info__box {
    padding: 20px;
  }

  .info .btn {
    margin-top: 50px;
  }
}