@charset "UTF-8";
.inner .title_icon {
  width: 40%;
  margin: 0 auto;
}
.inner .title {
  margin: 1em auto;
}
.inner .title h2 {
  font-size: 3em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.inner .title h2 br {
  display: none;
}
@media all and (min-width: 769px) {
  .inner .title h2 br {
    display: block;
  }
}
@media all and (min-width: 769px) {
  .inner .title_icon {
    width: 20%;
  }
}

.index_slider {
  width: 100%;
}
.index_slider .swiper-container {
  width: 100%;
  height: calc(100vh - 30vw);
  overflow: hidden;
  --swiper-navigation-color: #fff;
  --swiper-theme-color: #fff;
  --swiper-pagination-bottom: 5%;
}
.index_slider .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.index_slider .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.index_slider .swiper-container .swiper-button::after {
  font-size: 4em;
}
@media all and (min-width: 1024px) {
  .index_slider .swiper-container .swiper-button::after {
    font-size: 5em;
  }
}
.index_slider .swiper-container .swiper-button.swiper-button-next {
  right: 3%;
}
@media all and (min-width: 769px) {
  .index_slider .swiper-container .swiper-button.swiper-button-next {
    right: 5%;
  }
}
.index_slider .swiper-container .swiper-button.swiper-button-prev {
  left: 3%;
}
@media all and (min-width: 769px) {
  .index_slider .swiper-container .swiper-button.swiper-button-prev {
    left: 5%;
  }
}
@media all and (min-width: 1024px) {
  .index_slider .swiper-container {
    height: calc(100vh - 3em);
  }
}

.bg_item {
  pointer-events: none;
}

.banner_slide {
  overflow: hidden;
  padding: 20% 0% 15%;
  background-color: var(--green_lite);
  -webkit-mask: url("../img/index/banner/background_grass.svg") no-repeat top center/cover;
          mask: url("../img/index/banner/background_grass.svg") no-repeat top center/cover;
  margin-top: -5%;
}
.banner_slide:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/texture_100.png") top left/100px;
  mix-blend-mode: multiply;
}
.banner_slide .bg_item {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner_slide .bg_item > div {
  position: absolute;
}
.banner_slide .bg_item .robot {
  width: 10%;
  bottom: 7%;
  left: 17%;
  z-index: 3;
  animation: robot_move 7s ease-out infinite;
}
@media all and (min-width: 1024px) {
  .banner_slide .bg_item .robot {
    width: 6%;
    left: 21%;
  }
}
.banner_slide .bg_item .grass_s._01 {
  width: 5%;
  bottom: 5%;
  left: 22%;
  z-index: 4;
}
.banner_slide .bg_item .tree_b._01 {
  width: 3%;
  bottom: 10%;
  right: 23%;
  z-index: 3;
}
.banner_slide .bg_item .tree_b._02 {
  width: 2%;
  top: 20%;
  left: 13%;
  z-index: 3;
}
.banner_slide .bg_item .tree_s._01 {
  width: 2.5%;
  top: 20%;
  right: 5%;
}
.banner_slide .bg_item .tree_y._01 {
  width: 3%;
  top: 17%;
  left: 3%;
}
.banner_slide .bg_item .tree_y._02 {
  width: 1.7%;
  top: 10%;
  right: 35%;
}
.banner_slide .bg_item .cloud._01 {
  width: 3%;
  top: 15%;
  right: 15%;
}
@keyframes robot_move {
  0% {
    transform: translateX(-50%) scaleX(1);
  }
  25% {
    transform: translateX(50%) scaleX(1);
  }
  30% {
    transform: translateX(40%) scaleX(1);
  }
  35% {
    transform: translateX(50%) scaleX(1);
  }
  60% {
    transform: translateX(50%) scaleX(1);
  }
  60.1% {
    transform: translateX(50%) scaleX(-1);
  }
  80% {
    transform: translateX(-50%) scaleX(-1);
  }
  100% {
    transform: translateX(-50%) scaleX(-1);
  }
}
.banner_slide .inner {
  width: 200%;
  left: -50%;
  overflow: visible;
}
.banner_slide .inner.only_one {
  width: 100%;
  left: 0%;
}
.banner_slide .inner.only_one .slider_wrap .banner_item {
  width: 80%;
  margin: 0 auto;
}
@media all and (min-width: 1024px) {
  .banner_slide .inner.only_one .slider_wrap .banner_item {
    width: 60%;
  }
}
.banner_slide .inner.only_one ~ .swiper-button-prev, .banner_slide .inner.only_one ~ .swiper-button-next {
  display: none;
}
.banner_slide .inner .slider_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 10;
}
.banner_slide .inner .slider_wrap .banner_item {
  width: 30%;
  padding: 0 2%;
  aspect-ratio: 2/1;
  --border_color: #e5f876;
  filter: drop-shadow(5px 0 0 var(--border_color)) drop-shadow(-5px 0 0 var(--border_color)) drop-shadow(0 5px 0 var(--border_color)) drop-shadow(0 -5px 0 var(--border_color));
  transition: transform 0.3s ease-out;
}
.banner_slide .inner .slider_wrap .banner_item img {
  -webkit-mask: url("../img/index/banner/slide_item_mask.svg") no-repeat center center/100%;
          mask: url("../img/index/banner/slide_item_mask.svg") no-repeat center center/100%;
}
.banner_slide .inner .slider_wrap .banner_item.swiper-slide-active {
  transform: translateY(0%) rotate(0deg) scale(1.2);
}
.banner_slide .inner .slider_wrap .banner_item.swiper-slide-next {
  transform: translateY(25%) rotate(15deg);
  filter: blur(3px);
  opacity: 0.9;
}
.banner_slide .inner .slider_wrap .banner_item.swiper-slide-prev {
  transform: translateY(25%) rotate(-15deg);
  filter: blur(3px);
  opacity: 0.9;
}
.banner_slide .inner .swiper-pagination {
  bottom: -25%;
}
.banner_slide .inner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  vertical-align: middle;
  width: 1.5em;
  height: 0.4em;
  border-radius: 99em;
  background-color: #fff;
  opacity: 0.7;
  transition: all 0.3s ease-out;
}
.banner_slide .inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  overflow: hidden;
  background-color: antiquewhite;
  margin: 0 0.5em;
  width: 2em;
  height: 0.5em;
  opacity: 1;
}
.banner_slide .inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  background-color: var(--green_dark);
  animation: slide_process 5s linear both;
}
@keyframes slide_process {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.banner_slide .swiper-button-prev,
.banner_slide .swiper-button-next {
  width: 8%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 99em;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(18, 12, 2, 0.3);
  transition: all 0.1s ease-out;
  top: 55%;
}
.banner_slide .swiper-button-prev:after,
.banner_slide .swiper-button-next:after {
  color: var(--green_dark);
  font-size: 2.5vw;
  font-weight: 700;
}
.banner_slide .swiper-button-prev:hover,
.banner_slide .swiper-button-next:hover {
  transform: scale(1.3);
  background-color: var(--green_dark);
}
.banner_slide .swiper-button-prev:hover::after,
.banner_slide .swiper-button-next:hover::after {
  color: #fff;
}
.banner_slide .swiper-button-prev {
  left: 13%;
}
.banner_slide .swiper-button-prev:after {
  padding-right: 5%;
}
.banner_slide .swiper-button-next {
  right: 13%;
}
.banner_slide .swiper-button-next:after {
  padding-left: 5%;
}
@media all and (min-width: 1024px) {
  .banner_slide {
    padding: 15% 0% 8%;
    margin-top: -5%;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  .banner_slide .inner {
    width: 170%;
    left: -35%;
  }
  .banner_slide .inner .swiper-pagination {
    bottom: -15%;
  }
  .banner_slide .swiper-button-prev,
  .banner_slide .swiper-button-next {
    width: 5%;
  }
  .banner_slide .swiper-button-prev {
    left: 19%;
  }
  .banner_slide .swiper-button-next {
    right: 19%;
  }
}

.grass_bg {
  background-color: var(--green_lite);
  padding: 10% 5%;
  margin-top: -2px;
}
@media all and (min-width: 1024px) {
  .grass_bg {
    padding: 5%;
  }
}
.grass_bg:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/texture_100.png") top left/100px;
  mix-blend-mode: multiply;
}
.grass_bg .inner {
  position: relative;
  z-index: 1;
  width: 90%;
  text-align: justify;
}
.grass_bg .inner .title_icon {
  width: 40%;
  margin: 0 auto;
}
.grass_bg .inner .title {
  margin: 2em auto;
}
.grass_bg .inner .title h2 {
  font-size: 3em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #fff;
}
.grass_bg .inner .title h2 br {
  display: none;
}
@media all and (min-width: 769px) {
  .grass_bg .inner .title h2 br {
    display: block;
  }
}
.grass_bg .inner .content {
  margin: 2em auto;
}
.grass_bg .inner .content p {
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
  line-height: 2em;
  letter-spacing: 0.05em;
  text-align: justify;
}
.grass_bg .inner .content p ~ p {
  margin-top: 1.2em;
}
@media all and (min-width: 1024px) {
  .grass_bg .inner .content p {
    font-size: 1.3em;
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  .grass_bg .inner .content p span {
    display: block;
  }
}
.grass_bg .inner .content p span br {
  display: none;
}
@media all and (min-width: 1024px) {
  .grass_bg .inner .content p span br {
    display: none;
  }
}
.grass_bg .inner .content p strong {
  position: relative;
  color: var(--green_dark);
  font-weight: 400;
  margin: 0 0.1em;
}
.grass_bg .inner .content p strong::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: -0.3em;
  left: 0;
  border-radius: 99em;
  background-color: var(--green_dark);
}
@media all and (min-width: 769px) {
  .grass_bg .inner {
    width: 76%;
    text-align: center;
  }
  .grass_bg .inner .title_icon {
    width: 20%;
  }
}
.grass_bg.origin .bg_item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.grass_bg.origin .bg_item > div {
  position: absolute;
}
.grass_bg.origin .bg_item .bg_grass {
  width: 18%;
  top: 13%;
  right: 0%;
  mix-blend-mode: multiply;
}
.grass_bg.origin .bg_item .grass_s._01 {
  width: 3%;
  bottom: 5%;
  right: 22%;
  z-index: 4;
}
.grass_bg.origin .bg_item .tree_b._01 {
  width: 3%;
  bottom: 10%;
  right: 23%;
  z-index: 3;
}
.grass_bg.origin .bg_item .tree_b._02 {
  width: 2%;
  top: 20%;
  left: 13%;
  z-index: 3;
}
.grass_bg.origin .bg_item .tree_s._01 {
  width: 2%;
  top: 40%;
  left: 3%;
}
.grass_bg.origin .bg_item .tree_y._01 {
  width: 1.7%;
  bottom: 17%;
  left: 20%;
}
.grass_bg.origin .bg_item .tree_y._02 {
  width: 2.5%;
  bottom: 23%;
  right: 4%;
}
.grass_bg.origin .bg_item .cloud._01 {
  width: 3%;
  top: 5%;
  left: 7%;
  mix-blend-mode: hard-light;
  opacity: 0.7;
}
.grass_bg.origin .bg_item .cube {
  width: 1.5%;
  right: 7%;
  bottom: 0%;
  mix-blend-mode: multiply;
}
.grass_bg.origin .bg_item .man_R {
  width: 4%;
  right: 12%;
  top: 25%;
}
.grass_bg.origin .bg_item .man_L {
  width: 4%;
  left: 10%;
  bottom: 40%;
}
.grass_bg.origin .inner {
  padding: 0 10%;
  overflow: hidden;
}
@media all and (min-width: 1024px) {
  .grass_bg.origin .inner .inner {
    width: 850px;
    padding: 0 8%;
  }
}
@media all and (min-width: 1200px) {
  .grass_bg.origin .inner .inner {
    width: 990px;
  }
}
@media all and (min-width: 1450px) {
  .grass_bg.origin .inner .inner {
    padding: 0 9em;
    width: 1150px;
  }
}
.grass_bg.participate {
  padding-bottom: 36%;
}
.grass_bg.participate .bg_item {
  position: absolute;
  overflow-x: clip;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.grass_bg.participate .bg_item > div {
  position: absolute;
}
.grass_bg.participate .bg_item .bg_grass {
  width: 120%;
  bottom: 9%;
  left: -5%;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.grass_bg.participate .bg_item .tree_s._01 {
  width: 2%;
  right: 3%;
  top: 40%;
}
.grass_bg.participate .bg_item .grass_s {
  width: 5%;
  left: -2%;
  top: 15%;
}
.grass_bg.participate .bg_item .talk {
  width: 5%;
  right: 7%;
  top: 35%;
}
.grass_bg.participate .bg_item .cloud {
  width: 3%;
  left: 7%;
  bottom: 50%;
}
.grass_bg.participate .bg_item .chip {
  width: 2%;
  left: 6%;
  top: 7%;
}
.grass_bg.participate .bg_item .cube {
  width: 1.5%;
  left: 10%;
  bottom: 55%;
  mix-blend-mode: multiply;
}
.grass_bg.participate .inner {
  padding: 5% 7%;
  border-radius: 5em;
  background-color: #fff;
}
@media all and (min-width: 1024px) {
  .grass_bg.participate .inner {
    min-width: 800px;
    padding: 3em 6em;
  }
}
@media all and (min-width: 1200px) {
  .grass_bg.participate .inner {
    min-width: 940px;
    max-width: 1000px;
  }
}
@media all and (min-width: 1450px) {
  .grass_bg.participate .inner {
    max-width: unset;
    width: 1035px;
    padding: 3em 5em;
  }
}
@media (min-width: 1520px) {
  .grass_bg.participate .inner {
    width: 1220px;
    padding: 3em 5em;
  }
}
.grass_bg.participate .inner:after {
  position: absolute;
  content: "";
  width: 5%;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 50%);
  background-color: #fff;
  bottom: 0;
  left: 45%;
  transform: translate(0, 90%);
}
.grass_bg.participate .inner .title_icon {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 25%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 99em;
}
.grass_bg.participate .inner .title_icon img {
  position: absolute;
  width: 40%;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 769px) {
  .grass_bg.participate .inner .title_icon {
    width: 13%;
  }
}
.grass_bg.participate .inner .title h2 {
  color: var(--green_dark);
}
.grass_bg.participate .inner .content p {
  color: #333;
}
.grass_bg.participate .inner .CTA_btn {
  cursor: pointer;
  width: 100%;
  margin: 1em auto;
  padding: 0.7em;
  border-radius: 99em;
  color: #fff;
  background-color: var(--purple);
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  transition: all 0.2s ease-out;
  box-shadow: 0 0 0 rgba(18, 12, 2, 0.3);
}
.grass_bg.participate .inner .CTA_btn .arrow {
  position: relative;
  display: inline-block;
  width: 0.45em;
  height: 1em;
  vertical-align: middle;
  transition: right 0.3s ease-out;
  right: 0;
  animation: flash 0.5s ease-in-out alternate-reverse infinite;
}
@keyframes flash {
  0% {
    opacity: 0.5;
    transform: translateX(0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(20%) scale(1.1);
  }
}
.grass_bg.participate .inner .CTA_btn:hover {
  background-color: var(--green_dark);
  transform: scale(1.05) translateY(-0.2em);
  box-shadow: 0 0.2em 0 -0.05em rgba(214, 206, 89, 0.7);
}
.grass_bg.participate .inner .CTA_btn:hover .arrow {
  right: -0.5em;
}
@media all and (min-width: 769px) {
  .grass_bg.participate .inner .CTA_btn {
    width: 70%;
    font-size: 3em;
  }
}
.grass_bg.participate .inner .screen {
  position: absolute;
}
.grass_bg.participate .inner .screen._01 {
  width: 12%;
  left: 0%;
  top: -5%;
}
@media all and (min-width: 769px) {
  .grass_bg.participate .inner .screen._01 {
    width: 12%;
    left: -7%;
    top: 25%;
  }
}
.grass_bg.participate .inner .screen._02 {
  width: 15%;
  right: -6%;
  top: 13%;
}
@media all and (min-width: 769px) {
  .grass_bg.participate .inner .screen._02 {
    width: 15%;
    right: -10%;
    top: 12%;
  }
}

.lottery {
  position: relative;
  margin-top: -20%;
  padding: 15% 0 40%;
}
.lottery .bg_item {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: -2%;
  left: 0;
}
.lottery .bg_item > div {
  position: absolute;
  width: 100%;
}
.lottery .bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
}
.lottery .bg:before, .lottery .bg:after {
  position: absolute;
  content: "";
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 400%;
  top: 0;
  left: -150%;
  background-color: #F5F3B2;
}
.lottery .bg:after {
  background: url("../img/texture_100.png") top left/100px;
  mix-blend-mode: multiply;
}
.lottery .girl {
  position: absolute;
  z-index: 9;
  top: -8%;
  width: 40%;
  left: 34%;
}
.lottery .mountain {
  position: absolute;
  width: 100%;
  bottom: -1px;
}
.lottery .inner#method {
  position: relative;
  overflow: hidden;
  padding: 0% 5% 0;
  width: 100%;
}
@media all and (min-width: 769px) {
  .lottery .inner#method {
    width: 70%;
  }
}
@media all and (min-width: 1024px) {
  .lottery .inner#method {
    width: 80%;
    padding: 0% 0 0;
  }
}
.lottery .inner#method .title h2 {
  color: var(--green_dark);
}
.lottery .inner#method .pad {
  position: relative;
  z-index: 5;
  aspect-ratio: 163/240;
  background: url("../img/lottery/pad_m.svg") no-repeat center center/contain;
  padding: 15% 8%;
}
@media all and (min-width: 769px) {
  .lottery .inner#method .pad {
    padding: 20% 8%;
  }
}
@media all and (min-width: 1024px) {
  .lottery .inner#method .pad {
    aspect-ratio: 109/74;
    background: url("../img/lottery/pad.svg") no-repeat center center/contain;
    padding: 5% 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1450px) {
  .lottery .inner#method .pad {
    width: 90%;
    padding: 5% 15%;
  }
}
.lottery .inner#method .pad .list {
  margin-top: 2em;
}
.lottery .inner#method .pad .list .list_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
  font-weight: 400;
}
.lottery .inner#method .pad .list .list_item .caption {
  padding: 0.3em 1em;
  border-radius: 99em;
  background-color: var(--green_lite);
  color: #fff;
  width: 6.5em;
  font-size: 1.3em;
}
.lottery .inner#method .pad .list .list_item .dtl {
  width: calc(100% - 6.5em);
  margin-top: 0.3em;
  font-size: 1.3em;
  line-height: 1.3;
  flex-grow: 1;
  flex-shrink: 1;
}
.lottery .inner#method .pad .list .list_item ~ .list_item {
  margin-top: 1em;
}
@media all and (min-width: 769px) {
  .lottery .inner#method .pad .list {
    width: 90%;
    margin: 10% auto 12%;
  }
  .lottery .inner#method .pad .list .list_item {
    font-size: 1.3em;
  }
  .lottery .inner#method .pad .list .list_item ~ .list_item {
    margin-top: 6%;
  }
}
@media all and (min-width: 1024px) {
  .lottery .inner#method .pad .list {
    width: auto;
    margin: 2em auto;
  }
  .lottery .inner#method .pad .list .list_item {
    font-size: inherit;
  }
  .lottery .inner#method .pad .list .list_item ~ .list_item {
    margin-top: 1em;
  }
}
.lottery .inner#method .pad .CTA_btn {
  cursor: pointer;
  width: 80%;
  margin: 1em auto;
  padding: 0.7em;
  border-radius: 99em;
  color: #fff;
  background-color: var(--purple);
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  transition: all 0.2s ease-out;
  box-shadow: 0 0 0 rgba(18, 12, 2, 0.3);
}
.lottery .inner#method .pad .CTA_btn .arrow {
  position: relative;
  display: inline-block;
  width: 0.45em;
  height: 1em;
  vertical-align: middle;
  transition: right 0.3s ease-out;
  right: 0;
  animation: flash 0.5s ease-in-out alternate-reverse infinite;
}
@keyframes flash {
  0% {
    opacity: 0.5;
    transform: translateX(0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(20%) scale(1.1);
  }
}
.lottery .inner#method .pad .CTA_btn:hover {
  background-color: var(--green_dark);
  transform: scale(1.05) translateY(-0.2em);
  box-shadow: 0 0.2em 0 -0.05em rgba(214, 206, 89, 0.7);
}
.lottery .inner#method .pad .CTA_btn:hover .arrow {
  right: -0.5em;
}
@media all and (min-width: 769px) {
  .lottery .inner#method .pad .CTA_btn {
    width: 85%;
    font-size: 3em;
  }
}
@media all and (min-width: 1024px) {
  .lottery .inner#method .pad .CTA_btn {
    width: 80%;
    font-size: 3em;
    margin: 0.5em auto;
  }
}
.lottery .inner#lottery_content {
  position: relative;
  z-index: 5;
  padding: 5% 0 10%;
  overflow: hidden;
}
.lottery .inner#lottery_content .container .lottery_detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
.lottery .inner#lottery_content .container .lottery_detail dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
}
.lottery .inner#lottery_content .container .lottery_detail dt .icon {
  width: 5em;
  margin-right: 1em;
}
.lottery .inner#lottery_content .container .lottery_detail dt .title h2 {
  font-size: 3em;
  font-weight: 600;
  color: var(--green_dark);
}
.lottery .inner#lottery_content .container .lottery_detail dd {
  position: relative;
  padding-left: 1em;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.5;
}
.lottery .inner#lottery_content .container .lottery_detail dd .caption {
  color: var(--green_dark);
}
.lottery .inner#lottery_content .container .lottery_detail dd:before {
  content: "．";
  font-weight: 600;
  color: var(--green_dark);
  position: absolute;
  left: 0em;
}
.lottery .inner#lottery_content .container .lottery_detail dd ~ dd {
  margin-top: 1em;
}
.lottery .inner#lottery_content .container .lottery_detail dd.detail_link {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  color: var(--purple);
}
.lottery .inner#lottery_content .container .lottery_detail dd.detail_link a {
  font-size: 1.2em;
}
.lottery .inner#lottery_content .container .lottery_detail dd.detail_link:before {
  position: absolute;
  display: inline-block;
  content: "";
  left: auto;
  right: -1em;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid var(--purple);
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg) translateY(-50%);
}
.lottery .inner#lottery_content .container .lottery_detail dd.detail_link:after {
  position: absolute;
  content: "";
  width: calc(100% - 0em);
  height: 3px;
  background-color: var(--purple);
  border-radius: 99em;
  bottom: -0.3em;
  left: 1em;
}
.lottery .inner#lottery_content .container .lottery_prize {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
}
.lottery .inner#lottery_content .container .lottery_prize li {
  width: 47%;
}
.lottery .inner#lottery_content .container .lottery_prize li:nth-child(2n) {
  transform: translateY(25%);
}
.lottery .robot {
  position: absolute;
  width: 15%;
  bottom: -1%;
  left: 15%;
  transform: translateY(-140%);
}
@media all and (min-width: 1024px) {
  .lottery .robot {
    left: 19%;
  }
}
.lottery .robot img {
  animation: screen 2s ease-in-out infinite alternate-reverse, shine 3s linear infinite;
}
.lottery .arm {
  position: absolute;
  transform-origin: bottom;
  width: 21%;
  bottom: -1%;
  left: 18%;
  animation: arm 5s ease-in-out infinite;
}
@media all and (min-width: 1024px) {
  .lottery .arm {
    left: 22%;
  }
}
@keyframes arm {
  0% {
    transform: translateX(-10%) rotate(0);
  }
  10% {
    transform: translateX(10%) rotate(0);
  }
  15% {
    transform: translateX(10%) rotate(0);
  }
  18% {
    transform: translateX(10%) rotate(12deg);
  }
  21% {
    transform: translateX(10%) rotate(10deg);
  }
  26% {
    transform: translateX(10%) rotate(12deg);
  }
  50% {
    transform: translateX(10%) rotate(12deg);
  }
  60% {
    transform: translateX(-10%) rotate(0);
  }
  100% {
    transform: translateX(-10%) rotate(0);
  }
}
@keyframes screen {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  3% {
    opacity: 0.5;
  }
  6% {
    opacity: 1;
  }
  9% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  23% {
    opacity: 0.5;
  }
  26% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@media all and (min-width: 769px) {
  .lottery {
    padding: 10% 0 25%;
  }
  .lottery .bg_item {
    top: -4%;
  }
  .lottery .girl {
    top: -9.5%;
    width: 28%;
    left: 43%;
  }
  .lottery .inner#lottery_content {
    padding: 5%;
  }
  .lottery .inner#lottery_content .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .lottery .inner#lottery_content .container .lottery_detail {
    width: 35%;
    min-width: 23em;
  }
  .lottery .inner#lottery_content .container .lottery_prize {
    width: 65%;
    margin-top: 0;
    padding-left: 2em;
  }
}
@media all and (min-width: 1024px) {
  .lottery .girl {
    top: -13%;
  }
}

