/*==================================================
 event / index
==================================================*/
.p-api_event-index .p-event-index_hero {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/bg-pc.jpg) center center no-repeat;
  background-size: cover; }
.p-api_event-index .p-event-index_hero-title {
  flex-basis: 1046px;
  max-width: 1046px;
  margin: calc(96px + 80px) 2rem 75px;
  padding: 70px 65px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 568px) {
    .p-api_event-index .p-event-index_hero-title {
      max-width: 640px;
      margin: calc(52px + 50px) 2rem 50px;
      padding: 30px; } }
  .p-api_event-index .p-event-index_hero-title h2 {
    max-width: 772px;
    width: 100%;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 6.9rem;
    font-weight: bold;
    line-height: 1; }
    @media screen and (max-width: 568px) {
      .p-api_event-index .p-event-index_hero-title h2 {
        font-size: 2.4rem;
        line-height: 1.4; } }
.p-api_event-index .p-event-index_hero-copy {
  max-width: 772px;
  margin: auto;
  padding-top: 15px;
  border-top: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold; }
  @media screen and (max-width: 568px) {
    .p-api_event-index .p-event-index_hero-copy {
      font-size: 1.6rem; } }
  .p-api_event-index .p-event-index_hero-copy .f-large {
    font-size: 2.6rem; }
.p-api_event-index .p-event-index_notice {
  max-width: 1010px;
  margin: 0 auto;
  padding: 4rem 3rem 3rem;
  border: 3px solid #b3b3b3; }
.p-api_event-index .p-event-index_notice-date {
  margin-bottom: 0.3rem;
  color: #808080;
  font-size: 2.4rem; }
  @media screen and (max-width: 568px) {
    .p-api_event-index .p-event-index_notice-date {
      font-size: 1.8rem; } }
.p-api_event-index .p-event-index_notice-num {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.6rem 1.5rem;
  background: #1275ce;
  color: #fff;
  font-weight: bold;
  line-height: 1; }
.p-api_event-index .p-event-index_notice-title {
  margin-bottom: 0.8rem;
  font-weight: bold;
  line-height: 1.6; }
  .p-api_event-index .p-event-index_notice-title span {
    display: block; }
  .p-api_event-index .p-event-index_notice-title .sub-title {
    font-size: 2.4rem; }
    @media screen and (max-width: 568px) {
      .p-api_event-index .p-event-index_notice-title .sub-title {
        font-size: 1.8rem; } }
  .p-api_event-index .p-event-index_notice-title .title {
    font-size: 3rem; }
    @media screen and (max-width: 568px) {
      .p-api_event-index .p-event-index_notice-title .title {
        font-size: 2.2rem; } }
.p-api_event-index .p-event-index_notice-entry {
  margin-top: 3rem; }
  .p-api_event-index .p-event-index_notice-entry p {
    text-align: center; }
  .p-api_event-index .p-event-index_notice-entry a, .p-api_event-index .p-event-index_notice-entry span {
    display: inline-block;
    padding: 1.2rem 6rem;
    border: 3px solid #1275ce;
    color: #1275ce;
    font-size: 2.4rem;
    line-height: 1;
    transition: all 0.2s; }
    @media screen and (max-width: 568px) {
      .p-api_event-index .p-event-index_notice-entry a, .p-api_event-index .p-event-index_notice-entry span {
        font-size: 2rem; } }
  .p-api_event-index .p-event-index_notice-entry a:hover {
    background: #1275ce;
    color: #fff; }
  .p-api_event-index .p-event-index_notice-entry span {
    border-color: #808080;
    background: #808080;
    color: #fff; }
.p-api_event-index .p-event-index_report {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1015px;
  margin: auto; }
  @media screen and (max-width: 568px) {
    .p-api_event-index .p-event-index_report {
      display: block; } }
  .p-api_event-index .p-event-index_report .p-event-index_report-item {
    position: relative;
    max-width: 33.333%;
    width: 32.333%;
    margin-bottom: 4.2rem;
    padding: 2.5rem;
    background: #fff;
    box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s; }
    @media screen and (max-width: 568px) {
      .p-api_event-index .p-event-index_report .p-event-index_report-item {
        max-width: none;
        width: auto; } }
    .p-api_event-index .p-event-index_report .p-event-index_report-item p {
      text-align: left; }
    .p-api_event-index .p-event-index_report .p-event-index_report-item:hover {
      box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.4); }
    .p-api_event-index .p-event-index_report .p-event-index_report-item > a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .p-api_event-index .p-event-index_report .p-event-index_report-item figure {
      margin-bottom: 2rem;
      text-align: center; }
    .p-api_event-index .p-event-index_report .p-event-index_report-item h3 {
      margin-bottom: 0.3rem;
      font-size: 2.0rem;
      font-weight: bold; }
      @media screen and (max-width: 568px) {
        .p-api_event-index .p-event-index_report .p-event-index_report-item h3 {
          font-size: 2rem; } }
  .p-api_event-index .p-event-index_report .p-event-index_report-img img {
    border: 1px solid #808080; }
  .p-api_event-index .p-event-index_report .p-event-index_report-date {
    margin-bottom: 0.3rem;
    color: #808080;
    font-size: 1.9rem; }
    @media screen and (max-width: 568px) {
      .p-api_event-index .p-event-index_report .p-event-index_report-date {
        font-size: 1.7rem; } }
  .p-api_event-index .p-event-index_report .p-event-index_report-num {
    display: inline-block;
    margin-right: 1rem;
    padding: 0.6rem 1.5rem;
    background: #1275ce;
    color: #fff;
    font-weight: bold;
    line-height: 1; }
.p-api_event-index .p-event-index_movie {
  max-width: 1015px;
  margin: auto; }

.p-event-index_report_list_row {
  display: flex;
  flex-direction: column;
  max-width: 1015px;
  margin: auto; }

.p-event-index_report-row-item {
  margin-bottom: 4.2rem;
  background: #fff;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s; }
  .p-event-index_report-row-item:hover {
    box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.4); }
  .p-event-index_report-row-item p {
    text-align: left; }

.p-event-index_report-row-item a {
  padding: 2.5rem;
  display: block; }

.p-event-index_report-row-item .p-event-index_report-date {
  margin-bottom: 0.3rem;
  color: #808080;
  font-size: 1.9rem;
  margin-right: 2rem; }

.p-event-index_report-num {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.6rem 1.5rem;
  background: #1275ce;
  color: #fff;
  font-weight: bold;
  line-height: 1; }

.p-event-index_report-title {
  margin-bottom: 0.3rem;
  font-size: 2.0rem;
  font-weight: bold; }

.p-event-index_report-head {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .p-event-index_report-head {
      flex-wrap: wrap; } }

.p-event-index_sunabar-fig {
  margin-bottom: 3rem;
  text-align: center; }

.p-ichibar-content-link {
  display: flex;
  padding: 3rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 568px) {
    .p-ichibar-content-link {
      flex-wrap: wrap;
      padding: 2rem; } }
  .p-ichibar-content-link:hover {
    opacity: 0.6; }

.p-ichibar-content-box {
  width: 50%; }
  @media screen and (max-width: 568px) {
    .p-ichibar-content-box {
      width: 100%; } }
  .p-ichibar-content-box:first-child {
    margin-right: 3rem; }
    @media screen and (max-width: 568px) {
      .p-ichibar-content-box:first-child {
        margin-right: 0;
        margin-bottom: 1rem; } }

.p-ichibar-hack {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 568px) {
    .p-ichibar-hack {
      width: 100%; } }

/*# sourceMappingURL=index.css.map */
