@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");


/* ---------------------------------------------------------------
修正
--------------------------------------------------------------- */

img {
  width: 100%;
}

/* --------------------------------------------------------------- */

footer {
  background-color: #232323;
  padding: 1em 0;
  color: #f6f6f6;
  text-align: center;
  font-size: 10px;
}

/* --------------------------------------------------------------- */

.event {
  width: 100%;
  max-width: 820px;
  height: auto;
  /* margin: 70px auto; */
  margin: 0 auto;
  padding: 100px 0 0;
  text-align: center;
  line-height: 1.8;
}

.event__icon {
  padding: 0 0 25px;
}

.event__icon span {
  font-size: 14px;
  font-weight: 600;
  padding: 0.5em 1em;
  margin: 0 0.5em;
  /* border: 1px solid #232323; */
  background-color: #232323;
  color: #f6f6f6;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
}

.event__titlewarp {
  font-size: 24px;
  margin: 0 auto;
  padding: 0 0 25px;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

.event__title {
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .event__title {
    font-size: 24px;
  }
}

.event__title span {
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .event__title span {
    display: block;
  }
}

.event__title span::before {
  content: " / ";
}

@media only screen and (max-width: 640px) {
  .event__title span::before {
    content: "";
  }
}

.event__img {
  max-width: 492px;
  margin: 0 auto;
}

.event__img--full {
  max-width: 100%;
  margin: 0 auto;
}

.event__img--full a {
  transition: 0.3s ease-in-out;
}

.event__img--full a:hover {
  opacity: 0.7;
}

.event__infowarp {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  /* background-color: #f6f6f6; */
}

.event__info {
  max-width: 820px;
  margin: 0 auto;
  font-weight: 500;
  padding: 25px 0 100px;
  line-height: 1.5;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  text-align: justify;
  text-align-last: left;
}

.event__concept {
  max-width: 820px;
  margin: 0 auto 50px;
  background-color: #f6f6f6;
  padding: 30px;
  font-weight: 700;
  line-height: 2;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
}

.event__concept dd {
  display: inline-block;
  width: 100%;
  padding: 0 0 30px;
  font-weight: 500;
  line-height: 1.75;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  text-align: justify;
  text-align-last: left;
}

.event__concept dd:last-child {
  padding: 0;
}

.event__text {
  padding: 25px 0;
  /* border-bottom: 1px solid #ddd; */
}

.event__detail {
  display: flex;
  flex-wrap: wrap;
  /* display: table; */
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}

.event__detail dt:first-child {
  border-top: 1px #232323 solid;
}

.event__detail dt {
  /* display: table-cell; */
  width: 200px;
  padding: 30px 20px;
  border-top: 1px #232323 solid;
  vertical-align: top;
}

.event__detail dd {
  /* width: calc(100% - 238px);
  padding: 25px 0;
  border-bottom: 1px solid #ddd; */
  /* display: table-cell; */
  width: 620px;
  padding: 30px 20px;
  border-top: 1px #e0e0e0 solid;
  vertical-align: middle;
  font-size: 15px;
}

.event__detail dd img {
  display: block;
  max-width: 150px;
  padding: 30px 0;
  margin: 0;
}

.event__detailContent ul li {
  padding: 0 0 20px 0;
}

.event__detailContent ul li:last-child {
  padding: 0;
}

.event__detailContent ul li span {
  display: inline-block;
  width: 100%;
}

.Attention {
  margin: 10px 0 0;
}

.Attention li {
  list-style: disc;
  line-height: 150%;
  margin: 0 0 15px 1em;
  font-size: 12px;
}

.p-event__titlewarp {
  text-align: center;
}

.p-event__title {
  font-size: 48px;
  font-weight: bold;
  color: #232323;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .p-event__title {
    font-size: 24px;
  }
}
.p-event__titleSub {
    font-size: 24px;
    font-weight: bold;
    color: #232323;
    line-height: 1.5em;
    letter-spacing: 0.025em;
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-weight: 400;
}

