@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  line-height: 1.75;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  position: relative;
  color: #fff;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  width: 100%;
  height: auto;
}

p {
  text-align: justify;
  margin: 0 auto;
  position: relative;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 95%;
}

.link {
  color: #f893fc;
}
.link:hover {
  opacity: 50%;
}

.df_row {
  display: flex;
  flex-flow: row wrap;
}

.df_col {
  display: flex;
  flex-flow: column;
}

strong {
  font-weight: bold;
}

section {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  section {
    padding: 50px 0;
  }
}

/*-------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.form-mode #js-parallaxArea,
.form-mode #about,
.form-mode #exhibitor,
.form-mode #schedule,
.form-mode #outline,
.form-mode #coupon {
  display: none;
}

.fix_back {
  position: fixed;
  width: 100%;
  background-image: url(images/back.webp);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

#mv .mv-area {
  width: 100%;
  overflow: hidden;
}
#mv .mv-area .mv__illustration {
  position: absolute;
  z-index: -1;
  right: 0;
  width: 100%;
}
#mv .mv-area .mv_left {
  width: 42%;
}
#mv .mv-area .mv_left .mv__title-area {
  position: relative;
}
#mv .mv-area .mv_left .mv__title-area .mv__title {
  width: 83%;
  margin: 11vh 15% 0;
}
#mv .mv-area .mv_left .mv__date-place-area .mv__date-place {
  width: 53%;
  margin: 19vh 0 0 31%;
}
#mv .mv-area .mv_left .fv__illustration-sp {
  display: none;
}
#mv .mv-area .mv__p {
  max-width: 780px;
  margin-left: 9vw;
  margin-top: 32px;
  margin-bottom: 300px;
  text-shadow: 1px 2px 8px #808080;
}
@media screen and (max-width: 900px) {
  #mv .mv-area {
    height: 60vh;
  }
  #mv .mv-area .mv__p {
    display: none;
  }
  #mv .mv-area .mv_left {
    width: 50%;
  }
  #mv .mv-area .mv_left .mv__title {
    width: 53%;
    margin: 32px 0 0 24%;
  }
  #mv .mv-area .mv_left .mv__date-place {
    width: 53%;
    margin: 32px 0 0 24%;
  }
}
@media screen and (max-width: 600px) {
  #mv .mv-area {
    height: 150vh;
    overflow: hidden;
  }
  #mv .mv-area .mv__illustration {
    position: unset;
    display: none;
  }
  #mv .mv-area .mv_left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #mv .mv-area .mv_left .mv__title-area {
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  #mv .mv-area .mv_left .mv__title-area .mv__title {
    width: 80%;
    margin: 48px auto 0;
  }
  #mv .mv-area .mv_left .mv__date-place-area {
    display: flex;
    justify-content: center;
  }
  #mv .mv-area .mv_left .mv__date-place-area .mv__date-place {
    margin: 0 auto;
  }
  #mv .mv-area .mv_left .fv__illustration-sp {
    display: block;
    width: 100%;
    margin-top: 12px;
  }
  #mv .mv-area .mv_left .mv_left {
    position: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #mv .mv-area .mv_left .mv_left .mv__title {
    width: 80%;
    margin: 48px auto 0;
  }
  #mv .mv-area .mv_left .mv_left .mv__date-place {
    margin: 0 auto;
  }
  #mv .mv-area .mv_left .mv__p {
    width: 90%;
    margin: 48px auto;
  }
}

#about {
  display: none;
}
@media screen and (max-width: 900px) {
  #about {
    display: block;
  }
  #about .inner {
    width: 85%;
  }
}

.day {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  gap: 10px;
  scale: 1.4;
  margin-top: 30px;
}
.day p:nth-of-type(1) {
  font-size: 2.2vw;
}
.day p:nth-of-type(2) {
  font-size: 5vw;
}
.day p:nth-of-type(2) span {
  padding-left: 7px;
}
.day p:nth-of-type(3) {
  margin-left: 10px;
  font-size: 2.8vw;
}

.line_half {
  width: 9vw;
  position: absolute;
  top: 0;
  left: 4%;
}
.menu {
  opacity: 0;
  z-index: 100;
  max-width: 90%;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.menu.block {
  opacity: 1;
}
.menu nav {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.menu a {
  display: block;
  color: #fff;
  padding: 5px 2rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition: all ease 0.3s;
}
.menu a img {
  max-width: 200px;
}
.menu a.apply {
  color: #7c3bf1;
  border: 1px solid #7c3bf1;
  border-radius: 5px;
}
.menu a.apply.active {
  background-color: #7c3bf1;
  color: #707070;
}
.menu a.apply.active::before {
  content: none;
}
.menu a.active {
  color: #b0e2ff;
}
.menu a.active::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #b0e2ff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .menu {
    opacity: 1;
    transform: translateY(0);
    left: -100%;
    top: 0;
    bottom: 0;
  }
}
.menu.open {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateX(0%);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-top: 100px;
  padding-left: 3rem;
  width: 420px;
}
@media screen and (max-width: 600px) {
  .menu.open {
    width: 80%;
  }
}

.sub-mt {
  display: block;
  width: 240px !important;
  margin-bottom: 50px;
  color: #fff;
}

.mt-online {
  width: 18vw;
  position: absolute;
  bottom: 10%;
  left: 0;
}

.hamburger {
  display: none;
  width: 46px;
  height: 25px;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #7c3bf1;
  margin-top: 10px;
  transition: all ease 0.3s;
  transform-origin: left;
}
.hamburger.open span {
  background-color: #fff;
}
.hamburger.open span:nth-of-type(1), .hamburger.open span:nth-of-type(3) {
  transform: translateX(-5px);
}
.hamburger.open span:nth-of-type(2) {
  transform: translateX(5px);
}
@media screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}

main .inner {
  padding-left: 198px;
  padding-top: 83px;
}
@media screen and (max-width: 1200px) {
  main .inner {
    padding-left: 0;
  }
}

h2 {
  font-size: 2.4rem;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 50px;
}
h2::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #7c3bf1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.en_txt {
  height: 160px;
  position: absolute;
  top: 0;
  left: 50px;
  padding-left: 120px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .en_txt {
    left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .en_txt {
    height: 140px;
    top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .en_txt {
    height: 65px;
    top: 65px;
  }
}
.en_txt img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

#about .inner {
  padding-bottom: 70px;
}
#about .il_2 {
  width: 185px;
  position: absolute;
  top: 50px;
  right: 130px;
}
#about .line_set {
  width: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#about .circle-group {
  width: 112px;
  height: 112px;
  position: relative;
}
#about .circle-group .circle_ye {
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
}
#about .circle-group .circle_bl {
  width: 55px;
  position: absolute;
  left: 0;
  bottom: 0;
}

dl.time_table {
  width: 70%;
  padding-left: 30px;
  font-size: 2.2rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
dl.time_table dt {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 167px;
  letter-spacing: 0;
}
dl.time_table dt,
dl.time_table dd {
  border-bottom: 1px solid #f893fc;
  padding: 20px;
  line-height: 1;
}
dl.time_table dt:nth-last-of-type(1),
dl.time_table dd:nth-last-of-type(1) {
  border-bottom: none;
}
dl.time_table dd {
  width: calc(100% - 167px);
}
@media screen and (max-width: 900px) {
  dl.time_table {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.8rem;
    display: block;
  }
  dl.time_table dt {
    border-bottom: 0px;
    padding: 10px 0px 0px 20px;
  }
  dl.time_table dd {
    border-bottom: 1px solid #f893fc;
    width: 100%;
    padding: 10px 0px 20px 20px;
  }
}

.day {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.day p {
  line-height: 1;
  letter-spacing: 0;
}
.day p:nth-of-type(1) {
  font-size: 2.5rem;
}
.day p:nth-of-type(2) {
  font-size: 7.3rem;
  text-indent: -1rem;
  display: flex;
  align-items: baseline;
  transform: translateY(0px);
  letter-spacing: -0.3rem;
}
.day p:nth-of-type(2) span {
  background-color: #fff;
  border-radius: 20px;
  font-size: 2rem;
  color: #707070;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  transform: translate(8px, -7px);
  padding-left: 8px;
  padding-top: 1px;
  display: flex;
}
.day p:nth-of-type(3) {
  font-size: 2.8rem;
}
.day p:nth-of-type(3) span {
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .day .day p:nth-of-type(2) {
    letter-spacing: 0rem;
  }
}

.discord-wrap {
  background-color: #5865f2;
  position: relative;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 10px 0 20px;
}
.discord-wrap p:nth-of-type(1) {
  font-size: 1.2rem;
}
.discord-wrap p:nth-of-type(2) {
  font-size: 2rem;
  text-align: right;
}
.discord-wrap p:nth-of-type(2) span {
  font-size: 1rem;
}
.discord-wrap .item_pen {
  width: 57px;
  position: absolute;
  top: -30px;
  right: -30px;
}

.program__area {
  width: 100%;
  padding: 30px 45px;
  overflow: hidden;
  margin: 10px auto 40px;
  background-color: rgba(239, 246, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.program__area h3 {
  font-size: 2.2rem;
  color: #f893fc;
  font-weight: bold;
}
.program__area p {
  font-weight: 400;
  padding: 0;
}
.program__area .tag {
  font-size: 1.6rem;
}
.program__area .program__area__about {
  margin-bottom: 32px;
}
.program__area .program__area__text-center {
  text-align: center;
}
.program__area .program__area__speakerflex {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.program__area label {
  cursor: pointer;
  color: #2643a8;
}
.program__area .progam__tmie {
  font-weight: bold;
  color: white;
  background-color: #f893fc;
  margin: 1em auto;
  padding: 16px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
}
.program__area .progam__tmie span {
  font-size: 2rem;
}
.program__area .program__area__speaker-area {
  width: 49%;
  min-width: 260px;
  margin: 8px 0 20px;
  display: flex;
  background-color: #aad;
}
.program__area .program__area__speaker-area .figure-img {
  width: 35%;
  max-width: 450px;
  background-color: #424242;
  aspect-ratio: 1/1;
}
.program__area .program__area__speaker-area .figure-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.program__area .program__area__speaker-area .figure-data {
  padding: 12px;
  flex: 1;
}
.program__area .program__area__speaker-area .figure-data dt {
  font-weight: 700;
}
.program__area .program__area__speaker-area .figure-data dd {
  font-size: 1.4rem;
  color: #fdedee;
  padding-margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .program__area {
    padding: 30px 20px;
  }
  .program__area h3 {
    font-size: 2rem;
  }
  .program__area .program__area__speakerflex {
    justify-content: center;
  }
  .program__area .program__area__speaker-area {
    flex-direction: column;
    justify-content: center;
  }
  .program__area .program__area__speaker-area .figure-img {
    width: 100%;
  }
  .program__area .program__area__speaker-area dl {
    padding: 5px;
  }
}

.material-symbols-outlined {
  font-size: 18px !important;
  vertical-align: middle;
}

.outline {
  display: flex;
  flex-flow: row wrap;
}
.outline dt {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 167px;
  letter-spacing: 0;
  font-size: 1.8rem;
}
.outline dt,
.outline dd {
  border-bottom: 1px solid #f893fc;
  padding: 20px;
  line-height: 1.5;
  align-items: center;
  display: flex;
}
.outline dt:nth-last-of-type(1),
.outline dd:nth-last-of-type(1) {
  border-bottom: none;
}
.outline dd {
  width: calc(100% - 167px);
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .outline {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.8rem;
    display: block;
  }
  .outline dt {
    border-bottom: 0px;
    padding: 10px 0px 0px 10px;
  }
  .outline dd {
    border-bottom: 1px solid #f893fc;
    width: 100%;
    padding: 10px 0px 20px 10px;
    font-size: 1.4rem;
  }
}

.form-wrap {
  background-color: #fff;
  padding: 80px;
  border-radius: 8px;
}
.form-wrap .mw_wp_form_complete,
.form-wrap .mw_wp_form_send_error {
  color: #000;
}
@media screen and (max-width: 900px) {
  .form-wrap {
    padding: 20px;
    border-radius: 30px;
  }
}
.form-wrap h3 {
  color: #000;
}
.form-wrap tr {
  margin-bottom: 10px;
}
.form-wrap th {
  background-color: #f893fc;
}
.form-wrap #mw_wp_form_mw-wp-form-12 h3 {
  color: #000;
}

dl.form {
  display: flex;
  flex-flow: row wrap;
  align-items: start;
}
dl.form dt,
dl.form dd {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
dl.form dd {
  color: #000;
}
dl.form dt {
  width: 190px;
  background-color: #f893fc;
  padding: 3px 20px;
  text-align: center;
  border-radius: 20px;
}
dl.form dt span {
  vertical-align: super;
  font-size: 1rem;
}
dl.form dd {
  width: calc(100% - 190px);
  padding-left: 20px;
}
dl.form dd label {
  color: #000;
  font-size: 1.6rem;
}
dl.form dd span {
  color: #7f7f7f;
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1.5;
}
dl.form dd input {
  background-color: #f1f1f1;
  color: #000;
}
@media screen and (max-width: 900px) {
  dl.form {
    display: block;
  }
  dl.form dd {
    width: 100%;
    padding-left: 0;
  }
  dl.form dd input {
    width: 100%;
  }
  dl.form dd .mwform-radio-field input {
    width: initial;
  }
}

.submit {
  background-color: #6269c1;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  width: 210px;
  height: 35px;
  display: flex;
  justify-content: center;
  margin: 30px auto;
  border-radius: 20px;
  position: relative;
}
.submit::after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(images/arrow.webp);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
}
.submit #s {
  color: #000;
}
.submit .submit_btn {
  color: #fff;
}

.detail {
  font-size: 1.3rem;
  color: #7f7f7f;
  border: 1px solid #f893fc;
  border-radius: 30px;
  padding: 30px 50px;
}
.detail strong {
  color: #000;
}

#contact .circle-group {
  width: 204px;
  height: 240px;
  position: absolute;
  right: 10%;
  top: 80px;
  z-index: -1;
}
#contact .circle-group .circle_ye {
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
}
#contact .circle-group .circle_bl {
  width: 104px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.contact-wrap {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  padding: 50px;
}
@media screen and (max-width: 900px) {
  .contact-wrap {
    font-size: 1.6rem;
  }
}

.js-parallax {
  transition: transform 0.5s linear;
}

.js-parallax:nth-child(1) {
  transition-delay: 0.004s;
}

.js-parallax:nth-child(2) {
  transition-delay: 0.008s;
}

.js-parallax:nth-child(3) {
  transition-delay: 0.012s;
}

.js-parallax:nth-child(4) {
  transition-delay: 0.016s;
}

.js-parallax:nth-child(5) {
  transition-delay: 0.02s;
}

.js-parallax:nth-child(6) {
  transition-delay: 0.024s;
}

.js-parallax:nth-child(7) {
  transition-delay: 0.028s;
}

.js-parallax:nth-child(8) {
  transition-delay: 0.032s;
}

.js-parallax:nth-child(9) {
  transition-delay: 0.036s;
}

.js-parallax:nth-child(10) {
  transition-delay: 0.04s;
}

.js-parallax:nth-child(11) {
  transition-delay: 0.044s;
}

.js-parallax:nth-child(12) {
  transition-delay: 0.048s;
}

.js-parallax:nth-child(13) {
  transition-delay: 0.052s;
}

.js-parallax:nth-child(14) {
  transition-delay: 0.056s;
}

.js-parallax:nth-child(15) {
  transition-delay: 0.06s;
}

.js-parallax:nth-child(16) {
  transition-delay: 0.064s;
}

.js-parallax:nth-child(17) {
  transition-delay: 0.068s;
}

.js-parallax:nth-child(18) {
  transition-delay: 0.072s;
}

.js-parallax:nth-child(19) {
  transition-delay: 0.076s;
}

.js-parallax:nth-child(20) {
  transition-delay: 0.08s;
}

.js-parallax:nth-child(21) {
  transition-delay: 0.084s;
}

.js-parallax:nth-child(22) {
  transition-delay: 0.088s;
}

.js-parallax:nth-child(23) {
  transition-delay: 0.092s;
}

.js-parallax:nth-child(24) {
  transition-delay: 0.096s;
}

.js-parallax:nth-child(25) {
  transition-delay: 0.1s;
}

.js-parallax:nth-child(26) {
  transition-delay: 0.104s;
}

.js-parallax:nth-child(27) {
  transition-delay: 0.108s;
}

.js-parallax:nth-child(28) {
  transition-delay: 0.112s;
}

.js-parallax:nth-child(29) {
  transition-delay: 0.116s;
}

.js-parallax:nth-child(30) {
  transition-delay: 0.12s;
}

.js-parallax:nth-child(31) {
  transition-delay: 0.124s;
}

.js-parallax:nth-child(32) {
  transition-delay: 0.128s;
}

.js-parallax:nth-child(33) {
  transition-delay: 0.132s;
}

.js-parallax:nth-child(34) {
  transition-delay: 0.136s;
}

.js-parallax:nth-child(35) {
  transition-delay: 0.14s;
}

.js-parallax:nth-child(36) {
  transition-delay: 0.144s;
}

.js-parallax:nth-child(37) {
  transition-delay: 0.148s;
}

.js-parallax:nth-child(38) {
  transition-delay: 0.152s;
}

.js-parallax:nth-child(39) {
  transition-delay: 0.156s;
}

.js-parallax:nth-child(40) {
  transition-delay: 0.16s;
}

.js-parallax:nth-child(41) {
  transition-delay: 0.164s;
}

.js-parallax:nth-child(42) {
  transition-delay: 0.168s;
}

.js-parallax:nth-child(43) {
  transition-delay: 0.172s;
}

.js-parallax:nth-child(44) {
  transition-delay: 0.176s;
}

.js-parallax:nth-child(45) {
  transition-delay: 0.18s;
}

.js-parallax:nth-child(46) {
  transition-delay: 0.184s;
}

.js-parallax:nth-child(47) {
  transition-delay: 0.188s;
}

.js-parallax:nth-child(48) {
  transition-delay: 0.192s;
}

.js-parallax:nth-child(49) {
  transition-delay: 0.196s;
}

.js-parallax:nth-child(50) {
  transition-delay: 0.2s;
}

.youtube-area {
  max-width: 95%;
}
@media screen and (max-width: 900px) {
  .youtube-area {
    margin: 0 auto;
  }
}

/*YouTube埋め込みのレスポンシブ*/
.youtube-box {
  position: relative;
  padding-bottom: 56.2%; /*アスペクト比 16:9の場合の縦幅 縦幅ここで調整*/
  height: 0;
  overflow: hidden;
  width: 100%; /*大きさはここで調整*/
  background-image: url("");
}
.youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#about {
  padding-bottom: 0;
}

