@charset "UTF-8";
/* もとのブレードにあったcss */
.sp #main img{width: 100%; height: auto;}
.mod_list03 .mod_list04_tit{
position: relative;
    font-size: 5vw;
    line-height: 1.29;
    padding: 2.8125vw 0 2.5vw 0;
    overflow: hidden;
    cursor: pointer;
    border: 0.625vw solid #d2d2d2;
    font-weight: 700;
}
.pc .mod_list03 .mod_list04_tit{
  padding: 13px 0 13px 0;
  font-size: 2rem;
  line-height: 1.67;
  border-width: 2px;
}

/* seasonからコピー */
.btn {
  text-align: center;
}

.hdInfo .areaBtn .btn {
  text-align: left;
}

.btn .btn__outer, .btn .btn__outer--trial, .btn .btn__outer--main, .btn .btn__outer--topTrial, .btn .btn__outer--topMain, .btn .btn__outer--form, .btn .btn__outer--form-s {
  display: block;
  padding: 4vw 0 3.5vw 5vw;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color .2s, background-color .2s, box-shadow .2s, -webkit-transform .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, -webkit-transform .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, transform .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, transform .2s, -webkit-transform .2s;
}

.pc .btn .btn__outer, .pc .btn .btn__outer--trial, .pc .btn .btn__outer--main, .pc .btn .btn__outer--topTrial, .pc .btn .btn__outer--topMain, .pc .btn .btn__outer--form, .pc .btn .btn__outer--form-s {
  border-radius: 5px;
}

.btn .btn__outer:hover, .btn .btn__outer--trial:hover, .btn .btn__outer--main:hover, .btn .btn__outer--topTrial:hover, .btn .btn__outer--topMain:hover, .btn .btn__outer--form:hover, .btn .btn__outer--form-s:hover {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.trial-table__btnArea .btn .btn__outer--form {
  padding: 5vw 1vw 3.5vw 0;
}
.pc .trial-table__btnArea .btn .btn__outer--form {
  padding: 25px 10px 20px 0;
}

.btn__outer--form {
  background: #ff3938;
  box-shadow: 0 0.9375vw 0 #d80403, 0 2.1875vw 0 rgba(0, 0, 0, 0.1);
}

.pc .btn__outer--form {
  padding: 30px 0 30px 30px;
  box-shadow: 0 6px 0 #d80403, 0 10px 0 rgba(0, 0, 0, 0.1);
}

.pc .btn__outer--form:hover {
  box-shadow: 0 3px 0 #d80403, 0 6px 0 rgba(0, 0, 0, 0.2);
}

.btn__outer--form-s {
  background: #ff3938;
  box-shadow: 0 0.9375vw 0 #d80403, 0 2.1875vw 0 rgba(0, 0, 0, 0.1);
}

.pc .btn__outer--form-s {
  padding: 25px 0 24px 60px;
  box-shadow: 0 6px 0 #d80403, 0 10px 0 rgba(0, 0, 0, 0.1);
}

.pc .btn__outer--form-s:hover {
  box-shadow: 0 3px 0 #d80403, 0 6px 0 rgba(0, 0, 0, 0.2);
}

.btn .btn__text, .btn .btn__text--form, .btn .btn__text--formApply, .btn .btn__text--formBottom, .btn .btn__text--trialBottom {
  position: relative;
  color: #fff;
  font-weight: bold;
}

.pc .btn .btn__text, .pc .btn .btn__text--form, .pc .btn .btn__text--formApply, .pc .btn .btn__text--formBottom, .pc .btn .btn__text--trialBottom {
  padding-left: 10px;
}

.btn .btn__text:before, .btn .btn__text--form:before, .btn .btn__text--formApply:before, .btn .btn__text--formBottom:before, .btn .btn__text--trialBottom:before {
  display: inline-block;
  color: #fff;
  content: '\e903';
  font-family: 'icomoon';
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 2vw;
  font-size: 3.75vw;
  width: 3.75vw;
  height: 3.75vw;
  line-height: 3.75vw;
}

.pc .btn .btn__text:before, .pc .btn .btn__text--form:before, .pc .btn .btn__text--formApply:before, .pc .btn .btn__text--formBottom:before, .pc .btn .btn__text--trialBottom:before {
  box-sizing: border-box;
  margin-right: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 20px;
  width: 26px;
  height: 26px;
  line-height: 22px;
  text-align: center;
}

.btn__text {
  font-size: 16px;
}

.btn__text:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.pc .btn__text {
  font-size: 24px;
}

.btn__text--form {
  font-size: 16px;
  vertical-align: middle;
}

.btn__text--form:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pc .btn__text--form {
  font-size: 20px;
}

.btn__text--formApply {
  font-size: 4.5vw;
  line-height: 1;
}
.pc .btn__text--formApply {
  font-size: 20px;
}

.btn__text--formApply > span {
  font-size: 80%;
}
.pc .btn__text--formApply > span {
  
}

.btn__text--formApply:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 3vw;
  left: -9vw;
}
.pc .btn__text--formApply:before {
  top: 0;
  left: -35px;
}



