@keyframes scrollActive {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

.l_main .section {
  width: 100%;
  overflow: hidden;
}

.l_main .section .desc {
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 28px;
}

.l_main .section_visual {
  height: 1040px;
  position: relative;
}

.l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide {
  height: 1040px;
  position: relative;
  opacity: 0;
}

.l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide .bg {
  width: 100%;
  height: 1040px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide .bg.pc_cont {
  background-image: url(/static/images/main/visual_img_01.jpg);
}

.l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide .inner {
  height: 100%;
  padding-bottom: 8%;
}

.l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide .inner .txt_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide .inner .txt_wrap > * {
  opacity: 0;
  position: relative;
  top: 2%;
  transition: all 0.8s;
  word-break: keep-all;
  word-wrap: break-word;
}

.l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide .inner .txt_wrap .tit {
  text-shadow: 0px 4px 10px rgba(30, 22, 17, 0.8);
  font-size: 36px;
  line-height: 55px;
}

.l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide .inner .txt_wrap .btn {
  margin-top: 40px;
}

.l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide-active {
  opacity: 1 !important;
}

.l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide-active .inner .txt_wrap > * {
  opacity: 1;
  position: relative;
  top: 0;
}

.l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide-active .inner .txt_wrap .btn {
  transition-delay: 0.2s;
}

.l_main .section_visual .swiper_visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 175px;
  width: 160px;
  height: 160px;
  background: url(/static/images/main/visual_obj_top.png) no-repeat left bottom/contain;
}

.l_main .section_visual .swiper_control {
  position: absolute;
  z-index: 1;
  left: 180px;
  transform: translate(0, -50%);
  top: calc(50% - 85px);
}

.l_main .section_visual .swiper_control .btn_play_wrap .btn_play {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1;
}

.l_main .section_visual .swiper_control .btn_play_wrap .btn_play.pause {
  background-image: url("/static/images/main/icon_pause.png");
}

.l_main .section_visual .swiper_control .btn_play_wrap .btn_play.play {
  background-image: url("/static/images/main/icon_play.png?v=1");
}

.l_main .section_visual .swiper_control .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  top: 50px;
}

.l_main .section_visual .swiper_control .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
  width: 10px;
  height: 10px;
  margin-top: 20px;
}

.l_main .section_visual .swiper_control .swiper-pagination-bullet-active {
  opacity: 1;
}

.l_main .section_visual .scroll {
  position: absolute;
  bottom: 275px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  z-index: 2;
  color: #fff;
}

.l_main .section_visual .scroll p {
  font-size: 12px;
  letter-spacing: 0.1em;
  position: absolute;
  left: -75px;
  top: 50%;
  transform: translateY(-50%);
}

.l_main .section_visual .scroll::before, .l_main .section_visual .scroll::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}

.l_main .section_visual .scroll::before {
  width: 100px;
  background-color: #b4b4b4;
}

.l_main .section_visual .scroll::after {
  animation: scrollActive 1.8s linear infinite;
}

.l_main .section_story {
  padding-top: 25px;
  padding-bottom: 140px;
  position: relative;
  margin-top: -175px;
  padding-top: 175px;
}

.l_main .section_story::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 175px;
  border-radius: 0 160px 0 0;
}

.l_main .section_story .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 3;
}

.l_main .section_story .inner::before {
  content: "";
  animation: rotateObj infinite linear 50s;
  position: absolute;
  z-index: -1;
  left: -110px;
  top: -80px;
  width: 240px;
  height: 240px;
  background: url(/static/images/main/round_obj.png) no-repeat 0 0/contain;
}

.l_main .section_story .inner > div {
  width: 50%;
}

.l_main .section_story .inner > div.tit_wrap {
  padding-left: 80px;
  text-align: left;
}

.l_main .section_story .inner > div.tit_wrap .desc {
  margin-top: 25px;
}

