@charset "UTF-8";
/* color import setting
------------------------------------*/
/* color setting
------------------------------------*/
/* main visual setting
------------------------------------*/
main {
  margin: 80px auto 0;
  width: 100%;
  text-align: center;
}
main h1 {
  margin: 0 auto;
  width: 100%;
  max-width: 1288px;
}

/* about setting
------------------------------------*/
section#about .inner h2::before {
  content: 'ABOUT';
}
section#about .inner > p {
  margin: 0 0 30px;
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
}
section#about .inner dl {
  position: relative;
  border-radius: 10px;
  background: #e7f0f5;
  margin: 0 0 30px;
  padding: 25px 0 30px;
  text-align: center;
  line-height: 1.5;
}
section#about .inner dl::before, section#about .inner dl::after {
  content: '';
  position: absolute;
  left: -20px;
  bottom: -20px;
  display: block;
  background: url("../../img/top/img_deco01.webp") center 0/cover no-repeat;
  width: 61px;
  height: 67px;
}
section#about .inner dl::after {
  left: auto;
  bottom: auto;
  right: -20px;
  top: -20px;
}
section#about .inner dl dt {
  padding: 0 0 5px;
}
section#about .inner dl dt h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  font-weight: 600;
  font-size: 40px;
  color: #0c3690;
}
section#about .inner dl dt h3 small {
  font-weight: 600;
  font-size: 32px;
}
section#about .inner dl dt h3 small em {
  font-weight: 600;
  color: #cd0084;
}
section#about .inner dl dt h3 strong {
  font-weight: 600;
  font-size: 28px;
  color: #333;
}
section#about .inner dl dt h3 strong em {
  font-weight: bold;
  color: #cd0084;
}
section#about .inner dl dt h3 span {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
section#about .inner dl dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  font-weight: 600;
  font-size: 24px;
}
section#about .inner dl dd span {
  display: inline-block;
  border-radius: 15px;
  background: #0c3690;
  margin: 0 10px 0 0;
  padding: 0 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
section#about .inner dl dd small {
  font-size: 16px;
}
section#about .inner ul {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  grid-auto-rows: auto;
  column-gap: 40px;
  padding: 0 2.7%;
}
section#about .inner ul li {
  display: flex;
  padding: 0 0 16px;
  line-height: 1.2;
  text-align: left;
  font-size: 16px;
}
section#about .inner ul li em {
  margin: 0 30px 0 0;
  white-space: nowrap;
  font-weight: 600;
  color: #0c3690;
}
section#about .inner ul li:nth-child(1), section#about .inner ul li:nth-child(3), section#about .inner ul li:nth-child(5) {
  border-right: 1px solid #e7f0f5;
  padding: 0 40px 16px 0;
}
section#about .inner ul li:nth-child(5) {
  padding: 0 40px 0 0;
}

/* event setting
------------------------------------*/
section#event .inner {
  padding: 145px 0 105px;
}
section#event .inner h2::before {
  content: 'EVENT';
}
section#event .inner > button {
  display: block;
  position: relative;
  border-radius: 40px;
  background: #cd0084;
  margin: 20px auto 65px;
  width: 600px;
  height: 80px;
}
section#event .inner > button::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 0;
  display: block;
  border-radius: 39px;
  background: linear-gradient(0deg, #cd0074 35%, #fe89b5 100%);
  width: 598px;
  height: 78px;
}
section#event .inner > button a {
  position: relative;
  z-index: 1;
  display: block;
  width: 600px;
  height: 80px;
  line-height: 75px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
section#event .inner > button a::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 35px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 9px;
  height: 9px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section#event .inner > ul > li {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border: 10px solid #e7f0f5;
  border-radius: 10px;
  margin: 0 0 45px;
  padding: 45px 20px 30px;
  text-align: left;
}
section#event .inner > ul > li ul.category {
  position: absolute;
  top: -15px;
  left: 20px;
  display: flex;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