.btn__text--formBottom {
  font-size: 16px;
}

.btn__text--formBottom:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pc .btn__text--formBottom {
  font-size: 20px;
}

.btn__text--trialBottom {
  font-size: 16px;
}

.btn__text--trialBottom:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pc .btn__text--trialBottom {
  font-size: 20px;
}

.btn__open {
  display: block;
  position: relative;
  color: #000;
  font-size: 3.75vw;
  font-weight: bold;
  text-align: center;
}

.btn__open span {
  font-weight: bold;
}

.pc .btn__open {
  display: none;
  font-size: 18px;
}

.btn__open:after {
  display: block;
  position: absolute;
  content: "+";
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  background-color: #e6481d;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 1vw;
  right: 0;
}

.btn__open-regular {
  display: block;
  position: relative;
  color: #000;
  font-size: 4.6875vw;
  font-weight: bold;
  text-align: center;
}

.pc .btn__open-regular {
  display: none;
}

.btn__open-regular:after {
  display: block;
  position: absolute;
  content: "+";
  color: #005dc2;
  font-size: 12px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 6.5vw;
  right: 6.25vw;
}

.btn__open-regular a {
  display: block;
  text-decoration: none;
  -webkit-transition: color .2s, background-color .2s, box-shadow .2s, -webkit-transform .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, -webkit-transform .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, transform .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, transform .2s, -webkit-transform .2s;
  border-radius: 2px;
  padding: 4.6875vw 4.6875vw 2.1875vw 0;
  box-shadow: 0 3px 0 #001a87, 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #005dc2;
  color: #fff;
}

.btn__close {
  position: relative;
  margin-top: 1.25vw;
  text-align: center;
  border: 1px solid #adadad;
  border-radius: 2px;
  background-color: #fff;
  padding: 1.5625vw 0;
}

.btn__close a {
  text-decoration: none;
  color: #979797;
}

.btn__close a:after {
  display: block;
  position: absolute;
  content: "×";
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  background-color: #979797;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 2.5vw;
  right: 3vw;
}

.pc .btn__close {
  display: none;
}

.trial-table__btnArea {
  display: block;
  width: 90%;
  margin: 6.25vw auto 0;
  text-align: center;
  padding: 0;
}

.pc .trial-table__btnArea {
  width: 90%;
  max-width: 450px;
  margin: 20px auto;
}

/* vue3用 */
[v-cloak]{
  display: none;
}
.pre-line {
  white-space: pre-line;
  /* 改行文字と<br>を折り返しに変換。複数のホワイトスペースを１つにまとめる。折り返しあり。 */
}

/* 校情報モーダル */

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 400px;
  height: auto;
  padding: 30px 30px;
  background-color: #fff;
  border: none;
  border-radius: 15px;
}

.modalContents {
  text-align: left
}
.modalContents h3 {
  font-size: 4vw;
  color: #0c3472;
  font-weight: bold;
}
.pc .modalContents h3 {
  font-size: 18px;
}
.modalContents p {
  font-size: 3.4vw;
}
.pc .modalContents p {
  font-size: 16px;
}
.school-btn {
  background: #999;
  padding: 1px 25px 2px 10px;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-top: 5px;
}
.school-btn a {
  color: #fff;
  text-decoration: none;
}
.pc .school-btn a {
  font-size: 14px;
}
.school-btn::after {
  content: "\e924";
  font-family: 'icomoon';
  font-weight: 500;
  font-size: 20px;
  position: absolute;
  right: 4px;
  top: -3px;
}

.modalClose {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 18px;
}

/* MoshiCart内、宮城、参加者特典free_area部分 */

.pc .free_area .mod_box_privilege01:first-child {
  margin-top: 40px;
}
.sp .free_area .mod_box_privilege01:first-child {
  margin-top: 6vw;
}

.pre-line .free_area {
  white-space: normal;
}

/* モーダルウィンドウ */

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  transition: opacity 0.3s ease;
}

.modal-container {
  width: 85vw;
  margin: auto;
  padding: 0 5vw 8vw;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  position: relative;
  max-height: 80vh;
  overflow: scroll;
}
.pc .modal-container {
  width: 900px;
  padding: 0 0 50px;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 4vw 0;
}
.pc .modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
以下のスタイルは
transition="modal"
に自動的に適用されます。
これらのスタイルを編集することで、モーダル遷移を簡単に変更できます。
*/

.modal-enter-from {
  opacity: 0;
}

.modal-leave-to {
  opacity: 0;
}

.modal-enter-from .modal-container,
.modal-leave-to .modal-container {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* cart-box */

.selectBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.selectBox.checked-btn {
  display: none;
}

.selectfinalBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8vw;
  width: 100%;
}
.pc .selectfinalBox {
  margin-top: 0px;
}

.selectfinalBox .display-none {
  display: none;
}
.selectfinalBox .display-block {
  display: block;
  width: 100%;
}

.selectBox h4,
.selectfinalBox h4 {
  color: #333;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 3vw;
  margin-top: 15vw;
  text-align: center;
  font-size: 4.5vw;
}
.pc .selectBox h4,
.pc .selectfinalBox h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  margin-top: 50px;
}

.selectBox h4.checked {
  font-size: 0;
  margin-bottom: 0;
  color: #fff;
}

.selectBox input,
.selectBox label {
  display: none;
}

.selectBox .selectBtn {
  width: 46%;
  height: 15vw;
  margin: 2%;
}
.pc .selectBox .selectBtn {
  width: 250px;
  height: 80px;
  margin: 10px;
}

.selectBtn label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  background-color: #e6f4fa;
  border: solid #e6f4fa 2px;
  color: #0071be;
  font-weight: 500;
  border-radius: 1vw;
  box-sizing: border-box;
  font-size: 4vw;
  position: relative;
  width: 100%;
  height: 100%;
}
.pc .selectBtn label {
  border-radius: 5px;
  font-size: 1.8rem;
}

.selectBtn label:hover {
  border: solid #0071be 2px;
}

.selectBtn label:active {
  border: solid #0071be 2px;
  background-color: #0071be;
}

.selectBtn input {
  visibility: hidden;
  position: absolute;
}

.checked-btn input:checked + label {
  background-color: #0071be;
  border: solid #0071be 2px;
  color: #fff;
  border-radius: 1vw;
}
.pc .checked-btn input:checked + label {
  border-radius: 5px;
}

.selectBtn.checked > label {
  padding: 0;
}

.selectfinalBox .selectBtn {
  background-color: #e6f4fa;
  border: solid #e6f4fa 2px;
  border-radius: 1vw;
  margin: 2vw 0 3vw;
  width: 70vw;
  height: auto;
  padding: 4vw 4vw 3vw;
  box-sizing: border-box;
  position: relative;
}
.pc .selectfinalBox .selectBtn {
  border-radius: 5px;
  margin: 10px 10px 10px;
  width: 400px;
  height: auto;
  padding: 30px 25px 20px;
}

.selectfinalBox .selectBtn .event-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
}
.pc .selectfinalBox .selectBtn .event-content {
  margin-bottom: 15px;
}

.event-content h5 {
  background-color: #3cb7dd;
  border-radius: 1vw;
  width: 16vw;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: relative;
  font-size: 3vw;
  padding: 5vw 0 0.5vw;
}
.pc .event-content h5 {
  border-radius: 5px;
  width: 90px;
  font-size: 1.4rem;
  padding: 25px 0 3px;
}