#seminar {
  padding: 0 0 100px 0;
}
#seminar span {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  #seminar span {
    text-align: center;
    display: block;
  }
}
#seminar .seminar_name {
  font-size: 18px;
  display: contents;
}

#access .access__area-bg {
  width: 100%;
  padding: 50px 45px;
  overflow: hidden;
  margin: 10px auto 40px;
  background-color: rgba(239, 246, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(1px);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  #access .access__area-bg {
    padding: 50px 2dng0px;
  }
}
#access .access__map-area {
  display: flex;
  justify-content: center;
}
#access .access__map-area img {
  max-width: 598px;
  margin-bottom: 32px;
}
#access p {
  margin-top: 16px;
  font-weight: 400;
  font-size: 1.8rem;
}
#access .access_place {
  font-size: 2.2rem;
  color: #f893fc;
  padding: 0;
}
#access .access_place span {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
#access .access__p__color {
  color: #f893fc;
}
#access ul {
  margin-top: 8px;
}
#access ul li {
  font-size: 1.4rem;
  font-weight: 400;
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.open {
  cursor: pointer;
}

.none {
  display: none;
}

.overlay {
  display: none;
}

.none:checked + .overlay {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}

.window {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 360px;
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #000;
}
.window h4 {
  font-size: 2.2rem;
}
.window p {
  font-weight: 400;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.form-mode .mv-area,
.form-mode #about,
.form-mode #outline,
.form-mode #access,
.form-mode #program {
  display: none;
}

.link_txt {
  color: #d5559a;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */