@charset "utf-8";

/* キービジュアル*/
.leisure-key-visual {
    padding-top: 100%; /* 高さと幅の比を比率で固定。 */
    background: no-repeat 50% 0;
    background-size:contain;
    position: relative;
	background-image: url("../images/leisure-img25aw_sp.jpg");
	backdrop-filter:blur(24px);
  	animation: slideInUp 1s ease-out forwards;
	animation-duration: 0.5s;
}
@media print,screen and (min-width:768px){
    .leisure-key-visual {
    background-size: 100% auto;
	background-image: url("../images/leisure-img25aw_tb.jpg");
    padding-top:  56.25%; /* 高さと幅の比を比率で固定。 */
    width: 100%;
    height: auto;
    }
}

@media print,screen and (min-width:1024px){
.leisure-key-visual {
	background-image: url("../images/leisure-img25aw_pc.jpg");
    padding-top: 37.5%; /* 高さと幅の比を比率で固定。 */
	width: 100%;
    height:auto;
	}
}

/* ボール */
.bound-container{
  margin: 60px 0 -140px;
  position:relative;
  width:100%;
  height:300px;
}
.ball{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image:radial-gradient(at 24px 24px,#FFFFFF,#E5E5E5);
  animation: bound-anim 1s infinite, slideInUp 1s ease-out forwards;
  animation-delay: 1.2s;
  opacity:1;
  z-index: 1;
}
@keyframes slideInUp {
  from {
    transform: translateY(200%);
    opacity: 0.5;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bound-anim {
  0%,100% {top: -115%; transform: scale(1);}
  50% {top: 0;}
}
.shadow{
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: -95px;/*対象のheightと微調節*/
  margin: auto;
  width: 60px;
  height: 10px;
  border-radius: 50%;
  background: #78715B;
  filter: blur(6px);
  opacity:0.5;
  animation: shadow-anim 1s infinite;
}
@keyframes shadow-anim {
  0%,100%  {transform: scale(1.6,1);filter: blur(8px);}
  30% {transform: scale(1);filter: blur(4px);}
}

/* イメージ */
.img-box {
  margin: 4.8rem 0 2.4rem;
}
.img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6rem;
  animation: slideInDown 1s ease-out forwards;
}
@keyframes slideInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* テキスト */
.leisure-catch {
    margin: 24px 0px 8px 0px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.25px;
	animation: slideInRight 1s ease-out forwards;
	animation-duration: 0.6s;
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media print, screen and (min-width:512px) {
    .leisure-catch {
        font-size: 2.7rem;
    }
}

@media print, screen and (min-width:580px) {
    .leisure-catch {
        font-size: 3.0rem;
    }
}

@media print, screen and (min-width:768px) {
    .leisure-catch {
        font-size: 3.0rem;
		mamargin-top: 12rem;
    }
}
@media print, screen and (min-width:1024px) {
    .leisure-catch {
        font-size: 3.6rem;
    }
}
@media print, screen and (min-width:1920px) {
    .leisure-catch {
        font-size: 4.4rem;
    }
}
.leisure-lead {
    font-size: 1.5rem;
    text-align: center;
    font-weight: normal;
    line-height: 1.6;
    display: flex;
    justify-content: center;
	animation: slideInLeft 1s ease-out forwards;
	animation-duration: 1s;
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media print, screen and (min-width:580px) {
    .leisure-lead {
        font-size: 1.8rem;
    }
}

@media print, screen and (min-width:768px) {
    .leisure-lead {
        margin: 2rem 0 0;
        line-height: 1.8;
    }
}
@media print, screen and (min-width:1024px) {
    .leisure-lead {
        font-size: 2rem;
    }
}
.leisure-name {
    margin: -1rem auto;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: left;
    line-height: 2.1;
}

@media print, screen and (min-width:768px) {
    .leisure-name {
        margin: 33% auto 0;
        line-height: 1.5;
    }
}
.leisure-detail {
    margin: 0.4rem auto 0;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: justify;
    line-height: 1.6;
}
.leisure-caption {
    margin: 0.6rem auto 1.2rem;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    line-height: 1.6;
}

/* ボタン */
btn_animation
.btn_box{
  position: absolute;
  top: 48%;
  left: 48%;
  transform: translate(-50%, -50%);
}
#btn_animation .btn-anim{
  display: block;
  width: 50%;
  height: 2.8rem;
  background-color: #FF7EB4;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 78px;
  animation: btn_animation 1s infinite;
}
@keyframes btn_animation {
    0% {
        transform: scale(1, 0.9);
    }
    20% {
        transform: scale(0.9, 1.0);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.9);
    }
}

/* スライダー */
.slider-container{
		width: 100%;
		margin: 0 auto;
	}
	.slick-slide, .slick-slide02, .slick-slide03{
		padding:4px;
	}
	.slider, .slider02, .slider03{
	  margin: 0 auto;
	  width: 100%;
	  padding: 0 1.2rem;
	  border-radius: 50%;
}
	#thumbs img, #thumbs02 img, #thumbs03 img{
		width: 100%;
  		border-radius: 50%;
}
@media print, screen and (min-width:768px) {
	.slider, .slider02, .slider03{
	  padding: 0 0.4rem;
	}
}

/* コンテンツボタン */
.buttonIconText {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 4.8rem;
  margin: 3.6rem auto 5.4rem;
  padding: 0.8rem 0.4rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #ff4291;
  border-radius: 24rem
}

.buttonIconText__reverse {
  flex-direction: row-reverse;
  padding: 0.8rem 1.6rem;
}

.buttonIconText_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  aspect-ratio: 1;
  padding: 0.6rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
}

.buttonIconText_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .buttonIconText {
    transition: background-color 0.2s;
  }

  .buttonIconText_icon_item {
    transition: background-color 0.2s;

  }
  .buttonIconText:hover {
	color: #ff4291;  
    background-color: #fff;
  }
}



