
.mv {
  width: 100%;
  height: 910px;
  background-color: #f0ebf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
@media only screen and (max-width: 1024px) {
  .mv {
    height: 660px
  }
}
@media only screen and (max-width: 767px) {
  .mv {
    height: 450px
  }
}
.mv:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/img/top/mv_1.png), url(../../assets/img/top/mv_2.png), url(../../assets/img/top/mv_3.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 270px 694px, 443px 463px, 304px 649px;
  background-position: 0% 0%, 100% 100%, 0% 100%;
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  .mv:before {
    background-size: 180px 462.6666666667px, 295.3333333333px 308.6666666667px, 202.6666666667px 432.6666666667px
  }
}
@media only screen and (max-width: 767px) {
  .mv:before {
    background: url(../../assets/img/top/mv_1_sp.png), url(../../assets/img/top/mv_2_sp.png), url(../../assets/img/top/mv_3_sp.png);
    background-size: 108px 100.5px, 177px 223px, 122px 218.5px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0% 0%, 100% 100%, 0% 100%
  }
}
.mv:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../../assets/img/top/mv_4.png) repeat-x bottom left/contain;
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  .mv:after {
    height: 50px
  }
}
.mv .mv__center {
  width: 100%;
  max-width: 834px;
  margin: 190px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1
}
@media only screen and (max-width: 1024px) {
  .mv .mv__center {
    margin: 100px auto 0
  }
}
@media only screen and (max-width: 767px) {
  .mv .mv__center {
    margin: 75px auto 0
  }
}
.mv .mv__img {
    margin-left: 200px;
  position: absolute;
  width: 646px;
  height: 646px;
  top: 2px;
}
@media only screen and (max-width: 1024px) {
  .mv .mv__img {
    margin-left: 0px;
    width: 450px;
    height: 450px
  }
}
@media only screen and (max-width: 767px) {
  .mv .mv__img {
    width: 259px;
    height: 259px
  }
}
.mv .mv__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.mv .mv__content {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center
}
.mv .mv__title {
  display: block;
  width: 100%;
  max-width: 708px;
  z-index: 1;
  margin-top: 40%;
  margin-left: -10%
}
@media only screen and (max-width: 1024px) {
.mv .mv__content {
    width: 100%;
}
  .mv .mv__title {
    width: 80%;
    margin: 380px auto 0;
  margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .mv .mv__title {
    margin: 228px auto 0
  }
}
.mv .mv__title img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.mv .mv__text {
  font-family: Zen Kurenaido, sans-serif;
  font-size: 3rem;
  color: #885dbb;
  z-index: 1;
  width: 100%;
  max-width: 834px
}
@media only screen and (max-width: 1024px) {
  .mv .mv__text {
    font-size: 2.4rem;
    max-width: 600px;
    margin: 0 auto
  }
}
@media only screen and (max-width: 767px) {
  .mv .mv__text {
    font-size: 2rem
  }
}
.mv .mv__text span {
  position: relative
}
.mv .mv__text span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 62px;
  height: 6px;
  background: url(../../assets/img/top/three_dot.png) no-repeat top left/contain
}
@media only screen and (max-width: 1024px) {
  .mv .mv__text span:before {
    width: 52px
  }
}
@media only screen and (max-width: 767px) {
  .mv .mv__text span:before {
    width: 40px
  }
}
.introduce {
  background-color: #faf2e9;
  padding: 4px 0 114px;
  position: relative;
}
.introduce .container {
    margin-top: -90px;
}
@media only screen and (max-width: 1024px) {
  .introduce {
    padding: 4px 0 60px
  }
.introduce .container {
    margin-top: -60px;
}
}
@media only screen and (max-width: 767px) {
  .introduce {
    padding: 4px 0 44px
  }
}
.introduce:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/img/top/introduce_1.png), url(../../assets/img/top/introduce_2.png), url(../../assets/img/top/introduce_3.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 275.5px 124px, 127px 39.5px, 266.5px 100.5px;
  background-position: 0% 26%, 0% 56%, 1% 85%;
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  .introduce:before {
    background-size: 183.6666666667px 82.6666666667px, 84.6666666667px 26.3333333333px, 177.6666666667px 67px
  }
}
@media only screen and (max-width: 767px) {
  .introduce:before {
    background: url(../../assets/img/top/introduce_1_sp.png), url(../../assets/img/top/introduce_2_sp.png), url(../../assets/img/top/introduce_3_sp.png);
    background-size: 107.5px 62px, 92px 20px, 84.5px 29.5px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0% 9%, 0% 44%, 0% 88%
  }
}
.introduce:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/img/top/introduce_4.png), url(../../assets/img/top/introduce_5.png), url(../../assets/img/top/introduce_6.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 135.5px 114px, 395.5px 172.5px, 131.5px 39px;
  background-position: 100% 11%, 100% 74%, 100% 83%;
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  .introduce:after {
    background-size: 90.3333333333px 76px, 263.6666666667px 115px, 87.6666666667px 26px
  }
}
@media only screen and (max-width: 767px) {
  .introduce:after {
    background: url(../../assets/img/top/introduce_4_sp.png), url(../../assets/img/top/introduce_5_sp.png), url(../../assets/img/top/introduce_6_sp.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 69px 57.5px, 202.5px 86.5px, 88px 19.5px;
    background-position: 100% 20%, 100% 59%, 100% 87%
  }
}
.introduce .introduce__title {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  font-family: Zen Maru Gothic, serif;
  font-size: 4rem;
  font-weight: 500;
  color: #885dbb;
  position: relative;
  z-index: 1
}
.introduce .introduce__title span {
  opacity: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.introduce .introduce__title span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1%;
  width: 98%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  z-index: -1;
  -webkit-filter: blur(8px);
  filter: blur(8px)
}
@media only screen and (max-width: 1024px) {
  .introduce .introduce__title {
    font-size: 3.6rem
  }
}
@media only screen and (max-width: 767px) {
  .introduce .introduce__title {
    font-size: 2rem;
    max-width: 380px
  }
}
@media only screen and (max-width: 399px) {
  .introduce .introduce__title {
    font-size: 1.9rem
  }
}
@media only screen and (max-width: 370px) {
  .introduce .introduce__title {
    font-size: 1.8rem
  }
}
.introduce .introduce__text {
  width: 100%;
  max-width: 900px;
  margin: 16px auto 0;
  font-size: 1.8rem;
  line-height: 2.4444444444;
  text-align: center;
  text-shadow: 6px 6px 4px #fff, -6px -6px 4px #fff, 6px -6px 4px #fff, -6px 6px 4px #fff;
  position: relative;
  z-index: 1
}
@media only screen and (max-width: 1024px) {
  .introduce .introduce__text {
    font-size: 1.6rem
  }
}
@media only screen and (max-width: 767px) {
  .introduce .introduce__text {
    font-size: 1.3rem;
    padding: 0 30px;
    font-weight: 500;
    text-align: left;
    line-height: 1.8461538462
  }
}
.introduce .button {
  margin: 51px auto 0;
  position: relative;
  z-index: 1
}
@media only screen and (max-width: 767px) {
  .introduce .button {
    margin: 42px auto 0
  }
}
.news {
  padding: 74px 0 103px;
  background-color: #f4f1f7
}
@media only screen and (max-width: 1024px) {
  .news {
    padding: 60px 0
  }
}
@media only screen and (max-width: 767px) {
  .news {
    padding: 36px 0 50px
  }
}
.news .news__list {
  margin: 27px auto 0;
  width: 100%;
  max-width: 900px
}
@media only screen and (max-width: 767px) {
  .news .news__list {
    margin: 10px auto 0
  }
}
.news .news__item {
  border-bottom: 1px solid #ddd2e9;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 767px) {
  .news .news__item {
    padding: 12px 0;
    margin: 0 20px
  }
}
.news .news__link {
}
@media only screen and (max-width: 767px) {
  .news .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.news .news__date {
  display: block;
  width: 18%;
  font-size: 1.6rem;
  color: #885dbb;
  padding-left: 25px;
  letter-spacing: .1em
}
@media only screen and (max-width: 1024px) {
  .news .news__date {
    font-size: 1.4rem;
    width: 16%
  }
}
@media only screen and (max-width: 767px) {
  .news .news__date {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 0
  }
}
.news .news__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 1.8rem;
  letter-spacing: .1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media only screen and (max-width: 1024px) {
  .news .news__title {
    font-size: 1.6rem
  }
}
@media only screen and (max-width: 767px) {
  .news .news__title {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 3px 0 0;
    -webkit-line-clamp: 2
  }
}
.news .button {
  margin: 35px auto 0
}
@media only screen and (max-width: 767px) {
  .news .button {
    margin: 20px auto 0
  }
}
.event {
  padding: 0 0 99px;
  background-color: #faf2e9;
  position: relative
}
@media only screen and (max-width: 1024px) {
  .event {
    padding: 60px 0;
  padding: 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .event {
    padding: 64px 0 114px;
  padding: 0 0 114px;
  }
}
.event:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/img/top/event_3.png) repeat top left/contain;
  background-position: 1% 1%;
  pointer-events: none
}
.event .event__center {
  position: relative;
  margin: 52px auto 0;
  max-width: 965px;
  width: 100%;
  min-height: 400px;
  background: url(../../assets/img/top/event_1.png) no-repeat top left;
	background-size: 100% 100%;
}
.event .event__center .flyer {
	width: 200px;
	position: absolute;
	top: 85px;
	right: 50px;
}
.event .event__center .flyer img {
	-webkit-transform: rotate(17deg);
	transform: rotate(17deg);
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.25));
}
.event .event__center .event20250330_date br {
	display: none;
}
@media only screen and (max-width: 1024px) {
  .event .event__center {
    min-height: 400px;
    background: url(../../assets/img/top/event_1.png) no-repeat top left/contain;
    background-position: top center
  }
.event .event__center .flyer {
	width: 160px;
	top: 40%;
	right: auto;
	left: 70%;
}
}
@media only screen and (max-width: 767px) {
  .event .event__center {
    background: unset;
    background-color: #fff;
    position: relative;
    width: calc(100% + 32px);
    min-height: unset;
    margin: 68px -16px 0;
      overflow: visible;
  }
  .event .event__center:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    top: -45px;
    left: 0;
    background: url(../../assets/img/top/event_1_sp_top.png) no-repeat top left/cover
  }
  .event .event__center:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: -45px;
    left: 0;
    background: url(../../assets/img/top/event_1_sp_bottom.png) no-repeat bottom left/cover
  }
