@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100;500;700&family=Noto+Sans+JP:wght@100;400;700&display=swap");
p,
span,
h1,
h2,
h3,
h4,
input {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 15px;
  font-weight: 600;
  font-feature-settings: "palt";
}

input,
textarea,
select {
  -webkit-appearance: none;
  background-color: #fff;
}

#events main {
  display: block;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 3em;
  overflow: hidden;
  width: calc(100% - 10px);
}
#events main .hero {
  inset: 0 0;
  transition-duration: 0.1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  will-change: height, background;
  transform: translateZ(0.01px); /*神*/
}
#events main .heroHeader_wrap {
  inset: 0 0;
}
#events main .heroHeader_wrap .heroHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
#events main .heroHeader_wrap .heroHeader figure {
  width: 85%;
}
#events main .hd-img {
  width: 100%;
}
#events main .hd-img img {
  width: 100%;
  height: auto;
}
#events main h2 {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  margin: 1.5em 0 1em;
}
#events main h2.name {
  margin: 0.5em 0;
  line-height: 1;
}
#events main h3 {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  margin: 1.5em 0 1em;
}
#events main .list-1 {
  background-color: #fff;
}
#events main .list-1 li {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 10em auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3137254902);
}
#events main .list-1 li:last-child {
  border: none;
}
#events main .list-1 li p {
  margin: 0;
}
#events main .list-1 li p:nth-child(1) {
  text-align: center;
}
#events main .list-2 {
  background-color: #fff;
}
#events main .list-2 li {
  margin: 0 auto;
  display: grid;
}
#events main .list-2 li:last-child {
  border: none;
}
#events main .list-2 li p {
  margin: 0;
  padding: 0 0.5em;
}
#events main .list-2 li p:nth-child(1) {
  padding-left: 0.5em;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3137254902);
}
#events main .list-2 li p:last-child,
#events main .list-2 li .block {
  padding-left: 1em;
  border: none;
  font-size: 13px;
}
#events main .list-2 li .block {
  padding: 1em 1em;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 10px;
}
#events main .list-2 li .block .grid {
  display: grid;
  grid-template-columns: 2em auto;
  align-items: center;
}
#events main .list-2 li .block .grid .lesson {
  display: grid;
  grid-template-columns: auto auto;
  background-color: #eee;
  padding: 0.25em 0.5em;
  border-radius: 10px;
}
#events main .list-2 li .block .grid .lesson span:nth-child(1), #events main .list-2 li .block .grid .lesson span:nth-child(2) {
  border-bottom: 2px dashed #fff;
}
#events main .color {
  background: linear-gradient(45deg, #d900ff, #0000ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3137254902);
  background-color: #fff;
}
#events main .artist {
  display: grid;
  grid-template-columns: auto auto;
  gap: 5px;
  margin: 10px 0;
  box-sizing: border-box;
}
#events main .artist a button {
  width: 100%;
  font-size: 15px;
  border-radius: 5px;
  color: #2a71e3;
  font-weight: bold;
  border: 2px solid #9dc2ff;
  background-color: #acd5fe;
  box-sizing: border-box;
}
#events main .img1 {
  padding-top: 100%;
  position: relative;
  background-color: #ccc;
  margin: 30px 0;
}
#events main .img1:before {
  content: "";
}
#events main .img1 img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#events main .youtube {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
#events main .youtube iframe {
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}
#events .thanks * {
  font-size: clamp(12px, 2vw, 15px);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#events .thanks img {
  width: 100%;
  height: auto;
}
#events .thanks body {
  margin: 0;
}
#events .thanks.wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#events .thanks .inner {
  background-color: #ffffff;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  height: fit-content;
  padding: 10px 10px 2em 10px;
  margin: 1em 0 0 0;
  box-sizing: border-box;
}
#events .thanks .logo {
  width: clamp(70px, 2vw, 150px);
  margin-bottom: 2em;
}
#events .thanks h1 {
  font-size: clamp(18px, 2vw, 20px);
  text-align: center;
}
#events .thanks h2 {
  font-size: clamp(15px, 2vw, 17px);
  text-align: center;
  margin-top: 50px;
}
#events .thanks h3 {
  text-align: center;
  margin-top: 50px;
}
#events .thanks p {
  line-height: 2;
  margin: 0 0 1em 0;
}
#events .thanks ul {
  padding: 0;
  width: 100%;
  min-width: 250px;
  background-color: #eeeeee;
  margin: 0 auto;
  padding: 0 1em !important;
  border-radius: 10px;
}
#events .thanks ul li {
  display: flex;
  column-gap: 2em;
  align-items: center;
  border-bottom: 2px dashed #fff;
  padding: 0.25em;
}
#events .thanks ul li:last-child {
  border-bottom: 0px dashed #fff;
}
#events .thanks ul li b {
  white-space: nowrap;
}
#events .thanks ul li p {
  margin: 0;
}
#events .thanks button {
  background: #3e4bff;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  border: none;
  padding: 0.5em;
  font-size: clamp(15px, 2vw, 17px);
  font-weight: bold;
}
#events .thanks .line {
  background: #1fc727;
}
#events.admin h1 {
  font-size: 25px;
}
#events.admin h2 {
  font-size: 20px;
}
#events.admin ul {
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 1em;
}
#events.admin ul li {
  display: grid;
  grid-template-columns: 2em 3em;
}
#events.admin ul li p,
#events.admin ul li span {
  margin: 0;
  padding: 0.5em 0;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3137254902);
}
#events.admin main {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
#events.admin .table-wrap {
  overflow: auto;
}
#events.admin table {
  margin: 0 auto;
  overflow: auto;
}
#events.admin table tr {
  display: grid;
  grid-template-columns: 3em 7em 7em 7em 3em 3em 2em 5em 5em 5em 10em 10em 5em;
}
#events.admin table tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6666666667) !important;
}
#events.admin table tr th,
#events.admin table tr td {
  overflow: auto;
  white-space: nowrap;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
