.btn-style-01, .btn-style-02, .btn-style-03, .btn-style-04 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  transition-duration: .4s;
  overflow: hidden;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .btn-style-01::after, .btn-style-02::after, .btn-style-03::after, .btn-style-04::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity .5s, transform 0s;
    transition-delay: 0s, .4s;
    background: #8c8c8c;
  }
  .btn-style-01:hover, .btn-style-02:hover, .btn-style-03:hover, .btn-style-04:hover {
    color: #fff;
  }
  .btn-style-01:hover::after, .btn-style-02:hover::after, .btn-style-03:hover::after, .btn-style-04:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
  }
}

.btn-style-02::before, .btn-style-03::before, .btn-style-04::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 9px;
  height: 14px;
  margin: auto 0;
  background: left top/100% auto no-repeat url("/images/common/btn_arrow02.png");
}
@media only screen and (max-width: 767px) {
  .btn-style-02::before, .btn-style-03::before, .btn-style-04::before {
    right: 22.5px;
    width: 6.5px;
    height: 11px;
    background-image: url("/images/common/btn_arrow02_sp.png");
    background-size: 6.5px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-style-02:hover, .btn-style-03:hover, .btn-style-04:hover {
    color: #fff;
  }
  .btn-style-02:hover::before, .btn-style-03:hover::before, .btn-style-04:hover::before {
    background-image: url("/images/common/btn_arrow_hover.png");
  }
}

.btn-style-03 {
  background-color: #fff;
}
.btn-style-03::before {
  background-image: url("/images/common/btn_arrow03.png");
}
@media print, screen and (min-width: 768px) {
  .btn-style-03::after {
    background: #aca49c;
  }
}

.btn-style-04::before {
  right: 21px;
  background-image: url("/images/common/btn_arrow03.png");
}
@media print, screen and (min-width: 768px) {
  .btn-style-04::after {
    background: #aca49c;
  }
}

.btn-style-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.btn-style-05 span {
  position: relative;
  margin-right: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .btn-style-05 span {
    margin-right: 1.214vw;
  }
}
.btn-style-05 span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scale(0, 1);
  width: 100%;
  height: 1px;
  background: #333333;
  content: '';
  transition: 0.4s;
}
@media print, screen and (min-width: 768px) {
  .btn-style-05 span:hover::before {
    transform: scale(1);
  }
}
.btn-style-05::after {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: left top/100% auto no-repeat url("/images/common/btn_arrow05.png");
}
@media only screen and (max-width: 767px) {
  .btn-style-05::after {
    width: 20px;
    height: 20px;
    background-image: url("/images/common/btn_arrow05_sp.png");
  }
}

.btn-pulldown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.btn-pulldown::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 10px;
  height: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ccc5b6 transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  .btn-pulldown::before {
    right: 4.667vw;
    width: 2.4vw;
    height: 1.467vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.467vw 1.2vw 0 1.2vw;
    border-color: #ccc5b6 transparent transparent transparent;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-pulldown:hover::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
  }
}

.template .inner {
  height: 2000px;
  background-color: #eee;
  font-size: 24px;
}
@media screen and (max-width: 1400px) {
  .template .inner {
    height: 142.857vw;
    font-size: 1.714vw;
  }
}
@media only screen and (max-width: 767px) {
  .template .inner {
    height: 266.667vw;
    font-size: 4.267vw;
  }
}