.event .event__center .flyer {
	width: 100%;
    text-align: center;
    margin-top: 15px;
//    padding-bottom: 25px;
    position: static;
    overflow: visible;
}
.event .event__center .flyer img {
	width: 180px;
    margin-right: 10px;
    position: relative;
    z-index: 50;
}
.event .event__center .event20250330_date {
//	margin-right: 100px;
}
.event .event__center .event20250330_date br {
	display: inline;
}
.event .event__center .event20250330_button {
	text-align: center;
//	margin-right: 100px;
}
.event .event__center .event20250330_button a {
	padding: 14px 55px;
//	margin-top: 0;
}
}
.event .event__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 2%;
  padding: 88px 0 0
}
@media only screen and (max-width: 1024px) {
  .event .event__content {
    padding: 8% 0 0 2%;
  margin: 0 auto;
  }
}
@media only screen and (max-width: 850px) {
  .event .event__content {
    padding: 6% 0 0
  }
}
@media only screen and (max-width: 767px) {
  .event .event__content {
    width: 100%;
    padding: 12px 0 3px;
	  position: relative;
	  z-index: 5;
  }
}
.event .event__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 700;
  color: #885dbb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #f4f1f7));
  background: -webkit-linear-gradient(transparent 70%, #f4f1f7 50%);
  background: linear-gradient(transparent 70%, #f4f1f7 50%);
  margin-left: 25%
}
@media only screen and (max-width: 1024px) {
  .event .event__title {
    font-size: 1.8rem;
  margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .event .event__title {
    font-size: 1.4rem;
    margin: 0 auto
  }
}
.event .event__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 700px;
  gap: 0 30px;
  margin: 20px 0 0 16px
}
@media only screen and (max-width: 1024px) {
  .event .event__row {
    gap: 0 20px
  }
}
@media only screen and (max-width: 767px) {
  .event .event__row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 17px 0 0 4px
  }
}
.event .event__installment {
  width: 148px;
  height: 59px;
  background: url(../../assets/img/top/event_2.png) no-repeat top left/contain;
  margin-left: 20px
}
@media only screen and (max-width: 1024px) {
  .event .event__installment {
    width: 120px;
    margin-top: 8px
  }
}
@media only screen and (max-width: 767px) {
  .event .event__installment {
    width: 100%;
    width: 96px;
    height: 38px;
    margin: 0 auto
  }
}
.event .event__installmentText {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #885dbb;
  padding: 0 0 0 20px
}
@media only screen and (max-width: 1024px) {
  .event .event__installmentText {
    font-size: 1.5rem
  }
}
@media only screen and (max-width: 767px) {
  .event .event__installmentText {
    font-size: 1.2rem
  }
}
.event .event__installmentText span {
  font-size: 3rem
}
@media only screen and (max-width: 1024px) {
  .event .event__installmentText span {
    font-size: 2.5rem
  }
}
@media only screen and (max-width: 767px) {
  .event .event__installmentText span {
    font-size: 2rem
  }
}
.event .event__text--lg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em
}
@media only screen and (max-width: 1024px) {
  .event .event__text--lg {
    font-size: 2.5rem
  }
}
@media only screen and (max-width: 767px) {
  .event .event__text--lg {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin-top: 8px
  }
}
.event .event__text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #885dbb;
  margin-left: 20%
}
@media only screen and (max-width: 1024px) {
  .event .event__text {
    font-size: 1.5rem
  }
}
@media only screen and (max-width: 767px) {
  .event .event__text {
    font-size: 1.2rem;
    margin: 0;
      text-align: center;
  }
}
.event .event__text .ml-12 {
  margin-left: 12px
}
.event .event__text .fw-400 {
  font-weight: 400
}
.event .event__text .fs-16 {
  font-size: 1.6rem
}
@media only screen and (max-width: 1024px) {
  .event .event__text .fs-16 {
    font-size: 1.3rem
  }
}
@media only screen and (max-width: 767px) {
  .event .event__text .fs-16 {
    font-size: 1rem
  }
}
.event .event__text .fs-24 {
  font-size: 2.4rem
}
@media only screen and (max-width: 1024px) {
  .event .event__text .fs-24 {
    font-size: 2rem
  }
}
@media only screen and (max-width: 767px) {
  .event .event__text .fs-24 {
    font-size: 1.5rem
  }
}
.event .event__text .fs-30 {
  font-size: 3rem
}
@media only screen and (max-width: 1024px) {
  .event .event__text .fs-30 {
    font-size: 2.5rem
  }
}
@media only screen and (max-width: 767px) {
  .event .event__text .fs-30 {
    font-size: 2rem
  }
}
.event .event__text span:first-child {
  padding-right: 20px
}
@media only screen and (max-width: 767px) {
  .event .event__text span:first-child {
    padding-right: 13px
  }
}
.event .event__text span:nth-child(5) {
  padding-right: 6px
}
.event .button {
  margin: 40px auto 0
}
@media only screen and (max-width: 767px) {
  .event .button {
    margin: 24px auto 0
  }
}
.gallery {
  padding: 45px 0 35px;
  background-color: #fff
}
@media only screen and (max-width: 1024px) {
  .gallery {
    padding: 36px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery {
    padding: 22px 0 15px;
  }
}
.gallery .gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px
}
.gallery .gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-animation: slide 40s linear infinite;
  animation: slide 40s linear infinite
}
.gallery .gallery__item {
  width: 240px;
  position: relative
}
@media only screen and (max-width: 1024px) {
  .gallery .gallery__item {
    width: 200px
  }
}
@media only screen and (max-width: 767px) {
  .gallery .gallery__item {
    width: 120px
  }
}
.gallery .gallery__item img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 767px) {
}