.article {
  margin-top: -30%;
}
.article .overflow {
  background-color: var(--green_lite);
  padding: 40% 0 20%;
  -webkit-mask: url("../img/index/article_green_background.svg") no-repeat top center/cover;
          mask: url("../img/index/article_green_background.svg") no-repeat top center/cover;
}
.article .overflow:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/texture_100.png") top left/100px;
  mix-blend-mode: multiply;
}
.article .bg_item {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.article .bg_item > div {
  position: absolute;
}
.article .bg_item .tree_s._01 {
  width: 2%;
  right: 30%;
  bottom: 15%;
}
.article .bg_item .tree_b._01 {
  width: 3%;
  left: 5%;
  top: 14%;
}
@media all and (min-width: 1024px) {
  .article .bg_item .tree_b._01 {
    width: 1.8%;
    left: 10%;
    top: 11%;
  }
}
.article .bg_item .tree_b._02 {
  width: 2%;
  right: 3%;
  top: 0%;
}
.article .bg_item .tree_y._01 {
  width: 2.2%;
  left: 10%;
  top: 15%;
}
@media all and (min-width: 1024px) {
  .article .bg_item .tree_y._01 {
    width: 1.3%;
    left: 13%;
    top: 12%;
  }
}
.article .bg_item .tree_y._02 {
  width: 2%;
  right: 15%;
  top: 17%;
}
@media all and (min-width: 1024px) {
  .article .bg_item .tree_y._02 {
    right: 35%;
    top: 13%;
  }
}
.article .bg_item .tree_y._03 {
  width: 1.8%;
  left: 5%;
  bottom: 20%;
}
.article .bg_item .tree_y._04 {
  width: 2%;
  right: 10%;
  bottom: 20%;
}
.article .bg_item .grass_s._01 {
  width: 3%;
  right: 2%;
  top: 15%;
}
.article .bg_item .grass_s._02 {
  width: 5%;
  right: -2%;
  bottom: 15%;
}
.article .bg_item .cloud {
  width: 6%;
  left: 55%;
  top: 10%;
  rotate: 10deg;
  mix-blend-mode: hard-light;
  opacity: 0.65;
}
@media all and (min-width: 1024px) {
  .article .bg_item .cloud {
    width: 3%;
    left: 55%;
    top: 10%;
  }
}
.article .bg_item .chip {
  width: 4%;
  right: 8%;
  top: 7%;
  rotate: -8deg;
}
@media all and (min-width: 1024px) {
  .article .bg_item .chip {
    width: 2%;
    right: 8%;
    top: 5%;
    rotate: -8deg;
  }
}
.article .bg_item .cube {
  width: 1.5%;
  left: 3%;
  top: 20%;
  mix-blend-mode: multiply;
}
.article .bg_item .robot {
  width: 10%;
  right: 18%;
  top: 5%;
}
@media all and (min-width: 1024px) {
  .article .bg_item .robot {
    width: 5%;
    right: 20%;
    top: 10%;
  }
}
.article .bg_item .r_hello {
  width: 8%;
  right: 14%;
  top: 3%;
  animation: float 1s ease-in-out alternate-reverse infinite;
}
@media all and (min-width: 1024px) {
  .article .bg_item .r_hello {
    width: 4%;
    right: 18%;
    top: 8%;
  }
}
.article .inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.article .inner .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10%;
  margin-bottom: 3em;
}
.article .inner .title .icon {
  width: 5em;
  margin-right: 1em;
}
.article .inner .title h2 {
  font-size: 3em;
  font-weight: 600;
  color: var(--green_dark);
}
.article .inner .articel_slide {
  overflow: visible;
  padding: 0 0%;
  width: 200%;
  margin-left: -50%;
}
.article .inner .articel_slide .slide_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.article .inner .articel_slide .slide_wrap .article_item {
  width: 20%;
  padding: 3%;
  opacity: 0.5;
  transition: all 0.2s ease-out;
}
.article .inner .articel_slide .slide_wrap .article_item.swiper-slide-prev, .article .inner .articel_slide .slide_wrap .article_item.swiper-slide-next, .article .inner .articel_slide .slide_wrap .article_item.swiper-slide-active {
  opacity: 1;
}
.article .inner .articel_slide .slide_wrap .article_item .photo {
  position: relative;
  aspect-ratio: 390/260;
}
.article .inner .articel_slide .slide_wrap .article_item .photo > img {
  border-radius: 1.5em;
  transition: all 0.2s ease-out;
}
.article .inner .articel_slide .slide_wrap .article_item .photo .category {
  position: absolute;
  background-color: var(--purple);
  border-radius: 99em;
  color: #fff;
  font-size: 1.1em;
  padding: 0.6em 1.5em;
  top: -1.5em;
  right: -0.8em;
  transition: all 0.2s ease-out;
}
.article .inner .articel_slide .slide_wrap .article_item .photo .category:before {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 60%);
          clip-path: polygon(0 0, 100% 0, 0% 60%);
  background-color: var(--purple);
  bottom: -1.4em;
  right: 60%;
}
.article .inner .articel_slide .slide_wrap .article_item .photo .date {
  position: absolute;
  bottom: -1em;
  left: -2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 7em;
  height: 7em;
  border-radius: 99em;
  background-color: var(--purple);
  color: #fff;
  border: 0.3em solid var(--green_lite);
  transition: all 0.2s ease-out;
}
.article .inner .articel_slide .slide_wrap .article_item .photo .date .icon {
  width: 80%;
  margin: 0 auto;
  border-radius: 99em;
  border: 2px dashed #fff;
  padding: 1em 1em 1.2em;
}
.article .inner .articel_slide .slide_wrap .article_item .photo .date .ymd {
  text-align: center;
  font-size: 0.9em;
  margin: 0.5em 0;
}
.article .inner .articel_slide .slide_wrap .article_item .article_detail {
  position: relative;
  padding: 1em 2.5em;
  text-align: justify;
}
.article .inner .articel_slide .slide_wrap .article_item .article_detail:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 115%;
  aspect-ratio: 2/1.7;
  background: url("../img/index/article_back_shapes.svg") no-repeat center center/contain;
  left: 57%;
  top: 50%;
  transform: translate(-50%, -60%);
}
.article .inner .articel_slide .slide_wrap .article_item .article_detail .caption h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--green_dark);
  line-height: 1.5;
  font-size: 1.2em;
  font-weight: 400;
}
.article .inner .articel_slide .slide_wrap .article_item .article_detail .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 1em;
  color: #ffF;
  line-height: 1.5;
}
.article .inner .articel_slide .slide_wrap .article_item:hover {
  transform: scale(1.05);
  opacity: 1;
}
.article .inner .articel_slide .slide_wrap .article_item:hover .photo > img {
  scale: 1.05;
}
.article .inner .articel_slide .slide_wrap .article_item:hover .date {
  transform: scale(0.8);
  left: -3em;
  bottom: -1.5em;
}
.article .inner .articel_slide .slide_wrap .article_item:hover .category {
  top: -2.2em;
  right: -1.5em;
}
.article .inner .controle_btn {
  position: absolute;
  width: 12em;
  height: 5em;
  top: 1%;
  right: 10%;
}
.article .inner .controle_btn .swiper-button-prev,
.article .inner .controle_btn .swiper-button-next {
  width: 4em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 99em;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(18, 12, 2, 0.3);
  transition: all 0.1s ease-out;
}
.article .inner .controle_btn .swiper-button-prev:after,
.article .inner .controle_btn .swiper-button-next:after {
  color: var(--green_dark);
  font-size: 2em;
  font-weight: 700;
  transition: color 0.1s ease-out;
}
.article .inner .controle_btn .swiper-button-prev:hover,
.article .inner .controle_btn .swiper-button-next:hover {
  transform: scale(1.2);
  background-color: var(--green_dark);
}
.article .inner .controle_btn .swiper-button-prev:hover::after,
.article .inner .controle_btn .swiper-button-next:hover::after {
  color: #fff;
}
.article .inner .controle_btn .swiper-button-prev:after {
  padding-right: 5%;
}
.article .inner .controle_btn .swiper-button-next:after {
  padding-left: 5%;
}
.article .inner .more_article {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 2em auto 0.5em;
  padding: 0.7em 2.5em 0.8em 1.5em;
  border-radius: 99em;
  border: 2px solid var(--purple);
  background-color: #fff;
  color: var(--purple);
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.3em;
  transition: all 0.1s ease-out;
}
.article .inner .more_article .arrow {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  filter: invert(47%) sepia(91%) saturate(342%) hue-rotate(173deg) brightness(87%) contrast(84%);
  width: 0.5em;
  margin-left: 0.5em;
}
.article .inner .more_article:hover {
  background-color: var(--purple);
  color: #fff;
  border-color: #C6ECF4;
  transform: scale(1.03);
}
.article .inner .more_article:hover .arrow {
  filter: none;
}
@media all and (min-width: 769px) {
  .article {
    margin-top: -20%;
  }
  .article .overflow {
    padding: 22% 0 20%;
  }
  .article .inner .articel_slide {
    width: 140%;
    margin-left: -20%;
  }
  .article .inner .articel_slide .slide_wrap .article_item {
    padding: 2%;
  }
}

