@charset "UTF-8";
/* section
--------------------------------------------------------- */
.l-section__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.l-section__inner--wide {
  max-width: 1240px;
}

@media (max-width: 768px) {
  .l-section__inner {
    padding: 0 15px;
  }
}
/* img
--------------------------------------------------------- */
img.u-liquid {
  width: 100%;
  height: auto;
}
img.u-liquid--max {
  width: auto;
  max-width: 100%;
  height: auto;
}
/* visual
--------------------------------------------------------- */
.visual {
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
}
.visual__inner {
  padding: 0 20px;
}
.visual__inner picture {
  display: block;
}
@media only screen and (max-width: 767px) {
  .visual {
    padding-bottom: 4vw;
  }
  .visual__inner {
    padding: 0 4vw;
  }
}
/* topMainvisual
--------------------------------------------------------- */
.topMainvisual {
	position: relative;
}
.topMainvisual .visual__slide {
	padding-bottom: 10px;
	overflow: hidden;
}
.topMainvisual .visual__control {
	position: absolute;
    top: 60%;
    z-index: 10;
    margin-top: -70px;
    cursor: pointer;
}
.topMainvisual .visual__control.event__visual--next {
	right: 50%;
	transform: translateX(640px);
}
.topMainvisual .visual__control.event__visual--prev {
	left: 50%;
    transform: translateX(-640px) rotate(180deg);
}
.topMainvisual .swiper-dots {
	display: flex;
	justify-content: center;
    margin: 0 auto;
    align-items: center;
}
.topMainvisual .swiper-pagination-bullets.swiper-pagination-horizontal {
	width: auto;
}
.topMainvisual .swiper-pagination {
	position: unset;
}
.topMainvisual .stopbtn {
    cursor: pointer;
    bottom: 0;
    right: 20px;
    z-index: 15;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    opacity: 0.8;
    color: #10218B;
    background-color: unset;
    border: none;
}
.topMainvisual .stopbtn:hover {
    opacity: 1;
}
.topMainvisual .stopbtn.stop:before {
    display: block;
    content: "❚❚";
    font-size: 18px;
    font-weight: bold;
}
.topMainvisual .stopbtn.start:before {
    display: block;
    content: "▲";
    transform: rotate(90deg);
    font-size: 18px;
    font-weight: bold;
}
.topMainvisual .swiper-pagination-bullet {
	width: 12px;
    height: 12px;
    margin: 0 6px !important;
}
.topMainvisual .swiper-pagination-bullet-active {
    background: #10218B;
}

@media screen and (max-width:767px) {
	.topMainvisual .visual__slide {
		margin: 0 -4vw;
	}
	.topMainvisual .stopbtn {
    	right: 10px;
	}
}
/* pagination
--------------------------------------------------------- */
#contents .swiper-pagination-bullets {
	margin-top: 4px;
}
@media screen and (max-width:767px) {
	#contents .swiper-pagination-bullets {
		display: block;
	}
}
