@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  cursor: pointer;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

img {
  border: 0;
  margin: 0;
  vertical-align: bottom;
  max-width: 100%;
  -webkit-user-drag: none;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:hover {
  opacity: 0.85;
}

.object_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.object_contain {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.l-main {
  display: block;
  background-color: transparent;
}

#wrapper .l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-section {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-bottom: 5.6rem;
  }
}

/*------------------------------------------------------------------------------
  l-header
------------------------------------------------------------------------------*/
.l-header {
  width: 100%;
}

/*------------------------------------------------------------------------------
  l-footer
------------------------------------------------------------------------------*/
.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0511fa;
  width: 100%;
  height: 79px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: 56px;
  }
}

.l-footer__copyright {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

/*------------------------------------------------------------------------------
  c-inner
------------------------------------------------------------------------------*/
.c-inner {
  max-width: 1040px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding: 0 16px;
  }
}

/*------------------------------------------------------------------------------
  c-btn
------------------------------------------------------------------------------*/
/* 追加 */
.line-btn {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #06C755;
  width: 100%;
  max-width: 35rem;
  height: 7rem;
  border-radius: 35px;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
}

/* 追加 */
.group-btn {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #0511fa;
  width: 100%;
  max-width: 35rem;
  height: 7rem;
  border-radius: 35px;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
}

.c-btn-box{
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .c-btn-box {
    margin-bottom: 6rem;
  }
}
.c-btn {
  color: #0511fa;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #f7ff21;
  width: 100%;
  max-width: 35rem;
  height: 7rem;
  border-radius: 35px;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.8rem;
    max-width: 30rem;
    height: 5.2rem;
  }
}

.c-btn--sm {
  font-size: 2rem;
  height: 5rem;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .c-btn--sm {
    font-size: 1.5rem;
    max-width: 26rem;
    height: 4.6rem;
  }
}

/*------------------------------------------------------------------------------
  c-title
------------------------------------------------------------------------------*/
.c-title {
  text-align: center;
}

.c-title__en {
  color: #0511fa;
  font-size: 12rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "bebas-neue-pro", sans-serif;
  text-align: center;
  opacity: 0.14;
  position: relative;
  margin-bottom: -56px;
}
@media screen and (max-width: 1023px) {
  .c-title__en {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 6rem;
    margin-bottom: -22px;
  }
}

.c-title__ja {
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .c-title__ja {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 1.9rem;
    line-height: 1.4;
  }
}