.winner {
  margin-top: -1px;
  padding: 10% 0 0;
  background-color: var(--green_lite);
  overflow: hidden;
}
.winner .mountain, .winner .grass {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.winner .inner {
  position: relative;
}
.winner .inner .content {
  position: relative;
  margin: 0 auto;
  padding-top: 5%;
}
.winner .inner .content .cm_bobo {
  margin: 0 auto;
  width: 90%;
  height: 500px;
  border-radius: 3em;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.winner .inner .content .cm_bobo._open ~ .bobo_open {
  display: none;
}
.winner .inner .content .cm_bobo .pc {
  display: none;
}
.winner .inner .content .bobo_open {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em 2em;
  border-radius: 99em;
  font-size: 2em;
  color: #fff;
  background-color: var(--green_dark);
}
.winner .inner .content .cm_rob {
  width: 30%;
  margin-left: 56%;
}
.winner .inner .content .bg {
  position: absolute;
}
.winner .inner .content .bg._rtop {
  width: 25%;
  top: 0.5%;
  left: 50%;
  transform: translateX(120%);
}
.winner .inner .content .bg._l {
  width: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-275%, -50%);
}
.winner .inner .content .bg._r {
  width: 20%;
  top: 50%;
  left: 50%;
  transform: translate(205%, -50%);
}
@media all and (min-width: 1024px) {
  .winner {
    padding-top: 5%;
    padding-bottom: 2%;
  }
  .winner .inner .content {
    position: relative;
  }
  .winner .inner .content .cm_bobo {
    width: 80%;
    max-width: 1155px;
    background-color: #fff;
  }
  .winner .inner .content .cm_bobo .winner_list {
    padding: 0 10%;
  }
  .winner .inner .content .cm_bobo .pc {
    display: block;
  }
  .winner .inner .content .cm_bobo .mb {
    display: none;
  }
  .winner .inner .content .cm_rob {
    width: 20%;
    margin-left: 55%;
    margin-top: 5%;
  }
  .winner .inner .content .bg {
    position: absolute;
  }
  .winner .inner .content .bg._rtop {
    width: 25%;
    top: 0.5%;
    left: 50%;
    transform: translateX(72%);
  }
  .winner .inner .content .bg._l {
    width: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-275%, -50%);
  }
  .winner .inner .content .bg._r {
    width: 20%;
    top: 50%;
    left: 50%;
    transform: translate(205%, -50%);
  }
}

