:root {
  --color_01: #111;
  --color_02: #222;
  --color_03: #333;
  --text: #000;
  --bg: #eee;
  --red: #ff0000;
  --font_m: "Noto Serif JP", serif;
  --font_n: "Noto Sans JP", sans-serif;
  --font_e: "Noto Sans", sans-serif;
}

.pane-contents {
  overflow: hidden;
}

#ekowapric {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  color: var(--text);
  font-family: var(--font_n);
}
#ekowapric .mv {
  position: relative;
  height: 600px;
  overflow: hidden;
}
#ekowapric .mv .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  z-index: 1;
}
#ekowapric .mv .object img:nth-child(1) {
  top: -70px;
  left: 2%;
}
#ekowapric .mv .object img:nth-child(2) {
  top: 320px;
  right: -2%;
}
#ekowapric .mv .object img:nth-child(3) {
  top: 350px;
  left: 8%;
}
#ekowapric .mv .object img:nth-child(4) {
  top: -60px;
  right: 25%;
}
#ekowapric .mv .object img:nth-child(5) {
  top: 140px;
  right: 4%;
}
#ekowapric .mv .object img:nth-child(6) {
  top: 450px;
  right: 24%;
}
#ekowapric .mv .object img:nth-child(7) {
  top: 300px;
  left: 3%;
}
@media (max-width: 768px) {
  #ekowapric .mv {
    height: 350px;
  }
  #ekowapric .mv .title {
    width: 80%;
  }
  #ekowapric .mv .object img:nth-child(1) {
    top: -20px;
    left: 2%;
    width: 100px;
  }
  #ekowapric .mv .object img:nth-child(2) {
    top: 40px;
    right: -2%;
    width: 80px;
  }
  #ekowapric .mv .object img:nth-child(3) {
    top: 260px;
    left: 8%;
    width: 100px;
  }
  #ekowapric .mv .object img:nth-child(4) {
    top: -10px;
    right: 25%;
    width: 60px;
  }
  #ekowapric .mv .object img:nth-child(5) {
    top: 240px;
    right: 4%;
    width: 40px;
  }
  #ekowapric .mv .object img:nth-child(6) {
    top: 270px;
    right: 24%;
    width: 30px;
  }
  #ekowapric .mv .object img:nth-child(7) {
    top: 230px;
    left: -2%;
    width: 30px;
  }
}
#ekowapric .mv_bg {
  background: url(/img/event/kowapric/mv_bg.jpg) no-repeat scroll bottom center/cover;
}
@media (max-width: 768px) {
  #ekowapric .mv_bg {
    margin: 30px 0 0 0;
  }
}
#ekowapric .object img {
  position: absolute;
  animation: object 5s ease-in-out infinite alternate;
  transform: translateY(-20px);
}
#ekowapric .object img:nth-child(1) {
  width: 300px;
}
#ekowapric .object img:nth-child(2) {
  width: 220px;
  animation-delay: 500ms;
}
#ekowapric .object img:nth-child(3) {
  width: 170px;
  animation-delay: 1000ms;
}
#ekowapric .object img:nth-child(4) {
  width: 120px;
  animation-delay: 1500ms;
}
#ekowapric .object img:nth-child(5) {
  width: 100px;
  animation-delay: 2000ms;
}
#ekowapric .object img:nth-child(6) {
  width: 50px;
  animation-delay: 2500ms;
}
#ekowapric .object img:nth-child(7) {
  width: 40px;
  animation-delay: 3000ms;
}
@keyframes object {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
@media (max-width: 768px) {
  #ekowapric .object img:nth-child(1) {
    width: 150px;
  }
  #ekowapric .object img:nth-child(2) {
    width: 120px;
  }
  #ekowapric .object img:nth-child(3) {
    width: 200px;
  }
  #ekowapric .object img:nth-child(4) {
    width: 150px;
  }
  #ekowapric .object img:nth-child(5) {
    width: 100px;
  }
  #ekowapric .object img:nth-child(6) {
    width: 60px;
  }
  #ekowapric .object img:nth-child(7) {
    width: 40px;
  }
}
#ekowapric .title_hukidashi {
  text-align: center;
}
#ekowapric .title_hukidashi .box {
  background: #70a3da;
  border-radius: 30px;
  padding: 30px 60px;
  display: inline-block;
  color: #fff;
  position: relative;
}
#ekowapric .title_hukidashi .box:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #70a3da transparent transparent transparent;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}
#ekowapric .title_hukidashi .title {
  font-size: 2.5em;
  letter-spacing: 0.03em;
  font-weight: bold;
  padding: 0 0 30px 0;
  line-height: 1.8;
}
#ekowapric .title_hukidashi .title span {
  position: relative;
}
#ekowapric .title_hukidashi .title span:before {
  content: "";
  background: #fff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -8px;
  transform-origin: left;
  transform: scale(0, 1);
  transition: transform 1s;
  transition-delay: 1000ms;
}
#ekowapric .title_hukidashi p {
  text-align: left;
  font-size: 1.2em;
  display: inline-block;
  line-height: 1.8;
}
#ekowapric .title_hukidashi p span {
  font-size: 0.8em;
}
#ekowapric .title_hukidashi.active .title span:before {
  transform-origin: left;
  transform: scale(1, 1);
}
@media (max-width: 768px) {
  #ekowapric .title_hukidashi {
    margin: 0 5%;
  }
  #ekowapric .title_hukidashi .box {
    padding: 20px 30px;
  }
  #ekowapric .title_hukidashi .title {
    font-size: 1.2em;
    padding: 0 0 15px 0;
  }
  #ekowapric .title_hukidashi .title span:before {
    bottom: -3px;
  }
  #ekowapric .title_hukidashi p {
    font-size: 1em;
    line-height: 1.5;
  }
}
#ekowapric .item_list {
  padding: 100px 0 0 0;
  position: relative;
}
#ekowapric .item_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  z-index: 1;
  position: relative;
}
#ekowapric .item_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 769px) {
  #ekowapric .item_list .wide {
    grid-column: span 2;
    font-size: 1.3em;
  }
  #ekowapric .item_list .wide .item_btn span {
    padding: 10px 70px;
  }
}
#ekowapric .item_list a:hover {
  text-decoration: none;
}
#ekowapric .item_list .img {
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
#ekowapric .item_list .img img {
  max-width: 100%;
  height: auto;
  display: block;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.000001);
}
#ekowapric .item_list .img:hover img {
  transform: scale(1.02);
}
#ekowapric .item_list .text {
  margin: 20px 0 0 0;
}
#ekowapric .item_list .text .name {
  display: block;
  font-weight: bold;
}
#ekowapric .item_list .text .price {
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: #ff3a5a;
  margin: 2px 0 3px 0;
  font-family: var(--font_e);
}
#ekowapric .item_list .text .price span {
  font-size: 0.6em;
}
#ekowapric .item_list .text .moto {
  display: block;
  font-size: 0.8em;
}
#ekowapric .item_list .text .moto span {
  font-size: 1.5em;
  margin: 0 2px 0 0;
}
#ekowapric .item_list .item_btn span {
  background: #70a3da;
  color: #fff;
  padding: 10px 50px;
  position: relative;
  border-radius: 100px;
  display: inline-block;
  margin: 30px 0 50px 0;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ekowapric .item_list .item_btn span:before {
  content: "";
  background: url(/img/event/kowapric/bg_object_02.png) no-repeat scroll center center/cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ekowapric .item_list .item_btn:hover span {
  background: #96bfeb;
}
#ekowapric .item_list .item_btn:hover span:before {
  transform: translateY(-50%) rotate(405deg) scale(1.04);
}
#ekowapric .item_list .object img {
  opacity: 0.5;
}
#ekowapric .item_list .object img:nth-child(1) {
  top: 50%;
  left: -8%;
}
#ekowapric .item_list .object img:nth-child(2) {
  top: 80%;
  right: -2%;
}
#ekowapric .item_list .object img:nth-child(3) {
  top: 35%;
  left: 2%;
}
#ekowapric .item_list .object img:nth-child(4) {
  top: 70%;
  right: 5%;
}
@media (max-width: 768px) {
  #ekowapric .item_list {
    padding: 50px 0 0 0;
  }
  #ekowapric .item_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #ekowapric .item_list .text {
    margin: 10px 0 0 0;
  }
  #ekowapric .item_list .text .name {
    font-size: 0.8em;
    line-height: 1.3;
  }
  #ekowapric .item_list .text .price {
    font-size: 1.6em;
  }
  #ekowapric .item_list .text .moto {
    font-size: 0.5em;
  }
  #ekowapric .item_list .item_btn span {
    padding: 10px 10px 10px 0;
    width: 100%;
    margin: 10px 0 20px 0;
  }
}
#ekowapric .bottom_text {
  background: url(/img/event/kowapric/bottom_bg.jpg) no-repeat scroll top center/cover;
  position: relative;
  text-align: center;
  padding: 100px 0 150px 0;
}
#ekowapric .bottom_text .text {
  width: 700px;
  margin: auto;
  z-index: 1;
  position: relative;
}
#ekowapric .bottom_text .text .img_01 {
  width: 350px;
  margin: 0 0 40px 0;
  animation: text 4s linear infinite;
}
@keyframes text {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  32% {
    transform: rotate(5deg);
  }
  34% {
    transform: rotate(-3deg);
  }
  37% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  44% {
    transform: rotate(1deg);
  }
  48% {
    transform: rotate(-1deg);
  }
  52% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#ekowapric .bottom_text .object img:nth-child(1) {
  left: -2%;
  top: 0px;
}
#ekowapric .bottom_text .object img:nth-child(2) {
  right: 5%;
  top: 100px;
}
#ekowapric .bottom_text .object img:nth-child(3) {
  left: 25%;
  bottom: 30px;
}
#ekowapric .bottom_text .object img:nth-child(4) {
  right: 25%;
  top: 0;
}
@media (max-width: 768px) {
  #ekowapric .bottom_text {
    padding: 40px 50px 50px 50px;
  }
  #ekowapric .bottom_text .text {
    width: 100%;
  }
  #ekowapric .bottom_text .text .img_01 {
    width: 190px;
    margin: 0 0 20px 0;
  }
  #ekowapric .bottom_text .object img:nth-child(1) {
    left: -2%;
    top: 0px;
    width: 130px;
  }
  #ekowapric .bottom_text .object img:nth-child(2) {
    right: 5%;
    top: 100px;
    width: 90px;
  }
  #ekowapric .bottom_text .object img:nth-child(3) {
    left: 25%;
    bottom: 30px;
    width: 60px;
  }
  #ekowapric .bottom_text .object img:nth-child(4) {
    right: 25%;
    top: 0;
    width: 40px;
  }
}
#ekowapric.no_price .bottom_text .text {
  width: 500px;
}
@media (max-width: 768px) {
  #ekowapric.no_price .bottom_text .text {
    width: 100%;
  }
}
#ekowapric .move {
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(50px);
  opacity: 0;
}
#ekowapric .move.active {
  transform: translateY(0);
  opacity: 1;
}
#ekowapric .m {
  font-family: var(--font_m);
}
#ekowapric .n {
  font-family: var(--font_n);
}
#ekowapric .e {
  font-family: var(--font_e);
}
#ekowapric .bg {
  background: var(--bg);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #ekowapric .bg {
    padding: 30px 0;
  }
}
#ekowapric .kome {
  text-indent: -1em;
  padding-left: 1em;
}
#ekowapric .red {
  color: var(--red);
}
#ekowapric sup {
  font-size: 0.7em;
  vertical-align: text-top;
}
#ekowapric .mini {
  font-size: 0.8em;
}
#ekowapric .big {
  font-size: 1.3em;
}
#ekowapric a,
#ekowapric :before,
#ekowapric :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ekowapric .k {
  font-size: 0.7em;
}
#ekowapric img {
  vertical-align: bottom;
  width: 100%;
}
#ekowapric h1,
#ekowapric h2,
#ekowapric h3,
#ekowapric h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media (min-width: 769px) {
  #ekowapric .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #ekowapric .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #ekowapric .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #ekowapric .inner,
  #ekowapric .inner_mini {
    padding: 0 5%;
  }
  #ekowapric .pc {
    display: none !important;
  }
}/*# sourceMappingURL=ekowapric_style.css.map */