@charset "UTF-8";


/*********************
button
*********************/
.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: 900;
  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 42px 12px 24px;
    background: var(--bg-black);
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    color: var(--color-white);
  font-size: calc(24px * var(--font-scale));
  font-weight: 700;
  line-height: 1.2;
  border: solid 2px var(--bg-black);
}
.bt-block .bt-kakomi-bl a{
    display: block;
    margin: 0;
    border-radius: 2px;
}
.bt-kakomi-bl a.no-link{
  display: block;
  padding: 10px 24px 12px 24px;
}
a.bg-main-mono,
a.bg-white{
  color: var(--bg-black);
}
.bt-kakomi-bl.bg-white,
.bt-kakomi-bl.bg-black,
.bt-kakomi-bl.bg-main{
  background: none;
}
.bt-kakomi-bl.bg-main a{
    color: var(--color-black);
    background: var(--bg-main);
}
.bt-kakomi-bl.bg-white a{
    color: var(--color-black);
    background: var(--bg-white);
}

button.arrow02 a,
.bt-fix.arrow03 a,
.bt-kakomi-bl a,
.bt-kakomi-bl a{
  position: relative;
}
.bt-kakomi-bl a::after,
button.arrow02 a::after,
.bt-fix.arrow03 a::after{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon/i-arrow02.svg)no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 10px;
}
.bt-kakomi-bl a.no-link::after{
  display: none;
}

button.arrow03 a::after,
.bt-kakomi-bl.arrow02.bg-main::after{
  background: url(../img/icon/i-arrow03.svg)no-repeat;
  background-size: contain;
  background-position: center;
}
.bt-fix.arrow03:after,
.bt-kakomi-bl.arrow03::after{
  background: url(../img/icon/i-arrow03.svg)no-repeat;
  background-size: contain;
  background-position: center;
}
.bt-fix.arrow03.bg-main::after,
.bt-kakomi-bl.arrow03.bg-main::after{
  background: url(../img/icon/i-arrow03-bl.svg)no-repeat;
  background-size: contain;
  background-position: center;
}



.bt-block.c-flex{
  justify-content: center;
}

.bt-block .bt-kakomi-bl + .bt-kakomi-bl {
  margin-left: 10px;
}

.mono .fix-bottom{
  position: fixed;
  top: 0;
  /*background: var(--bg-black-10);*/
  padding: 10px 16px;
  width: 100%;
  z-index: 100;
}
.mono .fix-bottom .bt-fix{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.mono .fix-bottom .bt-fix a{
  color: var(--color-main);
  background: var(--bg-black);
  border: solid 4px var(--bg-main);
  padding: 10px 42px 12px 24px;

}


.bottom-group-math {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px var(--bg-black10);
}
.bottom-group-math button{
  padding: 16px 26px;
  display: block;
  border: solid 1px var(--bg-black-10);
  width: calc(100% / 2);
  position: relative;
}
.bottom-group-math button::after{
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/icon/i-arrow02.svg)no-repeat;
  background-size: contain;
  background-position: center;
  right: 10px;
  top: calc((100% - 30px) / 2);
}


@media screen and (max-width: 899px) {

  .ss-2026-27 .main-button a{
    padding: 6px 24px;
    font-weight: 700px;
    border: solid 3px var(--color-main);
  }




}

@media screen and (max-width: 767px) {

  .bt-block.c-flex {
      display: block;
  }
  .bt-block.c-flex .bt-kakomi-bl{
    min-width: 280px;
    margin: 0 auto;
  }
  .bt-block.c-flex .bt-kakomi-bl + .bt-kakomi-bl{
    margin-left: auto;
    margin-top: 10px;
  }

  .bottom-group-math button{
    width: calc(100% / 1);
    text-align: left;
  }


}