@charset "UTF-8";
*, :after, :before {
  box-sizing: border-box;
  font-weight: 400;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  padding: 0;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button, label {
  border: 0;
  outline: 0;
}

label:focus, label:hover {
  outline: 0;
  box-shadow: none;
}

input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  outline: 0;
  border: none;
}

select {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
  outline: 0;
  text-decoration: none;
}

[type=text] {
  line-height: normal;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

ol, ul {
  padding: 0;
  list-style: none;
}

body, button, input, label, select, td, textarea {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #FFFFFE;
  color: #686B7F;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.0666666667;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  line-height: 1;
}

.btn {
  width: 350px;
  height: 80px;
  margin: 30px auto 0px auto;
  font-size: 20px;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #464C9C;
  cursor: pointer;
}

.btn:focus, .btn:hover {
  color: #fff;
  background: #E87463;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media screen and (width: 320px) {
  .btn {
    width: 300px;
    height: 60px;
    margin: 10px auto;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .btn {
    width: 600px;
    height: 120px;
    margin: 10px auto;
    font-size: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .btn {
    width: 600px;
    height: 120px;
    margin: 10px auto;
    font-size: 30px;
    transition: background-color 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: transparent;
  }
}
.notice {
  color: #ff5f74;
}

.txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
@media screen and (min-width: 1025px) {
  .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
body, button, input, label, select, td, textarea {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: white;
  color: #0F0E0E;
  overflow-x: hidden;
}

/*----------------------
module
----------------------*/
.container_lp .fade {
  opacity: 0;
  transition: opacity 3s;
}
.container_lp .fade.view {
  opacity: 1;
}
.container_lp .header {
  height: 44px;
}
.container_lp .header-inner {
  text-align: center;
  box-sizing: border-box;
  width: auto;
  max-width: 1000px;
  line-height: 44px;
  margin: 0 auto;
  overflow: hidden;
}
.container_lp .header-logo {
  width: 100px;
  display: block;
  float: left;
}
.container_lp .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 320px) {
  .container_lp .pc-nav {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .pc-nav {
    position: sticky;
    justify-content: space-between;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    z-index: 1010;
    background: linear-gradient(to right, #57d3f2 1%, #060f66 42%, #161e66 62%, #8858e2 98%);
    transition: 0.3s;
    border-bottom: 5px solid white;
  }
  .container_lp .pc-nav .gnav {
    height: 100%;
    display: flex;
    display: flex;
    justify-content: flex-end;
    padding: 0;
  }
  .container_lp .pc-nav .gnav li {
    height: 100%;
    width: auto;
    overflow: hidden;
    transition: 0.4s;
    transition-delay: 0.1s;
  }
  .container_lp .pc-nav .gnav li a {
    border: none;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 30px;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
  }
  .container_lp .pc-nav .gnav li a::before {
    content: attr(data);
    display: block;
  }
  .container_lp .pc-nav .gnav li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 5px;
    background-color: #e5ff02;
    transition: width 300ms;
    width: 0;
  }
  .container_lp .pc-nav .gnav li a:hover::after {
    width: 100%;
    left: 0;
  }
  .container_lp .pc-nav .gnav-btn {
    width: auto;
    height: auto;
    margin-left: 2rem;
    overflow: hidden;
    transition-delay: 0.6s;
    transition: 0.4s;
    position: relative;
    align-items: center;
    max-width: 280px;
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 1000;
  }
  .container_lp .pc-nav .gnav-btn a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 0.6666666667;
    font-weight: 700;
    padding: 2.3rem 2.551vw 2.7rem;
    display: block;
    color: #20068f;
    background: linear-gradient(135deg, #e5ff02 0%, #e5ff02 50%, #d8ef0c 50%, #fbdf93 100%);
    transition: 0.3s;
    text-align: center;
  }
  .container_lp .pc-nav .gnav-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, #57d3f2 0%, #448ae3 100%);
    transition: 0.2s;
  }
  .container_lp .pc-nav .gnav-btn a:hover span {
    position: relative;
    color: white;
    z-index: 9999;
  }
  .container_lp .pc-nav .gnav-btn a:hover::before {
    left: 0%;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .drawer {
    display: none;
  }
}
.container_lp .drawer .btn-burger {
  cursor: pointer;
  display: block;
  width: 56px;
  height: 36px;
  position: fixed;
  z-index: 9999;
  top: 5px;
  right: 10px;
  background: #58d8f3;
}
.container_lp .drawer .icon, .container_lp .drawer .icon:before, .container_lp .drawer .icon:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  /*線の太さ*/
  width: 35px;
  /*線の長さ*/
  background-color: white;
  border-radius: 2px;
  display: block;
  content: "";
  cursor: pointer;
  margin: auto;
}
.container_lp .drawer .icon:before {
  top: 15px;
}
.container_lp .drawer .icon:after {
  top: -15px;
}
.container_lp .drawer .nav-toggle {
  display: none;
}
.container_lp .drawer .nav-toggle:checked ~ .btn-burger .icon {
  background: transparent;
}
.container_lp .drawer .nav-toggle:checked ~ .btn-burger .icon:before {
  transform: rotate(-45deg);
  top: 0;
}
.container_lp .drawer .nav-toggle:checked ~ .btn-burger .icon:after {
  transform: rotate(45deg);
  top: 0;
}
.container_lp .drawer .icon, .container_lp .drawer .icon:before, .container_lp .drawer .icon:after {
  transition: all 0.8s;
}
.container_lp .drawer .sp-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  background: linear-gradient(to right, #57d3f2 1%, #060f66 42%, #161e66 62%, #8858e2 98%);
}
.container_lp .drawer .nav-list a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.container_lp .drawer .nav-list {
  list-style: none;
  display: none;
  margin: 0;
  padding-left: 20px;
}
.container_lp .drawer .nav-list li {
  margin: 0;
  padding: 10px;
}
.container_lp .drawer .nav-toggle:checked ~ .sp-nav .nav-list {
  display: block;
}
.container_lp .btn-wrap {
  text-align: center;
  width: 100%;
  margin: 50px auto;
}
@media screen and (min-width: 320px) {
  .container_lp .btn-wrap {
    max-width: 280px;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .btn-wrap {
    max-width: 400px;
  }
}
.container_lp .btn-wrap p {
  position: relative;
  font-weight: 700;
}
.container_lp .btn-wrap p:before, .container_lp .btn-wrap p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #0c0c0c;
}
.container_lp .btn-wrap p:before {
  left: 0;
  transform: rotate(60deg);
}
.container_lp .btn-wrap p:after {
  right: 0;
  transform: rotate(-60deg);
}
.container_lp .btn-wrap span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.container_lp .btn-wrap span a {
  color: #060f66;
  text-decoration: underline;
}
.container_lp .btn-wrap span a:hover {
  color: #57d3f2;
}
.container_lp .btn-wrap .entry-btn {
  margin: 10px auto 20px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 0.5333333333;
  padding: 30px 20px;
  display: block;
  color: #20068f;
  background: linear-gradient(135deg, #e5ff02 0%, #e5ff02 50%, #d8ef0c 50%, #fbdf93 100%);
  box-shadow: 0 5px 0 #d7cb63;
  text-align: center;
  width: 100%;
  border-radius: 80px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.2s linear;
  position: relative;
  top: 0;
}
.container_lp .btn-wrap .entry-btn:hover {
  top: 7px;
  box-shadow: 0 2px 0 #d7cb63;
}
.container_lp .mainV-wrap {
  text-align: center;
  background: linear-gradient(to bottom, #3ad3f2 0%, #24afe8 40%, #24a8e8 50%, #606ae3 82%, #805ce2 100%);
}
.container_lp .mainV-wrap img {
  vertical-align: top;
  max-width: 100vw;
  height: auto;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV-wrap img {
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV-wrap img {
    min-width: 1240px;
  }
}
  .container_lp .archivebtn{
font-weight: bold;
    background: #413495;
    color: white;
    border-radius: 50px;
    margin: 20px auto 0;
    text-align: center;
    display: block;

}
  .container_lp .archivebtn:hover{
    background:#8657e0;
  }
@media screen and (min-width: 320px) {
  .container_lp .aarchivebtn{
font-size: 12px;
    margin: 20px auto 0;
    padding:15px 10px;

}
}
@media screen and (min-width: 1101px) {
  .container_lp .archivebtn{
font-weight: bold;
    background: #413495;
    color: white;
    padding: 30px 15px;
    border-radius: 50px;
    margin: 20px auto 0;
    width: 390px;
    text-align: center;
    display: block;
    font-size: 18px;
}
}
.container_lp .mainV-head {
  background: #F8F8F8 url(../img/title.png) no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV-head {
    padding: 40px 15px 0;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV-head {
    padding-top: 100px;
  }
}
.container_lp .mainV-head h1 {
  text-align: center;
  font-family: interstate-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV-head h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2307692308;
    margin-bottom: 20px;
    padding:0 15px;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV-head h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.4285714286;
    margin-bottom: 40px;
  }
}
.container_lp .mainV-head h1 span {
  margin-bottom: 15px;
  display: block;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV-head h1 span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV-head h1 span {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
}
.container_lp .mainV-head h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV-head h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV-head h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 0.7272727273;
  }
}
@media screen and (min-width: 320px) {
  .container_lp .mainV-head p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV-head p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding: 0 30px;
  }
}
@media screen and (min-width: 320px) {
  .container_lp .mainV section {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV section {
    padding: 60px 0;
  }
}
.container_lp .mainV .content-inner {
  margin: auto;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .content-inner {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .content-inner {
    width: 1200px;
    padding: 30px;
  }
}
.container_lp .mainV h2 {
  position: relative;
  height: 80px;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV h2 {
    left: 10px;
    width: 250px;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV h2 {
    left: 0;
    width: 300px;
  }
}
.container_lp .mainV h2 span {
  display: block;
  position: absolute;
  color: white;
  z-index: 2;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 320px) {
  .container_lp .mainV h2 span {
    width: 250px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 0.8888888889;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV h2 span {
    width: 300px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
.container_lp .mainV h2:after {
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  height: 40px;
  background: linear-gradient(to right, rgba(79, 182, 235, 0.8), rgba(30, 151, 229, 0.9));
}
@media screen and (min-width: 320px) {
  .container_lp .mainV h2:after {
    width: 250px;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV h2:after {
    width: 300px;
  }
}
.container_lp .mainV h2:before {
  position: absolute;
  content: "";
  display: block;
  height: 40px;
  left: -5px;
  transform: rotate(-5deg);
  background: linear-gradient(to right, rgba(67, 136, 226, 0.9), rgba(173, 161, 226, 0.8));
}
@media screen and (min-width: 320px) {
  .container_lp .mainV h2:before {
    width: 250px;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV h2:before {
    width: 300px;
  }
}
.container_lp .mainV table {
  width: 100%;
}
.container_lp .mainV table .outline-head {
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  width: 25%;
  padding: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV table .outline-head {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV table .outline-head {
    font-size: 20px;
    font-size: 2rem;
    line-height: 0.8;
  }
}
.container_lp .mainV table .outline-data {
  border-bottom: 1px solid #ccc;
  width: 75%;
  padding: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV table .outline-data {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV table .outline-data {
    font-size: 20px;
    font-size: 2rem;
    line-height: 0.8;
  }
}
.container_lp .mainV table .outline-data a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #2a5799;
  text-decoration: underline;
}
.container_lp .mainV #timetable {
  background: #F8F8F8;
}
.container_lp .mainV .timetable-wrap {
  margin-top: 20px;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .timetable-wrap {
    padding: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap {
    padding: 30px;
  }
}
.container_lp .mainV .timetable-wrap + .timetable-wrap {
  margin-top: 0;
}
.container_lp .mainV .timetable-wrap .program-days {
  display: flex;
  justify-content: left;
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap .program-days {
    padding-left: 140px;
  }
}
.container_lp .mainV .timetable-wrap .program-days li {
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
}
.container_lp .mainV .timetable-wrap .program-days li a {
  color: white;
  display: block;
  text-align: center;
  padding: 20px 0;
  font-family: interstate-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.2px;
  border: 1px solid white;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .timetable-wrap .program-days li a {
    width: 150px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 0.6666666667;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap .program-days li a {
    width: 200px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 0.5333333333;
  }
}
.container_lp .mainV .timetable-wrap .program-days li a .text-small {
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 0.8;
  font-weight: normal;
}
.container_lp .mainV .timetable-wrap .program-days li a .text-small .text-xsmall {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
.container_lp .mainV .timetable-wrap .program-days li a:hover {
  color: #0c0c0c;
  background: white;
}
.container_lp .mainV .timetable-wrap .program-days li a:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 11px;
  z-index: 2;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.container_lp .mainV .timetable-wrap .program-days li.is-active {
  background: white;
}
.container_lp .mainV .timetable-wrap .program-days li.is-active a {
  color: #0c0c0c;
}
.container_lp .mainV .timetable-wrap .program-days li.program-days01.is-active a:after {
  background: #3AD1F0;
}
.container_lp .mainV .timetable-wrap .program-days li.program-days02.is-active a:after {
  background: #239FE5;
}
.container_lp .mainV .timetable-wrap .p-container {
  display: flex;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .timetable-wrap .p-container .p-day01-side, .container_lp .mainV .timetable-wrap .p-container .p-day02-side {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .container_lp .mainV .timetable-wrap .p-container .p-day01-side, .container_lp .mainV .timetable-wrap .p-container .p-day02-side {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap .p-container .p-day01-side, .container_lp .mainV .timetable-wrap .p-container .p-day02-side {
    display: block;
    width: 140px;
    min-width: 140px;
  }
}
.container_lp .mainV .timetable-wrap .p-container .p-day01-side time, .container_lp .mainV .timetable-wrap .p-container .p-day02-side time {
  color: white;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: sticky;
  top: 100px;
  font-family: interstate-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .timetable-wrap .p-container .p-day01-side time, .container_lp .mainV .timetable-wrap .p-container .p-day02-side time {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 0.6666666667;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap .p-container .p-day01-side time, .container_lp .mainV .timetable-wrap .p-container .p-day02-side time {
    font-size: 30px;
    font-size: 3rem;
    line-height: 0.5333333333;
  }
}
.container_lp .mainV .timetable-wrap .p-container .p-day01-side time .text-small, .container_lp .mainV .timetable-wrap .p-container .p-day02-side time .text-small {
  font-weight: normal;
  margin-top: 12px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 0.7272727273;
  font-weight: normal;
}
.container_lp .mainV .timetable-wrap .p-container .p-day01-side time .text-small .text-xsmall, .container_lp .mainV .timetable-wrap .p-container .p-day02-side time .text-small .text-xsmall {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
.container_lp .mainV .timetable-wrap .p-main {
  background: white;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable {
    padding: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable {
    padding: 30px 30px 0;
  }
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session {
  display: flex;
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-side {
  background-position: center 40px;
  background-repeat: repeat-y;
  background-size: 10px 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-side time {
  background: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 10px 0;
  display: block;
  font-family: interstate-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-side time {
    font-size: 20px;
    font-size: 2rem;
    line-height: 0.8;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-side time {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 0.6153846154;
  }
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main {
    margin-left: 10px;
    padding: 10px 0 50px;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main {
    margin-left: 20px;
    padding: 8px 0 50px;
  }
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .rest {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 0.7272727273;
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-session-info {
  margin-bottom: 30px;
  font-family: interstate-condensed, sans-serif;
  font-style: normal;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-session-info {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 0.8888888889;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-session-info {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 0.7272727273;
  }
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-session-info strong {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-session-info strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 0.8888888889;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-session-info strong {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 0.6666666667;
  }
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-session-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-session-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-session-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-proflie {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-proflie .left img {
    width: 100px;
    height: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-proflie .left img {
    width: 100%;
  }
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-proflie .right {
  margin-left: 10px;
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-proflie .right li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  margin-bottom: 8px;
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-proflie .right li:last-child {
  margin-bottom: 0;
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-proflie .right .p-proflie-name {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-proflie .right .p-proflie-name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-proflie .right .p-proflie-name {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 0.7272727273;
  }
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-proflie .right .p-proflie-name .text-small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-proflie-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.container_lp .mainV .timetable-wrap .p-main .p-timetable .p-timetable-session .p-session-main .p-proflie-txt + .p-proflie {
  margin-top: 20px;
}
.container_lp .mainV .timetable-wrap .accordion {
  margin-top: 20px;
}
.container_lp .mainV .timetable-wrap .accordion .click-dt {
  cursor: pointer;
  margin-bottom: 1em;
  background-color: #fff;
  color: #3a3a3a;
  border: 2px solid #cacaca;
  border-radius: 4px;
  padding: 10px;
  position: relative;
}
.container_lp .mainV .timetable-wrap .accordion .click-dt:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0.9em;
  left: 1.5;
}
.container_lp .mainV .timetable-wrap .accordion .click-dt:after {
  content: "+";
  font-size: 1.5em;
  position: absolute;
  right: 10px;
  top: 4px;
  color: #3a3a3a;
}
.container_lp .mainV .timetable-wrap .accordion .click-dt.open {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  color: #fff;
}
.container_lp .mainV .timetable-wrap .accordion .click-dt.open:after {
  content: "-";
  color: #fff;
  right: 10px;
}
.container_lp .mainV .timetable-wrap .accordion .open-dd {
  display: none;
  margin-bottom: 2.5em;
  padding-left: 2em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.container_lp .mainV .wrap-day01 {
  background: linear-gradient(to bottom, #57d3f2 0%, #05abe0 40%, #3b89bd 100%);
}
.container_lp .mainV .wrap-day01 .p-session-side {
  background-image: radial-gradient(#3AD1F0 30%, transparent 30%);
}
.container_lp .mainV .wrap-day01 .p-session-info strong {
  color: #3AD1F0;
}
.container_lp .mainV .wrap-day02 {
  background: linear-gradient(to bottom, #239FE5 0%, #022DBC 40%, #141765 100%);
}
.container_lp .mainV .wrap-day02 .p-session-side {
  background-image: radial-gradient(#239FE5 30%, transparent 30%);
}
.container_lp .mainV .wrap-day02 .p-session-info strong {
  color: #239FE5;
}
.container_lp .mainV .rest-block .p-session-side {
  background-image: radial-gradient(#AAAAAA 30%, transparent 30%);
}
.container_lp .mainV .rest-block .p-session-main {
  display: flex;
  align-items: center;
  padding: 60px 30px 50px !important;
}
.container_lp .mainV .rest-block .rest-txt {
  color: #AAAAAA;
}
.container_lp .mainV #faq dl {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ccc;
}
.container_lp .mainV #faq dt {
  display: flex;
  align-items: center;
  padding: 15px 10px 0 0;
  border-top: 2px solid #ccc;
}
.container_lp .mainV #faq dt .question {
  align-self: flex-start;
  position: relative;
  padding: 10px 15px;
  border-radius: 50%;
  background: #489de6;
  font-size: 20px;
  font-size: 2rem;
  line-height: 0.8;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.container_lp .mainV #faq dt .question::before {
  position: absolute;
  right: -3px;
  bottom: 4px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #489de6 transparent;
  transform: rotate(135deg);
}
.container_lp .mainV #faq dt .txt {
  margin-left: 15px;
}
.container_lp .mainV #faq .answer {
  align-self: flex-start;
  position: relative;
  padding: 10px 15px;
  border-radius: 50%;
  background: #8858e2;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 320px) {
  .container_lp .mainV #faq .answer {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1101px) {
  .container_lp .mainV #faq .answer {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
  }
}
.container_lp .mainV #faq .answer::before {
  position: absolute;
  right: -3px;
  bottom: 4px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #8858e2 transparent;
  transform: rotate(135deg);
}
.container_lp .mainV #faq .txt {
  margin-left: 15px;
}
.container_lp .mainV #contact {
  background: #F8F8F8;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.container_lp .mainV #contact .secretariat {
  margin-bottom: 20px;
}
.container_lp .footer {
  color: white;
  text-align: center;
  background: #57d3f2;
  padding: 50px 0;
}
.container_lp .footer .footer-logo {
  width: 200px;
  display: inline-block;
  margin-bottom: 20px;
}
.container_lp .footer .footer-banner {
  display: block;
  margin: 0 auto 20px;
}
.container_lp .footer .footer-banner img {
  width: 30%;
}
.container_lp .footer .footer-link-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.container_lp .footer .footer-link-container li {
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
.container_lp .footer .footer-link-container li:after {
  content: "｜";
  display: inline-block;
}
.container_lp .footer .footer-link-container li:last-child:after {
  display: none;
}
.container_lp .footer .footer-link-container li a {
  color: white;
}
.container_lp #page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
.container_lp #page_top a {
  background-color: #999;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
}
.container_lp #page_top a:hover {
  background-color: #666;
  text-decoration: none;
}