@media only screen and (max-width: 640px) {
.p-event__titleSub {
        font-size: 16px;
        font-weight: bold;
        color: #232323;
        line-height: 1.5em;
        letter-spacing: 0.025em;
        position: relative;
        display: inline-block;
        padding: 0 30px;
        font-weight: 400;
    }
}


.p-event__titleSub:before,
.p-event__titleSub:after {
  content: "";
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #ef7c1c;
}

.p-event__titleSub:before {
  left: 0;
}

.p-event__titleSub:after {
  right: 0;
}

.p-event__icon span {
  font-size: 10px;
  font-weight: 600;
  padding: 0.5em 1em;
  /* border: 1px solid #232323; */
  background-color: #232323;
  color: #f6f6f6;
  border-radius: 2px;
  display: inline-block;
  margin: 0 0.5em 0 0;
  text-align: center;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  .p-event__icon span {
    font-size: 8px;
  }
}

.p-event__contents {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 1em;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5;
}

/* .p-event__link {
  margin-top: auto;
  align-self: flex-end;
  width: 100%;
}

.p-event__link a {
  display: inline-block;
  color: #fff;
  border: 1px solid #969693;
  border-radius: 50px;
  background: #232323;
  padding: 1em 4em;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .p-event__link a {
    font-size: 14px;
    padding: 1em 0.5em;
    display: block;
    margin: 1.5em auto;
  }
}

.p-event__link a:hover {
  color: #232323;
  border: 1px solid #969693;
  border-radius: 50px;
  background: #f6f6f6;
} */

.p-event {
  padding: 200px 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .p-event {
    /* max-width: 1000%; */
    background-color: #fff;
    padding: 150px 20px;
  }
}

.p-event__inner {
  /* max-width: 1100px; */
  max-width: 1700px;
  background-color: #fff;
  width: 100%;
  /* padding: 0 20px; */
  margin: 0 auto;
}

.p-event__list {
  /* max-width: 1700px; */
  margin: 100px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vw;
}

@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .p-event__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-event__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 640px) {
  .p-event__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3vw 1vw;
  }
}

.p-event__list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* margin: 20px; */
  /* padding: 20px; */
  /* border-bottom: 1px solid #ddd; */
  line-height: 1;
  background-color: #fff;
  justify-content: space-around;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  align-content: flex-start;
}

