@charset "UTF-8";


/*********************
button
*********************/
.mono button{
  background: none;
}
.ss-2026-27 .main-button a{
  display: block;
  padding: 12px 24px;
  background: var(--bg-black);
  border: solid 7px var(--color-main);
  color:var(--color-main);
  font-size: calc(40px * var(--font-scale));
  font-weight: 600;
  line-height: 1.4;
}
.ss-2026-27 .main-button:hover a{
  background: var(--overlay-dark);
}

.ss-2026-27 .bt-normal a{
  font-size: calc(26px * var(--font-scale));
  font-weight: 900;
  color:var(--color-white);
  background: var(--color-black);
  padding: 6px 24px;
  border-radius: 2px;
  line-height: 1;
}

.bt-kakomi-bl.c-center{
  margin-right:auto ;
  margin-left: auto;
}
.bt-kakomi-bl a{
  display: block;
  padding: 10px 54px 12px 24px;
    background: var(--bg-black);
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    color: var(--color-white);
  font-size: calc(28px * var(--font-scale));
  font-weight: 900;
  line-height: 1.2;

}
.bt-kakomi-bl:hover a{
  background: var(--overlay-dark);
}
.bt-kakomi-bl.arrow02{
  position: relative;
}
.bt-kakomi-bl.arrow02::after{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/common/i-arrow02.svg)no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 16px;
}


.mono .fix-button-frame {
  left: 0;
  bottom: 0;  
  position: fixed;
  justify-content: flex-end;
  z-index: 10;
  padding: 15px;
  width: calc(100% - 30px);
  animation: contentFadeIn 0.8s forwards;
}
.mono .fix-button-frame.m_footer{
  position: relative;
  left: auto;
  bottom: auto; 
}


@keyframes contentFadeIn {
  from {
  opacity: 0;
  transform: translateY(16px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
}




@media screen and (max-width: 899px) {

  .ss-2026-27 .main-button a{
    padding: 6px 24px;
    font-weight: 700px;
    border: solid 3px var(--color-main);
  }




}