#events.admin table tr th p,
#events.admin table tr td p {
  padding: 0.5em 0;
  font-size: 11px;
  margin: 0;
}
#events.admin footer {
  display: none !important;
}
#events.confirm main {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
#events.confirm main h1 {
  font-size: 25px;
}
#events.confirm main h2 {
  font-size: 20px;
}
#events.confirm main ul.tab {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0.5em;
}
#events.confirm main ul.tab li {
  display: grid;
  grid-template-columns: 2em auto;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0;
  cursor: pointer;
  padding: 0.5em;
}
#events.confirm main ul.tab li p,
#events.confirm main ul.tab li span {
  padding: 0;
  margin: 0;
  line-height: 1;
}
#events.confirm main ul.tab li .lesson {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  align-content: center;
  gap: 0.25em;
}
#events.confirm main ul.tab li.on {
  border: 2px solid hsl(203, 100%, 70%);
  background-color: #cfedff;
}
#events.confirm main .special {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
#events.confirm main .special i {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 999px;
  background-color: #ffeb3b;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6666666667);
}
#events.confirm main ul.students {
  display: none;
  grid-template-columns: 33.33% 33.33% 33.33%;
  gap: 0.5em;
}
#events.confirm main ul.students li {
  border-bottom: 1px dashed #ccc;
  padding: 0.25em;
}
#events.confirm main ul.students li.u10 {
  background-color: #fff7b0;
}
#events.confirm main ul.students li p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
#events.confirm main ul.students li span.num {
  display: flex;
  background-color: #eee;
  border-radius: 999px;
  width: 1.5em;
  height: 1.5em;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
#events.confirm footer {
  display: none !important;
}
#events.schedule section {
  display: grid;
  grid-template-columns: 100%;
  border: 1px solid rgba(33, 150, 243, 0.5647058824);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 25px;
}
#events.schedule section .section-ttl {
  color: #fff;
  text-align: center;
  background-color: #60aeee;
  margin: 0;
}
#events.schedule section .content {
  padding: 1em 5px;
}
#events.schedule .next-btn {
  text-align: center;
}
#events.schedule .next-btn button {
  border: none;
  background-color: #ddd;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  width: 100%;
  margin-top: 1em;
  padding: 0.25em;
}
#events.schedule .next-btn button.submit {
  background-color: #2383d1;
  color: #fff;
  border-radius: 999px;
}
#events.schedule input,
#events.schedule textarea,
#events.schedule label,
#events.schedule p,
#events.schedule span {
  font-size: 13px;
}
#events.schedule .login .name {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2px;
  box-sizing: border-box;
}
#events.schedule .login .birth {
  display: grid;
  gap: 2px;
  grid-template-columns: 33% 33% 33%;
}
#events.schedule .timetable ul.block {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  box-sizing: border-box;
  gap: 1px;
  background-color: #eee;
  border: 1px solid #eee;
}
#events.schedule .timetable ul.block li {
  display: flex;
  align-items: center;
  padding: 0.25em;
  background-color: #fff;
}
#events.schedule .timetable ul.block li p {
  margin: 0;
}
#events.schedule .timetable .ttl {
  text-align: center;
  margin: 0;
  background-color: #eee;
}
#events.schedule .off {
  opacity: 0.5;
  pointer-events: none;
}
#events.schedule .error {
  margin: 1.25em 0 0;
  background-color: rgba(255, 39, 39, 0.062745098);
  border: 1px solid #ff2727;
  border-radius: 5px;
  color: #ff2727;
  padding: 0.25em 0.75em;
  font-size: 12px;
}
#events.schedule .success {
  margin: 1.25em 0 0;
  background-color: rgba(141, 199, 149, 0.062745098);
  border: 1px solid #8dc795;
  border-radius: 5px;
  color: #8dc795;
  padding: 0.25em 0.75em;
  font-size: 12px;
}
#events.schedule .pay-block.off {
  display: none;
}
#events.schedule .pay-block .pay p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  color: red;
  font-size: 11px;
}
#events.schedule .pay-block .pay.done p {
  color: #000;
}
#events.schedule .pay-block .pay button {
  width: 100%;
  padding: 0.25em auto;
  background-color: #5f9fff;
  color: #fff;
  border: none;
}
#events.avex_2405.admin table tr {
  display: grid;
  grid-template-columns: 3em 7em 7em 10em 4em 8em 15em 5em;
}