.cooperation {
  padding: 99px 0 179px;
  background-color: #faf2e9
}
@media only screen and (max-width: 1024px) {
  .cooperation {
    padding: 60px 0
  }
}
@media only screen and (max-width: 767px) {
  .cooperation {
    padding: 59px 0 71px
  }
}
.cooperation .cooperation__block + .cooperation__block {
  margin-top: 97px
}
@media only screen and (max-width: 1024px) {
  .cooperation .cooperation__block + .cooperation__block {
    margin-top: 60px
  }
}
@media only screen and (max-width: 767px) {
  .cooperation .cooperation__block + .cooperation__block {
    margin-top: 62px
  }
}
.cooperation .block__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #e6e0f2));
  background: -webkit-linear-gradient(transparent 70%, #e6e0f2 50%);
  background: linear-gradient(transparent 70%, #e6e0f2 50%)
}
@media only screen and (max-width: 1024px) {
  .cooperation .block__title {
    font-size: 2rem
  }
}
@media only screen and (max-width: 767px) {
  .cooperation .block__title {
    font-size: 1.6rem
  }
}
.cooperation .block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 50px
}
.cooperation .block__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.cooperation .cooperation__block:first-child .block__img {
  width: 264px;
  margin: 53px auto 0
}
@media only screen and (max-width: 1024px) {
  .cooperation .cooperation__block:first-child .block__img {
    width: 203.0769230769px
  }
}
@media only screen and (max-width: 767px) {
  .cooperation .cooperation__block:first-child .block__img {
    width: 170px;
    margin: 34px auto 0
  }
}
.cooperation__block:nth-child(2) .block__row {
  margin-top: 19px
}
@media only screen and (max-width: 767px) {
  .cooperation__block:nth-child(2) .block__row {
    margin-top: 21px
  }
}
.cooperation__block:nth-child(2) .block__link:first-child .block__img {
  width: 239px
}
@media only screen and (max-width: 1024px) {
  .cooperation__block:nth-child(2) .block__link:first-child .block__img {
    width: 183.8461538462px
  }
}
@media only screen and (max-width: 767px) {
  .cooperation__block:nth-child(2) .block__link:first-child .block__img {
    width: 155.5px
  }
}
.cooperation__block:nth-child(2) .block__link:last-child .block__img {
  width: 314px;
  margin-top: 22px
}
@media only screen and (max-width: 767px) {
  .cooperation__block:nth-child(2) .block__link:last-child .block__img {
    width: 204px;
    margin-top: 0
  }
}