.l_main .section_support {
  padding: 140px 0;
  background: #fcf9f6;
  border-radius: 0 160px;
}

.l_main .section_support .inner .tit_wrap {
  margin-bottom: 70px;
}

.l_main .section_support .inner .wrap {
  width: 952px;
  margin: 0 auto;
}

.l_main .section_support .inner .wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.l_main .section_support .inner .wrap ul li {
  position: relative;
}

.l_main .section_support .inner .wrap ul li:nth-of-type(2n + 3) {
  margin-top: 0;
}

.l_main .section_support .inner .wrap ul li:nth-of-type(even) {
  margin-left: auto;
}

.l_main .section_support .inner .wrap ul li + li {
  margin-top: 200px;
}

.l_main .section_support .inner .wrap ul li > div {
  width: 376px;
}

.l_main .section_support .inner .wrap ul li > div.img_wrap {
  margin-bottom: 35px;
  position: relative;
  border-radius: 40px 0;
  overflow: hidden;
  box-shadow: 0px 6px 24px rgba(150, 150, 150, 0.35);
}

.l_main .section_support .inner .wrap ul li > div.img_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
}

.l_main .section_support .inner .wrap ul li > div.img_wrap .icon {
  transition: all 0.2s;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

.l_main .section_support .inner .wrap ul li > div.img_wrap .icon_support_01 {
  background-image: url(/static/images/main/icon_support_01.png);
}

.l_main .section_support .inner .wrap ul li > div.img_wrap .icon_support_02 {
  background-image: url(/static/images/main/icon_support_02.png);
}

.l_main .section_support .inner .wrap ul li > div.img_wrap .icon_support_03 {
  background-image: url(/static/images/main/icon_support_03.png);
}

.l_main .section_support .inner .wrap ul li > div.img_wrap .icon_support_04 {
  background-image: url(/static/images/main/icon_support_04.png);
}

.l_main .section_support .inner .wrap ul li > div.img_wrap .icon_support_05 {
  background-image: url(/static/images/main/icon_support_05.png);
}

.l_main .section_support .inner .wrap ul li > div.img_wrap .icon_support_06 {
  background-image: url(/static/images/main/icon_support_06.png);
}

.l_main .section_support .inner .wrap ul li > div.txt_wrap .section_tit {
  line-height: 44px;
}

.l_main .section_support .inner .wrap ul li > div.txt_wrap .section_tit span {
  display: block;
}

.l_main .section_support .inner .wrap ul li > div.txt_wrap .desc {
  margin-top: 8px;
}

.l_main .section_support .inner .wrap ul li .btn_point {
  margin-top: 25px;
}

.l_main .section_news {
  padding: 140px 0;
  position: relative;
}

.l_main .section_news::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 515px;
  background: #fcf9f6;
  border-radius: 0 160px 0 0;
}

.l_main .section_news .inner {
  position: relative;
}

.l_main .section_news .inner .wrap .tit_wrap {
  text-align: left;
}