.news {
  position: fixed;
  bottom: 0px;
  left: 10px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.25s ease-in-out, bottom 0.25s ease-in-out;
}
.news.active {
  bottom: 10px;
  opacity: 1;
}
.news.close {
  bottom: 10px;
  opacity: 0;
}
.news .news-close {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.news .news-close i {
  background-color: #fff;
  padding: 0.25em;
}
.news li {
  border-radius: 999px;
  padding: 0.35em 0.5em;
  background: #fff;
  border: 1px solid #000;
}
.news li:nth-child(2) {
  margin-top: 0.25em;
}
.news li:nth-child(n+3) {
  margin-top: 0.5em;
}
.news li a {
  text-decoration: none;
}
.news li p {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
}
.news li p i.red {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #a40f0f;
  border-radius: 999px;
  margin-right: 0.25em;
}

.card-section .card-single {
  margin-top: 10vh;
}
.card-section .card-single figure {
  height: 45vh;
  overflow: hidden;
  position: relative;
}
.card-section .card-single figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-section .card-single figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* スライドの動き等速 */
.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper .swiper-slide {
  height: 130px !important;
  padding-top: 0 !important;
  position: relative;
  border: 5px solid #fff;
}
.swiper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: auto !important;
}
.swiper .swiper-slide img.w100 {
  width: 100% !important;
  height: auto !important;
}
.swiper {
  /* 画像のサイズ調整 */
}
.swiper .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide {
  margin: 0 !important;
  padding-top: 100% !important;
}

.mySwiper {
  position: relative;
  margin: 30px 0;
}
.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
  color: #ffffff !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3137254902) !important;
}