.c-title__ja--lg {
  font-size: 4.4rem;
}
@media screen and (max-width: 1023px) {
  .c-title__ja--lg {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__ja--lg {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}

.c-title__ja--md {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  margin-top: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .c-title__ja--md {
    font-size: 2rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-title__ja--md {
    font-size: 1.8rem;
    letter-spacing: 0;
    text-align: center;
  }
}

/*------------------------------------------------------------------------------
  p-pickup
------------------------------------------------------------------------------*/
.p-pickup {
  margin: 10rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-pickup {
    margin: 6rem 0 10rem;
  }
}
.p-pickup .c-title__ja .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-pickup .c-title__ja .sp {
    display: inline-block !important;
  }
}

.p-pickup__slider {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-pickup__slider {
    margin-top: 3.2rem;
  }
}


.swiper1 {
  width: 100%;
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.swiper1 .slide-img img {
  aspect-ratio: 800/460;
}
.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
  width: 34px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .swiper1 .swiper-button-prev,
  .swiper1 .swiper-button-next {
    width: 24px;
    height: 32px;
  }
}
.swiper1 .swiper-button-prev {
  left: -100px;
}
@media screen and (max-width: 1023px) {
  .swiper1 .swiper-button-prev {
    left: -15px;
  }
}
.swiper1 .swiper-button-next {
  right: -100px;
}
@media screen and (max-width: 1023px) {
  .swiper1 .swiper-button-next {
    right: -15px;
  }
}
.swiper1 .swiper-button-prev::after,
.swiper1 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 34px;
  height: 44px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .swiper1 .swiper-button-prev::after,
  .swiper1 .swiper-button-next::after {
    width: 24px;
    height: 32px;
  }
}
.swiper1 .swiper-button-prev::after {
  background-image: url(../img/slide-btnL.png);
}
.swiper1 .swiper-button-next::after {
  background-image: url(../img/slide-btnR.png);
}
.swiper1 .swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper1 .swiper-pagination-bullets {
  bottom: -48px;
  width: 100%;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .swiper1 .swiper-pagination-bullets {
    bottom: -30px;
  }
}
.swiper1 .swiper-pagination-bullet {
  background-color: #0511fa !important;
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  margin: 0 5px !important;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .swiper1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #0511fa !important;
  opacity: 1;
}

/*------------------------------------------------------------------------------
  p-message
------------------------------------------------------------------------------*/
.p-message {
  padding: 10rem 0 8.4rem;
  background-image: url(../img/message-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
@media screen and (max-width: 767px) {
  .p-message {
    background-image: url(../img/message-bg_sp.jpg);
    padding: 6rem 0;
  }
}

.p-message__title {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-message__title {
    margin-bottom: 2.4rem;
  }
}
.p-message__title .c-title__ja {
  text-shadow: 0 0 43px rgba(255, 255, 255, 0.9);
}

.p-message__texts {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message__texts {
    font-size: 1.3rem;
    line-height: 1.73;
    letter-spacing: 0;
    margin-left: -6px;
    margin-right: -6px;
  }
}
.p-message__texts p:not(:last-child) {
  margin-bottom: 2em;
}

.p-message__texts--lg {
  font-size: 2.2rem;
  line-height: 1.45;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 767px) {
  .p-message__texts--lg {
    font-size: 1.5rem;
    text-underline-offset: 4px;
  }
}

.p-message__lead {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-message__lead {
    font-size: 1.9rem;
    letter-spacing: 0;
    margin: 4.4rem 0 2.4rem;
  }
}

.p-message__btn {
  margin-top: 3.4rem;
}

/*------------------------------------------------------------------------------
  p-speaker
------------------------------------------------------------------------------*/
.p-speaker .c-title {
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-speaker .c-title {
    margin-bottom: 4rem;
  }
}

.p-speaker__media-wrap:not(:last-of-type) {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-speaker__media-wrap:not(:last-of-type) {
    margin-bottom: 4.8rem;
  }
}

.p-speaker__media-wrap-title {
  color: #0511fa;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 9.4rem;
}
@media screen and (max-width: 767px) {
  .p-speaker__media-wrap-title {
    font-size: 2.4rem;
    margin-bottom: 12rem;
  }
}
.p-speaker__media-wrap-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, transparent), color-stop(56%, #f7ff21), to(#f7ff21));
  background: linear-gradient(to bottom, transparent 56%, #f7ff21 56%, #f7ff21);
  padding: 0 8px 4px;
}

.p-speaker-media {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-speaker-media {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
  }
}
.p-speaker-media:not(:last-child) {
  margin-bottom: 9.4rem;
}
@media screen and (max-width: 767px) {
  .p-speaker-media:not(:last-child) {
    margin-bottom: 11.2rem;
  }
}

.p-speaker-media--odd .p-speaker-media__img {
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-speaker-media--odd .p-speaker-media__img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-speaker-media--odd .p-speaker-media__contents {
  margin-left: auto;
  padding: 0 30px 30px 200px;
}
@media screen and (max-width: 1023px) {
  .p-speaker-media--odd .p-speaker-media__contents {
    padding: 0 30px 30px 220px;
  }
}
@media screen and (max-width: 767px) {
  .p-speaker-media--odd .p-speaker-media__contents {
    padding: 62px 15px 30px;
  }
}
.p-speaker-media--odd .p-speaker-media__head {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-speaker-media--odd .p-speaker-media__head {
    text-align: center;
  }
}
.p-speaker-media--odd .p-speaker-media__name-en {
  right: -4px;
}
.p-speaker-media--odd .p-speaker-media__head-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-speaker-media--odd .p-speaker-media__head-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-speaker-media--even .p-speaker-media__img {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-speaker-media--even .p-speaker-media__img {
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-speaker-media--even .p-speaker-media__contents {
  padding: 0 200px 30px 30px;
}
@media screen and (max-width: 1023px) {
  .p-speaker-media--even .p-speaker-media__contents {
    padding: 0 220px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-speaker-media--even .p-speaker-media__contents {
    padding: 62px 16px 30px;
  }
}

.p-speaker-media__img {
  max-width: 31rem;
  width: 100%;
  border-radius: 20px 0 20px 0;
  -webkit-box-shadow: 10px 10px 0 #dddefe;
          box-shadow: 10px 10px 0 #dddefe;
  position: absolute;
  top: -45px;
}
@media screen and (max-width: 1023px) {
  .p-speaker-media__img {
    max-width: 19.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-speaker-media__img {
    top: -85px;
    max-width: 20.5rem;
    -webkit-box-shadow: 5px 5px 0 #dddefe;
            box-shadow: 5px 5px 0 #dddefe;
  }
}
.p-speaker-media__img img {
  width: 100%;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 21px rgba(0, 0, 0, 0.13);
  border-radius: 20px 0 20px 0;
}

.p-speaker-media__img-text {
  position: absolute;
  top: 20px;
  left: 310px;
  color: #0511fa;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  background-color: #f7ff21;
  padding: 20px 30px 20px 44px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 1023px) {
  .p-speaker-media__img-text {
    font-size: 2.4rem;
    padding: 16px 20px 16px 24px;
    left: 192px;
  }
}
@media screen and (max-width: 767px) {
  .p-speaker-media__img-text {
    font-size: 1.75rem;
    line-height: 1.28;
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border-radius: 10px 0 10px 0;
    padding: 0;
    top: auto;
    bottom: -15px;
    left: 190px;
  }
  .p-speaker-media__img-text.u-accent-color {
    font-size: 1.65rem;
    letter-spacing: -0.06em;
  }
}

.p-speaker-media__contents {
  max-width: 84.3rem;
  background-color: #ecf7ff;
  border-radius: 20px 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-speaker-media__head {
  border-bottom: 1px solid #0511fa;
  padding-bottom: 1.6rem;
}

.p-speaker-media__name-en {
  color: #0511fa;
  font-size: 6.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-family: "bebas-neue-pro", sans-serif;
  opacity: 0.2;
  position: relative;
  top: -24px;
}
@media screen and (max-width: 1023px) {
  .p-speaker-media__name-en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-speaker-media__name-en {
    top: 38px;
    font-size: 3.4rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
}

.p-speaker-media__head-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0511fa;
  font-weight: bold;
  line-height: 1.2;
  margin-top: -48px;
}
@media screen and (max-width: 767px) {
  .p-speaker-media__head-flex {
    margin-top: 0;
    display: block;
    text-align: center;
  }
}

.p-speaker-media__position {
  font-size: 2rem;
  margin-top: 4px;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .p-speaker-media__position {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-speaker-media__position {
    font-size: 1.2rem;
    display: block;
    margin: 0 0 0.6rem;
  }
}

.p-speaker-media__name-ja {
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-speaker-media__name-ja {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-speaker-media__name-ja {
    font-size: 1.8rem;
  }
}

.p-speaker-media__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
  letter-spacing: 0.02em;
  min-height: 140px;
  margin: 2.4rem 0 2rem;
}
@media screen and (max-width: 1023px) {
  .p-speaker-media__text {
    font-size: 1.5rem;
  }
  .p-speaker-media__text br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-speaker-media__text {
    font-size: 1.3rem;
    line-height: 1.73;
    text-align: justify;
    min-height: 0;
    margin: 1.2rem 0 1.6rem;
  }
  .p-speaker-media__text br {
    display: block;
  }
}

.p-speaker-media__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 767px) {
  .p-speaker-media__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-speaker-media__see-more {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  font-family: "bebas-neue-pro", sans-serif;
  padding-top: 5px;
  margin-right: 19px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-speaker-media__see-more {
    font-size: 1.6rem;
    padding-top: 3px;
    margin-right: 15px;
  }
}

.p-speaker-media__sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-speaker-media__sns {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24px;
          flex: 0 1 24px;
  display: block;
  width: 24px;
}
@media screen and (max-width: 767px) {
  .p-speaker-media__sns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20px;
            flex: 0 1 20px;
  }
}
.p-speaker-media__sns:not(:last-child) {
  margin-right: 16px;
}
.p-speaker-media__sns img {
  vertical-align: middle;
}
.p-speaker-media__sns.--youtube {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29px;
          flex: 0 1 29px;
  width: 29px;
}
@media screen and (max-width: 767px) {
  .p-speaker-media__sns.--youtube {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 24px;
            flex: 0 1 24px;
    width: 24px;
  }
}
.p-speaker-media__sns.--youtube img {
  vertical-align: -6px;
}

/*------------------------------------------------------------------------------
  p-booth
------------------------------------------------------------------------------*/
.p-booth {
  padding-top: 11rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-booth {
    padding-top: 7rem;
  }
}

.p-booth__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-booth__bg {
    top: 70px;
  }
}

/* ここから追加 */
.p-booth-container{
  margin: 5rem auto 0;
  padding: 5rem 2.5rem;
  background-image: url(../img/booth-bk.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px 0 40px 0;
  -webkit-box-shadow: 20px 20px #f7ff21;
  box-shadow: 20px 20px #f7ff21;

  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

@media screen and (max-width: 767px) {
.p-booth-container {
    margin: 5rem auto 0;
    padding: 3rem 2.5rem;
    background-image: url(../img/booth-bk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px 0 40px 0;
    -webkit-box-shadow: 10px 10px #f7ff21;
    box-shadow: 10px 10px #f7ff21;
  
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.p-booth-card{
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 3rem 1.5rem 2rem 1.5rem;
  width: 30%;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 40px 0 40px 0;

  filter: drop-shadow(5px 5px 3px rgba(159, 159, 159, 0.6));
}

/* @media screen and (max-width: 767px) {
  .p-booth-card {
    width: 48%;
    padding: 3.25rem 1.75rem 2rem 1.75rem;
  }
} */

@media screen and (max-width: 428px) {
  .p-booth-card {
    width: 100%;
    padding: 3.25rem 1.75rem 2rem 1.75rem;
  }
}

.p-booth-taiken{
  border: solid 1px #0f0ffa;
}

.p-booth-card-title{
  font-size: 1.5rem;
  font-weight: 600;
  color: #0f0ffa;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .p-booth-card-title {
      font-size: 2rem;
    }
}
.p-booth-card-kana{
  font-size: 1rem;
  font-weight: 500;
  color: #0f0ffa;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .p-booth-card-kana {
    font-size: 1.5rem;
  }
}
.p-booth-card-innner-box{
 display: flex;
 margin-top: 1rem;
 margin-bottom: 0.5rem;
}

.p-booth-card-img-box{
  margin-right: 1rem;
}
.p-booth-card-img{
  border-radius: 10px 0 10px 0;
}

.p-booth-card-text{
  font-size: 1rem;
  line-height: 130%;
  text-align: justify;
  width: 65rem;
}
@media screen and (max-width: 767px) {
  .p-booth-card-text {
    font-size: 1.25rem;
  }
}
.p-booth-card-sns{
  display: flex;
  justify-content: right;
}
.ribbon-taiken {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0;
  padding: 3px 0 0px;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 13px;
  background: #0f0ffa;
  border-radius: 2px 0 0 0;
}
@media screen and (max-width: 767px) {
  .ribbon-taiken {
    padding: 5px 0 0px;
  }
}

.ribbon-taiken:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #0f0ffa;
  border-right: solid 5px transparent;
}

.ribbon-taiken:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #0f0ffa;
}


/* ここまで追加 */





/*------------------------------------------------------------------------------
  p-time-table
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  p-tickets
------------------------------------------------------------------------------*/
.p-tickets__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5.6rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-tickets__list {
    display: block;
    margin: 3.2rem 0 2rem;
  }
}

.p-tickets__sub-title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-tickets__sub-title {
    font-size: 2rem;
  }
}

.p-tickets-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  overflow: hidden;

  /* min-height: 480px; */
    /* 最低限の高さを指定 */

}
@media screen and (max-width: 767px) {
  .p-tickets-card:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.p-tickets-card--vip {
  border-color: #0511fa;
}
.p-tickets-card--vip .p-tickets-card__title {
  background-color: #0511fa;
}


/* 追加 */
.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;

  width: 100%;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 50;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* 追加ここまで */

/* 変更 */
.p-tickets-card--vip .p-tickets-card__info .--lg,
.p-tickets-card--vip .p-tickets-card__text,
.p-tickets-card--vip .p-tickets-card__price .--vip-color {
  color: #0511fa;
}
/* 追加 */
.p-tickets-card--vip .p-tickets-card__price {
  border-top: #0511fa 1px solid;
}

.p-tickets-card--s {
  border-color: #db61fe;
}
.p-tickets-card--s .p-tickets-card__title {
  background-color: #db61fe;
}

/* 変更 */
.p-tickets-card--s .p-tickets-card__info .--lg,
.p-tickets-card--s .p-tickets-card__text,
.p-tickets-card--s .p-tickets-card__price .--vip-color {
  color: #db61fe;
}
/* 追加 */
.p-tickets-card--s .p-tickets-card__price {
  border-top: #db61fe 1px solid;
}

/* ボックス内ボタン */
.p-tickets-card.p-tickets-card--vip .p-tickets-card__info .c-btn {
  background-color: #0511fa !important;
  color: #ffffff !important;
}

.p-tickets-card.p-tickets-card--s .p-tickets-card__info .c-btn {
  background-color: #db61fe !important;
  color: #ffffff !important;
}

.p-tickets-card.p-tickets-card--a .p-tickets-card__info .c-btn{
  background-color: #58e0fa !important;
  color: #ffffff !important;
}


/* 変更 */
.p-tickets-card--s .p-tickets-card__text {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.p-tickets-card--a {
  border-color: #58e0fa;
}
.p-tickets-card--a .p-tickets-card__title {
  background-color: #58e0fa;
}

/* 変更 */
.p-tickets-card--a .p-tickets-card__info .--lg,
.p-tickets-card--a .p-tickets-card__textt,
.p-tickets-card--a .p-tickets-card__price .--vip-color {
  color: #58e0fa;
}
/* 追加 */
.p-tickets-card--a .p-tickets-card__price {
  border-top: #58e0fa 1px solid;
}

/* 追加 */
.p-tickets-card--bus .p-tickets-card__info .--lg,
.p-tickets-card--bus .p-tickets-card__text,
.p-tickets-card--bus .p-tickets-card__price .--vip-color {
  color: #000000;
}

.p-tickets-card--bus .p-tickets-card__price {
  border-top: #000000 1px solid;
}

.p-tickets-card--bus .p-tickets-card__title{
  background-color: #000000 !important;
}



.p-tickets-card__title {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 8rem;
}
@media screen and (max-width: 1023px) {
  .p-tickets-card__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tickets-card__title {
    font-size: 2.4rem;
    height: 6rem;
  }
}

/* 変更 */
.p-tickets-card__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.2rem 2rem 2rem;

  /* display: flex;
  flex-direction: column;
  flex: 1; */

  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-tickets-card__body {
    padding: 2rem 1.6rem;
  }
}

/* 変更 */
.p-tickets-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  flex-flow: column;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;

  flex-direction: column;
  /* 

  align-items: center;
    /* 横方向は中央揃え */
    /* justify-content: flex-start; */
    /* 上詰めにしておく */
      /* 下揃え */
      /* height: 100%; */
      /* 高さを親要素に合わせたいなら必須 */
}

 /* 追加 */
 
 .p-tickets-card__action {
   margin-top: auto;
   /* 下に押し出す */
   display: flex;
   justify-content: center;
   /* 横中央 */
 }
 
 .p-tickets-card__info a {

}

@media screen and (max-width: 1023px) {
  .p-tickets-card__info {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tickets-card__info {
    font-size: 1.6rem;
  }
}

/* 追加 */
.p-tickets-card__text .--lg--ctx {
  font-size: 2.1rem;
  background: linear-gradient(to bottom, transparent 56%, #f7ff21 56%, #f7ff21);
}
@media screen and (max-width: 1023px) {
  .p-tickets-card__text .--lg--ctx {
    font-size: 1.6rem;
    background: linear-gradient(to bottom, transparent 56%, #f7ff21 56%, #f7ff21);
  }
}
@media screen and (max-width: 767px) {
  .p-tickets-card__text .--lg--ctx {
    font-size: 1.7rem;
    background: linear-gradient(to bottom, transparent 56%, #f7ff21 56%, #f7ff21);
  }
}
.marker {
  background: linear-gradient(to bottom, transparent 56%, #f7ff21 56%, #f7ff21);
}
/* 追加ここまで */

/* 変更 */
.p-tickets-card__price,
.p-tickets-card__bill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100% !important;
}

.p-tickets-card__price .--lg,
.p-tickets-card__bill .--lg {
  font-size: 3.8rem;
  font-weight: 600;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 0.02em;
  margin: 0 0.3rem;
}
@media screen and (max-width: 1023px) {
  .p-tickets-card__price .--lg,
  .p-tickets-card__bill .--lg {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tickets-card__price .--lg,
  .p-tickets-card__bill .--lg {
    font-size: 3.6rem;
  }
}

/* 変更 */
.p-tickets-card__price {
  /* margin-right: 1rem; */
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 0rem;

  font-size: 1.6rem;
}

/* 追加 */
.p-tickets-card__price.--lh-2>p {
  line-height: 1.8rem;
  font-size: 1.4rem;
}

/* 追加 */
.p-tickets-card__price .item_title {
  font-size: 1.2rem;
}

/* 追加 */
@media screen and (max-width: 1023px) {
  .p-tickets-card__price .item_title {
    font-size: 1.2rem;
  }
}

/* 追加 */
@media screen and (max-width: 767px) {
  .p-tickets-card__price .item_title {
    font-size: 1.4rem;
  }
}

/* 変更 */
.p-tickets-card__bill {
  /* margin-left: 1rem; */
  width: 100%;

}

/* 変更 */
.p-tickets-card__text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.47;
  text-align: center;
  /* margin-bottom: 1.2rem; */
}

@media screen and (max-width: 1023px) {
  .p-tickets-card__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tickets-card__text {
    margin-top: 1.2rem;
  }
}

.p-tickets__text-list {
  text-align: center;
}
.p-tickets__text-list li {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-tickets__text-list li {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.p-buy {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-buy {
    margin-top: 4rem;
  }
}

.p-buy__step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem auto 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-buy__step-list {
    display: block;
    margin: 3.2rem auto;
  }
}

.p-buy__step {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-buy__step {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
}
.p-buy__step:nth-child(2) {
  margin: 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-buy__step:nth-child(2) {
    margin: 5.6rem auto;
  }
}
.p-buy__step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 101px;
  right: -74px;
  background-image: url(../img/triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .p-buy__step:not(:last-child)::before {
    top: auto;
    bottom: -48px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 30px;
    height: 24px;
  }
}

.p-buy__step-icon {
  max-width: 20.3rem;
  margin: 0 auto 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-buy__step-icon {
    max-width: 15rem;
    margin: 0 auto 1.4rem;
  }
}

.p-buy__step-title {
  color: #0511fa;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-buy__step-title {
    font-size: 1.45rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .p-buy__step-title {
    font-size: 1.6rem;
  }
}

.p-buy__step-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .p-buy__step-text {
    font-size: 1.3rem;
  }
}

.p-event-recipient {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-event-recipient {
    margin-top: 5.6rem;
  }
}

.p-event-recipient__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-event-recipient__contents {
    display: block;
    margin-top: 2.4rem;
  }
}

.p-event-recipient__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 139px;
          flex: 0 1 139px;
  margin-right: 37px;
}
@media screen and (max-width: 767px) {
  .p-event-recipient__icon {
    margin: 0 auto 1.4rem;
    max-width: 8rem;
  }
}

.p-event-recipient__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #0511fa;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.92;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-event-recipient__text {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: justify;
    max-width: 38rem;
    margin: 0 auto;
  }
}

/*------------------------------------------------------------------------------
  p-vip
------------------------------------------------------------------------------*/
.p-vip {
  background-color: #f8fcfe;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-vip {
    padding: 5.6rem 0;
  }
}

.p-vip__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-vip__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3%;
    margin: 3.2rem 0 2.4rem;
  }
}
.p-vip__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18.4%;
          flex: 0 1 18.4%;
}
@media screen and (max-width: 767px) {
  .p-vip__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
  }
  .p-vip__list li:nth-child(n+4) {
    margin-top: 3%;
  }
}
.p-vip__list li img {
  border-radius: 20px 0 20px 0;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 21px rgba(0, 0, 0, 0.13);
}

.p-vip__texts {
  color: #0511fa;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vip__texts {
    font-size: 1.4rem;
    line-height: 1.45;
  }
}
.p-vip__texts p:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-vip__texts p:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.p-vip__texts span {
  padding-left: 3.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-vip__texts span {
    padding-left: 2.2rem;
  }
}
.p-vip__texts span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .p-vip__texts span::before {
    top: 3.5px;
    width: 18px;
    height: 14px;
  }
}