.award_wall {
  margin-top: -2px;
  margin-top: -6%;
  padding-top: 1px;
  min-height: 500px;
}
.award_wall .bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
}
.award_wall .bg:before, .award_wall .bg:after {
  position: absolute;
  content: "";
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 500%;
  top: 0;
  left: -200%;
  background-color: var(--green_lite);
}
.award_wall .bg:after {
  top: auto;
  aspect-ratio: unset;
  width: 100%;
  height: calc(100% - 15em);
  left: 0;
  border-radius: 0;
  bottom: 0;
}
.award_wall::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/texture_100.png) top left/100px;
  mix-blend-mode: multiply;
}
.award_wall .inner {
  position: relative;
  z-index: 1;
}
.award_wall .inner .title_icon {
  position: relative;
  width: 25%;
  aspect-ratio: 1/1;
  padding: 4.5% 7.5%;
  border-radius: 99em;
  background-color: var(--green_lite);
  overflow: hidden;
  margin-top: -8%;
}
.award_wall .inner .title_icon:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.award_wall .inner .title {
  position: relative;
  margin-top: -5%;
}
.award_wall .inner .award_list {
  padding: 0 5%;
  height: 800px;
  overflow: hidden;
  transition: height 2s ease-in-out;
}
.award_wall .inner .award_list ._slide_inner {
  padding-top: 13em;
}
.award_wall .inner .award_list._open ~ .award_list_open {
  display: none;
}
.award_wall .inner .award_list_open {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em 2em;
  border-radius: 99em;
  font-size: 2em;
  color: #fff;
  background-color: var(--green_dark);
}
.award_wall .inner .award_category {
  position: relative;
  background-color: #fff;
  border-radius: 2em;
  padding: 2em;
}
.award_wall .inner .award_category .category_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background-color: #F5F3B2;
  width: 14em;
  padding: 1em;
  border-radius: 1em;
  color: var(--green_dark);
  font-size: 2em;
  font-weight: 600;
  text-align: center;
}
.award_wall .inner .award_category .category_title::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 10px));
  background-color: #F5F3B2;
  content: "";
  display: block;
  width: 2em;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 70%);
          clip-path: polygon(0 0, 100% 0, 50% 70%);
}
.award_wall .inner .award_category .category_title .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
  background-color: #F5F3B2;
  width: 20%;
  aspect-ratio: 1/1;
  border-radius: 99em;
}
.award_wall .inner .award_category .category_title .icon img {
  width: 40%;
  margin: 15% auto;
}
.award_wall .inner .award_category .category_title .intro, .award_wall .inner .award_category .category_title .caption {
  position: relative;
}
.award_wall .inner .award_category .category_title .intro {
  margin-bottom: 0.5em;
  padding: 0.35em 0 0.65em;
  font-size: 0.8em;
  border-bottom: 2px dashed var(--green_dark);
}
.award_wall .inner .award_category .award_sub_category {
  padding: 3em 2em;
}
.award_wall .inner .award_category .award_sub_category .sub_category_title {
  position: relative;
  max-width: 18em;
  margin: 0 auto;
  padding: 0.5em 1em;
  border-radius: 99em;
  border: 3px solid #91BAE8;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  color: var(--purple);
}
.award_wall .inner .award_category .award_sub_category .sub_category_title::before, .award_wall .inner .award_category .award_sub_category .sub_category_title::after {
  content: "";
  width: 0.5em;
  aspect-ratio: 1/1;
  border-radius: 99em;
  background-color: #91BAE8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
}
.award_wall .inner .award_category .award_sub_category .sub_category_title::after {
  left: auto;
  right: 0.5em;
}
.award_wall .inner .award_category .award_sub_category .sub_category_description {
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 3;
  color: #6497D6;
}
.award_wall .inner .award_category .award_sub_category .rank {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.award_wall .inner .award_category .award_sub_category .rank > li {
  text-align: center;
  font-size: 1.35em;
  font-weight: 600;
  line-height: 1.2;
}
.award_wall .inner .award_category .award_sub_category .rank > li .rank_pic {
  flex-shrink: 0;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 1em;
}
.award_wall .inner .award_category .award_sub_category .rank > li .rank_content {
  flex-grow: 1;
  font-size: 1.3em;
}
.award_wall .inner .award_category .award_sub_category .rank > li .brand {
  margin-bottom: 0.3em;
}
.award_wall .inner .award_category .award_sub_category ~ .award_sub_category {
  border-top: 2px dashed var(--purple);
}
.award_wall .inner .award_category ~ .award_category {
  margin-top: 15em;
}
.award_wall .inner .award_category#award_promotion .category_title {
  background-color: var(--purple);
  color: #fff;
}
.award_wall .inner .award_category#award_promotion .category_title:before {
  background-color: var(--purple);
}
.award_wall .inner .award_category#award_promotion .category_title .icon {
  background-color: var(--purple);
}
.award_wall .inner .award_category#award_promotion .category_title .icon img {
  filter: brightness(10);
}
.award_wall .inner .award_category#award_promotion .category_title .intro {
  display: none;
}
.award_wall .inner .award_category#award_promotion .award_sub_category {
  padding: 2em;
  border: 0;
}
.award_wall .inner .award_category#award_promotion .award_sub_category .sub_category_title {
  display: none;
}
.award_wall .inner .award_category#award_promotion .award_sub_category .rank {
  margin: 0;
}
.award_wall .inner .award_category#award_promotion .award_sub_category .rank .silver .brand {
  position: relative;
}
.award_wall .inner .award_category#award_promotion .award_sub_category .rank .silver .brand ~ .brand {
  margin-top: 0.5em;
}
@media all and (min-width: 769px) {
  .award_wall .inner {
    width: 75%;
    padding-bottom: 10%;
  }
  .award_wall .inner .title_icon {
    width: 13%;
    padding: 2.5% 4%;
    margin-top: -5%;
  }
  .award_wall .inner .title {
    margin-top: -4%;
  }
  .award_wall .inner .award_category {
    padding: 4em;
    max-width: 1160px;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (min-width: 1200px) {
  .award_wall .inner .award_category {
    padding: 4em 7em;
  }
}
@media all and (min-width: 769px) {
  .award_wall .inner .award_category .category_title {
    width: 20em;
  }
  .award_wall .inner .award_category .award_sub_category .rank {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    --list_gap: 2em;
    gap: var(--list_gap);
  }
  .award_wall .inner .award_category .award_sub_category .rank > li {
    display: block;
    width: calc((100% - var(--list_gap) * 2) / 3);
  }
  .award_wall .inner .award_category .award_sub_category .rank > li.silver {
    order: 0;
  }
  .award_wall .inner .award_category .award_sub_category .rank > li.gold {
    order: 1;
  }
  .award_wall .inner .award_category .award_sub_category .rank > li.bronze {
    order: 2;
  }
  .award_wall .inner .award_category .award_sub_category .rank > li .rank_pic {
    width: 100%;
  }
  .award_wall .inner .award_category .award_sub_category .rank > li .rank_content {
    font-size: 1em;
  }
  .award_wall .inner .award_category#award_promotion .award_sub_category .rank > li.silver {
    order: 1;
  }
  .award_wall .inner .award_category#award_promotion .award_sub_category .rank > li.gold {
    order: 0;
    width: 100%;
    padding: 0 35%;
  }
  .award_wall .inner .award_category#award_promotion .award_sub_category .rank > li.bronze {
    order: 2;
  }
}