.l_main .section_news .inner .swiper_control {
  position: absolute;
  right: 20px;
  top: 10%;
  width: 110px;
  height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.l_main .section_news .inner .swiper_control .swiper-pagination {
  padding-bottom: 1%;
  font-size: 16px;
  bottom: 0;
  left: 50%;
  width: 50%;
  top: 0;
  transform: translateX(-50%);
  align-self: center;
  color: rgba(55, 47, 44, 0.4);
  font-weight: bold;
}

.l_main .section_news .inner .swiper_control .swiper-pagination-current {
  color: #f67441;
}

.l_main .section_news .inner .swiper_control .swiper-button {
  background: url(/static/images/main/icon_arrow.png) no-repeat center center/6px 10px;
  width: 10px;
  height: 20px;
  top: auto;
  margin-top: 0;
}

.l_main .section_news .inner .swiper_control .swiper-button::after {
  display: none;
}

.l_main .section_news .inner .swiper_control .swiper-button-prev {
  transform: rotate(180deg);
}

.l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide > a {
  margin-bottom: 30px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
}

.l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide > a .icon {
  transition: all 0.2s;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
}

.l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide > a .icon_plus {
  background-image: url(/static/images/main/icon_plus.png);
}

.l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide .point {
  font-size: 16px;
}

.l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide .tit {
  color: #333;
  margin: 15px 0 10px;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  height: 48px;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide .date {
  font-size: 16px;
  color: #666;
}

.l_main .section_news .inner .btn {
  margin: 80px auto 0;
}

.l_main .section_schedule {
  padding: 140px 0;
}

.l_main .section_schedule .inner .tit_wrap .sub_tit {
  letter-spacing: -0.02em;
}

.l_main .section_schedule .inner .btn {
  margin: 80px auto 0;
}

.l_main .section_banner {
  background: url(/static/images/main/banner.jpg) no-repeat center center/cover;
  width: 100%;
  height: 420px;
}

.l_main .section_banner .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.l_main .section_banner .inner .tit {
  font-size: 36px;
  font-weight: bold;
}

.l_main .section_banner .inner .desc {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (min-width: 1240px) {
  .l_main .section_support .inner .wrap ul li:hover > div.img_wrap::before {
    opacity: 1;
  }
  .l_main .section_support .inner .wrap ul li:hover > div.img_wrap .icon {
    opacity: 1;
  }
  .l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide > a:hover::before {
    opacity: 1;
  }
  .l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide > a:hover .icon {
    opacity: 1;
  }
}

@media screen and (max-width: 1240px) {
  @keyframes scrollActive {
    0% {
      width: 0;
    }
    100% {
      width: 3.75rem;
    }
  }
  .l_main .section .desc {
    line-height: 1.395rem;
  }
  .l_main .section_visual {
    height: 50rem;
  }
  .l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide {
    height: 50rem;
  }
  .l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide .bg.mo_cont {
    background-image: url(/static/images/main/visual_img_m_01.jpg);
  }
  .l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide .inner {
    padding-bottom: 25%;
  }
  .l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide .inner .txt_wrap {
    max-width: 15.625rem;
  }
  .l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide .inner .txt_wrap .tit {
    text-shadow: 0px 4px 20px rgba(30, 22, 17, 0.6);
    font-size: 1.5rem;
    line-height: 2.083rem;
  }
  .l_main .section_visual .swiper_visual .swiper-wrapper .swiper-slide .inner .txt_wrap .btn {
    margin-top: 2.083rem;
  }
  .l_main .section_visual .swiper_visual::after {
    bottom: 7.604rem;
    width: 3.125rem;
    height: 3.333rem;
    background: url(/static/images/main/visual_obj_top_m.png) no-repeat left bottom/contain;
  }
  .l_main .section_visual .scroll {
    bottom: 11.458rem;
  }
  .l_main .section_visual .scroll p {
    font-size: 0.666rem;
    left: -3.959rem;
  }
  .l_main .section_visual .scroll::before {
    width: 3.75rem;
  }
  .l_main .section_story {
    padding-bottom: 3.333rem;
    margin-top: -7.605rem;
    padding-top: 8.958rem;
  }
  .l_main .section_story::after {
    height: 7.604rem;
    border-radius: 0 3.333rem 0 0;
  }
  .l_main .section_story .inner {
    display: block;
  }
  .l_main .section_story .inner::before {
    left: -0.938rem;
    top: -4.167rem;
    width: 8.958rem;
    height: 8.958rem;
  }
  .l_main .section_story .inner > div {
    width: 100%;
  }
  .l_main .section_story .inner > div.tit_wrap {
    margin-top: 1.666rem;
    padding-left: 0;
  }
  .l_main .section_story .inner > div.tit_wrap .desc {
    margin-top: 1.145rem;
  }
  .l_main .section_support {
    padding: 3.75rem 0;
    border-radius: 0 3.333rem;
  }
  .l_main .section_support .inner .tit_wrap {
    margin-bottom: 2.291rem;
  }
  .l_main .section_support .inner .wrap {
    width: auto;
  }
  .l_main .section_support .inner .wrap ul {
    display: block;
  }
  .l_main .section_support .inner .wrap ul li {
    width: 100%;
  }
  .l_main .section_support .inner .wrap ul li + li {
    margin-top: 3.75rem !important;
  }
  .l_main .section_support .inner .wrap ul li > div {
    width: 100%;
  }
  .l_main .section_support .inner .wrap ul li > div.img_wrap {
    margin-bottom: 1.458rem;
    border-radius: 6vw 0;
  }
  .l_main .section_support .inner .wrap ul li > div.img_wrap::before {
    display: none;
  }
  .l_main .section_support .inner .wrap ul li > div.img_wrap .icon {
    display: none;
  }
  .l_main .section_support .inner .wrap ul li > div.txt_wrap .section_tit {
    line-height: 1.812rem;
  }
  .l_main .section_support .inner .wrap ul li > div.txt_wrap .desc {
    margin-top: 0.833rem;
  }
  .l_main .section_support .inner .wrap ul li .btn_point {
    margin-top: 1.354rem;
  }
  .l_main .section_news {
    padding: 3.75rem 0;
  }
  .l_main .section_news::before {
    height: 18.645rem;
    border-radius: 0 3.333rem 0 0;
  }
  .l_main .section_news .inner {
    padding-bottom: 2.916rem;
  }
  .l_main .section_news .inner .swiper_control {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: auto;
    bottom: 0;
    width: calc(100% - 3.333rem);
    height: 1.25rem;
  }
  .l_main .section_news .inner .swiper_control .swiper-pagination {
    padding-bottom: 0;
    text-align: left;
    font-size: 0.791rem;
    left: 0;
    width: auto;
    transform: none;
    color: #666;
    font-weight: bold;
  }
  .l_main .section_news .inner .swiper_control .swiper-pagination span {
    position: relative;
    padding: 0 0.416rem;
  }
  .l_main .section_news .inner .swiper_control .swiper-pagination span:first-of-type {
    padding-left: 0;
  }
  .l_main .section_news .inner .swiper_control .swiper-pagination span::before {
    content: "0";
  }
  .l_main .section_news .inner .swiper_control .swiper-scrollbar {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 4.166rem);
    height: 0.125rem;
    background-color: #ddd;
    border-radius: 0.104rem;
  }
  .l_main .section_news .inner .swiper_control .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #f67441;
  }
  .l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide > a {
    margin-bottom: 1.25rem;
    border-radius: 0.666rem;
  }
  .l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide > a::before {
    display: none;
  }
  .l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide > a .icon {
    display: none;
  }
  .l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide .point {
    font-size: 0.916rem;
  }
  .l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide .tit {
    margin: 0.625rem 0;
    font-size: 1.083rem;
    -webkit-line-clamp: 2;
    line-height: 1.583rem;
    height: auto;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
  }
  .l_main .section_news .inner .swiper_news .swiper-wrapper .swiper-slide .date {
    font-size: 0.916rem;
  }
  .l_main .section_news .inner .btn {
    display: none;
  }
  .l_main .section_schedule {
    padding: 3.75rem 0;
  }
  .l_main .section_schedule .inner {
    position: relative;
  }
  .l_main .section_schedule .inner .btn {
    display: none;
  }
  .l_main .section_banner {
    background: url(/static/images/main/banner_m.jpg) no-repeat center center/cover;
    height: 16.666rem;
  }
  .l_main .section_banner .inner .tit {
    font-size: 1.333rem;
  }
  .l_main .section_banner .inner .desc {
    margin-top: 0.208rem;
    font-size: 0.833rem;
  }
}
