@charset "UTF-8";
/*layout*/
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
}

a {
  color: #0053F7;
  text-decoration: none;
}

a:hover {
  opacity: .85;
}

li {
  list-style: none;
}

p, div, span, ul, li, dl, dt, dd, figure, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.inner {
  width: 1110px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  height: 40px;
  position: relative;
  width: 100%;
  z-index: 100;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}

.ecCardContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
  padding: 0;
}

.ecCardContent__title {
  width: 25%;
  margin-bottom: .5rem;
  white-space: nowrap;
}

.ecCardContent__description {
  margin-left: 3%;
  width: 72%;
  margin-bottom: .5rem;
}

.ecCardContent__item {
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.ecCardContent__item--blank {
  display: block;
  height: 35px;
}

.ecCardContent__text {
  margin-bottom: 1.5rem;
  line-height: 2.0;
}

.eventBlock {
  padding: 40px 0 20px;
}

.eventBlock:first-child {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .eventBlock {
    padding: 20px 0 20px;
  }
}

.mainvisual {
  text-align: center;
  padding: 0;
}

.mainvisual__img {
  margin: 0 auto;
  height: 300px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .mainvisual__img {
    width: 100%;
    height: auto;
  }
}

.topicpath {
  margin: 0;
  padding: .5rem 0;
  font-size: .75em;
}

.stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stack--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 768px) {
  .stack--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.stack-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.eventDescription__item {
  margin-bottom: 1.25rem;
}

.eventDescription__text {
  margin-bottom: .75rem;
  line-height: 2.0;
}

.eventDescription__title {
  margin-right: 1rem;
}

.eventDescription__list__item {
  margin-bottom: .25rem;
}

@media screen and (max-width: 768px) {
  .eventDescription {
    margin: 0 .5rem;
  }
}

.event-nav {
  padding: 0;
}

.event-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event-nav__item a {
  display: block;
  padding: .75rem 2rem;
}

.event-nav__item a:hover {
  opacity: .85;
}

.event-nav__title {
  display: block;
  padding: .75rem 2rem;
  font-size: 14px;
  font-weight: 700;
}

.event-nav__title::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f0da";
  font-size: 14px;
  margin-left: .5rem;
}