section.green_bg {
  background-color: var(--green_lite);
}
section .inner {
  max-width: 1200px;
}

.report {
  padding: 10% 0 5%;
}
.report .inner {
  position: relative;
}
.report .inner .report_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 1em;
  padding-left: 1em;
  margin-top: 8%;
}
.report .inner .report_list li {
  width: 100%;
  border-radius: 1em;
  background-color: #fff;
  padding: 0.5em;
}
.report .inner .report_list li a {
  display: flex;
  align-items: center;
}
.report .inner .report_list li a .icon {
  flex-shrink: 0;
  margin: 0 auto;
  width: 15%;
  aspect-ratio: 1/1;
  margin-left: -5%;
  border-radius: 99em;
  background-color: #fff;
  padding: 0.5em;
}
.report .inner .report_list li a .content {
  flex-grow: 1;
}
.report .inner .report_list li a .content .caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.35;
  letter-spacing: 5%;
  font-size: 1.2em;
}
.report .inner .report_list li a .content .more {
  font-size: 1em;
  color: #E17244;
  margin-bottom: -1em;
  text-align: right;
  padding: 0 0.5em;
}
.report .inner .report_list li.comming {
  display: none;
}
.report .inner .report_list li.comming .icon {
  opacity: 0;
}
.report .inner .report_list li.comming .caption {
  text-align: center;
}
.report .inner .report_list li.comming .more {
  display: none;
}
.report .inner .remark {
  margin-top: 2em;
  font-weight: 400;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.report .inner .remark strong {
  font-weight: 600;
  font-size: 1.2em;
}
@media all and (min-width: 769px) {
  .report {
    padding: 5% 0;
  }
  .report .inner .report_list {
    padding: 0;
    flex-wrap: nowrap;
  }
  .report .inner .report_list li {
    width: 16%;
    transition: scale 0.1s ease;
    padding: 1.33em;
  }
  .report .inner .report_list li a {
    display: block;
  }
  .report .inner .report_list li a .icon {
    width: 60%;
    margin-left: auto;
    margin-top: -30%;
  }
  .report .inner .report_list li a .content .caption {
    -webkit-line-clamp: 3;
    font-size: 1em;
  }
  .report .inner .report_list li a .content .more {
    margin: 0;
    margin-top: 1em;
    font-size: 0.8em;
  }
  .report .inner .report_list li.comming {
    display: block;
  }
  .report .inner .report_list li:not(.comming):hover {
    scale: 1.02;
  }
  .report .inner .remark br {
    display: none;
  }
}

.intro {
  margin-top: -2px;
  padding: 5% 0;
}
.intro .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2em;
  flex-wrap: wrap;
}
.intro .inner .block {
  border-radius: 1em;
  background-color: #fff;
  width: 100%;
  flex-grow: 1;
  padding: 3em 3em;
  font-size: 1.3em;
}
.intro .inner .block .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  font-size: 2em;
  font-weight: 600;
  color: var(--green_dark);
  margin-bottom: 1em;
}
.intro .inner .block .title .icon {
  width: 2.5em;
}
.intro .inner .block .content {
  justify-content: center;
  align-items: flex-start;
  gap: 1em;
}
.intro .inner .block .content .column ~ .column {
  margin-top: 1em;
}
.intro .inner .block .content .column li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  font-weight: 400;
}
.intro .inner .block .content .column li span {
  flex-shrink: 0;
  border-radius: 99em;
  padding: 0.3em 0.7em;
  background-color: #88C35A;
  color: #fff;
  font-size: 0.85em;
  font-weight: 300;
}
.intro .inner .block .content .column li ~ li {
  margin-top: 1em;
}
.intro .inner .block._02 {
  flex-grow: 1;
  width: 100%;
}
.intro .inner .block._02 .content {
  display: block;
}
.intro .inner .block._02 .content .caption {
  color: #88C35A;
}
.intro .inner .block._02 .content .val {
  margin-top: 0.5em;
  font-size: 2em;
  font-weight: 600;
}
.intro .inner .block._02 .content .val span {
  font-size: 0.8em;
}
@media all and (min-width: 769px) {
  .intro .inner {
    flex-wrap: nowrap;
  }
  .intro .inner .block {
    width: 70%;
    font-size: 1em;
  }
  .intro .inner .block .content {
    display: flex;
  }
  .intro .inner .block .content .column {
    width: 50%;
  }
  .intro .inner .block._02 {
    width: 30%;
  }
}