.contact {
  padding: 99px 0;
    background-color: #f4f1f7;
}
.contact .contact__content {
    text-align: center;
  max-width: 765px;
  width: 100%;
  min-height: 411px;
    margin: 0 auto;
  background: url(../../assets/img/top/contact_back.png) no-repeat top left/contain
}
.contact .contact__content {
    text-align: center;
  max-width: 765px;
  width: 100%;
  min-height: 411px;
    margin: 0 auto;
  background: url(../../assets/img/top/contact_back.png) no-repeat top left/contain
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.contact .contact__title {
    font-size: 2rem;
    font-weight: bold;
    color: #a78ac9;
    line-height: 2;
    margin-bottom: 1.5em;
}
.contact p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.5;
}
@media only screen and (max-width: 1024px) {
  .contact {
    padding: 60px 0
  }
  .contact .contact__content {
    background-position: top center
  }
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 100px 0 80px;
  }
  .contact .container {
      padding: 0;
  }
  .contact .contact__content {
      position: relative;
      background: #fff;
      min-height: inherit;
      padding: 0 30px 30px;
  }
  .contact .contact__content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    top: -60px;
    left: 0;
    background: url(../../assets/img/top/event_1_sp_top.png) no-repeat top left/cover;
  }
  .contact .contact__content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: -45px;
    left: 0;
    background: url(../../assets/img/top/event_1_sp_bottom.png) no-repeat bottom left/cover;
  }
.contact .contact__title {
    font-size: 1.8rem;
    line-height: 2;
}
.contact p {
    font-size: 1.4rem;
    line-height: 2.5;
}
}



.copy_link a {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    color: #fff;
    background: #a78ac9;
    width: 245px;
    text-align: center;
    margin: 0 25px;
    padding-right: 0.5em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: relative;
}
.copy_link a img {
    width: 9px;
    position: absolute;
    top: 13px;
    right: 18px;
}
@media only screen and (max-width: 1024px) {
.copy_link a {
    font-size: 1.8rem;
    width: 220px;
    margin: 0;
}
.copy_link a img {
    width: 9px;
    top: 11px;
    right: 18px;
}
}
@media only screen and (max-width: 767px) {
.cooperation .copy_link {
//    display: block;
}
.copy_link a {
    font-size: 1.6rem;
    display: block;
    width: 220px;
    margin-bottom: 1em;
}
.copy_link a img {
    width: 7px;
}
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
    -webkit-transform: translateX(calc(-100% - 20px));
    transform: translate(calc(-100% - 20px))
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
    -webkit-transform: translateX(calc(-100% - 20px));
    transform: translate(calc(-100% - 20px))
  }
}
