@charset "UTF-8";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-ready
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-ready {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  padding: 30px;
  background-color: #fff;
}

.p-ega-ready__inner {
  max-width: 1366px;
}

.p-ega-ready__text {
  font-family: "MPLUS2-EB";
  font-size: 3.8rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
}

.p-ega-ready__text:first-child {
  display: block;
  font-size: 6.8rem;
  color: #ee0c19;
}

.p-ega-ready__text + .p-ega-ready__text {
  padding: 0 30px;
  margin-top: 40px;
}

.p-ega-ready__inner-image {
  max-width: 968px;
  padding: 0 40px;
  margin: 80px auto 0;
}

@media screen and (min-width: 769px) and (max-width: 1380px) {
  .p-ega-ready__inner {
    max-width: 1180px;
  }

  .p-ega-ready__text {
    font-size: 2.2vw;
  }

  .p-ega-ready__text:first-child {
    font-size: 4vw;
  }

  .p-ega-ready__inner-image {
    max-width: 60%;
    margin-top: 6%;
  }
}

@media screen and (max-width: 768px) {
  .p-ega-ready {
    padding: 15px;
  }

  .p-ega-ready__text {
    font-size: 4.2vw;
    line-height: 1.5;
    color: #000;
  }

  .p-ega-ready__text:first-child {
    line-height: 1.2;
    font-size: 9vw;
  }

  .p-ega-ready__text + .p-ega-ready__text {
    padding: 0;
    margin-top: 20px;
  }

  .p-ega-ready__inner-image {
    max-width: 80%;
    padding: 0;
    margin: 5.5% auto 0;
  }

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-nav_pc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-nav__open {
  display: none;
}

.p-ega-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #000;
}

.p-ega-nav__inner {
  display: grid;
  grid-template-columns: 30px repeat(6, auto) 1fr 45px 45px;
  justify-content: center;
  justify-items: center;
  align-items: center;
  /* grid-column-gap: 12px; */
  padding: 10px 28px 10px 18px;
}