@media screen and (max-width: 768px) {
  .event-nav {
    display: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.content_block {
  margin: 0;
  padding: 20px;
}

.program {
  margin: 0;
  padding: 0 0 20px;
}

.program__item {
  margin-bottom: 40px;
  margin-top: 40px;
}

.program__item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.program__title {
  margin-bottom: 20px;
}

.program__text {
  margin-bottom: 20px;
  line-height: 2.0;
}

.program__img-w180 {
  width: auto;
  height: 90px;
  image-rendering: auto;
}

.image-stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image-stepper__item {
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .image-stepper__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.image-stepper__item-arrow::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #4CBEBE;
}

@media screen and (max-width: 768px) {
  .image-stepper__item-arrow::after {
    top: -15%;
    left: 50%;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #4CBEBE;
  }
}

.image-stepper__item-image {
  height: 90px;
  width: auto;
}
@media screen and (max-width: 768px)  {
  .image-stepper__item-image {
    height: auto;
    width: 250px;
  }
  .image-stepper__item-arrow::after {
    left: 47%;
  }
}

/*module*/
.panel {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.panel--background-none {
  background: none;
  padding: 0;
}

.panel--background-color-primary {
  background-color: #E1FAFA;
}

.panel__title {
  margin-bottom: 1.5rem;
}

.panel__subtitle {
  margin-top: 1.75rem;
  margin-bottom: 1.5rem;
}

.panel__item {
  text-align: center;
  margin: .5rem 0;
}

.panel__text {
  line-height: 2.0rem;
}
/* 追加CSS：テキスト部分 */
.panel--background-color-yellow {
  background-color: #faf8e6;
}
.textCard .panel--background-color-yellow {
  margin-bottom: 0;
  margin-top: 1rem;
}
.textCard--col2 {
  display: flex;
}
.textCard h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.textCard--col2 p {
  margin-bottom: 0.5rem;
}
.textCard__left {
  padding-right: 1rem;
}
.textCard img {
  width: 300px;
}
.textCard__list {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}
.textCard__list li {
  list-style: disc;
}
.textCard--col1 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px){
  .textCard--col2 {
    display: block;
  }
  .textCard__left {
    padding: 0;
  }
  .textCard img {
    width: 100%;
  }
  .textCard__img {
    width: 70%;
    margin: 0 auto;
  }
  .textCard__right {
    margin-top: 1rem;
  }
}

.ecCard {
  background-color: #ffffff;
  border: 1px solid #CCC;
  border-radius: 8px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ecCard--col2 {
  width: calc(100% / 2 - 20px);
  margin-right: 20px;
  margin-bottom: 30px;
}

.ecCard--col2:nth-of-type(2n) {
  margin-right: 0;
}

.ecCard--col3 {
  width: calc(100% / 3 - 16px);
  margin-right: 20px;
  margin-bottom: 30px;
}

.ecCard--col3:nth-child(3n) {
  margin-right: 0;
}

.ecCard__title {
  font-weight: 700;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}

.ecCard__title__item {
  color: #333;
  display: block;
}

.ecCard__img-wrapper {
  text-align: center;
  padding: 1rem 1rem .75rem;
}

.ecCard__body {
  padding: .5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ecCard__foot {
  padding: 1rem;
  background-color: #EFEFEF;
  border-top: 1px solid #ccc;
  border-radius: 0 0 8px 8px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ecCard__foot__btn {
  width: 200px;
  margin: .5rem;
}

@media screen and (max-width: 768px) {
  .ecCard {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.upCampaign__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.upCampaign__price--before {
  font-size: 1em;
  margin-top: 10px;
  text-decoration: line-through;
}

.upCampaign__price--new {
  font-size: 1.5em;
  font-weight: 800;
  color: #D01115;
}

.upCampaign__price--new::before {
  content: "▶︎";
  color: #333;
  font-size: .75em;
  margin: 0 .5rem;
}

.eventlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  margin: 20px auto;
  width: 80%;
}

.eventlist__thumbnail {
  margin-right: 1rem;
  width: 300px;
  height: auto;
}

.eventlist__text {
  text-align: left;
  line-height: 2.0;
}

@media screen and (max-width: 768px) {
  .eventlist__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .eventlist__thumbnail {
    margin-right: 0;
    width: 100%;
  }
}

/*element*/
.btn {
  display: inline-block;
  max-width: 100%;
  padding: 20px 10px;
  background-color: transparent;
  border: 0 solid transparent;
  color: #333333;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn--default {
  background-color: #ffffff;
  color: #0053F7;
  border: 1px solid #0053F7;
}

.btn--primary-as {
  background-color: #00A2A4;
  color: #ffffff;
  border: 1px solid #00A2A4;
}

.btn-small {
  font-size: .75em;
  padding: .2rem;
}

.btn-large {
  font-size: 1.25em;
  padding: 1rem;
}

.btn:hover {
  opacity: .85;
}

.badge {
  display: inline-block;
  font-size: 12px;
  padding: .25rem;
  border-radius: .25rem;
  font-weight: 700;
}

.badge--default {
  color: #FFF;
  background-color: #045183;
}

.badge--disabled {
  color: #E6E6E6;
  background-color: #CCCCCC;
}

.badge--red {
  color: #FFF;
  background-color: #D01115;
}

.eventMessage {
  font-weight: 700;
  text-align: center;
}

.typography__heading {
  font-size: 28px;
  text-align: center;
}

.typography__heading--middle {
  font-size: 28px;
  text-align: center;
}

.typography__heading--small {
  font-size: 20px;
  text-align: center;
}

.typography__price {
  color: #F86900;
  font-size: 24px;
  font-weight: 700;
  line-height: .75;
}

.typography__note {
  color: #666;
  font-size: 14px;
}

.background-white {
  background-color: #FFF;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sns__facebook {
  width: 65px;
  position: relative;
  top: -5px;
  right: 25px;
}

@media screen and (max-width: 768px) {
  .sns {
    margin-top: 1rem;
  }
  .sns__facebook {
    right: 0;
  }
}

/*Footer*/
#SimpleFooter_res .pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}

#SimpleFooter_res .pagetop a {
  display: block;
  width: 56px !important;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: none;
}

#SimpleFooter_res .pagetop a::before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f077";
  font-size: 28px;
  position: relative;
  top: 5px;
  right: 42px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  #SimpleFooter_res .pagetop a {
    background-image: none !important;
    padding: 0 !important;
    width: 56px !important;
    height: 56px !important;
    display: block !important;
  }
}

.footer_row_02 {
  font-size: 12px;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* .backtotop
-----------------------------------------------------------*/
.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  top: 0;
}

.fixed-bottom, .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.menuMg {
  padding-top: 20px;
  margin-top: -30px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky .sticky-fixed.is-absolute {
  position: absolute;
}

.sticky .sticky-fixed.is-sticky {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
}

.sticky .sticky-fixed.is-sticky:not([style*=margin-top]) {
  margin-top: 0 !important;
}

.sticky .sticky-fixed.is-sticky:not([style*=margin-bottom]) {
  margin-bottom: 0 !important;
}

.spshow {
  display: none;
}
.vpclub__img .pcshow {
  width: 70%;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .pcshow {
    display: none;
  }
  .spshow {
    display: block;
    width: 100%;
  }
}