@charset "utf-8";

.gjs-dashed .swiper{
  overflow:visible;
  height:100%;
}

html { scroll-behavior: smooth;}

.accent{
  font-family: "Cantarell", sans-serif;
}

body{
  border-top:15px solid #529EA3;
  font-size:16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #292D32;
  font-weight: 400;
  background: url(https://tonolion.co.jp/system_panel/uploads/images/20250512185712796457.png) repeat center/cover;
  word-break: auto-phrase;
}

h1,h2,h3,h4,h5{
  margin:0;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong{
  font-weight: bold;
}

p{
  margin:0;
  line-height:2;  
}

.sp{
  display:none;
}

a{
  color: #292D32;
  cursor: pointer;
  display:block;
  transition:0.3s;
  font-weight:bold;
}

a:hover{
  color: #292D32;
  text-decoration:none;
}


a p{
  line-height:1;
}



img{
  width:100%;
  object-fit: contain;
}

.main{
  padding:10rem 0;
  border-left: 15px solid #529EA3;
  border-right: 15px solid #529EA3;
  overflow: hidden;
}

.container{
  padding:0 !important;
  max-width: 1920px;
  width: 90%;
}

.btn{
  position: relative;
  padding-right: 40px;
  display:flex;
  align-items:center;
  gap:1.5rem;
  width:fit-content;
  margin:2.5rem auto 0;
  font-weight:bold;
  font-size:clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}

.btn.accent{
  letter-spacing:-2px;
}

.arrow{
  display:flex;
  align-items: center;
  background: #529EA3;
  border-radius: 999vh;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  height: 40px;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
  width: 40px;
  position: relative;
}

.btn:hover .arrow{
  flex: none;
  transform: scale(1.1, 1.1);
}

.arrow img:first-child{
  bottom: -18px;
  height: auto;
  left: -18px;
  margin: 0 0 0 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 16px;
  max-width: 100%;
}

.btn:hover img:first-child{
  transform:translate(29px, -29px);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.arrow img:last-child{
  height: auto;
  width: 16px;
  max-width: 100%;
}

.btn:hover .arrow img:last-child{
  transform:translate(29px, -29px);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.btn.reverse .arrow img:first-child{
  left:auto;
  right:-18px;
}

.btn.reverse:hover .arrow img:first-child{
  transform: translate(-29px, -29px);
}

.btn.reverse:hover .arrow img:last-child{
  transform:translate(-29px, -29px);
}


.row{
  margin:0;
}

.slider-wrap{
  overflow: hidden;
}

.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 60s linear infinite sliderAnimation;
}

.autoplay-slide {
  height: auto;
  width: 300px;
  margin: 0 10px;
  position: relative;
}

@keyframes sliderAnimation{
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .page-title{
    margin: 80px 0 0;
  }
}

.lower-fv{
  margin:0 auto 8px;
  max-width:525px;
  text-align:center;
  color:#529EA3;
  padding:80px 0;
  font-weight:bold;
  background:url(https://tonolion.co.jp/system_panel/uploads/images/20250513114119257897.png) no-repeat center/cover;
}

.lower-fv h1{
  font-size:clamp(1.5rem, 0.909rem + 1.97vw, 3.125rem);
  letter-spacing: -2px;
}

.lower-fv p{
  font-size:clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
}

.pankuzu{
  display: flex;
  width:50%;
  justify-content: end;
  margin: 2rem 0 0 auto;
  gap: 2rem;
  flex-wrap: wrap;
}

.pankuzu a{
  color:#D65F71;
  position: relative;
}

.pankuzu a:hover{
  text-decoration:underline;
}

.pankuzu a::before{
  content:"";
  position: absolute;
  width: 1.2rem;
  height: 1px;
  background: #d65f71;
  right: -1.7rem;
  transform: rotate(-60deg);
  top: 0.6rem;
}

.pankuzu p{
  line-height:1;
}


strong{
  font-weight:normal;
  display: inline-block;
}

.banner{
  width:80%;
  margin:20rem auto 0;
  max-width:1345px;
  background:#F5C77A;
  border-radius:5rem;
  padding:3.5rem 5% 3rem;
  text-align:center;
  position:relative;
  z-index: 0;
}

.banner::before{
  content:"";
  position:absolute;
  width:100%;
  aspect-ratio:2688/976;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
  background:url(https://tonolion.co.jp/system_panel/uploads/images/20250514161540858374.png) no-repeat center/cover;
}

.banner > img{
    width: 200px;
    position: absolute;
    top: -140px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.banner > p{
  position:relative;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 2px;
}

.banner > p::before{
  content:"";
  position:absolute;
  width: 2.5rem;
  height: 1px;
  background: #000;
  right: -2rem;
  bottom: 1.5rem;
  transform: rotate(-60deg);
}

.banner > p::after{
  content:"";
  position:absolute;
  width:2.5rem;
  height:1px;
  background:#000;
  left:-2rem;
  bottom:1.5rem;
  transform: rotate(60deg);
}

.banner .btn{
  background: #fff;
  border-radius: 40px;
  padding: 1rem 2rem;
  gap: 1rem;
  margin-top: 0.5rem;
}

.lower-title{
  text-align: center;
  font-size: clamp(1.875rem, 0.83rem + 3.48vw, 4.75rem);
  margin-bottom: 3rem;
}

.lower-title h2 {
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}

.lower-title p {
  line-height: 1;
  letter-spacing: -2px;
  font-weight: bold;
}


@media screen and (max-width: 1400px) {
  .banner {
    margin: 15rem auto 0;
  }
  .autoplay-slide{
    width:250px;
  }
}

@media screen and (max-width: 1279px) {
  .banner {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .main {
    padding: 8rem 0;
  }
  .banner::before{
    top:30%;
  }
  .banner > img {
    top: -140px;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  body{
    border-top:10px solid #529EA3;
  }
  .main {
    border-left: 10px solid #529EA3;
    border-right: 10px solid #529EA3;
    padding: 80px 0;
  }
  .lower-fv {
    max-width: 256px;
    padding: 2rem 0;
  }

  .pankuzu a::before{
    width: 1rem;
    top: 0.5rem;
    right: -1rem;
  }
  .pankuzu{
    gap: 1rem;
    width: 100%;
  }
  .sp{
    display:block;
  }
  .pc{
    display:none;
  }
  body{
    font-size:14px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding:0;
  }
  .banner {
    width: 95%;
    margin: 8rem auto 0;
    border-radius:20px;
    padding: 2.5rem 5% 2rem;
  }
  .banner .btn{
    padding: 0.5rem;
  }
  .banner > img {
    top: -100px;
    width: 140px;
  }
  .banner > p::before{
    width:2rem;
    right: -1rem;
    bottom: 1.5rem;
  }
  .banner > p::after{
    width:2rem;
    left: -1.5rem;
    bottom: 1.5rem;
  }
  .lower-title{
    margin-bottom: 2rem;
  }
  .btn{
    padding-right: 0px;
    gap: 1rem; 
  }
  .autoplay-slide {
    width: 150px;
    margin: 0 4px;
  }
}