.entry {
  background-color: #f4fafd;
  padding: 10px;
  padding-bottom: 2em;
}
.entry .grid-2 {
  display: grid;
  grid-template-columns: 8.5em auto;
  align-items: center;
}
.entry .grid-2 dt,
.entry .grid-2 dd {
  border-bottom: 1px dashed #c8c2c2;
  padding: 0.5em 0;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.entry .grid-2 dt p,
.entry .grid-2 dd p {
  font-size: 13px;
  padding: 0;
  margin: 0;
}
.entry h4 {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background: #ffe980;
  padding: 0.5em;
  margin-top: 2em;
}
.entry span.small {
  font-size: 13px;
}
.entry p {
  margin: 0;
}
.entry .audition-radio {
  display: grid;
  grid-template-columns: 100%;
}
.entry .audition-radio.limit p,
.entry .audition-radio.limit span {
  line-height: 1.5;
}
.entry .audition-radio.limit p {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  padding: 0.35em 0;
}
.entry .audition-radio.limit span.limit {
  background-color: #eee;
  border-radius: 999px;
  padding: 0.25em 1em;
  font-size: 12px;
  white-space: nowrap;
  width: fit-content;
  margin-top: 0.25em;
}
.entry .audition-radio li label {
  display: grid;
  grid-template-columns: 30% 70%;
  column-gap: 1em;
  align-items: center;
  justify-content: stretch;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0.75em 0;
  margin: 5px 5px;
}
.entry .audition-radio li label p {
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
.entry .audition-radio li label i {
  width: 1.25em;
  height: 1.25em;
  background-color: #ffc107;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin: 0 0 0 auto;
  color: #754a3c;
  font-size: 15px;
  font-weight: 600;
}
.entry .audition-radio li label.padding0 {
  padding: 0.25em 0;
}
.entry .audition-radio li input {
  display: none;
}
.entry .audition-radio li input:disabled + label {
  border: 2px solid #ccc;
  background-color: #f5f5f5;
  color: #aaa;
}
.entry .audition-radio li input:checked + label {
  border: 2px solid #2d7ec9;
  background-color: #e1f1ff;
}
.entry .alart {
  border: 2px solid #c70000;
  color: #c70000;
  background-color: #fff;
  padding: 0.5em;
  border-radius: 5px;
  margin-top: 10px;
}
.entry .alart span {
  font-weight: bold;
}
.entry .term {
  height: 30vh;
  overflow-x: auto;
  background-color: #fff;
  padding: 0.5em 0;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}
.entry .term ul {
  padding: 0 1em !important;
}
.entry .term ul li {
  font-size: 12px;
  border-bottom: 1px solid #e6e6e6;
  list-style: inside;
  padding: 0.5em 0;
  line-height: 1.5;
}
.entry .audition-data {
  row-gap: 1em;
  margin-top: 1.5em;
}
.entry .audition-data .unit {
  margin-right: 0.5em;
}
.entry .audition-data .img {
  padding: 10px;
}
.entry .audition-data .img .w100 {
  width: 100%;
  height: auto;
}
.entry .audition-data input[type=text],
.entry .audition-data input[type=number],
.entry .audition-data input[type=date],
.entry .audition-data input[type=time],
.entry .audition-data input[type=datetime-local],
.entry .audition-data select,
.entry .audition-data textarea {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #5e5e5e;
  font-size: 14px;
  line-height: 1.5;
  max-height: 4em;
  padding: 0.5em;
  box-sizing: border-box;
  width: 100%;
}
.entry .audition-data input[type=date],
.entry .audition-data input[type=time],
.entry .audition-data input[type=datetime-local] {
  -webkit-appearance: none;
  height: 3em;
}
.entry .audition-data input[type=date]::-webkit-date-and-time-value,
.entry .audition-data input[type=time]::-webkit-date-and-time-value {
  text-align: left;
}
.entry .audition-data span {
  display: flex;
}
.entry .audition-data button {
  font-weight: bold;
}
.entry .workshop-access {
  padding: 0.5em !important;
}
.entry .workshop-access .tac {
  text-align: center;
}
.entry .workshop-access .accent1 {
  border-radius: 5px;
}
.entry .workshop-access .studios .item {
  border: 1px solid #d4d4d4;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0.5em;
  padding: 0.5em;
}
.entry .workshop-access .studios .item p {
  margin: 0;
  font-size: 13px;
}
.entry .workshop-access .studios .item p b {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgb(245, 255, 112); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.entry .workshop-access .studios .item .block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.75em;
  row-gap: 5px;
}
.entry .workshop-access .studios .item .block p {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.entry .workshop-access .studios .item .block p i {
  width: 1.25em;
  height: 1.25em;
  background-color: #ffc107;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-right: 0.5em;
  color: #754a3c;
}
.entry .workshop-access .studios .item .block span {
  font-size: 12px;
}
.entry .workshop-access .studios .item .block span.bg {
  width: fit-content;
  background-color: #eee;
  border-radius: 999px;
  padding: 0.15em 1em;
}
.entry .workshop-access .studios .item .list-3 li {
  font-weight: bold;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3137254902);
  padding: 0.5em 0;
}
.entry .workshop-access .studios .item .list-3 li:last-child {
  border: none;
}
.entry .workshop-access .date {
  font-size: 14px;
  font-weight: bold;
}
.entry .btn-wrap {
  width: 100%;
  text-align: center;
  margin-top: 3em;
}
.entry .btn-wrap button.btn {
  width: 100%;
  border: none;
  font-size: 15px;
  background: #2a71e3;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 5px;
}
.entry .confirm-submit .btn-wrap {
  margin-top: 1em;
}
.entry .confirm-submit .btn-wrap button {
  font-weight: bold;
}
.entry .confirm-submit .btn-wrap button.blue {
  background: #2a71e3;
}
.entry .confirm-submit .btn-wrap button.gray {
  background: #d5e5ff;
  color: #2a71e3;
}

/*# sourceMappingURL=workshop.css.map */
