@charset "utf-8";
/* CSS Document */
:root {
  --button-text-color: #FFFFFF;
  --button-bg-color: #C00836;
  --button-bg-color-on: #F85C5C;}
  .column_btn-wrapper{
  display:block;
  width:90%;
  margin: 0 auto;
  padding: 2em 0 2em;
  text-align: center;
}
.column_btn-wrapper a.link-box{
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  padding: 0.7em 1.8em; /* 上下のパディングはそのまま、左右に1emを追加 */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-decoration: none;
  letter-spacing: 0.08em;
  border-radius: 0.5em;
  box-shadow: 3px 3px 0px 0px rgba(100,0,0,1.00);
  display: inline-block;
  text-align: left; /* テキストを左揃え */
  padding-right: 3em; /* 矢印のスペースを確保（1em + 2em相当） */
}
.column_btn-wrapper a.link-box:hover {
  text-decoration: none;
  background: var(--button-bg-color-on);
}
.column_btn-wrapper a.link-box span.ya span.ya {
  position: absolute;
  right: 1em; /* 右端から1emの余白に固定 */
  top: 50%; /* 縦中央に固定 */
  transform: translateY(-50%); /* 完全に中央に揃える */
  display: inline-block;
  margin-left: 15px; /* テキストと矢印の間隔を15pxに設定 */
}

.column_btn-wrapper a.link-box span.ya::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.8em;
  border-color: transparent transparent transparent #FFF;
  display: inline-block;
  vertical-align: middle;
}

.btn-wrapper {
  display:block;
  margin: 0 auto;
  padding: 1em 0 3em;
  text-align: center;
}

a.link-box {
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  padding: 0.7em 1.8em; /* 上下のパディングはそのまま、左右に1emを追加 */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-decoration: none;
  letter-spacing: 0.08em;
  border-radius: 0.5em;
  box-shadow: 3px 3px 0px 0px rgba(100,0,0,1.00);
  display: inline-block;
  text-align: left; /* テキストを左揃え */
  padding-right: 3em; /* 矢印のスペースを確保（1em + 2em相当） */
}
a.link-box:hover {
  text-decoration: none;
  background: var(--button-bg-color-on);
}
a.link-box span.ya {
  position: absolute;
  right: 1em; /* 右端から1emの余白に固定 */
  top: 50%; /* 縦中央に固定 */
  transform: translateY(-50%); /* 完全に中央に揃える */
  display: inline-block;
  margin-left: 15px; /* テキストと矢印の間隔を15pxに設定 */
}

a.link-box span.ya::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.8em;
  border-color: transparent transparent transparent #FFF;
  display: inline-block;
  vertical-align: middle;
}
a.link-box_w80 {
width: 80%;
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  padding: 0.7em 1.8em; /* 上下のパディングはそのまま、左右に1emを追加 */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-decoration: none;
  letter-spacing: 0.08em;
  border-radius: 0.5em;
  box-shadow: 3px 3px 0px 0px rgba(100,0,0,1.00);
  display: inline-block;
  text-align: left; /* テキストを左揃え */
  padding-right: 3em; /* 矢印のスペースを確保（1em + 2em相当） */
}
a.link-box_w80:hover {
  text-decoration: none;
  background: var(--button-bg-color-on);
}
a.link-box_w80 span.ya {
  position: absolute;
  right: 1em; /* 右端から1emの余白に固定 */
  top: 50%; /* 縦中央に固定 */
  transform: translateY(-50%); /* 完全に中央に揃える */
  display: inline-block;
  margin-left: 15px; /* テキストと矢印の間隔を15pxに設定 */
}

a.link-box_w80 span.ya::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.8em;
  border-color: transparent transparent transparent #FFF;
  display: inline-block;
  vertical-align: middle;
}



.image_btn-wrapper div.bt{
  display:block;
  text-align: center;
  width: var(--w-basesize);
  margin: 2em auto 2em;
}
.image_btn-wrapper div.bt img {
    max-width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.image_btn-wrapper div.bt:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.last_btn-wrapper {
  display:block;
  text-align: center;
  width: var(--w-basesize);
  margin: 0 auto 4em;
}
.btn-gos {
  padding: 4em 0 0 0;
}
.btn-wrapper img {
    max-width: 80%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.btn-wrapper:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.btn-gos img {
    max-width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.btn-gos:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.btn-list {
padding: 2em 0 2em 0;
}
.btn-list img{
    max-width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.btn-list:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
/*--------------------------------------------------------------------------------バナーリンク*/
.banner_l {
  padding: 0;
  margin: 4em 0;
  text-align: center;
}
.banner_l a {
  margin: 2em auto;
  display: block;
  height: auto;
  text-decoration: none;
}
.banner_l a img {
  width: initial;
  height: initial;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.banner_l a img:hover {
  transform: scale(1.1) rotate(3deg); /* 拡大して回転 */
  opacity: 0.9; /* 少し透明 */}