/*------------------------------------------------------------------------------
  p-access
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-access .c-inner {
    max-width: 60rem;
  }
}

.p-access__map {
  max-width: 80rem;
  margin: 5rem auto;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    margin: 3.2rem auto;
  }
}
.p-access__map iframe {
  border-radius: 20px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    width: 100%;
    height: 240px;
  }
}

.p-access__sub-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-access__sub-title {
    font-size: 1.8rem;
  }
}

.p-access__address {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-access__address {
    font-size: 1.4rem;
  }
}
.p-access__address a {
  color: #0511fa;
  border-bottom: 1px solid #9698fc;
  padding-bottom: 0.4rem;
}

.p-access__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
  text-align: center;
  margin: 5.6rem 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-access__text {
    font-size: 1.45rem;
    line-height: 1.7;
    margin: 3.2rem 0 4rem;
  }
}

.p-traffic__list {
  max-width: 80rem;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .p-traffic__list {
    margin-bottom: 4.4rem;
  }
}

.p-traffic__item {
  border-bottom: 1px solid #0511fa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4rem 0 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-traffic__item {
    padding: 3.2rem 1.6rem;
  }
}

.p-traffic__title {
  color: #0511fa;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-traffic__title {
    font-size: 1.5rem;
    margin-bottom: 2.2rem;
  }
}

.p-traffic__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-traffic__detail {
    display: block;
  }
}

.p-traffic__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18.5%;
          flex: 0 1 18.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-traffic__icon {
    max-width: 10rem;
    margin: 0 auto 1.2rem;
  }
}
.p-traffic__icon.--train img {
  max-width: 102px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-traffic__icon.--train img {
    max-width: 8rem;
  }
}
.p-traffic__icon.--car img {
  max-width: 107px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-traffic__icon.--car img {
    max-width: 8.4rem;
  }
}

.p-traffic__texts {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 76%;
          flex: 0 1 76%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-traffic__texts {
    font-size: 1.3rem;
  }
}

.p-traffic__notes {
  text-indent: -1em;
  padding-left: 1em;
}

.p-awaji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-awaji {
    display: block;
  }
}

.p-awaji__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
.p-awaji__img img {
  border-radius: 20px 0 20px 0;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 21px rgba(0, 0, 0, 0.13);
}

.p-awaji__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53.4%;
          flex: 0 1 53.4%;
}
@media screen and (max-width: 767px) {
  .p-awaji__contents {
    margin-top: 2rem;
  }
}

.p-awaji__title {
  font-size: 3.8rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-awaji__title {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}

.p-awaji__texts {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.18;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-awaji__texts {
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

/*------------------------------------------------------------------------------
  p-faq
------------------------------------------------------------------------------*/
.p-faq {
  background-color: #f1f1f1;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 5.6rem 0;
  }
}