.p-event__listLink {
  /* pointer-events: none; リンクを無効にする */
  padding: 0 0 70px 0;
  position: relative;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.p-event__listLink::after {
  content: "NEWS PAGE";
  position: absolute;
  bottom: 30px;
  padding: 1em 0;
  margin: 0 30px;
  border: 1px solid #232323;
  background-color: #232323;
  color: #fff;

  width: calc(100% - 60px);
  text-align: center;

  font-size: 14px;

  /* margin: 1em 1em 1em 0; */
  border-radius: 25px;
  display: inline-block;
  letter-spacing: 0.1em;

  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

@media only screen and (max-width: 640px) {
  .p-event__listLink::after {
    position: absolute;
    bottom: 30px;
    left: -10px;
    padding: 1em 0;
    width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-event__listLink::after {
    position: absolute;
    bottom: 30px;
    left: -10px;
    padding: 1em 0;
    width: calc(100% - 40px);
  }
}

.p-event__listLink::before {
  /* 新しく矢印アイコンを追加 */
  content: "";
  position: absolute;
  bottom: 47.5px; /* `::after` の中央に揃える */
  right: 50px; /* 右端に配置 */
  width: 0;
  height: 0;
  border-top: 5px solid transparent; /* 上部分を透明に */
  border-bottom: 5px solid transparent; /* 下部分を透明に */
  border-left: 5px solid #fff; /* 矢印の色 */
  z-index: 50000;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.p-event__listLink:hover {
  opacity: 0.6;
  transform: translateY(-5px); /* ホバー時に浮き上がる動き */
}

.p-event__listLink:hover::after {
  background-color: #fff;
  color: #232323;
  border: 1px solid #696969;
}

.p-event__listLink:hover::before {
  border-left: 5px solid #232323; /* 矢印の色 */
  transform: translateX(5px); /* ホバー時に浮き上がる動き */
}

.event__img--brand {
  max-width: 300px;
  margin: 0 auto;
}

.p-event__info {
  width: 100%;
  padding: 30px;
  /* height: 350px; */
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 640px) {
  .p-event__info {
    padding: 20px;
    /* background-color: #fff; */
    /* background-color: #fafafa; */
    height: auto;
    border-top: 0.5px solid #ddd;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-event__info {
    width: 390px;
    padding: 20px;
  }
}

.p-event__comment {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 .75em;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  opacity: 0.5;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .p-event__comment {
    font-size: 10px;
    /* height: 3em; */
    margin: 0 0 0.5em;
    /* display: none; */
  }
}

.p-event__day {
  font-size: 16px;
  font-weight: 600;
  /* margin: 0 0 1.5em; */
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .p-event__day {
    font-size: 10px;
  }
}


.p-event__day  span {
  font-size: 14px;
  font-weight: 600;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  /* margin: 1em 1em 1em 0; */
  padding: 0.5em 1em;
  color: #232323;
  border: 1px solid #232323;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 2px;
  letter-spacing: 0.05em;
  margin: 1em auto;
}

@media only screen and (max-width: 640px) {
  .p-event__day span {
    font-size: 10px;
    margin: 1.5em 0 0.5em;
    display: block;
  }
}



.p-event__icon {
  margin: 0 0 1em 0;
}

@media only screen and (max-width: 640px) {
  .p-event__icon {
  margin: 0 0 1em 0;
}

}


.p-event__venue {
  font-size: 14px;
  font-weight: 500;
  /* margin: 0 0 1em; */
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

@media only screen and (max-width: 640px) {
  .p-event__venue {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-event__venue span {
  font-size: 14px;
  font-weight: 600;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  /* margin: 1em 1em 1em 0; */
  padding: 0.5em 1em;
  color: #232323;
  border: 1px solid #232323;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 2px;
  letter-spacing: 0.05em;
  margin: 1em auto;
}

@media only screen and (max-width: 640px) {
  .p-event__venue span {
    font-size: 10px;
    margin: 1.5em 0 0.5em;
    display: block;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .event {
    padding: 50px 50px 0;
  }

  .event__info {
    padding: 25px 50px;
  }

  .event__concept {
    padding: 15px 20px 30px;
  }

  .event__detail {
    padding: 0 20px;
  }

  .event__text {
    padding: 0 0 45px;
  }

  .event__detail dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: 0px;
    border-top: 1px #e0e0e0 solid;
  }

  .event__detail dt:first-child {
    border-top: 1px #e0e0e0 solid;
  }

  .event__detail dd {
    width: 100%;
    padding: 10px 0 15px;
    border-top: 0px;
  }

  .p-event {
    padding: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .event {
    padding: 50px 20px 0;
  }

  .event__detail {
    padding: 0 0;
  }

  .event__text {
    padding: 0 0 45px;
  }

  .event__detail dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: 0px;
    border-top: 1px #e0e0e0 solid;
  }

  .event__detail dt:first-child {
    border-top: 1px #e0e0e0 solid;
  }

  .event__detail dd {
    width: 100%;
    padding: 10px 0 15px;
    border-top: 0px;
  }

  .p-event__img {
    width: 100%;
  }

  @media only screen and (max-width: 640px) {
    .p-event__img {
      width: 100%;
    }
  }

  @media only screen and (min-width: 640px) and (max-width: 1024px) {
    .p-event__img {
    }
  }

  .p-event__contents {
    font-size: 24px;
  }

  @media only screen and (max-width: 640px) {
    .p-event__contents {
      margin: 0.5em 0;
      font-size: 16px;
      line-height: 1.25;
      height: auto;
    }
  }

  .p-event__day {
    font-weight: 600;
  }
}

/* loading要素 */

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 0.75s;
  background-color: #f6f6f6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 0.75s;
  background-color: #f6f6f6;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loading-animation {
  width: 300px;
  margin: 0 auto;
}