.event-content h5::before {
  content: "\f51b";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 1vw;
  left: 6.3vw;
}
.pc .event-content h5::before {
  top: 5px;
  left: 35px;
}

.event-content h5.calendar-alt::before {
  content: "\f073";
  font-size: 3.2vw;
  top: 1vw;
  left: 6.7vw;
}
.pc .event-content h5.calendar-alt::before {
  font-size: 1.8rem;
  top: 2px;
  left: 37px;
}

.event-content h5.school::before {
  content: "\f549";
  font-size: 3.2vw;
  top: 0.8vw;
  left: 6vw;
}
.pc .event-content h5.school::before {
  font-size: 1.6rem;
  top: 2px;
  left: 35px;
}

.event-content h5.book-open::before {
  content: "\f518";
  font-size: 3.1vw;
  top: 0.8vw;
  left: 6.2vw;
}
.pc .event-content h5.book-open::before {
  font-size: 1.7rem;
  top: 2px;
  left: 35px;
}

.event-content p {
  color: #333;
  max-width: 100%;
  text-align: left;
  font-size: 4vw;
  line-height: 1.4;
  color: #0071be;
  font-weight: 500;
}
.pc .event-content p {
  max-width: 330px;
  font-size: 1.8rem;
}

.selectfinalBox .mod_btn01 {
  margin: 0 auto;
  max-width: 100%;
  width: 70vw;
}
.pc .selectfinalBox .mod_btn01 {
  max-width: 100%;
  width: 400px;
}

.modal-close-button {
  background-color: #0071be;
  font-size: 4vw;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  position: absolute;
  top: 3vw;
  right: 3vw;
  z-index: 10;
  padding: 2vw 2vw 2vw 3vw;
}
.pc .modal-close-button {
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px 10px 10px 15px;
}

.modal-close-button span {
  font-size: 6vw;
  margin-left: 2vw;
  vertical-align: -0.5vw;
}
.pc .modal-close-button span {
  font-size: 22px;
  margin-left: 10px;
  vertical-align: -2px;
}

.noevent {
  width: 100%;
  margin: 12vw 0 15vw;
}
.pc .noevent {
  margin: 70px 0 90px;
}

.noevent p {
  text-align: center;
  font-weight: 700;
  font-size: 5vw;
  letter-spacing: 0.08em;
}
.pc .noevent p {
  font-size: 3rem;
}

.p-index_other {
  width: 90%;
  margin: 10vw auto 2vw;
  display: flex;
  flex-direction: column;
}
.pc .p-index_other {
  width: 1000px;
  margin: 70px auto 35px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.p-index_other__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4vw;
}
.pc .p-index_other__col {
  width: 485px;
  margin-bottom: 0;
}

.p-index_other__col.contact .ttl {
  font-weight: 700;
  color: #f89137;
  margin-bottom: 0;
  font-size: 5vw;
}
.pc .p-index_other__col.contact .ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.pc .mod_btn01 {
  max-width: 400px;
}

.mod_btn01.is_cart > button {
  font-size: 5vw;
  padding: 7vw 0 7vw;
}
.pc .mod_btn01.is_cart > button {
  font-size: 2rem;
  padding: 28px 0 30px;
}

.mod_btn01.is_cart span:before {
  font-size: 8vw;
}

.mod_btn01.is_cart span {
  padding-left: 8vw;
  font-weight: 500;
}

.mod_btn01.is-close {
  background-color: #ddd;
  color: #999;
  text-align: center;
  border-radius: 1vw;
  border-color: #ddd;
  padding: 3vw 0 3vw;
  font-size: 4vw;
}
.pc .mod_btn01.is-close {
  border-radius: 5px;
  padding: 20px 0 20px;
  font-size: 1.6rem;
}

/* 追加分 */

#app {
  margin-top: 15.625vw;
}
.pc #app {
  margin-top: 90px;
}

/* 読み込み中 */
.loading-box {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 80px 20px !important;
  text-align: center !important;
}
/* ぐるぐる回るスピナー */
.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #005bac;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto !important;
}

.loading-text {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  margin-top: 20px !important;
  width: 100% !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}