.faq__list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .faq__list {
    margin-top: 3.2rem;
  }
}

.p-faq__item {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 29px rgba(100, 100, 100, 0.22);
          box-shadow: 0 0 29px rgba(100, 100, 100, 0.22);
  padding: 34px 40px 26px 78px;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 26px 16px 20px 44px;
  }
}
.p-faq__item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.p-faq__item-title {
  color: #0511fa;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__item-title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-right: 24px;
  }
}
.p-faq__item-title::before {
  content: "Q";
  position: absolute;
  top: -9px;
  left: -50px;
  color: #0511fa;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__item-title::before {
    top: -5px;
    left: -30px;
    font-size: 3.2rem;
  }
}
.p-faq__item-title button {
  position: absolute;
  top: -4px;
  right: 0;
  width: 22px;
  height: 22px;
  display: block;
}
.p-faq__item-title button:focus {
  outline: rgb(0, 95, 204);
}
.p-faq__item-title button::before, .p-faq__item-title button::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #0511fa;
  border-radius: 1.5px;
}
.p-faq__item-title button::before {
  top: 15px;
  width: 22px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .p-faq__item-title button::before {
    top: 15px;
    width: 14px;
    height: 1.5px;
  }
}
.p-faq__item-title button::after {
  top: 5px;
  height: 22px;
  width: 3px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__item-title button::after {
    top: 9px;
    width: 1.5px;
    height: 14px;
  }
}
.p-faq__item-title.open button::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.p-faq__item-answer {
  font-size: 1.8rem;
  line-height: 1.56;
  padding-right: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 3.8rem;
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer {
    font-size: 1.3rem;
    text-align: justify;
    margin-top: 20px;
  }
}
.p-faq__item-answer::before {
  content: "A";
  position: absolute;
  top: -8px;
  left: -50px;
  color: #000000;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer::before {
    top: -4px;
    left: -30px;
    font-size: 3.2rem;
  }
}
.p-faq__item-answer a {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
  p-infomation
------------------------------------------------------------------------------*/
.p-infomation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-infomation__list {
    display: block;
    max-width: 600rem;
    margin: 3.2rem auto 0;
  }
}

