@charset "UTF-8";
/* color */
/* common */
/* ieto */
/*border dots*/
/* mono */
/* yellow */
/* green */
/* pink */
/* blue */
/* 各ページごと */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*sans font weight*/
/*font-size*/
/*wrapper inner width*/
/*flex settings*/
/*grid settings*/
/*add :after*/
/* media query */
/* ------------------------------------------------------------
    event page
------------------------------------------------------------ */
.p-mv__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: center;
  background-image: url(../../img/event/mv.jpg);
  background-size: cover;
  height: 20vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-mv__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl {
    height: 40vw;
    background-position: 70%;
  }
}
.p-mv__ttl--en {
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: block;
}
@media (max-width: 768px) {
  .p-mv__ttl--en {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl--en {
    font-size: 1.4rem;
  }
}
.p-mv__ttl--s {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-mv__ttl--s {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl--s {
    font-size: 1.6rem;
  }
}
.p-mv__txt {
  margin: 3rem auto;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-mv__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-mv__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__txt {
    text-align: left;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-cont__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 6rem 3rem;
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  .p-cont__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 5rem;
  }
}
.p-cont__list li {
  height: 100%;
}
.p-cont__list li a {
  height: inherit;
}

.p-select-year {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-select-year__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1rem;
  padding: 1.5rem;
  background-color: #EBF4F7;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .p-select-year__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
.p-select-year__list__item {
  text-align: center;
}
.p-select-year__list__item a {
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  display: block;
}
.p-select-year__list__item a.is-active {
  background-color: #0A90B0;
  color: #fff;
}

.p-event-select {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-event-select__ttl {
  background-color: #595757;
  color: #fff;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.p-event-select__ttl__icon {
  background-image: url(../../img/common/icon-search.svg);
  width: 1.2em;
  height: 1.2em;
  filter: brightness(10);
}
.p-event-select__wrap {
  background-color: #EBF4F7;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  gap: 5rem;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-event-select__wrap {
    gap: 1rem;
    padding: 1rem;
  }
}
.p-event-select__pull {
  width: 25%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #333;
}
@media only screen and (max-width: 768px) {
  .p-event-select__pull {
    width: 33.33%;
  }
}
.p-event-select__pull select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem;
  padding-right: 1em;
  border: none;
  outline: 0;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  background-color: #EBF4F7;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-event-select__pull select {
    padding: 0.5rem;
    text-align: left;
  }
}
.p-event-select__pull select::-ms-expand {
  display: none;
}
.p-event-select__pull::after {
  content: "";
  pointer-events: none;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 1.8rem;
  height: 1.6rem;
  display: block;
  background-color: #333;
  border-radius: 3px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-event-select__pull::after {
    width: 1rem;
    height: 0.8rem;
  }
}

.p-event {
  margin: 3rem 0;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-event__box {
  border: 1px solid #999;
  padding: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-event__box {
    padding: 2rem;
  }
}
.p-event__box dl {
  border-bottom: 1px solid #cacaca;
  background-color: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-event__box dl {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
  }
}
.p-event__box dl dt {
  padding: 1rem 1.5rem;
  text-align: center;
  width: 15rem;
  background: #EAF4F7;
  border-top: 1px solid #cacaca;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .p-event__box dl dt {
    text-align: left;
    padding: 0.5rem 1rem;
    width: auto;
  }
}
.p-event__box dl dd {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid #cacaca;
  width: calc(100% - 15rem);
}
@media only screen and (max-width: 768px) {
  .p-event__box dl dd {
    padding: 0.5rem 1rem;
    width: auto;
  }
}
.p-event__category-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-event__category-area ul li {
  position: relative;
  padding-left: 12px;
}
.p-event__category-area ul li:after {
  content: "";
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 12px solid #ebf0f7;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.p-event__category-area ul li a {
  background-color: #ebf0f7;
  color: #333;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-event__category-area ul li a {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-event__category-area ul li a {
    font-size: 1.1rem;
  }
}
.p-event__category-area ul li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 5px;
}
.p-event__daytime {
  margin-top: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-event__daytime {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-event__daytime {
    font-size: 1.2rem;
  }
}
.p-event__ttl {
  color: #24296C;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cacaca;
}
@media (max-width: 768px) {
  .p-event__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-event__ttl {
    font-size: 1.6rem;
  }
}
.p-event__detail-wrap {
  display: flex;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-event__detail-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-event__details {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .p-event__details {
    width: 100%;
  }
}
.p-event__details--noimage {
  width: 100%;
}
.p-event__images {
  width: calc(35% - 3rem);
  margin-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-event__images {
    width: 100%;
    margin-left: 0;
  }
}
.p-event .p-event__link {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-event .p-event__link {
    justify-content: center;
  }
}
.p-event .p-event__link a {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.p-event-shop {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin: 10rem auto;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-event-shop {
    grid-template-columns: 1fr;
    margin: 5rem auto;
    gap: 1rem;
  }
}
.p-event-shop a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-report {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin: 3rem auto;
}
.p-report__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-report__list h3 {
  padding: 2rem;
  border-bottom: 1px dotted rgba(153, 153, 153, 0.6);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-report__list h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-report__list h3 {
    font-size: 1.6rem;
  }
}
.p-report__list__item {
  border: 1px solid #999;
}
.p-report__list__item .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-report__list__item .inner {
    flex-direction: column;
  }
}
.p-report__list__item .inner > .photo {
  width: calc(25% - 3rem);
  margin-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-report__list__item .inner > .photo {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.p-report__list__item .inner > .photo img {
  width: 100%;
}
.p-report__list__item .inner .photo_out {
  width: calc(25% - 3rem);
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .p-report__list__item .inner .photo_out {
    width: 100%;
  }
}
.p-report__list__item .inner .photo_out .photo {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-report__list__item .inner .photo_out .photo {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.p-report__list__item .inner .photo_out .photo img {
  width: 100%;
}
.p-report__list__item .inner .detail {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .p-report__list__item .inner .detail {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */