/* CSS Document */

.memories_wrap {
  background: #182d51;
  padding-bottom: 2rem;
}

.memories_wrap img {
  width: 100%;
  max-width: 100%;
}

.memories_wrap .hdr2--top {
  margin-left: 1rem;
}

.memories_wrap .hdr2--top .hdrBlock__title {
  color: #fff;
}

.memories_wrap.inner {
  max-width: 1300px;
  padding: 0 50px;
  margin: auto;
  box-sizing: border-box;
}

/* ABOUT
--------------------------------------------------------- */

#about_aria {
  /**/
  padding-top: 170px;
  position: relative;
  clip-path: inset(0);
  text-align: center;
  margin-top: 0 !important;
}

#about_aria h3 {
  position: relative;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 140px;
}

#about_aria h3 .ttl_text {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #fff;
  /*right: -18px;*/
}

#about_aria h3 img#mountain {
  position: absolute;
  width: 210px;
  left: 0;
  right: 0;
  margin: auto;
  top: -15px;
}

#about_aria h3 img#about_donko {
  position: absolute;
  width: 165px;
  left: 0;
  right: -520px;
  margin: auto;
  top: 0;
  transform: rotate(15deg);
  transform-origin: bottom center;
}

#about_aria h3 img#about_donpen {
  position: absolute;
  width: 160px;
  left: -520px;
  right: 0;
  margin: auto;
  top: 0;
  transform: rotate(-15deg);
  transform-origin: bottom center;
}

#about_aria .text_box p {
  line-height: 2;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0.45em;
}

.mov_box {
  border-radius: 10px 10px;
  background: #cf3200 url(../img/hanabi_pattern.png) repeat top center / 47%;
  overflow: hidden;
  max-width: 800px;
  margin: 5rem auto 3rem;
}

.mov_box h4 {
  color: #fff;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 20px;
}

.mov_box h4 span.inline_B {
  display: inline-block;
  font-weight: bold;
}

.mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#mv_under_line_1 {
  position: absolute;
  left: -9%;
  top: -1%;
  width: 36%;
}

#mv_under_line_2 {
  position: absolute;
  right: -9%;
  top: -1%;
  width: 36%;
}

/* 開催スケジュール
--------------------------------------------------------- */

#event_aria {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a2969+0,995f9b+100 
    background: linear-gradient(to bottom, #2a2969 0%,#995f9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  overflow: hidden;
  position: relative;
  /*padding-top: 0!important;*/
  clip-path: inset(0);
  /* background: rgb(0 105 255 / 15%); */
}

/*
#event_aria::before {
    content: "";
    display: block;
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: url(../img/bg_pattern_event.png) repeat center;
    background: rgb(0 105 255 / 30%);
    opacity: 0.4;
}*/

#event_aria h3 {
  text-align: center;
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: bold;
  color: #fff;
}

ul.event_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -30px 0;
  background: #182d51;
  padding-inline: 3rem;
}