.p-ega-nav__item {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.p-ega-nav__item + .p-ega-nav__item {
  margin-left: 55px;
}

.p-ega-nav__item:nth-of-type(2) {
  margin-left: 76px;
}

.p-ega-nav__item:nth-of-type(8) {
  grid-column: 9;
  margin-left: 0;
}

.p-ega-nav__item:nth-of-type(9) {
  grid-column: 10;
  margin-left: 22px;
}

.p-ega-nav__item-link {
  color: #fff;
  text-decoration: none;
}

.p-ega-nav__item-link:hover {
  color: #feca2e;
}

.icon-youtube, .icon-twitter {
  font-size: 45px;
  font-size: 4.5rem;
}

.icon-bf {
  font-size: 39px;
  font-size: 3.9rem;
}

@media screen and (max-width: 933px) {
  .p-ega-nav__item:nth-of-type(2) {
    margin-left: 20px;
  }

  .p-ega-nav__item + .p-ega-nav__item {
    margin-left: 20px;
  }

  .p-ega-nav__item:nth-of-type(8) {
    margin-left: 0;
  }

  .p-ega-nav__item:nth-of-type(9) {
    margin-left: 22px;
  }
}

@media screen and (max-width: 768px) {
  .p-ega-nav {
    background-color: transparent;
  }

  .p-ega-nav.open {
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .p-ega-nav__open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    padding: 2% 0;
    line-height: 1;
    background-color: #1896d2;
    transition: 0.3s;
  }

  .p-ega-nav__open.hide {
    transform: translateY(100%);
  }

  .p-ega-nav__inner {
    display: grid;
    position: fixed;
    bottom: -120%;
    left: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto repeat(6, minmax(auto, 50px)) auto;
    justify-content: center;
    justify-items: center;
    align-items: center;
    grid-column-gap: 16px;
    grid-auto-flow: column;
    width: 100%;
    padding: 7.73% 0 3.73%;
    background-color: #1896d2;
    transition: all 0.25s;
  }

  .p-ega-nav.open .p-ega-nav__inner  {
    bottom: 0;
  }

  .p-ega-nav__item {
    grid-column: 1 / 3;
    color: #fff;
    font-size: 16px;
    font-size: 1.33rem;
    line-height: 1.2;
  }

  .p-ega-nav__item:nth-last-child(2) {
    grid-column: 1 / 2;
    justify-self: end;
    margin-top: 50px;
  }

  .p-ega-nav__item:last-child {
    grid-column: 2 / 3;
    justify-self: start;
    margin-top: 50px;
  }

  .p-ega-nav__item + .p-ega-nav__item  {
    margin-left: 0;
  }

  .p-ega-nav__item-link {
    color: #fff;
    text-decoration: none;
  }

  .icon-youtube, .icon-twitter {
    font-size: 41px;
    font-size: 4.1rem;
  }

  .icon-bf {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .icon-menu {
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
  }

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c-wrapper
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.c-wrapper {
  width: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-header {
  margin-top: 65px;
  background-image: url(/event_archives/2022/img/img_header_egashira.png), url(/event_archives/2022/img/img_header_bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center right, center center;
  background-size: auto, cover;
}

.p-ega-header__inner {
  max-width: 1366px;
  padding: 36px 38px 25px 30px;
  margin: 0 auto;
}

.p-ega-header__title {
  width: 100%;
  height: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.p-ega-header__copy {
  position: relative;
  left: 0;
  max-width: 757px;
  margin: 0 auto;
}

.p-ega-header__copy-text {
  padding-top: 5.944518%;
  background-image: url(/event_archives/2022/img/img_header_copy_thanks.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-ega-header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 41px;
}

.p-ega-header__main-left {
  width: 626px;
  margin-top: 0px;
}

.p-ega-header__main-logo {
  padding-top: 84.18%;
  background-image: url(/event_archives/2022/img/img_header_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-ega-header__main-right {
  position: relative;
  margin: 3% 0 0 2.54%;
  width: 586px;
}

.p-ega-header__main-day {
  padding-top: 7.849829%;
  margin-top: 4.95%;
  background-image: url(/event_archives/2022/img/img_header_day.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-ega-header__main-place {
  position: relative;
  left: 3px;
  padding-top: 39.761092%;
  margin-top: 5.15%;
  background-image: url(/event_archives/2022/img/img_header_place.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* .p-ega-header__main-author {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  padding-top: 40.784983%;
  margin: 30px 0 0 21px;
  background-image: url(/event_archives/2022/img/img_header_author.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-ega-header__main-more {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  padding-top: 25.938567%;
  margin: 23px 0 0 20px;
  background-image: url(/event_archives/2022/img/img_header_author_more.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
} */

@media screen and (min-width: 1600px) {
  .p-ega-header {
    background-size: 42%, cover;
  }
}

@media screen and (max-width: 768px) {
  .p-ega-header {
    margin-top: 0;
    background-image: url(/event_archives/2022/img/img_header_egashira_smp.png), url(/event_archives/2022/img/img_header_bg_smp.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 42% center, top center;
    background-size: 100%, cover;
  }

  .p-ega-header__inner {
    max-width: unset;
    padding: 0 0 9.4%;
  }

  .p-ega-header__copy {
    position: static;
    max-width: unset;
    padding: 21px 16px 20px;
    background-color: #000;
  }

  .p-ega-header__copy-text {
    padding-top: 2%;
  }

  .p-ega-header__main {
    display: block;
    margin-top: 5.6%;
  }

  .p-ega-header__main-left {
    width: 100%;
    max-width: 78.1%;
    margin: 0 auto;
  }

  .p-ega-header__main-logo {
    padding-top: 69.624573%;
  }

  .p-ega-header__main-right {
    position: static;
    width: 100%;
    margin: 0 auto;
  }

  .p-ega-header__main-day {
    max-width: 70%;
    padding-top: 2.066667%;
    margin: 6.4% auto 0;
    background-image: url(/event_archives/2022/img/img_header_day_smp.png);
  }

  .p-ega-header__main-place {
    max-width: 70%;
    padding-top: 7.5%;
    margin: 2.13% auto 0;
    background-image: url(/event_archives/2022/img/img_header_place_smp.png);
  }

  /* .p-ega-header__main-author {
    position: static;
    transform: translateX(0);
    max-width: 44%;
    padding-top: 56%;
    margin: 6.67% auto 0;
    background-image: url(/event_archives/2022/img/img_header_author_smp.png);
  }

  .p-ega-header__main-more {
    position: static;
    transform: translateX(0);
    max-width: 97.86%;
    padding-top: 24.533333%;
    margin: 1.33% auto 0;
    background-image: url(/event_archives/2022/img/img_header_author_more_smp.png);
  } */
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-group common
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-group {
  margin: 60px 0 0;
}

.p-ega-group__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-ega-heading {
  font-family: "MPLUS2-EB";
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
}

.p-ega-heading span {
  display: inline-block;
  text-indent: 0.3rem;
}

.p-ega-heading__small {
  font-family: "MPLUS2-B";
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
}

.p-ega-heading__small-v2 {
  font-family: "MPLUS2-EB";
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
}

.p-ega-heading__small-v3 {
  font-family: "MPLUS2-B";
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
}

.p-ega-heading__middle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
}

.p-ega-group__article {
  width: 100%;
  padding: 50px 60px;
  margin-top: 27px;
  border-radius: 20px;
  text-align: left;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}

.p-ega-group__info .p-ega-group__article {
  padding: 50px 40px 50px 80px;
  background-color: transparent;
  border: 3px solid #fff;
}

.p-ega-group__copy {
  margin-bottom: 35px;
  text-align: center;
}

.p-ega-group__text {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-ega-group__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-ega-group__data + .p-ega-group__data {
  margin-top: 35px;
}

.p-ega-group__info .p-ega-group__data + .p-ega-group__data {
  margin-top: 10px;
}

.p-ega-group__data-title {
  min-width: 96px;
  font-family: "MPLUS2-B";
  font-size: 16px;
  font-size: 1.6rem;
}

.p-ega-group__data-title-info {
  min-width: 130px;
}

.p-ega-group__data-title-strong {
  position: relative;
}

.p-ega-group__data-title-strong::before {
  content: 'NEW!!';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -60px;
  width: 52px;
  height: 20px;
  padding: 0 0 0 1px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  background-color: #fbc70d;
  color: #ee0c19;
  border-radius: 2px;
}

.p-ega-group__data-detail {
  margin-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-ega-group__data-detail .p-ega-group__data-link {
  color: #fff;
}

.p-ega-group__data-detail-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-ega-group__data-detail-middle {
  font-family: "MPLUS2-B";
  font-size: 17px;
  font-size: 1.7rem;
}

.p-ega-group__data-detail-middle02 {
  font-family: "MPLUS2-B";
  font-size: 19px;
  font-size: 1.9rem;
}

.p-ega-group__data-detail-through {
  text-decoration: line-through;
}

.p-ega-group__data-detail-lhshort {
  line-height: 1;
}

.p-ega-group__data-detail-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-ega-group__data-detail-box .p-ega-group__data-detail-text:nth-of-type(3) {
  margin-top: 5px;
}

.p-ega-group__data-detail-text {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 0.9rem;
  margin-left: 20px;
  text-indent: -0.9rem;
  line-height: 1.6;
}

.p-ega-group__data-detail-text a {
  color: #fff;
}

.p-ega-group__data-detail-option .p-ega-group__data-detail-text:nth-of-type(1) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-ega-heading {
    font-size: 8vw;
    line-height: 1;
  }

  .p-ega-heading__2line{
    line-height: 1.3;
  }

  .p-ega-heading__small {
    display: block;
    font-size: 4.5vw;
    line-height: 1.3;
  }

  .p-ega-heading__small-v2 {
    font-size: 8vw;
  }

  .p-ega-heading__small-v3 {
    font-size: 5.33vw;
    line-height: 1.2;
  }

  .p-ega-heading__middle {
    display: block;
    margin-top: 5px;
    font-size: 5.33vw;
    line-height: 1.2;
  }

  .p-ega-group__article {
    padding: 30px 18px;
    margin-top: 20px;
  }

  .p-ega-group__info .p-ega-group__article {
    padding: 30px 18px;
  }

  .p-ega-group__text {
    font-size: 4.26vw;
    line-height: 1.5;
  }

  .p-ega-group__data {
    display: block;
  }

  .p-ega-group__data + .p-ega-group__data {
    margin-top: 25px;
  }

  .p-ega-group__data-title {
    min-width: unset;
    font-size: 4.26vw;
  }

  .p-ega-group__data-title-info {
    min-width: unset;
    width: 65%;
  }

  .p-ega-group__data-title-strong::before {
    content: '';
    width: 0;
    height: 0;
  }

  .p-ega-group__data-title-strong::after {
    content: 'NEW!!';
    display: inline-block;
    position: relative;
    top: 20.5%;
    right: -3%;
    width: 28%;
    height: auto;
    padding: 1px 0;
    font-size: 3.73vw;
    text-align: center;
    line-height: 1.2;
    background-color: #fbc70d;
    color: #ee0c19;
    border-radius: 2px;
  }

  .p-ega-group__data-detail {
    margin-left: 0;
    font-size: 4.26vw;
    line-height: 1.5;
  }

  .p-ega-group__data-detail-list {
    display: block;
    margin-top: 10px;
  }

  .p-ega-group__data-detail-text {
    margin: 5px 0 0 0;
    font-size: 3.73vw;
    padding-left: 2vw;
    text-indent: -2vw;
    line-height: 1.5;
  }

  .p-ega-group__data-detail-list:nth-of-type(1) {
    margin-top: 0;
  }

  .p-ega-group__copy {
    margin-bottom: 20px;
  }

  .p-ega-group__data-detail-small {
    font-size: 3.73vw;
  }

  .p-ega-group__data-detail-middle {
    font-size: 4.53vw;
  }

  .p-ega-group__data-detail-middle02 {
    font-size: 5.06vw;
  }

  .p-ega-group__data-detail-lhshort {
    line-height: 1.2;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-thanks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-thanks {
  padding: 0 0 60px;
  background-color: #000;
}

.p-ega-thanks .p-ega-group {
  margin-top: 0;
}

.p-ega-thanks .p-ega-group__inner {
  margin-top: 50px;
}

.p-ega-thanks .p-ega-heading {
  line-height: 1.25;
}

.p-ega-thanks .p-ega-group__text {
  color: #fff;
}

.p-ega-thanks .p-ega-group__text span {
  font-family: "MPLUS2-B";
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (max-width: 768px) {
  .p-ega-thanks {
    padding: 0 0 40px;
  }

  .p-ega-thanks .p-ega-group__article {
    padding: 0;
    margin-top: 25px;
  }

  .p-ega-thanks .p-ega-group__text span {
    font-size: 5.06vw;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-thanks gallery
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-group__garrely {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: repeat(213px, 4);
  grid-template-rows: repeat(213px, 4);
}

.gallery_02 {
  -ms-grid-column: 1 / 2;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  -ms-grid-row: 2 / 3;
}

.gallery_03 {
  -ms-grid-column: 2 / 4;
  grid-column: 2 / 4;
  -ms-grid-row: 1 / 3;
  grid-row: 1 / 3;
}

.gallery_04 {
  -ms-rid-column: 4 / 5;
  grid-column: 4 / 5;
  -ms-grid-row: 1 / 2;
  grid-row: 1 / 2;
}

.gallery_05 {
  -ms-grid-column: 4 / 5;
  grid-column: 4 / 5;
  -ms-grid-row: 2 / 3;
  grid-row: 2 / 3;
}

@media screen and (max-width: 768px) {
  .p-ega-group__garrely {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(8, auto);
  }

  .gallery_02 {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery_03 {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
  }

  .gallery_04 {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery_05 {
    grid-column: auto;
    grid-row: auto;
  }

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-info
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-info {
  padding: 60px 20px;
  background: #d61518;
}

.p-ega-info .p-ega-group {
  margin-top: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-group__author
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#tsparticles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #f2f2f2;
}

.p-ega-group__author {
  position: relative;
  padding: 60px 0;
  background-color: #f2f2f2;
}

.p-ega-group__author .p-ega-group__inner {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  z-index: 15;
}

.p-ega-group__author .p-ega-heading {
  margin-top: 60px;
  color: #000;
}

.p-ega-group__author .p-ega-heading:first-child {
  margin-top: 0;
}

.p-ega-group__author .p-ega-heading:last-child {
  margin-top: 80px;
}

.p-ega-group__author-group {
  margin-top: 25px;
}

.p-ega-group__author-group:first-of-type {
  margin-top: 30px;
}

.p-ega-group__author-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-ega-group__author-contents.p-ega-group__author-contents-single {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-ega-group__author-item {
  width: calc(50% - 20px);
  margin: 0 0 50px 39px;
}

.p-ega-group__author-item:nth-child(2n+1) {
  margin-left: 0;
}

.p-ega-group__author-item:last-child {
  margin-bottom: 0;
}

.p-ega-group__author-noimage .p-ega-group__author-item {
  margin-bottom: 20px;
}

.p-ega-group__author-noimage .p-ega-group__author-item:last-of-type, .p-ega-group__author-noimage .p-ega-group__author-item:nth-last-of-type(2) {
  margin-bottom: 0;
}

.p-ega-group__author-thumb {
  position: relative;
  aspect-ratio: 4/3;
  outline: 2px solid #fff;
  outline-offset: -2px;
}

.p-ega-group__author-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 63px;
  background: url("/event_archives/2022/img/icon_new.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}

.p-ega-group__author-name {
  padding: 10px 5px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .p-ega-group__author .p-ega-group__inner {
    padding: 0 15px;
  }

  .p-ega-group__author-contents {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-ega-group__author-item {
    width: calc(50% - 5px);
    margin: 0 0 20px 0;
  }

  .p-ega-group__author-item:nth-of-type(2n) {
    margin-left: 10px;
  }

  .p-ega-group__author .p-ega-heading {
    margin-top: 40px;
  }

  .p-ega-group__author-noimage .p-ega-group__author-item {
    margin-bottom: 10px;
  }

  .p-ega-group__author-noimage .p-ega-group__author-item:nth-last-of-type(2) {
    margin-bottom: 10px;
  }

  .p-ega-group__author-icon {
    width: 30px;
    height: 30px;
  }

  .p-ega-group__author-name {
    padding: 6px 5px 7px;
    font-size: 4.26vw;
    line-height: 1.5;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-group__main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-group__main {
  padding: 60px 20px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-ega-group__main {
    padding: 60px 15px;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-group__about
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-group__about.p-ega-group:first-of-type {
  margin-top: 0;
}

.p-ega-group__about .p-ega-heading {
  color: #ee0c19;
}

.p-ega-group__about .p-ega-group__article {
  background-color: #fff;
  border: 4px solid #ee0c19;
}

.p-ega-group__about .p-ega-group__text {
  color: #ee0c19;
}

.p-ega-group__about .p-ega-group__text span {
  font-family: "MPLUS2-B";
  font-size: 18px;
  font-size: 1.8rem;
}

.p-ega-group__about .p-ega-group__text span a {
  color: #ee0c19;
}

@media screen and (max-width: 768px) {
  .p-ega-group__about .p-ega-group__text span {
    font-size: 4.8vw;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-group__outline
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-group__outline {
  margin-top: 60px;
}

.p-ega-group__outline .p-ega-heading {
  color: #ee0c19;
}

.p-ega-group__outline .p-ega-group__article {
  color: #ee0c19;
  background-color: #fff;
  border: 4px solid #ee0c19;
}

.p-ega-group__outline .p-ega-group__data-detail .p-ega-group__data-link {
  color: #ee0c19;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-group__goods
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-group__goods {
  background-color: #fff;
}

.p-ega-group__goods .p-ega-heading {
  color: #ee0c19;
}

.p-ega-group__goods-inner {
  position: relative;
  padding: 24px 30px 54px;
  margin-top: 27px;
  border-top: 32px solid #ee0c19;
  border-bottom: 32px solid #ee0c19;
}

.p-ega-group__goods-title {
  width: 100%;
  height: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.p-ega-group__goods-header {
  position: relative;
  max-width: 1218px;
  margin: 0 auto;
  z-index: 2;
}

.p-ega-group__goods-logo {
  max-width: 100%;
  padding-top: 8.128079%;
  background-image: url(/event_archives/2022/img/goods/img_goods_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-ega-group__goods-group {
  position: relative;
  top: -6px;
  left: 26px;
  max-width: 1270px;
  margin: 0 auto;
}

.p-ega-group__goods-data {
  margin-top: 40px;
}

.p-ega-group__goods-data-detail {
  color: #000;
}

.p-ega-group__goods-data-detail__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-ega-group__goods-data-detail__text span {
  font-family: "MPLUS2-B";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.p-ega-group__goods .p-ega-group__button {
  margin: 28px auto 0;
}

.p-ega-group__gacha-group {
  position: relative;
  top: 0;
  left: 0;
  max-width: 1218px;
  padding: 0 109px;
  margin: 50px auto 0;
}

.p-ega-group__gacha-group-contents {
  margin: 27px auto 0;
}

.p-ega-group__gacha-data {
  margin-top: 35px;
}

.p-ega-group__gacha-data-detail {
  color: #000;
}

.p-ega-group__gacha-data-detail__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-ega-group__goods-inner {
    position: static;
    padding: 24px 15px 54px;
    border-top: 24px solid #ee0c19;
    border-bottom: 24px solid #ee0c19;
  }

  .p-ega-group__goods-header {
    max-width: unset;
  }

  .p-ega-group__goods-group {
    position: static;
    max-width: 100%;
  }

  .p-ega-group__goods-group-contents {
    margin-top: 20px;
  }

  .p-ega-group__goods-group-item {
    margin-top: 15px;
  }

  .p-ega-group__goods-group-item:first-child {
    margin-top: 0;
  }

  .p-ega-group__goods-data {
    margin-top: 20px;
  }

  .p-ega-group__goods-data-detail__text {
    font-size: 4.26vw;
  }

  .p-ega-group__goods-data-detail__text span {
    font-size: 4.8vw;
  }

  .p-ega-group__goods .p-ega-group__button {
    margin: 28px auto 0;
  }

  .p-ega-group__gacha-group {
    max-width: 100%;
    padding: 0;
    margin: 50px auto 0;
  }

  .p-ega-group__gacha-group-contents {
    margin: 20px auto 0;
  }

  .p-ega-group__gacha-data {
    margin-top: 20px;
  }

  .p-ega-group__gacha-data-detail__text {
    font-size: 4.26vw;
    text-align: left;
    padding-left: 2vw;
    text-indent: -2vw;
    line-height: 1.5;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-other
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-other {
  padding: 60px 20px;
  background: linear-gradient(135deg, #ee0c19, #d74f8e, #e89123, #f1c42c, #89b929, #2e9cd0, #1e559c);
  background-size: 1400% 1400%;
  -webkit-animation: AnimationName 45s ease infinite;
  -moz-animation: AnimationName 45s ease infinite;
  animation: AnimationName 45s ease infinite;
}

@-webkit-keyframes AnimationName {
  0%{background-position:0% 0%}
  50%{background-position:93% 100%}
  100%{background-position:0% 0%}
}

@-moz-keyframes AnimationName {
  0%{background-position:0% 0%}
  50%{background-position:93% 100%}
  100%{background-position:0% 0%}
}

@keyframes AnimationName {
  0%{background-position:0% 0%}
  50%{background-position:93% 100%}
  100%{background-position:0% 0%}
}

.p-ega-other .p-ega-group:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p-ega-other {
    padding: 60px 15px;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-group__movie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-group__movie .p-ega-group__inner {
  max-width: 1040px;
}

.p-ega-group__movie-logo {
  padding-top: 8.6%;
  background-image: url(/event_archives/2022/img/movie/img_movie_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-ega-group__movie-main {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 40px;
}

.p-ega-group__movie-main iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-ega-group__movie-detail {
  margin-top: 25px;
  color: #fff;
  text-align: left;
}

.p-ega-group__movie-date-large {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}

.p-ega-group__movie-title-large {
  margin-top: 7px;
  font-family: "MPLUS2-B";
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
}

.p-ega-group__movie-contents {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-ega-group__movie-item {
  width: calc(33.3% - 14px);
  margin: 0 0 30px 20px;
}

.p-ega-group__movie-item:nth-child(3n+1) {
  margin-left: 0;
}

.p-ega-group__movie-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr 42px;
  grid-template-rows: auto auto 1fr auto;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto;
  grid-template-areas: "figure" "date" "title" "channel";
  height: 100%;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  color: #fff;
}

.p-ega-group__movie-thumb {
  position: relative;
  aspect-ratio: ;16/9;
  grid-area: figure;
}

.p-ega-group__movie-thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
  height: 41px;
  background: url("/event_archives/2022/img/icon_play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}

.p-ega-group__movie-link:hover .p-ega-group__movie-thumb-icon {
  background-image: url("/event_archives/2022/img/icon_play_hover.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-ega-group__movie-date-small {
  grid-area: date;
  margin-top: 7px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.p-ega-group__movie-title-small {
  grid-area: title;
  margin-top: 3px;
  font-family: "MPLUS2-B";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-ega-group__movie-channel {
  grid-area: channel;
  max-width: 207px;
  margin-top: 5px;
  padding: 2px 10px 3px;
  font-family: "MPLUS2-B";
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #ff000f;
  background-color: #fff;
  border-radius: 15px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
movie-modal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.7);
}

.modal-wrap.shown {
  display: flex;
}

.modal-panel {
  width: calc(100% - 40px);
  max-width: 1200px;
  position: relative;
}

.modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.modal-frame iframe {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.modal-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -9px;
  top: -33px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ee0c19;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.modal-close::before, .modal-close::after {
  content: '';
  width: 2px;
  height: 20px;
  top: 5px;
  left: 14px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.modal-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .p-ega-group__movie-main {
    margin-top: 25px;
  }

  .p-ega-group__movie-detail {
    margin-top: 10px;
  }

  .p-ega-group__movie-date-large {
    font-size: 4.26vw;
  }

  .p-ega-group__movie-title-large {
    margin-top: 7px;
    font-size: 4.8vw;
  }

  .p-ega-group__movie-logo {
    padding-top: 14.492754%;
  }

  .p-ega-group__movie-contents {
    margin-top: 20px;
  }

  .p-ega-group__movie-item {
    width: 100%;
    margin: 35px auto 0;
  }

  .p-ega-group__movie-item:first-child {
    margin: 0 auto;
  }

  .p-ega-group__movie-item:nth-of-type(3n) {
    margin: 35px auto 0;
  }

  .p-ega-group__movie-date-small {
    margin-top: 15px;
    font-size: 4.26vw;
  }

  .p-ega-group__movie-title-small {
    margin-top: 10px;
    font-size: 4.8vw;
  }

  .p-ega-group__movie-channel {
    max-width: 59.2%;
    margin-top: 10px;
    font-size: 3.2vw;
  }

  .modal-close {
    right: -4px;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
modal-text
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.modal-text-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}

.modal-text-wrap.shown {
  display: block;
}

.modal-text-bg {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  padding: 15px;
  background: rgba(0,0,0,0.7);
  z-index: 15;
}

.modal-text-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 1200px;
  max-height: 85vh;
  padding: 50px 60px;
  background-color: #fff;
  overflow-y: scroll;
  z-index: 15;
}

.modal-text-frame {
  position: relative;
  width: 100%;
}

.modal-heading {
  font-family: "MPLUS2-EB";
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #000;
}

.modal-text-list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

.modal-text-item {
  margin-top: 30px;
}

.modal-text-question {
  padding-left: 1.8em;
  text-indent: -1.8em;
  color: #000;
}

.modal-text-answer {
  padding-left: 1.8em;
  text-indent: -1.8em;
  color: #ee0c19;
}

.modal-text-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -38px;
  top: -30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ee0c19;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.modal-text-btn::before, .modal-text-btn::after {
  content: '';
  width: 2px;
  height: 20px;
  top: 5px;
  left: 14px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.modal-text-btn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .modal-text-bg {
    padding: 40px 15px;
 }

  .modal-text-panel {
    padding: 35px 18px;
  }

  .modal-heading {
    font-size: 5.33vw;
    line-height: 1.2;
  }

  .modal-text-list {
    font-size: 4.26vw;
  }

  .modal-text-item {
    margin-top: 20px;
  }

  .modal-text-btn {
    top: -22px;
    right: -4px;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-group__next
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media screen and (max-width: 768px) {
  .p-ega-group__next .p-ega-heading {
    line-height: 1.25;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p-ega-footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-ega-footer {
  background-color: #fff;
}

.p-ega-footer__inner {
  padding: 40px 20px 20px;
  margin: 0 auto;
  max-width: 1286px;
}

.p-ega-footer__group {
  text-align: center;
}

.p-ega-footer__item {
  max-width: 1000px;
  margin: 30px auto 0;
  color: #000;
}

.p-ega-footer__data + .p-ega-footer__data {
  margin-top: 30px;
}

.p-ega-footer__data-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-ega-footer__logo {
  max-width: 164px;
  margin: 0 auto;
  text-align: center;
}

.p-ega-footer__logo-image {
  width: 100%;
}

.p-ega-footer__data-title, .p-ega-footer__data-detail {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.p-ega-footer__data-detail {
  margin-top: 10px;
}

.p-ega-footer__data-logo {
  display: inline-block;
  width: 140px;
  margin-top: 15px;
  text-align: center;
}

.p-ega-footer__data-flex .p-ega-footer__data-logo + .p-ega-footer__data-logo {
  margin-left: 30px;
}

.p-ega-footer__data-logo-large {
  width: 234px;
 }

.p-ega-footer__data-logo-small {
  width: 65px;
 }

.p-ega-footer__copy {
  margin-top: 35px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-ega-footer__inner {
    padding: 40px 10px 20px;
    max-width: unset;
  }

  .p-ega-footer__item {
    display: block;
    font-size: 4.26vw;
  }

  .p-ega-footer__data {
    display: block;
  }

  .p-ega-footer__data + .p-ega-footer__data {
    margin: 20px 0 0 0;
  }

  .p-ega-footer__data-title, .p-ega-footer__data-detail {
    font-size: 3.73vw;
  }

  .p-ega-footer__data-logo {
    margin-top: 10px;
  }

  .p-ega-footer__copy {
    margin-top: 30px;
    font-size: 3.2vw;
    line-height: 1.2;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 img switch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.only-pc {
  display: block;
}

.only-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }

  .only-sp {
    display: block !important;
  }
}