section#event .inner > ul > li ul.category li {
  position: relative;
  border-radius: 0 0 6px 6px;
  margin: 0 10px 0 0;
  width: 120px;
  height: 40px;
  line-height: 38px;
}
section#event .inner > ul > li ul.category li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  width: 5px;
  height: 5px;
  clip-path: polygon(0 0, 5px 0, 5px 5px);
  transform: rotate(90deg);
}
section#event .inner > ul > li ul.category li.catJoin {
  background: linear-gradient(0deg, #f99b2c 91%, #ffd89a 100%);
}
section#event .inner > ul > li ul.category li.catJoin::before {
  background: #91530b;
}
section#event .inner > ul > li ul.category li.catWatch {
  background: linear-gradient(0deg, #2cb1cd 91%, #88e5f9 100%);
}
section#event .inner > ul > li ul.category li.catWatch::before {
  background: #096679;
}
section#event .inner > ul > li ul.category li.catExperience {
  background: linear-gradient(0deg, #2ccd87 91%, #7ef8c3 100%);
}
section#event .inner > ul > li ul.category li.catExperience::before {
  background: #096679;
}
section#event .inner > ul > li ul.category li.catOther {
  background: linear-gradient(0deg, #e864b5 91%, #f9cae7 100%);
}
section#event .inner > ul > li ul.category li.catOther::before {
  background: #096679;
}
section#event .inner > ul > li picture {
  display: block;
  width: 35.08%;
}
section#event .inner > ul > li article {
  width: 61.4%;
}
section#event .inner > ul > li article h3 {
  margin: -8px 0 20px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 32px;
  color: #cd0084;
}
section#event .inner > ul > li article time {
  display: inline-block;
  background: #e7f0f5;
  margin: 0 0 15px;
  padding: 0 8px;
  height: 30px;
  line-height: 28px;
  font-weight: 600;
  font-size: 16px;
  color: #0c3690;
}
section#event .inner > ul > li article > p {
  line-height: 1.5;
  font-size: 16px;
}
section#event .inner > ul > li article > p small {
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
}
section#event .inner > ul > li article > p strong {
  font-weight: bold;
  color: #cd0084;
}


section#event .inner > ul > li article ul.cast {
  display: flex;
  margin: 20px 0 0;
}
section#event .inner > ul > li article ul.cast li {
  width: 165px;
  margin: 0 20px 0 0;
  text-align: center;
}
section#event .inner > ul > li article ul.cast li picture {
  display: block;
  margin: 0 0 5px;
  width: 100%;
}
section#event .inner > ul > li article ul.cast li p {
  font-size: 14px;
}
section#event .inner > ul > li article ul.cast li p em {
  display: block;
  line-height: 1.2;
  font-weight: 700;
  font-size: 16px;
}
section#event .inner > ul > li article ul.cast li p em small {
  font-weight: 700;
  font-size: 12px;
}
section#event .inner > ul > li article > button {
  display: block;
  position: relative;
  border-radius: 30px;
  background: #cd0084;
  margin: 20px 0 0;
  width: 360px;
  height: 60px;
  text-align: center;
}
section#event .inner > ul > li article > button::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 0;
  display: block;
  border-radius: 29px;
  background: linear-gradient(0deg, #cd0074 35%, #fe89b5 100%);
  width: 358px;
  height: 58px;
}
section#event .inner > ul > li article > button a {
  position: relative;
  z-index: 1;
  display: block;
  width: 360px;
  height: 60px;
  line-height: 56px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
section#event .inner > ul > li article > button a::after {
  content: '';
  position: absolute;
  top: 38%;
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section#event .inner > ul > li.sameSayEntry picture {
  position: relative;
}
section#event .inner > ul > li.sameSayEntry picture:nth-child(2)::before {
  content: '当日参加可能';
  position: absolute;
  top: -20px;
  right: -5%;
  box-sizing: border-box;
  display: block;
  border-radius: 50%;
  background: linear-gradient(315deg, #014cbb 0%, #1da4ef 100%);
  padding: 20px 5px 0;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

/* access setting
------------------------------------*/
section#access .inner h2::before {
  content: 'ACCESS';
}
section#access .inner picture {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
section#access .inner picture img {
  width: 49.12%;
}
section#access .inner small {
  display: block;
  margin: 10px 0 40px;
  text-align: left;
  font-size: 12px;
}
section#access .inner ul {
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
}
section#access .inner ul li {
  margin: 0 30px;
  font-weight: 600;
  font-size: 18px;
}
section#access .inner ul li span {
  display: inline-block;
  border-radius: 13px;
  background: #0c3690;
  margin: 0 10px 0 0;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
section#access .inner dl {
  margin: 0 auto;
  width: 93.16%;
}
section#access .inner dl dt {
  position: relative;
  z-index: 1;
  margin: 0 auto -35px;
  width: 407px;
}
section#access .inner dl dd {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  border: 10px solid #d2daeb;
  width: 100%;
  aspect-ratio: 40 / 19;
  overflow: hidden;
}
section#access .inner dl dd iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
section#access .inner dl dd:before {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  background: url("../../img/top/img_frame-map_pc.webp") center 0/100% 100% no-repeat;
  width: 100%;
  height: 100%;
}

