header {
  opacity: 0;
}

.title span {
  display: block;
  color: var(--color-brand);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .title span {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }
}
.title h3 {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .title h3 {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}

main section {
  padding: 6.25rem 0;
}
@media only screen and (max-width: 1023px) {
  main section {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  main section {
    padding: 3.75rem 0;
  }
}

body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.sec_main_01 {
  width: 100%;
  padding: 0;
  position: relative;
  background: #000;
  overflow: hidden;
  min-height: 100vh;
}
.sec_main_01 .motion {
  overflow: hidden;
}
.sec_main_01 .motion .img img {
  width: 100%;
  object-fit: cover;
  height: 100vh !important;
}
.sec_main_01 .motion .img img.pc {
  display: block;
}
.sec_main_01 .motion .img img.t, .sec_main_01 .motion .img img.m {
  display: none;
}
@media screen and (max-width: 1439px) and (min-width: 1024px) and (orientation: portrait) {
  .sec_main_01 .motion .img img.t {
    display: block;
  }
  .sec_main_01 .motion .img img.pc, .sec_main_01 .motion .img img.m {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .sec_main_01 .motion .img img.t {
    display: block;
  }
  .sec_main_01 .motion .img img.pc, .sec_main_01 .motion .img img.m {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_01 .motion .img img {
    background: url(/public/img/moving_bg_img.jpg) no-repeat center center/cover;
  }
  .sec_main_01 .motion .img img.m {
    display: block;
  }
  .sec_main_01 .motion .img img.pc, .sec_main_01 .motion .img img.t {
    display: none;
  }
}
.sec_main_01 .motion .text {
  position: absolute;
  bottom: 1.625rem;
  text-align: center;
  color: #fff;
  left: 50%;
  transform: translate(-50%, 40%);
  opacity: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .sec_main_01 .motion .text {
    width: 42.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_01 .motion .text {
    width: 20rem;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .sec_main_01 .motion .text br {
    display: none;
  }
}
.sec_main_01 .motion .arrow {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.sec_main_01 .motion .arrow img {
  width: 6.25rem;
  height: 6.25rem;
  opacity: 0.2;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .sec_main_01 .motion .arrow img {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.sec_main_02 .container .tit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sec_main_02 .container .cont {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_02 .container .cont {
    margin-top: 1.25rem;
  }
}
.sec_main_02 .container .cont .swiper {
  width: calc(100% + (100vw - 90rem) / 2);
}
@media only screen and (max-width: 1023px) {
  .sec_main_02 .container .cont .swiper {
    width: calc(100% + 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_02 .container .cont .swiper {
    width: calc(100% + 1rem);
  }
}
.sec_main_02 .container .cont .swiper .swiper-wrapper .swiper-slide {
  width: 20rem;
  height: 20rem;
  border-radius: 1.25rem;
  background: var(--bg2);
  margin-right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .sec_main_02 .container .cont .swiper .swiper-wrapper .swiper-slide {
    width: 18.75rem;
    height: 18.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_02 .container .cont .swiper .swiper-wrapper .swiper-slide {
    width: 17.5rem;
    height: 17.5rem;
    margin-right: 1.25rem;
  }
}
.sec_main_02 .container .cont .swiper .swiper-wrapper .swiper-slide img {
  width: 11.25rem;
  height: 11.25rem;
  display: block;
}
.sec_main_02 .container .cont .swiper .swiper-wrapper .swiper-slide span {
  position: absolute;
  bottom: 0.875rem;
  left: 1.5rem;
  font-family: "JalnanGothic";
  font-size: 1.375rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .sec_main_02 .container .cont .swiper .swiper-wrapper .swiper-slide span {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.sec_main_03 .container .tit {
  text-align: center;
}
.sec_main_03 .container .cont.location {
  margin-top: 2.5rem;
  padding: 0;
  border-top: none;
  border-bottom: none;
  height: 47.5rem;
  background: url(/modules/event/skins/location/img/location_background.jpg) no-repeat center center/contain;
  position: relative;
}
.sec_main_03 .container .cont.location img {
  width: 100%;
  display: block;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location {
    background-image: url(/modules/event/skins/location/img/location_background_t.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    height: 25rem;
  }
}
.sec_main_03 .container .cont.location .place {
  position: absolute;
  background: no-repeat center center/contain;
  cursor: pointer;
}
.sec_main_03 .container .cont.location .place .inner {
  width: 100%;
  height: 100%;
}
.sec_main_03 .container .cont.location .place .inner .point {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.125rem;
}
.sec_main_03 .container .cont.location .place .inner .point .inner_point {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 1rem;
  background: #fff;
}
.sec_main_03 .container .cont.location .place .inner .text {
  position: relative;
}
.sec_main_03 .container .cont.location .place .inner .text strong {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place .inner .text strong {
    font-size: 0.75rem;
  }
}
.sec_main_03 .container .cont.location .place .inner .text span {
  display: none;
  width: 11.875rem;
  border-radius: 0.25rem;
  padding: 0.25rem 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place .inner .text span {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place .inner .text span {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
}
.sec_main_03 .container .cont.location .place:hover .inner .point, .sec_main_03 .container .cont.location .place.active .inner .point {
  position: relative;
}
.sec_main_03 .container .cont.location .place:hover .inner .point .inner_point, .sec_main_03 .container .cont.location .place.active .inner .point .inner_point {
  background: var(--color-brand);
}
.sec_main_03 .container .cont.location .place:hover .inner .point:before, .sec_main_03 .container .cont.location .place.active .inner .point:before {
  content: "Click";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5;
}
.sec_main_03 .container .cont.location .place:hover .inner .text span, .sec_main_03 .container .cont.location .place.active .inner .text span {
  display: block;
}
.sec_main_03 .container .cont.location .place_1 {
  width: 4.4375rem;
  height: 3.9375rem;
  top: 7.625rem;
  left: 32.6875rem;
  background-image: url(/modules/event/skins/location/img/location_1_area.png);
  background-position: center top;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_1 {
    top: 41.1%;
    left: 27.616%;
    width: 6.25%;
    height: 5.669%;
  }
}
.sec_main_03 .container .cont.location .place_1:hover, .sec_main_03 .container .cont.location .place_1.active {
  background-image: url(/modules/event/skins/location/img/location_1_area_hover.png);
}
.sec_main_03 .container .cont.location .place_1 .inner {
  padding: 0.7362rem 0.3rem 0 0.2rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_1 .inner {
    padding: 18.047% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_1 .inner {
    padding: 0 0 0 0;
  }
  .sec_main_03 .container .cont.location .place_1 .inner span {
    width: 5.125rem !important;
  }
}
.sec_main_03 .container .cont.location .place_1 .inner .point {
  margin-left: 0.9688rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_1 .inner .point {
    margin: 0 auto 0.25rem;
  }
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_1 .inner .text {
    width: 146.512%;
    margin-left: -23.44%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_1 .inner .text {
    width: 185%;
  }
}
.sec_main_03 .container .cont.location .place_1 .inner .text strong {
  text-align: left;
}
.sec_main_03 .container .cont.location .place_2 {
  width: 5.75rem;
  height: 5.25rem;
  top: 15.8125rem;
  left: 49.3125rem;
  background-image: url(/modules/event/skins/location/img/location_2_area.png);
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_2 {
    top: 51.211%;
    left: 50.872%;
    width: 8.14%;
    height: 7.413%;
    background-position: center top;
  }
}
.sec_main_03 .container .cont.location .place_2:hover, .sec_main_03 .container .cont.location .place_2.active {
  background-image: url(/modules/event/skins/location/img/location_2_area_hover.png);
}
.sec_main_03 .container .cont.location .place_2 .inner {
  padding: 1.1587rem 1.605rem 0 1.2075rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_2 .inner {
    padding: 21.089% 10.446% 0 5.625%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_2 .inner span {
    width: 13rem !important;
  }
}
.sec_main_03 .container .cont.location .place_2 .inner .point {
  margin-left: 0.4688rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_2 .inner .point {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_2 .inner .text {
    width: 99.203%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_2 .inner .text {
    width: 126.5%;
  }
}
.sec_main_03 .container .cont.location .place_3 {
  width: 21.5rem;
  height: 14.0625rem;
  top: 25.4375rem;
  left: 42.625rem;
  background-image: url(/modules/event/skins/location/img/location_3_area.png);
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_3 {
    top: 20.5625rem;
    left: 6.9375rem;
    width: 12.375rem;
    height: 7.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_3 {
    width: 6.3125rem;
    height: 4.5625rem;
    top: 10.8125rem;
    left: 3.6875rem;
  }
}
.sec_main_03 .container .cont.location .place_3:hover, .sec_main_03 .container .cont.location .place_3.active {
  background-image: url(/modules/event/skins/location/img/location_3_area_hover.png);
}
.sec_main_03 .container .cont.location .place_3 .inner {
  padding: 6.1181rem 8.7181rem 0 8.8444rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_3 .inner {
    padding-top: 1.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_3 .inner {
    padding: 1.125rem 2.0938rem 0 1.1563rem;
  }
  .sec_main_03 .container .cont.location .place_3 .inner span {
    width: 9.75rem !important;
  }
}
.sec_main_03 .container .cont.location .place_3 .inner .point {
  margin-left: 0.9688rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_3 .inner .point {
    margin-left: 0.5313rem;
    margin-bottom: 0.125rem;
  }
}
.sec_main_03 .container .cont.location .place_4 {
  width: 5.375rem;
  height: 3.5rem;
  top: 23.375rem;
  left: 65.25rem;
  background-image: url(/modules/event/skins/location/img/location_4_area.png);
  background-position: center top;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_4 {
    width: 5.5625rem;
    height: 5.6875rem;
    top: 24.5625rem;
    left: 25.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_4 {
    width: 2.875rem;
    height: 2.3125rem;
    top: 12.9375rem;
    left: 13.3125rem;
    z-index: 1;
  }
}
.sec_main_03 .container .cont.location .place_4:hover, .sec_main_03 .container .cont.location .place_4.active {
  background-image: url(/modules/event/skins/location/img/location_4_area_hover.png);
}
.sec_main_03 .container .cont.location .place_4 .inner {
  padding: 0.8006rem 0.6481rem 0 0;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_4 .inner {
    padding: 1.875rem 0.375rem 0 0.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_4 .inner {
    padding: 0.4375rem 0 0 0;
  }
  .sec_main_03 .container .cont.location .place_4 .inner span {
    width: 3.625rem !important;
  }
}
.sec_main_03 .container .cont.location .place_4 .inner .point {
  margin-left: 1.4375rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_4 .inner .point {
    margin: 0 auto 0.125rem;
  }
}
.sec_main_03 .container .cont.location .place_4 .inner .text {
  width: 4.875rem;
  margin-left: -0.1481rem;
}
.sec_main_03 .container .cont.location .place_4 .inner strong {
  text-align: left;
}
.sec_main_03 .container .cont.location .place_5 {
  width: 9.625rem;
  height: 9.0625rem;
  top: 26.1875rem;
  left: 74.75rem;
  background-image: url(/modules/event/skins/location/img/location_5_area.png);
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_5 {
    top: 63.868%;
    left: 86.555%;
    width: 13.59%;
    height: 12.804%;
  }
}
.sec_main_03 .container .cont.location .place_5:hover, .sec_main_03 .container .cont.location .place_5.active {
  background-image: url(/modules/event/skins/location/img/location_5_area_hover.png);
}
.sec_main_03 .container .cont.location .place_5 .inner {
  padding: 2.2931rem 4.9831rem 0 0.7044rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_5 .inner {
    padding: 24.385% 0 0;
  }
}
.sec_main_03 .container .cont.location .place_5 .inner .point {
  margin-left: 0.9688rem;
  margin-bottom: 0.125rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_5 .inner .point {
    margin: 0 auto 0.125rem;
  }
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_5 .inner .text {
    margin-left: -5.39%;
    width: 67.38%;
  }
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_5 .inner .text {
    width: 85%;
  }
}
.sec_main_03 .container .cont.location .place_5 .inner .text strong {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_5 .inner .text strong {
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_5 .inner .text span {
    transform: translateX(-70%);
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_5 .inner .text span {
    width: 7.125rem !important;
    transform: translateX(-80%);
  }
}
.sec_main_03 .container .cont.location .place_pop {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_pop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
}
.sec_main_03 .container .cont.location .place_pop.active {
  display: block;
  z-index: 9;
}
@media only screen and (max-width: 1023px) {
  .sec_main_03 .container .cont.location .place_pop.active .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec_main_03 .container .cont.location .place_pop.active .inner .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .sec_main_03 .container .cont.location .place_pop.active .inner .place_info {
    position: relative;
    z-index: 2;
  }
}
.sec_main_03 .container .cont.location .place_pop .inner .place_info {
  width: 28.125rem;
  height: 43.75rem;
  border-radius: 1.25rem;
  background: #fff;
  padding: 2rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_pop .inner .place_info {
    width: calc(100% - 2.5rem);
    height: calc(100vh - 12.5rem);
    padding: 1.5rem;
  }
  .sec_main_03 .container .cont.location .place_pop .inner .place_info > div {
    height: calc(100% - 11.4375rem);
    overflow-y: scroll;
    padding-right: 0.125rem;
  }
  .sec_main_03 .container .cont.location .place_pop .inner .place_info > div::-webkit-scrollbar {
    width: 0.375rem;
  }
  .sec_main_03 .container .cont.location .place_pop .inner .place_info > div::-webkit-scrollbar-thumb {
    border-radius: 0.1875rem;
    background: #E1E1E4;
  }
}
.sec_main_03 .container .cont.location .place_pop .inner .place_info.active {
  display: block;
}
.sec_main_03 .container .cont.location .place_pop .inner .place_info img {
  display: block;
  width: 100%;
  height: 10.4375rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_pop .inner .place_info img {
    height: 10.4375rem;
  }
}
.sec_main_03 .container .cont.location .place_pop .inner .place_info h4 {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_pop .inner .place_info h4 {
    font-size: 1.125rem;
  }
}
.sec_main_03 .container .cont.location .place_pop .inner .place_info p + p {
  margin-top: 0.5rem;
}
.sec_main_03 .container .cont.location .place_pop .inner .place_info p strong {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-brand);
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_pop .inner .place_info p strong {
    font-size: 0.875rem;
  }
}
.sec_main_03 .container .cont.location .place_pop .inner .place_info p span {
  display: block;
  margin-top: 0.24rem;
  padding-left: 0.5625rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--font3);
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .cont.location .place_pop .inner .place_info p span {
    font-size: 0.75rem;
  }
}
.sec_main_03 .container .cont.location .place_pop .inner .place_info p span:before {
  content: "";
  position: absolute;
  left: 0.0625rem;
  top: 0.5313rem;
  width: 0.25rem;
  height: 0.1875rem;
  background: url(../img/polygon.svg) no-repeat center center/contain;
}
.sec_main_03 .container .cont.location .place_pop .inner .place_info p sub {
  bottom: 0;
  display: block;
  margin-top: 0.24rem;
  padding-left: 0.5625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--font3);
}
.sec_main_03 .container .bttn {
  display: block;
  width: 11.0625rem;
  margin: 1.25rem auto 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_03 .container .bttn {
    margin: 0.625rem auto 1.25rem;
    width: 8.6875rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
}

.sec_main_04 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec_main_04 {
    background: url(/public/img/moving_bg_img.jpg) no-repeat center center/cover;
  }
}
.sec_main_04 .container {
  color: #fff;
}
.sec_main_04 .container .tit {
  text-align: center;
}
.sec_main_04 .container .cont {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .container .cont {
    margin-top: 1.25rem;
  }
}
.sec_main_04 .container .cont ul {
  display: flex;
  width: 42.8125rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  margin: 0 auto 3.125rem;
  padding: 1.25rem 3.9063rem;
  gap: 2.75rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 .container .cont ul {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 1.25rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .container .cont ul {
    display: block;
    padding: 1rem;
    margin-bottom: 1.25rem;
  }
}
.sec_main_04 .container .cont ul li {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .container .cont ul li {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.sec_main_04 .container .cont ul li strong {
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .container .cont ul li strong {
    display: block;
  }
}
.sec_main_04 .container .cont ul li + li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .container .cont ul li + li {
    margin-top: 1rem;
  }
}
.sec_main_04 .container .cont ul li + li:before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .container .cont ul li + li:before {
    content: none;
  }
}
.sec_main_04 .container .cont .bttn {
  display: block;
  width: 12.5rem;
  margin: 0 auto 3.125rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .container .cont .bttn {
    width: 8.6875rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
}
.sec_main_04 .container .cont > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 .container .cont > div {
    flex-wrap: wrap;
  }
}
.sec_main_04 .container .cont > div > div {
  background: rgba(0, 0, 0, 0.5);
  width: 17.5rem;
  height: 17.5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 .container .cont > div > div {
    width: 15rem;
    height: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .container .cont > div > div {
    width: 8.75rem;
    height: 8.75rem;
  }
}
.sec_main_04 .container .cont > div > div .text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .container .cont > div > div .text {
    font-size: 1.125rem;
  }
}
.sec_main_04 .container .cont > div .round {
  border-radius: 50%;
}
.sec_main_04 .container .cont > div .diamond {
  background: none;
  position: relative;
  opacity: 1;
}
.sec_main_04 .container .cont > div .diamond .inner {
  position: absolute;
  top: 2.5938rem;
  left: 2.5938rem;
  transform: rotate(45deg);
  width: 12.3125rem;
  height: 12.3125rem;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 .container .cont > div .diamond .inner {
    width: 10.625rem;
    height: 10.625rem;
    top: 2.1875rem;
    left: 2.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .container .cont > div .diamond .inner {
    width: 6.25rem;
    height: 6.25rem;
    top: 1.25rem;
    left: 1.25rem;
  }
}
.sec_main_04 .container .cont > div .diamond .inner .text {
  width: 17.5rem;
  height: 17.5rem;
  transform: translate(-2.5938rem, -2.5938rem) rotate(-45deg);
  transform-origin: center;
}
@media only screen and (max-width: 1023px) {
  .sec_main_04 .container .cont > div .diamond .inner .text {
    width: 15rem;
    height: 15rem;
    transform: translate(-2.1875rem, -2.1875rem) rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_04 .container .cont > div .diamond .inner .text {
    width: 8.75rem;
    height: 8.75rem;
    transform: translate(-1.25rem, -1.25rem) rotate(-45deg);
  }
}
.sec_main_04 .container .cont > div .lying-door {
  border-radius: 0 8.75rem 8.75rem 0;
}
.sec_main_05 .container .tit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sec_main_05 .container .cont {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_05 .container .cont {
    margin-top: 1.25rem;
  }
}
.sec_main_05 .container .cont .swiper {
  width: calc(100% + (100vw - 90rem) / 2);
}
@media only screen and (max-width: 1023px) {
  .sec_main_05 .container .cont .swiper {
    width: calc(100% + 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_05 .container .cont .swiper {
    width: calc(100% + 1rem);
  }
}
.sec_main_05 .container .cont .swiper .swiper-wrapper .swiper-slide {
  width: 27.5rem;
  height: 34.375rem;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_05 .container .cont .swiper .swiper-wrapper .swiper-slide {
    width: 17.5rem;
    height: 21.875rem;
  }
}
.sec_main_05 .container .cont .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  border-radius: 1.25rem;
  background: url(../img/news.jpg) no-repeat center center/cover;
  padding: 2.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec_main_05 .container .cont .swiper .swiper-wrapper .swiper-slide a {
    padding: 1.25rem;
  }
}
.sec_main_05 .container .cont .swiper .swiper-wrapper .swiper-slide a .news_date {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.5rem;
  color: var(--font3);
}
@media only screen and (max-width: 767px) {
  .sec_main_05 .container .cont .swiper .swiper-wrapper .swiper-slide a .news_date {
    margin-bottom: 0.25rem;
  }
}
.sec_main_05 .container .cont .swiper .swiper-wrapper .swiper-slide a .news_title {
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: 700;
  word-break: break-all;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .sec_main_05 .container .cont .swiper .swiper-wrapper .swiper-slide a .news_title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.sec_main_05 .container .cont .swiper .swiper-wrapper .swiper-slide a:hover {
  background-image: url(../img/news-hover.jpg);
}
.sec_main_05 .container .cont .swiper .swiper-wrapper .swiper-slide a:hover .news_date, .sec_main_05 .container .cont .swiper .swiper-wrapper .swiper-slide a:hover .news_title {
  color: #fff;
}
.sec_main_06 .container {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .sec_main_06 .container {
    display: block;
  }
}
.sec_main_06 .container .tit {
  width: 32.75rem;
  margin-right: 4.5625rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_06 .container .tit {
    width: 100%;
    margin-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_06 .container .tit {
    margin-bottom: 2.5rem;
  }
}
.sec_main_06 .container .cont {
  padding-top: 2.625rem;
}
@media only screen and (max-width: 1023px) {
  .sec_main_06 .container .cont {
    padding-top: 0;
  }
}
.sec_main_06 .container .cont ul li {
  width: 50rem;
  border-bottom: 0.0625rem solid var(--font2);
}
@media only screen and (max-width: 1023px) {
  .sec_main_06 .container .cont ul li {
    width: 100%;
  }
}
.sec_main_06 .container .cont ul li input[type=checkbox] {
  display: none;
}
.sec_main_06 .container .cont ul li input[type=checkbox] + label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 767px) {
  .sec_main_06 .container .cont ul li input[type=checkbox] + label {
    padding: 1.25rem 0;
  }
}
.sec_main_06 .container .cont ul li input[type=checkbox] + label .faq_title {
  font-size: 1.625rem;
  line-height: 1.6;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .sec_main_06 .container .cont ul li input[type=checkbox] + label .faq_title {
    font-size: 1.125rem;
  }
}
.sec_main_06 .container .cont ul li input[type=checkbox] + label .faq_icon {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_06 .container .cont ul li input[type=checkbox] + label .faq_icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.sec_main_06 .container .cont ul li input[type=checkbox] + label .faq_icon:before, .sec_main_06 .container .cont ul li input[type=checkbox] + label .faq_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.875rem;
  transform: translate(-50%, -50%);
  height: 0.125rem;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .sec_main_06 .container .cont ul li input[type=checkbox] + label .faq_icon:before, .sec_main_06 .container .cont ul li input[type=checkbox] + label .faq_icon:after {
    width: 1.0625rem;
  }
}
.sec_main_06 .container .cont ul li input[type=checkbox] + label .faq_icon:after {
  width: 0.125rem;
  height: 1.875rem;
  transform: translate(-50%, -50%);
  background: #000;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec_main_06 .container .cont ul li input[type=checkbox] + label .faq_icon:after {
    height: 1.0625rem;
  }
}
.sec_main_06 .container .cont ul li input[type=checkbox]:checked + label .faq_icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sec_main_06 .container .cont ul li input[type=checkbox] ~ div {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.sec_main_06 .container .cont ul li input[type=checkbox] ~ div > div {
  padding: 2.5rem 6.4375rem 2.5rem 0;
  border-top: 1px solid var(--line2);
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--font2);
}
@media only screen and (max-width: 1023px) {
  .sec_main_06 .container .cont ul li input[type=checkbox] ~ div > div {
    padding: 2.5rem 2.5rem 2.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec_main_06 .container .cont ul li input[type=checkbox] ~ div > div {
    padding: 1.25rem 1.25rem 1.25rem 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.sec_main_06 .container .cont ul li input[type=checkbox]:checked ~ div {
  height: auto;
  height: 10.125rem;
}
@media only screen and (max-width: 767px) {
  .sec_main_06 .container .cont ul li input[type=checkbox]:checked ~ div {
    height: 8.125rem;
  }
}

.sec_main_07 {
  padding: 2.4375rem 0 1.8125rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec_main_07 {
    padding: 0;
    background: url(/public/img/moving_bg_img.jpg) no-repeat center center/cover;
  }
}
.sec_main_07 .swiper .swiper-wrapper .swiper-slide {
  width: 12.75rem;
  margin-right: 1.5rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sec_main_07 .swiper .swiper-wrapper .swiper-slide {
    width: 11.25rem;
    margin-right: 1.25rem;
    height: 7.5rem;
  }
}
.sec_main_07 .swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_main_07 .swiper .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 9rem;
  max-height: 3.75rem;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .sec_main_07 .swiper .swiper-wrapper .swiper-slide a img {
    width: 7.5rem;
    max-height: 2.5rem;
  }
}