@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.content {
  padding: 10rem 0;
}
@media only screen and (max-width: 640px) {
  .content {
    padding: calc(50 / 640 * 100vw) 0;
  }
}
.content_title {
  margin-bottom: 5rem;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .content_title {
    margin-bottom: 3em;
  }
}
.content_title .en {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .content_title .en {
    font-size: calc(52 / 640 * 100vw);
  }
}
.content_title .jp {
  font-size: 3rem;
}
.content_table {
  width: 100%;
  border-spacing: 0.4rem;
  border-collapse: separate;
}
.content_table th,
.content_table td {
  padding: 0.35em 1em;
  font-weight: 700;
  line-height: 1.3;
}
.content_table th {
  color: #FFF;
  background: #000;
  width: 20%;
}
.content_table td {
  color: #000;
  background: #FFF;
  width: 80%;
  font-size: 1.8rem;
}

.btn {
  width: 38rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 640px) {
  .btn {
    width: calc(380 / 640 * 100vw);
    margin-top: calc(50 / 640 * 100vw);
  }
}
.btn a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 9rem;
  padding: 1em 3em 1em 1.5em;
  background: url("../images/common/arrow.png") top 50% right 3rem no-repeat, #000;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .btn a {
    height: calc(90 / 640 * 100vw);
    background: url("../images/common/arrow.png") top 50% right calc(30 / 640 * 100vw) no-repeat, #000;
    background-size: calc(37 / 640 * 100vw);
    font-size: calc(24 / 640 * 100vw);
  }
}
.btn a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.btn._back a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 1em 1.5em 1em 3rem;
  letter-spacing: 0.1em;
  background: url("../images/common/arrow_r.png") top 50% left 3rem no-repeat, #000;
}
@media only screen and (max-width: 640px) {
  .btn._back a {
    background: url("../images/common/arrow_r.png") top 50% left calc(30 / 640 * 100vw) no-repeat, #000;
    background-size: calc(37 / 640 * 100vw);
  }
}
.btn._back a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.lttl {
  margin-bottom: 50px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .lttl {
    margin-bottom: 7.8125vw;
  }
}
.lttl .en {
  color: #003F6C;
  font-size: 3rem;
  font-weight: lighter;
}
@media only screen and (max-width: 640px) {
  .lttl .en {
    font-size: 4.6875vw;
  }
}
.lttl .jp {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .lttl .jp {
    font-size: 6.25vw;
  }
}

.mttl {
  margin: 2em 0 0.75em;
  padding: 0 0 0.5em;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .mttl {
    font-size: calc(40 / 640 * 100vw);
  }
}
.mttl:first-child {
  margin-top: 0;
}

.sttl {
  margin: 2em 0 0.75em;
  padding: 0 0 0.5em;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .sttl {
    font-size: calc(32 / 640 * 100vw);
  }
}
.sttl:first-child {
  margin-top: 0;
}

.note {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .note {
    font-size: 3.125vw;
  }
}
.note li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.note li:before {
  content: "・";
  color: #DE1C16;
  font-weight: bold;
}

.col2_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .col2_wrap {
    margin-bottom: 7.8125vw;
  }
}
.col2_item {
  width: 48%;
  margin-top: 30px;
  background: #000;
}
@media only screen and (max-width: 640px) {
  .col2_item {
    width: 100%;
    margin-top: 4.6875vw;
  }
}
.col2_item:nth-child(-n+2) {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .col2_item:nth-child(2) {
    margin-top: 4.6875vw;
  }
}

.col3_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.col3_item {
  width: 30%;
  margin-top: 30px;
  background: #000;
}
@media only screen and (max-width: 640px) {
  .col3_item {
    width: 100%;
    margin-top: 4.6875vw;
  }
}
.col3_item:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .col3_item:nth-child(2), .col3_item:nth-child(3) {
    margin-top: 4.6875vw;
  }
}

.schedule .content {
  background: #F5F5F5;
}
.schedule_item {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  background: #FFF;
  position: relative;
}
.schedule_item time {
  color: #FFF;
  background: #000;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  width: 15rem;
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .schedule_item time {
    width: calc(120 / 640 * 100vw);
    font-size: calc(20 / 640 * 100vw);
    min-height: calc(130 / 640 * 100vw);
  }
}
.schedule_item time .date {
  font-size: 4rem;
  margin-bottom: 0.15em;
}
@media only screen and (max-width: 640px) {
  .schedule_item time .date {
    font-size: calc(40 / 640 * 100vw);
  }
}
.schedule_item .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16rem;
}
@media only screen and (max-width: 640px) {
  .schedule_item .btn {
    width: calc(160 / 640 * 100vw);
  }
}
.schedule_item .btn a {
  height: 4rem;
  font-size: 1.6rem;
  padding: 1em;
  background: url("../images/common/arrow.png") top 50% right 1rem no-repeat, #000;
  background-size: 2.4rem 2.4rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .schedule_item .btn a {
    font-size: calc(20 / 640 * 100vw);
  }
}
.schedule_body {
  margin-left: 4rem;
  padding-right: 19rem;
  padding-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  .schedule_body {
    margin-left: calc(16 / 640 * 100vw);
    padding-right: 0;
  }
}
.schedule_title {
  font-size: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .schedule_title {
    font-size: calc(32 / 640 * 100vw);
  }
}
.schedule_place {
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .schedule_place {
    font-size: calc(16 / 640 * 100vw);
  }
}

.animation {
  opacity: 0;
}

.isFade {
  opacity: 0;
  position: relative;
  bottom: -3em;
}
.isFade.isPlay {
  animation: fadein 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    bottom: -3em;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.isZoom {
  opacity: 0;
}
.isZoom.isPlay {
  animation: zoom 0.5s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.isLeft {
  opacity: 0;
  position: relative;
  left: -3em;
}
.isLeft.isPlay {
  animation: Leftin 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@keyframes Leftin {
  0% {
    opacity: 0;
    left: -3em;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.isRight {
  opacity: 0;
  position: relative;
  right: 3em;
}
.isRight.isPlay {
  animation: Rightin 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@keyframes Rightin {
  0% {
    opacity: 0;
    right: 3em;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}/*# sourceMappingURL=module.css.map */