@charset "utf-8";

/* *****************************************************************************

  index.html

***************************************************************************** */
/* important-box */
.important-box{
  margin-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
.important-box > .-inner{
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;  
}

@media screen and (max-width : 1000px){
  /* important-box */
  .important-box{
    margin-top: 3rem;
  }
}

@media screen and (max-width : 760px){
  /* important-box */
  .important-box{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* important-box-primary */
.important-box-primary{
  border: 2px solid #f777a6;
  border-radius: 1rem;
  display: flex;
  background-color: #ffffff;
}
.important-box-primary > .-heading-block{
  background-color: #f4d0dc;
  width: 16rem;
  border-top-left-radius: 0.9rem;
  border-bottom-left-radius: 0.9rem;
  color: #f777a6;
  display: flex;
  align-items: center;
  padding: 2rem;
}
.important-box-primary > .-heading-block > .-heading{
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "FOT-UD角ゴ_ラージ Pr6N B";
  text-align: center;
}
.important-box-primary > .-list-block{
  flex: 1;
  display: flex;
  align-items: center;
  padding: 2rem;
}

@media screen and (max-width : 760px){
  /* important-box-primary */
  .important-box-primary{
    display: block;
  }
  .important-box-primary > .-heading-block{
    width: 100%;
    padding: 0.5rem 2rem;
    border-top-right-radius: 0.9rem;
    border-bottom-left-radius: 0;
  }
}

/* important-box-list */
.important-box-list{
  width: 100%;
}
.important-box-list > .-item{
  margin-top: 0.4rem;
}
.important-box-list > .-item:nth-child(1){
  margin-top: 0;
}
.important-box-list > .-item > a{
  display: flex;
  width: 100%;
}
.important-box-list > .-item > a > .-date{
  font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
  color: #f777a6;
  width: 12.8rem;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-right: 2rem;
  white-space: nowrap;
}
.important-box-list > .-item > a > .-text{
  font-size: 1.6rem;
  line-height: 1.75;
  flex: 1;
  color: #3d4354;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.important-box-list > .-item > a:hover > .-text{
  color: #f777a6;
}
.important-box-list > .-not{
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 760px){
  /* important-box-list */
  .important-box-list > .-item{
    margin-top: 1rem;
  }
  .important-box-list > .-item > a{
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .important-box-list > .-item > a > .-date{
    font-size: 1.2rem;
    width: 100%;
    padding-right: 0;
  }
  .important-box-list > .-item > a > .-text{
    font-size: 1.6rem;
  }
}

/* slider-block */
.slider-block{
  margin-top: 4.5rem;
  position: relative;
}

@media screen and (max-width: 760px){
  /* slider-block */
  .slider-block{
    margin-top: 2rem;
  }
}

/* slider */
.slider .-item{
  margin: 0 1.5rem;
  border-radius: 10px;
  overflow: hidden;
  width: 720px;
}
.slider .-item a{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider .-item a:hover{
  opacity: 0.75;
}
.slider .-item img{
  width: 100%;
}

@media screen and (max-width: 1000px){
  /* slider */
  .slider .-item{
    width: auto;
  }
}

@media screen and (max-width: 760px){
  /* slider */
  .slider .-item{
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}

/* slick-arrow */
.slick-arrow{
  width: 5rem!important;
  height: 5rem!important;
  border-radius: 50%!important;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.08);
  z-index: 10!important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-arrow:hover{
  opacity: 0.75!important;
}
.slick-arrow:before{
  display: block!important;
	content: ""!important;
  width: 5rem!important;
  height: 5rem!important;
  opacity: 1!important;
}
.slick-prev{
  left: calc(50% - 40rem)!important;
}
.slick-prev:before{
  background: url(/assets/images/home/arrow-slider-prev.svg) center center no-repeat!important;
  background-size: 5rem auto!important;
}
.slick-next{
  right: calc(50% - 40rem)!important;
}
.slick-next:before{
  background: url(/assets/images/home/arrow-slider-next.svg) center center no-repeat!important;
  background-size: 5rem auto!important;
}

@media screen and (max-width: 1000px){
  /* slick-arrow */
  .slick-prev{
    left: 2.5rem!important
  }
  .slick-next{
    right: 2.5rem!important
  }
}

@media screen and (max-width: 760px){
  /* slick-arrow */
  .slick-arrow{
    width: 4rem!important;
    height: 4rem!important;
  }
  .slick-arrow:before{
    width: 4rem!important;
    height: 4rem!important;
  }
  .slick-prev{
    left: 0.8rem!important
  }
  .slick-prev:before{
    background: url(/assets/images/home/arrow-slider-prev.svg) center center no-repeat!important;
    background-size: 4rem auto!important;
  }
  .slick-next:before{
    background: url(/assets/images/home/arrow-slider-next.svg) center center no-repeat!important;
    background-size: 4rem auto!important;
  }
  .slick-next{
    right: 0.8rem!important
  }
}

/* contents-home */
.contents-home{
  margin-top: 6rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 760px){
  /* contents-home */
  .contents-home{
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
}

/* nav-block */
.nav-block{
  padding-left: 6rem;
  padding-right: 6rem;
}
.nav-block > .-inner{
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width : 1000px){
  /* nav-block */
  .nav-block{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width : 760px){
  /* nav-block */
  .nav-block{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* nav-list */
.nav-list{
    display: flex;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    overflow: hidden;
}
.nav-list > .-item{
  width: 25%;
}
.nav-list > .-item > a{
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  height: 180px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
  font-size: 1.6rem;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-list > .-item > a:hover{
  color: #ffffff;
  background-color: #3959cc;
}
.nav-list-pool{
  background: url(/assets/images/icon-pool-blue.svg) center top 4.7rem no-repeat;
  background-size: 6.6rem auto;
}
.nav-list-pool:hover{
  background: url(/assets/images/icon-pool-white.svg) center top 4.7rem no-repeat;
  background-size: 6.6rem auto;
}
.nav-list-gym{
  background: url(/assets/images/icon-gym-blue.svg) center top 4.7rem no-repeat;
  background-size: 5.2rem auto;
}
.nav-list-gym:hover{
  background: url(/assets/images/icon-gym-white.svg) center top 4.7rem no-repeat;
  background-size: 5.2rem auto;
}
.nav-list-fitness{
  background: url(/assets/images/icon-fitness-blue.svg) center top 4.7rem no-repeat;
  background-size: 5.2rem auto;
}
.nav-list-fitness:hover{
  background: url(/assets/images/icon-fitness-white.svg) center top 4.7rem no-repeat;
  background-size: 5.2rem auto;
}
.nav-list-multi{
  background: url(/assets/images/icon-multi-blue.svg) center top 4.9rem no-repeat;
  background-size: 4.8rem auto;
}
.nav-list-multi:hover{
  background: url(/assets/images/icon-multi-white.svg) center top 4.9rem no-repeat;
  background-size: 4.8rem auto;
}
.nav-list > .-item > a > span{
  display: inline-block;
  line-height: 1;
  width: 100%;
  padding-bottom: 4rem;
}

@media screen and (max-width : 760px){
  /* nav-list */
  .nav-list{
    flex-wrap: wrap;
  }
  .nav-list > .-item{
    width: 50%;
  }
  .nav-list > .-item > a{
    height: 130px;
  }
  .nav-list-pool{
    background: url(/assets/images/icon-pool-blue.svg) center top 3rem no-repeat;
    background-size: 5.1rem auto;
  }
  .nav-list-pool:hover{
    background: url(/assets/images/icon-pool-white.svg) center top 3rem no-repeat;
    background-size: 5.1rem auto;
  }
  .nav-list-gym{
    background: url(/assets/images/icon-gym-blue.svg) center top 3rem no-repeat;
    background-size: 4rem auto;
  }
  .nav-list-gym:hover{
    background: url(/assets/images/icon-gym-white.svg) center top 3rem no-repeat;
    background-size: 4rem auto;
  }
  .nav-list-fitness{
    background: url(/assets/images/icon-fitness-blue.svg) center top 3.1rem no-repeat;
    background-size: 4rem auto;
  }
  .nav-list-fitness:hover{
    background: url(/assets/images/icon-fitness-white.svg) center top 3.1rem no-repeat;
    background-size: 4rem auto;
  }
  .nav-list-multi{
    background: url(/assets/images/icon-multi-blue.svg) center top 3.2rem no-repeat;
    background-size: 3.7rem auto;
  }
  .nav-list-multi:hover{
    background: url(/assets/images/icon-multi-white.svg) center top 3.2rem no-repeat;
    background-size: 3.7rem auto;
  }
  .nav-list > .-item > a > span{
    padding-bottom: 2.6rem;
  }
}

/* nav-button */
.nav-button{
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
}
.nav-button > .-item{
  width: 25%;
  /*
  margin-top: 2rem;
  */
}
/*
.nav-button > .-item:nth-child(odd){
  padding-right: 1rem;
}
.nav-button > .-item:nth-child(even){
  padding-left: 1rem;
}
.nav-button > .-item:nth-child(-n+2){
  margin-top: 0;
}
*/
.nav-button > .-item > a{
  display: inline-block;
  width: 100%;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
  font-size: 1.6rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: bottom;
  height: 80px;
  display: flex;
  align-items: center;
}
.nav-button > .-item > a:hover{
  color: #ffffff;
}
.nav-button > .-item > a.-blue{
  background: #ffffff url(/assets/images/arrow-circle-blue.svg) right 2rem center no-repeat;
  background-size: 2rem auto;
}
.nav-button > .-item > a.-blue:hover{
  background: #3959cc url(/assets/images/arrow-circle-white.svg) right 2rem center no-repeat;
  background-size: 2rem auto;
}
.nav-button > .-item > a.-pink{
  background: #ffffff url(/assets/images/arrow-circle-pink.svg) right 2rem center no-repeat;
  background-size: 2rem auto;
}
.nav-button > .-item > a.-pink:hover{
  background: #f777a6 url(/assets/images/arrow-circle-white.svg) right 2rem center no-repeat;
  background-size: 2rem auto;
}
.nav-button > .-item > a > span{
  display: inline-block;
  width: 100%; 
  padding: 2rem 5rem 2rem 7.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.25;
}
.nav-button > .-item > .nav-button-adult > span{
  background: url(/assets/images/icon-school-blue.svg) left 2.4rem center no-repeat;
  background-size: 3.2rem auto;
}
.nav-button > .-item > .nav-button-adult:hover > span{
  background: url(/assets/images/icon-school-white.svg) left 2.4rem center no-repeat;
  background-size: 3.2rem auto;
}
.nav-button > .-item > .nav-button-child > span{
  background: url(/assets/images/icon-child-pink.svg) left 2.5rem center no-repeat;
  background-size: 3.2rem;
}
.nav-button > .-item > .nav-button-child:hover > span{
  background: url(/assets/images/icon-child-white.svg) left 2.5rem center no-repeat;
  background-size: 3.2rem;
}
.nav-button > .-item > .nav-button-outdoor > span{
  background: url(/assets/images/icon-outdoor-blue.svg) left 2.5rem center no-repeat;
  background-size: 3rem;
}
.nav-button > .-item > .nav-button-outdoor:hover > span{
  background: url(/assets/images/icon-outdoor-white.svg) left 2.5rem center no-repeat;
  background-size: 3rem;
}
.nav-button > .-item > .nav-button-event > span{
  background: url(/assets/images/icon-event-pink.svg) left 2.7rem center no-repeat;
  background-size: 2.8rem;
}
.nav-button > .-item > .nav-button-event:hover > span{
  background: url(/assets/images/icon-event-white.svg) left 2.7rem center no-repeat;
  background-size: 2.8rem;
}

@media screen and (max-width : 1000px){
  /* nav-button */
  .nav-button{
    gap: 0;
    flex-wrap: wrap;
  }
  .nav-button > .-item{
    width: 50%;
    margin-top: 2rem;
  }
  .nav-button > .-item:nth-child(odd){
    padding-right: 1rem;
  }
  .nav-button > .-item:nth-child(even){
    padding-left: 1rem;
  }
  .nav-button > .-item:nth-child(-n+2){
    margin-top: 0;
  }
  .nav-button > .-item > a.-blue{
    background: #ffffff url(/assets/images/arrow-circle-blue.svg) right 1.5rem center no-repeat;
    background-size: 2rem auto;
  }
  .nav-button > .-item > a.-blue:hover{
    background: #3959cc url(/assets/images/arrow-circle-white.svg) right 1.5rem center no-repeat;
    background-size: 2rem auto;
  }
  .nav-button > .-item > a.-pink{
    background: #ffffff url(/assets/images/arrow-circle-pink.svg) right 1.5rem center no-repeat;
    background-size: 2rem auto;
  }
  .nav-button > .-item > a.-pink:hover{
    background: #f777a6 url(/assets/images/arrow-circle-white.svg) right 1.5rem center no-repeat;
    background-size: 2rem auto;
  }
  .nav-button > .-item > a > span{
    padding-left: 6.7rem;
    padding-right: 4.5rem;
  }
  .nav-button > .-item > .nav-button-adult > span{
    background: url(/assets/images/icon-school-blue.svg) left 1.9rem center no-repeat;
    background-size: 3.2rem auto;
  }
  .nav-button > .-item > .nav-button-adult:hover > span{
    background: url(/assets/images/icon-school-white.svg) left 1.9rem center no-repeat;
    background-size: 3.2rem auto;
  }
  .nav-button > .-item > .nav-button-child > span{
    background: url(/assets/images/icon-child-pink.svg) left 2rem center no-repeat;
    background-size: 3.2rem;
  }
  .nav-button > .-item > .nav-button-child:hover > span{
    background: url(/assets/images/icon-child-white.svg) left 2rem center no-repeat;
    background-size: 3.2rem;
  }
  .nav-button > .-item > .nav-button-outdoor > span{
    background: url(/assets/images/icon-outdoor-blue.svg) left 2rem center no-repeat;
    background-size: 3rem;
  }
  .nav-button > .-item > .nav-button-outdoor:hover > span{
    background: url(/assets/images/icon-outdoor-white.svg) left 2rem center no-repeat;
    background-size: 3rem;
  }
  .nav-button > .-item > .nav-button-event > span{
    background: url(/assets/images/icon-event-pink.svg) left 2.2rem center no-repeat;
    background-size: 2.8rem;
  }
  .nav-button > .-item > .nav-button-event:hover > span{
    background: url(/assets/images/icon-event-white.svg) left 2.2rem center no-repeat;
    background-size: 2.8rem;
  }
  .nav-button > .-item > a > span > br{
    display: none;
  }
}

@media screen and (max-width : 760px){
  /* nav-button */
  /*
  .nav-button{
    display: block;
  }
  */
  .nav-button > .-item{
    margin-top: 1rem;
  }
  .nav-button > .-item:nth-child(odd){
    padding-right: 0.5rem;
  }
  .nav-button > .-item:nth-child(even){
    padding-left: 0.5rem;
  }
  /*
  .nav-button > .-item:nth-child(1){
    margin-top: 0;
  }
  */
  .nav-button > .-item > a{
    height: 60px;
  }
  .nav-button > .-item > a > span{
    padding-left: 8.1rem;
  }
  .nav-button > .-item > .nav-button-adult > span{
    background: url(/assets/images/icon-school-blue.svg) left 2.5rem center no-repeat;
    background-size: 3.2rem auto;
  }
  .nav-button > .-item > .nav-button-adult:hover > span{
    background: url(/assets/images/icon-school-white.svg) left 2.5rem center no-repeat;
    background-size: 3.2rem auto;
  }
  .nav-button > .-item > .nav-button-child > span{
    background: url(/assets/images/icon-child-pink.svg) left 2.5rem center no-repeat;
    background-size: 3.2rem;
  }
  .nav-button > .-item > .nav-button-child:hover > span{
    background: url(/assets/images/icon-child-white.svg) left 2.5rem center no-repeat;
    background-size: 3.2rem;
  }
  .nav-button > .-item > .nav-button-outdoor > span{
    background: url(/assets/images/icon-outdoor-blue.svg) left 2.5rem center no-repeat;
    background-size: 3rem;
  }
  .nav-button > .-item > .nav-button-outdoor:hover > span{
    background: url(/assets/images/icon-outdoor-white.svg) left 2.5rem center no-repeat;
    background-size: 3rem;
  }
  .nav-button > .-item > .nav-button-event > span{
    background: url(/assets/images/icon-event-pink.svg) left 2.7rem center no-repeat;
    background-size: 2.8rem;
  }
  .nav-button > .-item > .nav-button-event:hover > span{
    background: url(/assets/images/icon-event-white.svg) left 2.7rem center no-repeat;
    background-size: 2.8rem;
  }
}

@media screen and (max-width : 580px){
  /* nav-button */
  .nav-button > .-item > a > span > br{
    display: inline;
  }
}

@media screen and (max-width : 480px){
  /* nav-button */
  .nav-button{
    display: block;
  }
  .nav-button > .-item{
    width: 100%;
  }
  .nav-button > .-item:nth-child(2){
    margin-top: 1rem;
  }
  .nav-button > .-item:nth-child(odd){
    padding-right: 0;
  }
  .nav-button > .-item:nth-child(even){
    padding-left: 0;
  }
  .nav-button > .-item > a > span > br{
    display: none;
  }
}

/* section-box */
.section-box{
  margin-top: 8rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
.section-box > .-inner{
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.section-box > .-inner > .-heading{
    width: 25.8621%;
    padding-right: 2rem;
}
.section-box > .-inner > .-primary{
    width: 74.1379%;
}

@media screen and (max-width : 1000px){
  /* section-box */
  .section-box{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width : 760px){
  /* section-box */
  .section-box{
    margin-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section-box > .-inner{
    display: block;
  }
  .section-box > .-inner > .-heading{
    width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-box > .-inner > .-primary{
    width: 100%;
    margin-top: 2rem;
  }
}

/* section-heading */
.section-heading{
  font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
}
.section-heading > .-main{
  font-size: 2.4rem;
  line-height: 1.35;
  white-space: nowrap;
}
.section-heading > .-en{
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
  margin-top: 1.6rem;
}
.section-heading > .-en.-blue{
  color: #3959cc;
}
.section-heading > .-en.-pink{
  color: #f777a6;
}

@media screen and (max-width : 760px){
  /* section-heading */
  .section-heading > .-main{
    font-size: 2.2rem;
  }
  .section-heading > .-en{
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }
}

/* section-button */
.section-button{
  font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 4.5rem;
  white-space: nowrap;
}
.section-button > a{
  display: inline-block;
  padding-right: 2.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-button.-blue > a{
  background: url(/assets/images/arrow-circle-blue.svg) right center no-repeat;
  background-size: 2rem;
}
.section-button.-blue > a:hover{
  color: #3959cc;
}
.section-button.-pink > a{
  background: url(/assets/images/arrow-circle-pink.svg) right center no-repeat;
  background-size: 2rem;
}
.section-button.-pink > a:hover{
  color: #f777a6;
}

@media screen and (max-width : 760px){
  /* section-button */
  .section-button{
    margin-top: 0;
  }
}

/* news-list-home */
.news-list-home{
  width: 100%;
}
.news-list-home > .-item{
  margin-top: 0.8rem;
}
.news-list-home > .-item:nth-child(1){
  margin-top: 0;
}
.news-list-home > .-item > a{
  display: flex;
  width: 100%;
}
.news-list-home > .-item > a > .-date{
  font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
  color: #3959cc;
  width: 12.8rem;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-right: 2rem;
  white-space: nowrap;
}
.news-list-home > .-item > a > .-text{
  font-size: 1.6rem;
  line-height: 1.75;
  flex: 1;
  color: #3d4354;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list-home > .-item > a:hover > .-text{
  color: #3959cc;
}

@media screen and (max-width : 760px){
  /* news-list-home */
  .news-list-home > .-item{
    margin-top: 1.8rem;
  }
  .news-list-home > .-item > a{
    display: block;
  }
  .news-list-home > .-item > a > .-date{
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
}

/* event-list-home */
.event-list-home{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event-list-home > .-item{
  width: 47.2868%;
  display: flex;
  margin-top: 3.5rem;
}
.event-list-home > .-item:nth-child(-n+2){
  margin-top: 0;
}
.event-list-home > .-item > a{
  background-color: #ffffff;
  display: inline-block;
  border-radius: 1rem;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 100%;
  vertical-align: bottom;
}
.event-list-home > .-item > a > .-img{
  overflow: hidden;
  aspect-ratio: 40/21;
}
.event-list-home > .-item > a > .-img > img{
  width: 100%;
  display: block;
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
}
.event-list-home > .-item > a:hover > .-img > img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.event-list-home > .-item > a > .-main{
  padding: 2.8rem 2.3rem 2.6rem;
  width: 100%;
}
.event-list-home > .-item > a > .-main > .-date{
  font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
  font-size: 1.2rem;
  line-height: 1;
  color: #f777a6;
  margin-bottom: 1rem;
}
.event-list-home > .-item > a > .-main > .-text{
  font-size: 1.4rem;
  line-height: 1.5714;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-list-home > .-item > a:hover > .-main > .-text{
  color: #f777a6;
}

@media screen and (max-width : 1000px){
  /* event-list-home */
  .event-list-home > .-item{
    width: 50%;
  }
  .event-list-home > .-item:nth-child(odd){
    padding-right: 1rem;
  }
  .event-list-home > .-item:nth-child(even){
    padding-left: 1rem;
  }
}

@media screen and (max-width : 560px){
  /* event-list-home */
  .event-list-home{
    display: block;
  }
  .event-list-home > .-item{
    width: 100%;
    display: block;
    margin-top: 2.5rem;
  }
  .event-list-home > .-item:nth-child(1){
    margin-top: 0;
  }
  .event-list-home > .-item:nth-child(2){
    margin-top: 2.5rem;
  }
  .event-list-home > .-item:nth-child(odd){
    padding-right: 0;
  }
  .event-list-home > .-item:nth-child(even){
    padding-left: 0;
  }
}