.des .inner {
  position: relative;
}
.des .inner .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3em;
  padding: 0 2em;
  font-size: 1.3em;
}
.des .inner .tag li {
  cursor: pointer;
  padding: 0.5em;
  background-color: var(--purple);
  color: #fff;
  border-radius: 0.5em 0.5em 0 0;
}
.des .inner .tag li.active {
  background-color: #fff;
  color: var(--purple);
}
@media all and (min-width: 769px) {
  .des .inner .tag {
    font-size: 1em;
  }
}
.des .inner .block {
  border-radius: 1em;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  gap: 2em;
  padding: 1.5em;
  font-size: 1.3em;
}
.des .inner .block .chart_page {
  width: 100%;
}
.des .inner .block .chart_page .page {
  display: none;
}
.des .inner .block .chart_page .page.active {
  display: block;
}
.des .inner .block .chart_page .page canvas {
  width: 100% !important;
  height: 100% !important;
}
.des .inner .block .chart_page .page._01 {
  aspect-ratio: 1/1.7;
}
.des .inner .block .chart_page .page._02 {
  aspect-ratio: 1/1.7;
}
.des .inner .block .chart_page .page._03 {
  aspect-ratio: 1/1.7;
}
.des .inner .block .chart_page .page._04 {
  aspect-ratio: 1/1.7;
}
.des .inner .block .chart_page .page._05 {
  aspect-ratio: 1/1.7;
}
@media all and (min-width: 1024px) {
  .des .inner .block .chart_page .page._01 {
    aspect-ratio: 1.5/1;
  }
  .des .inner .block .chart_page .page._02 {
    aspect-ratio: 1.5/1;
  }
  .des .inner .block .chart_page .page._03 {
    aspect-ratio: 1.5/1;
  }
  .des .inner .block .chart_page .page._04 {
    aspect-ratio: 1.5/1;
  }
  .des .inner .block .chart_page .page._05 {
    aspect-ratio: 1.5/1;
  }
}
.des .inner .block .des_content {
  margin-top: 2em;
}
.des .inner .block .des_content .title {
  font-size: 1.5em;
  font-weight: 600;
}
.des .inner .block .des_content .sub_title {
  margin-top: 0.5em;
}
.des .inner .block .des_content ul {
  margin-top: 2em;
}
.des .inner .block .des_content ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
}
.des .inner .block .des_content ul li .caption {
  flex-shrink: 0;
  padding: 0.5em 1em;
  border-radius: 99em;
  background-color: #88C35A;
  color: #fff;
  width: 6em;
  text-align: center;
}
.des .inner .block .des_content ul li .dtl {
  margin-top: 0.25em;
  font-weight: 400;
  line-height: 1.5;
}
.des .inner .block .des_content ul li ~ li {
  margin-top: 1em;
}
@media all and (min-width: 769px) {
  .des .inner .block {
    font-size: 1em;
    padding: 3em;
    display: flex;
  }
  .des .inner .block .chart_page {
    width: 50%;
  }
  .des .inner .block .des_content {
    margin: 0;
    width: 60%;
  }
}

