﻿.banner-btn
{
  /*font-size: 1.6rem;*/
  font-size: 12pt;

  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}

.banner-link {
  /*font-size: 2.2rem;*/
  font-size: 12pt;

  position: relative;
  /*padding: 0.25rem 2rem 1.5rem 3.5rem;*/
  padding: 0.25rem 1.8rem 1.5rem 1.2rem;

  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

.banner-link span {
  /*font-size: 1.5rem;*/
  font-size: 10pt;
  position: absolute;
  top: -1.25rem;

  left: calc(50% - 140px);
  display: block;
  width: 280px;

  padding: 0.2rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.banner-link span:before,
.banner-link span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

.banner-link span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

.banner-link span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.banner-link i {
  margin-right: 1rem;
}

.banner-linkc:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

.campaign
{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*ボタン周りの余白用*/
.btn-wrap2 {
  margin: 20px;
}

a.btn-campaign {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

/*
  width: 250px;
  height: 120px;
*/
  width: 100%;
  height: 210px;

  margin: 0 auto;
  padding: 0;
}

a.btn-campaign .left {
  width: 80%;
  padding-top: 20px;

  -webkit-transition: all 0.6s;

  transition: all 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;

  border: 2px solid #e94919;
  border-right: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-campaign .left span {
  font-size: 1rem;
}

a.btn-campaign .left span.txt1 {
  font-size: 1.5rem;
  color: #e94919;
}

a.btn-campaign .left span.txt2 {
  font-size: 1.5rem;
  color: #e94919;
}

a.btn-campaign .left em {
  font-size: 3.5rem;
  font-style: normal;

  display: block;

  color: #e94919;

margin-top:20px;
margin-bottom:20px;

}

a.btn-campaign .right {
  position: relative;

  width: 20%;
  height: 100%;

  -webkit-transition: all 0.6s;

  transition: all 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;

  color: #fff;
  border-left: 2px dotted #fff;
  background: #e94919;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-campaign .right span {
  font-size: 2rem;
  line-height: 1;

  position: absolute;
  top: -0.8rem;
  left: calc(50% - 0.8rem);

  display: inline-block;

  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);

  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

a.btn-campaign:hover .left {
  -webkit-transform: rotateX(-20deg);
  transform: rotateX(-20deg);
}

a.btn-campaign:hover .right {
  -webkit-transform: rotateX(-20deg) rotateY(75deg);
  transform: rotateX(-20deg) rotateY(75deg);
}

/* 大デバイス（デスクトップ, 1200px 未満）
==============================================*/
@media screen and (max-width: 1199.98px) {
    a.btn-campaign .left span.txt1 {
        font-size: 1.8rem;
    }
    a.btn-campaign .left span.txt2 {
        font-size: 1.8rem;
    }
    a.btn-campaign .left em {
      font-size: 2.4rem;
    }
}
/* END */
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
    a.btn-campaign .left span.txt1 {
        font-size: 1.6rem;
    }
    a.btn-campaign .left span.txt2 {
        font-size: 1.6rem;
    }
    a.btn-campaign .left em {
      font-size: 2.2rem;
    }
}
/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
    a.btn-campaign .left span.txt1 {
        font-size: 1.4rem;
    }
    a.btn-campaign .left span.txt2 {
        font-size: 1.4rem;
    }
    a.btn-campaign .left em {
      font-size: 2.0rem;
    }
}
/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
    a.btn-campaign .left span.txt1 {
        font-size: 1.3rem;
    }
    a.btn-campaign .left span.txt2 {
        font-size: 1.3rem;
    }
    a.btn-campaign .left em {
      font-size: 1.7rem;
    }
}
/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 480px) {
    a.btn-campaign .left span.txt1 {
        font-size: 1.2rem;
    }
    a.btn-campaign .left span.txt2 {
        font-size: 1.2rem;
    }
    a.btn-campaign .left em {
      font-size: 1.8rem;
    }
}
/* END */

h4 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h4:before, h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h4:before {
  left:0;
}
h4:after {
  right: 0;
}

/*[EOF]*/