.p-infomation__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  background-color: #ecf7ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #0511fa;
  border-radius: 20px 0 20px 0;
  padding: 4.8rem 4.4rem 5rem;
}
@media screen and (max-width: 1023px) {
  .p-infomation__box {
    padding: 4.8rem 3rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-infomation__box {
    padding: 3.2rem 2rem 2.8rem;
  }
  .p-infomation__box:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.p-infomation__box-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-infomation__box-title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.p-infomation__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.98;
  text-align: justify;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .p-infomation__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-infomation__text {
    margin-bottom: 1.6rem;
  }
}

/*------------------------------------------------------------------------------
  p-coming-soon
------------------------------------------------------------------------------*/
.p-coming-soon {
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-coming-soon {
    margin-top: 3.2rem;
  }
}
.p-coming-soon img {
  border-radius: 40px 0 40px 0;
  -webkit-box-shadow: 20px 20px #f7ff21;
          box-shadow: 20px 20px #f7ff21;
}
@media screen and (max-width: 767px) {
  .p-coming-soon img {
    -webkit-box-shadow: 8px 8px #f7ff21;
            box-shadow: 8px 8px #f7ff21;
  }
}


/*------------------------------------------------------------------------------
  p-grouptickets（追加）
------------------------------------------------------------------------------*/

.p-grouptickets {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
.p-grouptickets p{
  font-size: 1.6rem;
}
}
.p-title-message{
  margin-top: 2rem;
  line-height: 130%;
}

.p-grouptickets-finish{
  margin: 20px;
  padding: 20px;
  border-radius: 20px 0 20px 0;
  background-color: #f7ff21 ;
  color: #0511fa;
  font-size:   3rem;
  font-weight: 700;
  width: fit-content;
  
}
@media screen and (max-width: 767px) {
.p-grouptickets-finish {
    margin: 2rem auto 2rem auto;
    padding: 1rem;
    font-size: 3rem;
    width: 95%;
  }
}



.p-grouptickets-talksession-box{
  margin: 5rem auto 0;
  padding: 5rem 2.5rem;
  background-image: url(../img/booth-bk.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px 0 40px 0;
  -webkit-box-shadow: 10px 10px #f7ff21;
  box-shadow: 10px 10px #f7ff21;

  text-align: center;
  font-weight: 500;
}
.p-grouptickets-talksession-title{
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  color: #0511fa;
}
.p-grouptickets-talksession-title .--sm{
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-grouptickets-talksession-title {
    font-size: 2.3rem;
  }
  .p-grouptickets-talksession-title .--sm {
    font-size: 1.7rem;
  } 
}

.talksession-img{
  margin-top: 2rem;
  max-width: 500px;

}

.p-grouptickets-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid transparent;
  background-color: #fff;
  border-radius: 20px 0 0 0;
  overflow: hidden;

  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-grouptickets-card:not(:last-child) {
    margin-bottom: 2rem;
  }
}


.p-grouptickets-card--vip .p-tickets-card__title{
  background-color: #2139fd;
  background-image: linear-gradient(109deg, #0511fa 0%, #21fffb 100%);

  text-shadow: 0px 0px 4px rgba(14, 43, 251,0.5);
}

.p-grouptickets-card--vip .p-tickets-card__body{
  border: 3px solid;
  border-image:linear-gradient(to right, #0511fa 0%, rgb(33, 255, 251) 100%);
  border-image-slice: 1;
  border-color: #0511fa;
}

.p-grouptickets-card--s .p-tickets-card__title {
  /* background-color: #2139fd;
  background-image: linear-gradient(109deg, #2139fd 0%, #21ffbf 100%); */

  background-color: #fb7a61;
  background-image: linear-gradient(109deg, #db61fe 50%, rgb(240, 182, 80) 100%);

  text-shadow: 0px 0px 4px rgb(218, 98, 255,0.8);

}

.p-grouptickets-card--s .p-tickets-card__body {
  border: 3px solid;
  border-image: linear-gradient(to right, #db61fe 50%, #f0b650 100%);
  border-image-slice: 1;
  border-color: #db61fe;
}

.p-grouptickets-card--a .p-tickets-card__title {
  background-color: #2139fd;
  background-image: linear-gradient(109deg, #00b7ff 0%, #f7ff21 100%);

  text-shadow: 0px 0px 4px rgb(1, 186, 255, 0.8);
}

.p-grouptickets-card--a .p-tickets-card__body {
  border: 3px solid;
  border-image: linear-gradient(to right, #00b7ff 0%, #f7ff21 100%);
  border-image-slice: 1;
  border-color: #00b7ff;
}


.p-present-box{
  text-align: center;
  margin-bottom: 3rem;

}
.present-no{
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 10px 0 10px 0;
  width: fit-content;
  display: inline-block;
}

.present-no-50{
  border: 2px solid #2139fd;
  color: #2139fd;
}

.present-no-30 {
  border: 2px solid #db61fe;
  color: #db61fe;
}

.present-no-10 {
  border: 2px solid #00b7ff;
  color: #00b7ff;
}

.present-title{
  color: #2139fd;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.4;
}

.present-title .--lg--ctx{
  font-size: 2.5rem;
}
.present-text{
  text-align: left;
  color: #2139fd;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .present-no,
  .present-text,
  .present-text p {
    font-size: 1.7rem;
    line-height: 1.4;
    text-align: justify;
  }
}
.p-grouptickets-card__text {
  font-size: 1.4rem;
  font-weight: 00;
  line-height: 1.47;
  text-align: left;
  padding-left: 2rem;


  height: 23rem;
}
.p-grouptickets__text-list li{
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.04em;

  padding-left: 2rem;
  padding-right: 1rem;
  text-indent: -1em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .p-grouptickets__text-list li {
      font-size: 1.3rem;
      line-height: 1.6;
    }
}

.group-link{
  color: #2139fd;
  text-decoration: underline;
}
.p-grouptickets-card--vip>div>ul>li>.marker {
  background: linear-gradient(to bottom, transparent 56%, rgba(33,255,251,0.3) 56%, rgba(33,255,251,0.3));
}

.p-grouptickets-card--s>div>ol>li>.marker {
  background: linear-gradient(to bottom, transparent 56%, rgba(240, 182, 80, 0.3) 56%, rgba(240, 182, 80, 0.3));
}

.p-grouptickets-card--a>div>ol>li>.marker {
  background: linear-gradient(to bottom, transparent 56%, rgba(247, 255, 33, 0.5) 56%, rgba(247, 255, 33, 0.5));
}

@media screen and (max-width: 767px) {
  .p-grouptickets-card__text {  
    height: fit-content;
  }
  .p-grouptickets-card__text li{
    font-size: 1.7rem;
    line-height: 1.6;
    text-align: justify;
  }
}


.p-grouptickets-card--vip .p-grouptickets-card__text {
  color: #2139fd;
}

@media screen and (max-width: 1023px) {
  .p-grouptickets-card__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-grouptickets-card__text {
    margin-top: 1.2rem;
  }
}

.p-grouptickets-card__text .--lg--ctx {
  font-size: 1.7rem;
  /* background: linear-gradient(to bottom, transparent 56%, #f7ff21 56%, #f7ff21); */
}

@media screen and (max-width: 1023px) {
  .p-grouptickets-card__text .--lg--ctx {
    font-size: 1.7rem;
    /* background: linear-gradient(to bottom, transparent 56%, #f7ff21 56%, #f7ff21); */
  }
}

@media screen and (max-width: 767px) {
  .p-grouptickets-card__text .--lg--ctx {
    font-size: 2rem;
    /* background: linear-gradient(to bottom, transparent 56%, #f7ff21 56%, #f7ff21); */
  }
}

.p-grouptickets-card--vip .p-grouptickets-card__text li{
  text-align: left;
  color: #2139fd;
}
.p-grouptickets-card--s .p-grouptickets-card__text li{
  text-align: left;
  color: #db61fe;
}

.p-grouptickets-card--a .p-grouptickets-card__text li{
  text-align: left;
  color: #00b7ff;
}


/* .p-grouptickets-card__text li{
  /* position: relative;
  padding-left: 15px;
} */

/* .p-grouptickets-card__text li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 5px;
  height: 10px;
} */

.p-grouptickets-card--vip .p-grouptickets-card__text li:before{
  border-right: 3px solid #2139fd;
  border-bottom: 3px solid #2139fd;
}

.p-grouptickets-card--s .p-grouptickets-card__text li:before {
  border-right: 3px solid #db61fe;
  border-bottom: 3px solid #db61fe;
}

.p-grouptickets-card--a .p-grouptickets-card__text li:before {
  border-right: 3px solid #00b7ff;
  border-bottom: 3px solid #00b7ff;
}

@media screen and (max-width: 1023px) {
  .p-grouptickets-card__text li:before {
    top: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-grouptickets-card__text li:before {
    top: 0.5rem;
  }
}

.p-grouptickets-card--vip .p-tickets-card__info .--lg,
.p-grouptickets-card--vip .p-tickets-card__text,
.p-grouptickets-card--vip .p-tickets-card__price .--vip-color {
  color: #2139fd;
}

.p-grouptickets-card--vip .p-tickets-card__price {
  border-top: #2139fd 1px solid;
}

.p-grouptickets-card--s .p-tickets-card__title {
  background-color: #db61fe;
}

.p-grouptickets-card--s .p-tickets-card__info .--lg,
.p-grouptickets-card--s .p-tickets-card__text,
.p-grouptickets-card--s .p-tickets-card__price .--vip-color {
  color: #db61fe;
}

.p-grouptickets-card--s .p-tickets-card__price {
  border-top: #db61fe 1px solid;
}

.p-grouptickets-card--s .p-tickets-card__text {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.p-grouptickets-card--a .p-tickets-card__title {
  background-color: #58e0fa;
}

.p-grouptickets-card--a .p-tickets-card__info .--lg,
.p-grouptickets-card--a .p-tickets-card__text,
.p-grouptickets-card--a .p-tickets-card__price .--vip-color {
  color: #00b7ff;
}
.p-grouptickets-card--a .p-tickets-card__price {
  border-top: #00b7ff 1px solid;
}
.p-grouptickets-btn{
  font-size: 2rem;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .p-grouptickets-btn {
      font-size: 1.5rem;
      line-height: 120%;
    }
}

/*------------------------------------------------------------------------------
  u-color
------------------------------------------------------------------------------*/
.u-primary-color {
  color: #0511fa;
}

.u-accent-color {
  color: #f7ff21;
}

/*------------------------------------------------------------------------------
  u-bgc
------------------------------------------------------------------------------*/
.u-bgc-primary {
  background-color: #0511fa;
}

.u-bgc-purple {
  background-color: #cdcffe;
}

/*------------------------------------------------------------------------------
  u-fz
------------------------------------------------------------------------------*/
.u-fz16 {
  font-size: 1.6rem;
}

.u-fz15 {
  font-size: 1.5rem;
}

.u-fz14 {
  font-size: 1.4rem;
}

.u-fz13 {
  font-size: 1.3rem;
}

.u-fz12 {
  font-size: 1.2rem;
}

/*------------------------------------------------------------------------------
  u-fw
------------------------------------------------------------------------------*/
.u-fw-bold {
  font-weight: bold;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-normal {
  font-weight: 400;
}

/*------------------------------------------------------------------------------
  u-text-align
------------------------------------------------------------------------------*/
.u-text-align-left {
  text-align: left;
}

.u-text-align-center {
  text-align: center;
}

.u-text-align-right {
  text-align: right;
}

/*------------------------------------------------------------------------------
  margin
------------------------------------------------------------------------------*/
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-space-2 {
  margin-top: 2px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-space-4 {
  margin-top: 4px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-05 {
  margin-bottom: 4px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-05 {
  margin-left: 4px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-m-space-4 {
  margin: 4px !important;
}

.u-m-1 {
  margin: 8px !important;
}

.u-m-2 {
  margin: 16px !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

/*------------------------------------------------------------------------------
  padding
------------------------------------------------------------------------------*/
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-1 {
  padding-top: 8px !important;
}

.u-pt-2 {
  padding-top: 16px !important;
}

.u-pt-3 {
  padding-top: 24px !important;
}

.u-pt-4 {
  padding-top: 32px !important;
}

.u-pt-5 {
  padding-top: 40px !important;
}

.u-pt-6 {
  padding-top: 48px !important;
}

.u-pt-7 {
  padding-top: 56px !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-1 {
  padding-bottom: 8px !important;
}

.u-pb-2 {
  padding-bottom: 16px !important;
}

.u-pb-3 {
  padding-bottom: 24px !important;
}

.u-pb-4 {
  padding-bottom: 32px !important;
}

.u-pb-5 {
  padding-bottom: 40px !important;
}

.u-pb-6 {
  padding-bottom: 48px !important;
}

.u-pb-7 {
  padding-bottom: 56px !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.u-pl-1 {
  padding-left: 8px !important;
}

.u-pl-2 {
  padding-left: 16px !important;
}

.u-pr-1 {
  padding-right: 8px !important;
}

.u-pr-2 {
  padding-right: 16px !important;
}

.u-p-1 {
  padding: 8px !important;
}

.u-p-2 {
  padding: 16px !important;
}

/*------------------------------------------------------------------------------
  u-flex
------------------------------------------------------------------------------*/
.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-justify-content-star {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.u-justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.u-justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.u-align-items-flex-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.u-align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.u-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
      -ms-grid-row-align: start !important;
      align-self: start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
      -ms-grid-row-align: end !important;
      align-self: end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.u-align-self-strech {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.u-flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/*# sourceMappingURL=style.css.map */