.result_chart {
  margin-top: -2px;
  padding: 5% 0 25%;
}
.result_chart .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.result_chart .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1em;
}
.result_chart .inner .chart {
  background-color: #fff;
  border-radius: 1em;
  padding: 2em;
  width: 100%;
}
.result_chart .inner .chart .qus {
  font-weight: 400;
  font-size: 1.3em;
  color: #666;
  line-height: 1.2;
}
.result_chart .inner .chart .conc {
  margin: 1em 0;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.3;
}
.result_chart .inner .chart .conc strong {
  font-weight: 600;
  font-size: 1.5em;
  color: #FF7C54;
}
.result_chart .inner .chart .conc .tips {
  color: #666;
  font-size: 0.7em;
  margin-bottom: 0.5em;
}
.result_chart .inner .chart .canvas {
  width: 100%;
}
.result_chart .inner .chart .canvas._01 {
  aspect-ratio: 1/1.7;
}
.result_chart .inner .chart .canvas._02 {
  aspect-ratio: 1/1.7;
}
.result_chart .inner .chart .canvas._03 {
  aspect-ratio: 1/1.7;
}
.result_chart .inner .chart .canvas._04 {
  aspect-ratio: 1/1.7;
}
.result_chart .inner .chart .canvas._05 {
  aspect-ratio: 1/1.7;
}
.result_chart .inner .chart .canvas._06 {
  aspect-ratio: 1/1.7;
}
.result_chart .inner .chart .canvas._07 {
  aspect-ratio: 1/1.7;
}
.result_chart .inner .chart .canvas._08 {
  aspect-ratio: 1/1.7;
}
.result_chart .inner .chart .canvas._09 {
  aspect-ratio: 1/1.7;
}
@media all and (min-width: 1024px) {
  .result_chart .inner .chart .canvas._01 {
    aspect-ratio: 1.5/1;
  }
  .result_chart .inner .chart .canvas._02 {
    aspect-ratio: 1.5/1;
  }
  .result_chart .inner .chart .canvas._03 {
    aspect-ratio: 2.5/1;
  }
  .result_chart .inner .chart .canvas._04 {
    max-width: 40em;
    aspect-ratio: 2.5/1;
  }
  .result_chart .inner .chart .canvas._05 {
    max-width: 50em;
    aspect-ratio: 2/1;
  }
  .result_chart .inner .chart .canvas._06 {
    max-width: 50em;
    aspect-ratio: 2/1;
  }
  .result_chart .inner .chart .canvas._07 {
    max-width: 50em;
    aspect-ratio: 2/1;
  }
  .result_chart .inner .chart .canvas._08 {
    aspect-ratio: 1/1;
  }
  .result_chart .inner .chart .canvas._09 {
    aspect-ratio: 1/1;
  }
}
.result_chart .inner .chart .canvas canvas {
  width: 100% !important;
  height: 100% !important;
}
.result_chart .inner .chart .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  font-weight: 400;
}
.result_chart .inner .chart .list li {
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  line-height: 1;
}
.result_chart .inner .chart .list li .perc {
  flex-shrink: 0;
  width: 3em;
  text-align: right;
  color: #4F83C2;
}
.result_chart .inner .chart .list li ~ li {
  border-top: 1px solid #ddd;
}
@media all and (min-width: 1024px) {
  .result_chart .inner .chart .list {
    font-size: 1em;
    -moz-column-gap: 2em;
         column-gap: 2em;
    height: 34em;
  }
  .result_chart .inner .chart .list li {
    width: calc((100% - 2em) / 2);
  }
  .result_chart .inner .chart .list li:nth-child(12) {
    border: 0;
  }
}
@media all and (min-width: 769px) {
  .result_chart {
    padding-bottom: 15%;
  }
  .result_chart .inner .chart {
    padding: 3em;
    width: calc((100% - 1em) / 2);
  }
  .result_chart .inner .chart._full {
    width: 100%;
  }
  .result_chart .inner .chart .qus {
    font-size: 0.8em;
  }
  .result_chart .inner .chart .conc {
    font-size: 1.2em;
  }
}