/* contact setting
------------------------------------*/
section#contact .inner {
  padding: 145px 0 100px;
}
section#contact .inner::after {
  display: none;
}
section#contact .inner h2::before {
  content: 'CONTACT';
}
section#contact .inner > button {
  display: block;
  position: relative;
  border-radius: 40px;
  background: #cd0084;
  margin: 20px auto 60px;
  width: 460px;
  height: 80px;
}
section#contact .inner > button::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 0;
  display: block;
  border-radius: 39px;
  background: linear-gradient(0deg, #cd0074 35%, #fe89b5 100%);
  width: 458px;
  height: 78px;
}
section#contact .inner > button a {
  position: relative;
  z-index: 1;
  display: block;
  width: 460px;
  height: 80px;
  line-height: 75px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
section#contact .inner > button a::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 35px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 9px;
  height: 9px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section#contact .inner p {
  font-size: 18px;
}
section#contact .inner p a:link, section#contact .inner p a:visited {
  text-decoration: underline;
  color: #cd0084;
}

section#contact .inner img {
    width: 15%;
    margin-bottom: 30px
}
section#contact .inner p {
  font-size: 12px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}



/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* teaser setting
  ------------------------------------*/
  main {
    margin: 0;
  }

  /* about setting
  ------------------------------------*/
  section#about .inner > p {
    margin: 0 0 8vw;
    line-height: 1.8;
    font-size: 4.2666667vw;
  }
  section#about .inner dl {
    border-radius: 2.666667vw;
    margin: 0 auto 8vw;
    padding: 6.6666667vw 0 8vw;
    width: 90vw;
  }
  section#about .inner dl::before, section#about .inner dl::after {
    left: -4vw;
    bottom: -4vw;
    width: 8.1333333vw;
    height: 8.9333333vw;
  }
  section#about .inner dl::after {
    left: auto;
    bottom: auto;
    right: -4vw;
    top: -4vw;
  }
  section#about .inner dl dt {
    padding: 0 0 3.2vw;
  }
  section#about .inner dl dt h3 {
    font-size: 8vw;
  }
  section#about .inner dl dt h3 small {
    font-size: 6.4vw;
  }
  section#about .inner dl dt h3 strong {
    font-size: 5.6vw;
  }
  section#about .inner dl dt h3 span {
    font-size: 3.2vw;
  }
  section#about .inner dl dd {
    font-size: 4.8vw;
  }
  section#about .inner dl dd span {
    border-radius: 3vw;
    margin: 0 2vw 0 0;
    padding: 0 2.8vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 4vw;
  }
  section#about .inner dl dd small {
    display: block;
    padding: 2vw 0 0;
    font-size: 3.2vw;
  }
  section#about .inner ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 78vw;
  }
  section#about .inner ul li {
    padding: 0 0 3.2vw;
    font-size: 3.2vw;
  }
  section#about .inner ul li em {
    margin: 0 6vw 0 0;
  }
  section#about .inner ul li:nth-child(1), section#about .inner ul li:nth-child(3), section#about .inner ul li:nth-child(5) {
    border-right: none;
    padding: 0 0 3.2vw;
  }
  section#about .inner ul li:nth-child(5) {
    padding: 0;
  }

  /* event setting
  ------------------------------------*/
  section#event .inner {
    padding: 28.666667vw 0 28vw;
  }
  section#event .inner > button {
    border-radius: 9.3333333vw;
    margin: 5.3333333vw auto 17.333333vw;
    width: 80vw;
    height: 14.666667vw;
  }
  section#event .inner > button::before {
    top: 0.2666667vw;
    left: 0.2666667vw;
    border-radius: 9.0666667vw;
    width: 79.466667vw;
    height: 14.133333vw;
  }
  section#event .inner > button a {
    width: 80vw;
    height: 14.666667vw;
    line-height: 14vw;
    font-size: 4.2666667vw;
  }
  section#event .inner > button a::after {
    top: 42%;
    right: 4.6666667vw;
    border-top: 0.26667vw solid #fff;
    border-right: 0.26667vw solid #fff;
    width: 1.2vw;
    height: 1.2vw;
  }
  section#event .inner > ul > li {
    display: block;
    border: 1.33333vw solid #e7f0f5;
    border-radius: 1.3333333vw;
    margin: 0 0 6vw;
    padding: 12vw 5.3333333vw 4vw;
  }
  section#event .inner > ul > li ul.category {
    top: -2.6666vw;
    left: 5.3333333vw;
    font-size: 3.6vw;
  }
  section#event .inner > ul > li ul.category li {
    border-radius: 0 0 1.6vw 1.6vw;
    margin: 0 2.666667vw 0 0;
    width: 24vw;
    height: 8vw;
    line-height: 8vw;
  }
  section#event .inner > ul > li ul.category li::before {
    left: -1.3333333vw;
    width: 1.3333333vw;
    height: 1.3333333vw;
    clip-path: polygon(0 0, 1.33333vw 0, 1.33333vw 1.33333vw);
  }
  section#event .inner > ul > li picture {
    width: 100%;
  }
  section#event .inner > ul > li article {
    width: 100%;
  }
  section#event .inner > ul > li article h3 {
    margin: 4.8vw 0 4vw;
    font-size: 4.8vw;
  }
  section#event .inner > ul > li article time {
    margin: 0 0 4vw;
    padding: 0 2vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 3.2vw;
  }
  section#event .inner > ul > li article > p {
    line-height: 1.7;
    font-size: 4vw;
  }
  section#event .inner > ul > li article > p small {
    margin: 10px 0 0;
    font-size: 2.7333vw;
  }
  section#event .inner > ul > li article ul.cast {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 4vw 0 0;
  }
  section#event .inner > ul > li article ul.cast li {
    width: 47.5%;
    margin: 0 0 4vw;
    text-align: center;
  }
  section#event .inner > ul > li article ul.cast li picture {
    margin: 0 0 1.2vw;
  }
  section#event .inner > ul > li article ul.cast li p {
    font-size: 2.8vw;
  }
  section#event .inner > ul > li article ul.cast li p em {
    padding: 0.8vw 0 0;
    font-size: 3.2vw;
  }
  section#event .inner > ul > li article ul.cast li p em small {
    font-size: 2.4vw;
  }
  section#event .inner > ul > li article > button {
    border-radius: 9.3333333vw;
    margin: 5.3333333vw auto 3.2vw;
    width: 80vw;
    height: 14.666667vw;
  }
  section#event .inner > ul > li article > button::before {
    top: 0.2666667vw;
    left: 0.2666667vw;
    border-radius: 9.0666667vw;
    width: 79.466667vw;
    height: 14.133333vw;
  }
  section#event .inner > ul > li article > button a {
    width: 80vw;
    height: 14.666667vw;
    line-height: 14vw;
    font-size: 4.2666667vw;
  }
  section#event .inner > ul > li article > button a::after {
    top: 42%;
    right: 4.6666667vw;
    border-top: 0.26667vw solid #fff;
    border-right: 0.26667vw solid #fff;
    width: 1.2vw;
    height: 1.2vw;
  }
  section#event .inner > ul > li.sameSayEntry picture::before {
    top: -4vw;
    right: -3.6vw;
    padding: 4vw 0.9333333vw 0;
    width: 14vw;
    height: 14vw;
    font-size: 2.8vw;
  }

  /* access setting
  ------------------------------------*/
  section#access .inner picture {
    max-width: 100%;
  }
  section#access .inner small {
    margin: 1.2vw 0 6.4vw;
    text-align: center;
    font-size: 2.4vw;
  }
  section#access .inner ul {
    display: block;
    margin: 0 0 12vw;
    text-align: left;
  }
  section#access .inner ul li {
    margin: 0 0 3.2vw;
    font-size: 3.6vw;
  }
  section#access .inner ul li span {
    border-radius: 2.6vw;
    margin: 0 1.2vw 0 0;
    padding: 0 3.2vw;
    height: 5.2vw;
    line-height: 5.2vw;
    font-size: 3.2vw;
  }
  section#access .inner dl {
    width: 93.333333vw;
  }
  section#access .inner dl dt {
    margin: 0 auto -4.6666667vw;
    width: 53.6vw;
  }
  section#access .inner dl dd {
    border: 0.6666667vw solid #d2daeb;
    aspect-ratio: 35 / 22;
  }

  /* contact setting
  ------------------------------------*/
  section#contact .inner {
    padding: 28.666667vw 0 16vw;
  }
  section#contact .inner > button {
    border-radius: 9.3333333vw;
    margin: 5.3333333vw auto 17.333333vw;
    width: 80vw;
    height: 14.666667vw;
  }
  section#contact .inner > button::before {
    top: 0.2666667vw;
    left: 0.2666667vw;
    border-radius: 9.0666667vw;
    width: 79.466667vw;
    height: 14.133333vw;
  }
  section#contact .inner > button a {
    width: 80vw;
    height: 14.666667vw;
    line-height: 14vw;
    font-size: 4.2666667vw;
  }
  section#contact .inner > button a::after {
    top: 42%;
    right: 4.6666667vw;
    border-top: 0.26667vw solid #fff;
    border-right: 0.26667vw solid #fff;
    width: 1.2vw;
    height: 1.2vw;
  }
  section#contact .inner p {
    font-size: 2.7333vw;
  }
  section#contact .inner p a:link, section#contact .inner p a:visited {
    text-decoration: underline;
    color: #cd0084;
  }

  section#contact .inner img {
      width: 35%;
  }
  section#contact .inner p {
    width: 80%;
  }

}
