@font-face {
  font-family: "head_font";
  src: url(../../common/font/WDXLLubrifontJPN-Regular.ttf) format("truetype");
}
main {
  padding: 60px 20px;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main {
    padding: 0 20px 20px;
  }
}
main .fade-in-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
main .fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}
main .head_area {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .head_area {
    display: block;
    position: relative;
  }
}
main .head_area .text_area {
  width: 570px;
}
@media screen and (max-width: 768px) {
  main .head_area .text_area {
    width: auto;
    display: block;
  }
}
main .head_area .text_area .text_img_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .head_area .text_area .text_img_wrap .head_text_area .category {
  display: inline-block;
  background: #80A0DD;
  border-radius: 10px;
  padding: 10px 20px 10px 10px;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-family: head_font;
  margin-bottom: 10px;
}
main .head_area .text_area .text_img_wrap .head_text_area h1 {
  white-space: nowrap;
  font-size: 50px;
  font-weight: normal;
  font-family: head_font;
  color: #80A0DD;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main .head_area .text_area .text_img_wrap .head_text_area h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
main .head_area .text_area .text_img_wrap .head_text_area .date {
  color: #666;
  font-size: 14px;
}
main .head_area .text_area .text_img_wrap .head_text_area h2 {
  font-weight: normal;
  font-size: 25px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  main .head_area .text_area .text_img_wrap .head_text_area h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main .head_area .text_area .text_img_wrap {
    justify-content: space-between;
  }
  main .head_area .text_area .text_img_wrap .img_area {
    width: 25vw;
  }
}
main .head_area .main_photo {
  width: 560px;
}
@media screen and (max-width: 768px) {
  main .head_area .main_photo {
    width: auto;
    margin-top: 20px;
  }
}
main .head_area .main_photo img {
  border-radius: 10px;
}
main .head_area .main_photo video {
  border-radius: 10px;
  overflow: hidden;
}
main .head_area .main_photo .caption {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 768px) {
  main .head_area .main_photo .caption {
    font-size: 12px;
    margin-top: 5px;
  }
}
main .mid_title {
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  color: #80A0DD;
}
@media screen and (max-width: 768px) {
  main .mid_title {
    font-size: 25px;
  }
}
main .mid_title::before {
  background: rgba(128, 160, 221, 0.4);
}
main .btn_area {
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .btn_area {
    padding-top: 20px;
  }
}
main .btn_area a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  border: solid 1px #666;
}
main .btn_area a:hover {
  background: #666;
  color: #fff;
}
main .text_area p {
  margin-top: 20px;
}
main .text_area p.note {
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 768px) {
  main .text_area p.note {
    font-size: 12px;
  }
}
main .photo_area {
  margin: 60px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  main .photo_area {
    margin: 30px 0;
    display: block;
  }
}
main .photo_area figure {
  width: 45%;
}
@media screen and (max-width: 768px) {
  main .photo_area figure {
    width: auto;
  }
  main .photo_area figure:not(:last-child) {
    margin-bottom: 20px;
  }
}
main .photo_area figure img {
  width: 100%;
  border-radius: 10px;
}
main .photo_area figure figcaption {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 768px) {
  main .photo_area figure figcaption {
    font-size: 12px;
    margin-top: 5px;
  }
}
main .photo_area.trio figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  main .photo_area.trio figure {
    width: auto;
  }
  main .photo_area.trio figure:not(:last-child) {
    margin-bottom: 20px;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
main .voice {
  margin: 40px calc(50% - 50vw) 0;
  padding: 0 20px 40px;
  width: 100vw;
  overflow: hidden;
}
main .voice div {
  max-width: 1220px;
  margin: 0 auto;
}
main .voice ul {
  margin-top: 40px;
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
  display: flex;
  gap: 20px;
}
main .voice ul li {
  min-width: 300px;
  flex-shrink: 0;
  border-radius: 10px;
  padding: 20px;
}
main .voice ul li:first-child, main .voice ul li:nth-child(5) {
  background: #E9F1FF;
}
main .voice ul li:nth-child(2), main .voice ul li:nth-child(6) {
  background: #FFFAE9;
}
main .voice ul li:nth-child(3), main .voice ul li:nth-child(7) {
  background: #F4FFE9;
}
main .voice ul li:nth-child(4), main .voice ul li:nth-child(8) {
  background: #FFE9E9;
}
main .overview {
  background: #80A0DD;
  margin: 40px calc(50% - 50vw) 0;
  padding: 0 20px 40px;
  width: 100vw;
  text-align: center;
}
main .overview .inner {
  max-width: 1220px;
  margin: 0 auto;
}
main .overview .inner .mid_title {
  color: #fff;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  main .overview .inner .mid_title {
    margin: 20px auto;
  }
}
main .overview .inner .mid_title::before {
  background: rgba(255, 255, 255, 0.4);
}
main .overview .inner .event_info {
  text-align: left;
  background: #fff;
  border-radius: 10px;
  color: #333;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .overview .inner .event_info {
    display: block;
    padding: 20px;
    font-size: 12px;
  }
}
main .overview .inner .event_info .overview_text {
  width: 70%;
}
main .overview .inner .event_info .overview_text ul.info {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main .overview .inner .event_info .overview_text ul.info {
    margin-bottom: 15px;
  }
}
main .overview .inner .event_info .overview_text ul.info li span {
  display: inline-block;
  width: 80px;
}
@media screen and (max-width: 768px) {
  main .overview .inner .event_info .overview_text ul.info li span {
    display: block;
    width: auto;
  }
}
main .overview .inner .event_info .overview_text ul.info li:not(:first-child) {
  margin-top: 5px;
}
main .overview .inner .event_info .overview_text ul.info li h4 small {
  margin-top: 10px;
  display: block;
  line-height: 1.5;
  font-weight: normal;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  main .overview .inner .event_info .overview_text ul.info li h4 small {
    margin-right: 0;
  }
}
main .overview .inner .event_info .overview_text ul.recipe li {
  list-style: disc;
  margin: 5px 0 0 20px;
}
main .overview .inner .event_info .overview_text ul.recipe li h5 {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  main .overview .inner .event_info .overview_text ul.recipe li h5 {
    font-size: 12px;
  }
}
main .overview .inner .event_info .overview_text ul.recipe li ul li {
  list-style: circle;
}
main .overview .inner .event_info .overview_illust img {
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  main .overview .inner .event_info .overview_illust img {
    width: 50%;
  }
}

.back_to_top {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .back_to_top {
    margin-top: 0;
  }
}
.back_to_top a {
  display: inline-block;
  line-height: 1;
  padding: 15px 30px;
  color: #666;
  border-radius: 5px;
  border: solid 1px #666;
}
.back_to_top a:hover {
  background: #666;
  color: #fff;
}/*# sourceMappingURL=style.css.map */