.fastivle {
  position: relative;
  background-color: var(--green_lite);
}
.fastivle:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/texture_100.png") top left/100px;
  mix-blend-mode: multiply;
}
.fastivle .bg_union {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 20%;
  margin-top: -3%;
}
.fastivle .girl {
  position: absolute;
  z-index: 2;
  width: 40%;
  left: 33%;
  top: 0;
  transform: translateY(-100%);
}
.fastivle .girl img {
  transform: translate3d(35%, 0, 0);
}
.fastivle .ai_island {
  position: absolute;
  z-index: 0;
  width: 50%;
  bottom: 0;
}
@media all and (min-width: 1024px) {
  .fastivle .bg_union {
    width: 100%;
    height: auto;
    aspect-ratio: 1918/811;
    margin-top: -3%;
  }
  .fastivle .girl {
    z-index: 2;
    width: 25%;
    max-width: 27em;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
  }
  .fastivle .ai_island {
    width: 30%;
    bottom: 0;
  }
}
.fastivle .inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4em;
  padding: 10% 6% 35%;
}
.fastivle .inner .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.fastivle .inner .title .icon {
  width: 6em;
}
.fastivle .inner .title h2 {
  line-height: 1.2;
  font-size: 3em;
  font-weight: 600;
  color: var(--green_dark);
}
.fastivle .inner .photo_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5em;
}
.fastivle .inner .photo_list .list_item {
  position: relative;
  width: 100%;
}
.fastivle .inner .photo_list .list_item:hover .border {
  transform: scale(1.1);
  filter: drop-shadow(0.3em 0.3em 7px rgba(0, 0, 0, 0.2));
}
.fastivle .inner .photo_list .list_item:hover:before {
  transform: scale(1.1);
  left: 1.5em;
  border-style: solid;
  background-color: rgba(89, 147, 218, 0.8);
  border-color: rgba(1, 129, 57, 0.5);
}
.fastivle .inner .photo_list .list_item:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 1em;
  border: 2px dashed #D8D86E;
  top: 1em;
  left: 1em;
  transition: all 0.3s ease-out;
}
.fastivle .inner .photo_list .list_item .border {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 1em;
  padding: 1em;
  transition: all 0.2s ease-out;
}
.fastivle .inner .photo_list .list_item .photo {
  border-radius: 0.7em;
  overflow: hidden;
  margin-bottom: 1em;
}
.fastivle .inner .photo_list .list_item .caption {
  color: var(--purple);
  margin-bottom: 1em;
}
.fastivle .inner .photo_list .list_item .caption h3 {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.1;
}
@media all and (min-width: 769px) {
  .fastivle .inner .photo_list .list_item .caption h3 {
    font-size: 1.7em;
  }
}
.fastivle .inner .photo_list .list_item .sub_cap h4 {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .fastivle .inner {
    width: 80%;
  }
}
@media all and (min-width: 1024px) {
  .fastivle .inner {
    justify-content: space-between;
    align-items: center;
    gap: 7em;
    width: 80%;
    padding: 8em 0 17em;
  }
  .fastivle .inner .title {
    width: -moz-max-content;
    width: max-content;
  }
  .fastivle .inner .photo_list {
    width: 90%;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    gap: 5em;
  }
  .fastivle .inner .photo_list .list_item {
    width: 45%;
    flex-grow: 1;
  }
  .fastivle .inner .photo_list .list_item:nth-child(2n) {
    transition-delay: 0.35s;
  }
  .fastivle .inner .photo_list .list_item .border {
    padding: 0.5em 0.5em 1em;
  }
  .fastivle .inner .photo_list .list_item .border .caption {
    padding: 0 0.5em;
  }
  .fastivle .inner .photo_list .list_item .border .caption h3 {
    font-size: 1.2em;
  }
  .fastivle .inner .photo_list .list_item .border .sub_cap {
    padding: 0 0.5em;
  }
  .fastivle .inner .photo_list .list_item .border .sub_cap h4 {
    font-size: 1.1em;
  }
}

.organizers {
  background-color: var(--green_lite);
  padding: 30% 0 10%;
  margin-top: -10%;
}
.organizers:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/texture_100.png") top left/100px;
  mix-blend-mode: multiply;
}
.organizers .bg {
  position: absolute;
  top: 0;
  width: 100%;
  aspect-ratio: 5/6;
  overflow: hidden;
}
.organizers .bg .wave {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5%;
  left: 0%;
  mix-blend-mode: screen;
}
.organizers .bg .wave._01 {
  mix-blend-mode: screen;
}
.organizers .bg .wave img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30%;
     object-position: 30%;
}
.organizers .inner {
  position: relative;
  text-align: center;
}
.organizers .inner .title_icon {
  width: 40%;
  margin: 0 auto;
}
.organizers .inner .title {
  margin: 2em auto;
}
.organizers .inner .title h2 {
  font-size: 3em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: var(--green_dark);
}
.organizers .inner .content .logo_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  flex-wrap: wrap;
  margin-top: 10%;
}
.organizers .inner .content .logo_list li {
  width: 40%;
}
@media all and (min-width: 769px) {
  .organizers {
    padding: 15% 0 7%;
  }
  .organizers .bg {
    width: 100%;
    height: 100%;
  }
  .organizers .bg .wave {
    width: 100%;
  }
  .organizers .inner .title_icon {
    width: 20%;
  }
  .organizers .inner .content .logo_list li {
    width: 15%;
  }
}