ul.event_list li {
  width: calc((100% - 90px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #555;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  will-change: transform;
}

ul.event_list li a {
  display: block;
  text-decoration: none;
  height: 100%;
  position: relative;
  transition: all 0.6s;
}

ul.event_list li:hover {
  transform: scale(1.05);
}

/*ul.event_list li a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #000;
    aspect-ratio: 1;
    clip-path: polygon(0 100%,100% 0,100% 100%);
    background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
}*/
ul.event_list li .img_box {}

ul.event_list li .text_box {
  padding: 15px 25px 20px;
}

ul.event_list li .text_box .badge {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-right: -5px;
}

ul.event_list li .text_box .badge span {
  display: inline-block;
  background: orange;
  color: #fff;
  padding: 8px 8px;
  line-height: 1;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}

ul.event_list .event_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  /*border-bottom: 1px solid #000;*/
  padding-bottom: 10px;
  padding: 20px;
  background: #eee;
}

ul.event_list .event_description {
  overflow: hidden;
  position: relative;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

ul.event_list .detail_box {
  margin-top: 15px;
}

ul.event_list .detail_box {}

ul.event_list .detail_box dl {
  display: flex;
  flex-wrap: wrap;
}

ul.event_list .detail_box dl dt {
  width: auto;
  position: relative;
  padding-right: 15px;
  box-sizing: border-box;
  font-weight: bold;
}

ul.event_list .detail_box dl dt::before {
  content: ":";
  display: block;
  width: 10px;
  position: absolute;
  text-align: left;
  height: 1em;
  top: -2px;
  right: 0px;
}

ul.event_list .detail_box dl dt,
ul.event_list .detail_box dl dd {
  line-height: 1.3;
}

ul.event_list .detail_box dl dd {
  width: 100%;
}

ul.event_list .detail_box dl:not(:last-of-type) {
  margin-bottom: 10px;
}

.memories_wrap .btn {
  display: block;
  width: 40%;
  margin: 3rem auto;
  background: transparent;
}

.memories_wrap .btn:after {
  display: none;
}

.memories_wrap .btn a {
  display: block;
  background: #0068b6;
  width: calc(100% - 2rem);
  text-align: center;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition: transform 0.3s ease;
  will-change: transform;
}

.memories_wrap .btn a:hover {
  transform: scale(1.05);
}

/* ========================================
     1600px
======================================== */
@media screen and (min-width: 1400px) {
  #about_aria h3 {
    margin-bottom: 160px;
    transform: scale(1.15);
  }
}

/* ========================================
     1600px
======================================== */
@media screen and (max-width: 1400px) {
  ul.event_list {
    margin: 0 -20px -20px 0;
  }

  ul.event_list li {
    width: calc((100% - 60px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

/* ========================================
     1200px
======================================== */
@media screen and (max-width: 1200px) {
  #about_aria .text_box p {
    font-size: 18px;
  }

  #event_aria h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  #about_aria h3 img#about_donko {
    right: -420px;
  }

  #about_aria h3 img#about_donpen {
    left: -400px;
  }

  .mov_box h4 {
    font-size: 28px;
  }

  ul.event_list li {
    width: calc((100% - 40px) / 2);
  }

  ul.event_list.event_list_old {
    margin: 0 -10px -10px 0;
  }

  ul.event_list.event_list_old li {
    width: calc((100% - 30px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

/* ========================================
     1000px
======================================== */
@media screen and (max-width: 767px) {
  .memories_wrap .inner {
    padding: 0 30px;
  }

  #about_aria h3 img#mountain {
    width: 160px;
  }

  #about_aria h3 {
    font-size: 36px;
    margin-bottom: 120px;
  }

  #about_aria h3 img#about_donko {
    width: 125px;
    right: -300px;
  }

  #about_aria h3 img#about_donpen {
    width: 125px;
    left: -300px;
  }

  #about_aria {
    padding-top: 120px;
  }

  #about_aria .text_box p {
    font-size: 16px;
    line-height: 1.5;
  }

  #event_aria h3 {
    font-size: 26px;
  }

  .mov_box h4 {
    font-size: 20px;
    padding: 15px;
  }

  ul.event_list {
    margin: 0 0 -20px 0;
    padding-inline: 0;
  }

  ul.event_list li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  ul.event_list.event_list_old li {
    width: calc((100% - 20px) / 2);
  }

  ul.event_list .event_name {
    font-size: 18px;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #000; */
    padding-bottom: 10px;
    padding: 15px 20px;
  }

  ul.event_list li {
    border-radius: 6px;
  }

  ul.event_list.event_list_old .event_name {
    font-size: 14px;
  }

  .memories_wrap .btn {
    width: 70%;
    margin: 2rem auto;
  }

  .memories_wrap .btn a {
    font-size: 14px;
  }
}

/* ========================================
     481px
======================================== */
@media screen and (max-width: 481px) {
  .memories_wrap .inner {
    padding: 0 20px;
  }

  #about_aria h3 {
    font-size: 36px;
    margin-bottom: 110px;
  }

  #about_aria h3 img#about_donko {
    width: 80px;
    right: -210px;
    top: 35px;
  }

  #about_aria h3 img#about_donpen {
    width: 80px;
    left: -210px;
    top: 35px;
  }

  #about_aria {
    padding-top: 80px;
  }

  .mov_box h4 {
    font-size: 18px;
    padding: 15px 5px;
  }

  ul.event_list li .text_box {
    padding: 10px 20px 20px;
  }

  ul.event_list.event_list_old .event_name {
    padding: 10px;
  }

  #about_aria .text_box p:last-of-type {
    margin-bottom: 0;
  }
}