:root {
    --link-color: #666666;
    --link-hover-color: #666666;
}

html{
    font-size: 14px;
}

a {
    color: var(--link-color);
}
a:hover {
    color: var(--link-color);;
}

figure {
    display: block;
}

.slick-track {
    display: flex;
}
.slick-slide {
    height: auto !important;
}

.resizeimage img { 
    width: 100%; 
}


/* ガチャガチャ・カプセルトイ */
.Service {
    padding: 50px 0 0;
}
.Service ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.Service img {
    max-width: 100%;
}
.Service figure {
    margin: 0;
}
@media print, screen and (max-width: 999px) {
    .UseCase__figure {
        text-align: center;
    }
}
@media print, screen and (max-width: 999px) {
    .Service .pc {
        display: none !important;
    }
}
@media print, screen and (min-width: 1000px) {
    .Service {
        padding: 60px 0 0;
    }
    .Service .sp {
        display: none !important;
    }
}

.LayoutSingle {
    overflow: hidden;
}
.LayoutSingle:not(:first-of-type) {
    padding: 40px 0 0 0;
}
@media print, screen and (min-width: 1000px) {
    .LayoutSingle {
        min-width: 1000px;
        padding: 0;
        width: 100%;
    }
    .LayoutSingle:not(:first-of-type) {
        padding: 45px 0 0 0;
    }
}

.LayoutSingle .LayoutSingle__inner {
    width: min(100% - 20px, 1000px);
    margin: 0 auto;
}

.Title {
    margin-bottom: 30px;
    text-align: center;
}
.Title .Title__en {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .15em;
    margin-bottom: 8px;
}
.Title .Title__jp {
    display: block;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .07em;
}
@media print, screen and (min-width: 1000px) {
    .Title {
        margin-bottom: 45px;
    }
    .Title .Title__en {
        font-size: 19px;
    }
    .Title .Title__jp {
        font-size: 32px;
    }
}

.Service .Service__lead {
    font-size: 12px;
    margin-bottom: 0px;
    text-align: justify;
}
@media print, screen and (min-width: 1000px) {
    .Service .Service__lead {
        font-size: 16px;
        line-height: 2;
        margin: 0 auto 0px;
        width: 800px;
    }
}

.Service .Service__lead2 {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
}
@media print, screen and (min-width: 1000px) {
    .Service .Service__lead2 {
        font-size: 16px;
        line-height: 2;
        margin: 0 auto 70px;
        width: 800px;
    }
}

.Service .Service__lead3 {
    font-size: 10px;
    margin-bottom: 0px;
    text-align: justify;
}
@media print, screen and (min-width: 1000px) {
    .Service .Service__lead3 {
        font-size: 14px;
        line-height: 2;
        margin: 0 auto 0px;
        width: 800px;
    }
}

.Service .Service__bgGrey {
    background-color: #f2f2f2;
    margin-left: -30px;
    margin-right: -30px;
    padding: 1.5em 2em 1.5em;
}
@media print, screen and (min-width: 1000px) {
    .Service .Service__bgGrey {
        margin-left: 0;
        margin-right: 0;
        padding: 30px 0 30px;
    }
}

.Service .Service__bgyellow {
    background-color: #fffbb0;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 0 1px;
}
@media print, screen and (min-width: 1000px) {
    .Service .Service__bgyellow {
        margin-left: 0;
        margin-right: 0;
        padding: 30px 0 30px;
    }
}

.Service .Service__kv {
    margin: 0 auto;
    width: 90%;
}

.Service .Service__bgGreyInner {
    padding-left: 30px;
    padding-right: 30px;
}
@media print, screen and (min-width: 1000px) {
    .Service .Service__bgGreyInner {
        padding-left: 0;
        padding-right: 0;
    }
}

.Service .Service__title2 {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
.Service .Service__title2Text {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 0, 0)), color-stop(60%, rgba(255, 255, 0, 0)), color-stop(61%, #ff0), to(#ff0));
    background: linear-gradient(180deg, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 60%, #FFEA70 50%, #FFD828 100%);
    display: inline;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .07em;
}
@media print, screen and (min-width: 1000px) {
    .Service .Service__title2 {
        margin: 0 auto;
        margin-bottom: 40px;
        margin-top: 80px;
        width: 800px;
    }
    .Service .Service__title2Text {
        font-size: 28px;
    }
}

.Service .Service__title3 {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.Service .Service__title3Text {
    display: inline;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .07em;
}
@media print, screen and (min-width: 1000px) {
    .Service .Service__title3 {
        margin: 0 auto;
        margin-bottom: 40px;
        margin-top: 80px;
        width: 800px;
    }
    .Service .Service__title3Text {
        font-size: 28px;
    }
}

.Service .Service__gachaFig1 {
    margin-bottom: 20px;
}
.Service .Service__note p {
    font-size: 10px;
    line-height: 1.36842;
    margin: 0 0 2px 0;
}
@media print, screen and (min-width: 1000px) {
    .Service .Service__gachaFig1 {
        margin: 0 auto 50px;
        max-width: 1000px;
    }
    .Service .Service__gachaFig1 img {
        width: 100%;
    }
    .Service .Service__note {
        margin: 0 auto;
        width: 650px;
    }
    .Service .Service__note p {
        font-size: 13px;
        line-height: 1.61538;
        padding-left: 1em;
        text-indent: -1em;
    }
}

.Service .Service__gachaFig2 {
    margin-bottom: 20px;
}
.Service .Service__referenceFig2 {
    margin-bottom: 50px;
    margin-top: 20px;
}
.Service .Service__referenceFig4 {
    margin-bottom: 50px;
    margin-top: 20px;
}
@media print, screen and (min-width: 1000px) {
    .Service .Service__gachaFig2 {
        margin: 0 auto 70px;
        max-width: 1000px;
    }
    .Service .Service__gachaFig2 img {
        width: 100%;
    }
    .Service .Service__referenceFig1 {
        margin: 0 auto;
        max-width: 1000px;
    }
    .Service .Service__referenceFig2 {
        margin-bottom: 100px;
        margin-top: 50px;
    }
    .Service .Service__referenceFig4 {
        margin-bottom: 100px;
        margin-top: 10px;
    }
    .Service .Service__referenceFig4 img {
        width: 100%;
    }
}

.Service .Service__contactTitleFig {
    margin: 0 auto 10px;
    width: 48%;
}
@media print, screen and (min-width: 1000px) {
    .Service .Service__contactTitleFig {
        margin: 0 auto 30px;
        width: 370px;
    }
}

.Service .Service__btn1 {
    margin-bottom: 50px;
}
.Service .Service__btn1Link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .07em;
    width: 100%;
}
.Service .Service__btn1Link {
    text-decoration: none;
}
.Service .Service__btn1Link:hover {
    opacity: .8;
}
@media print, screen and (min-width: 1000px) {
    .Service .Service__btn1 {
        margin-bottom: 100px;
    }
    .Service .Service__btn1Link {
        font-size: 19px;
        height: 75px;
        margin: 0 auto;
        width: 700px;
    }
}

.ServiceList1 figure {
    margin: 0;
}
.ServiceList1 .ServiceList1__item {
    margin-bottom: 20px;
}
.ServiceList1 .ServiceList1__caption {
    padding: 10px 0;
    margin: 0;
    text-align: center;
}
@media print, screen and (min-width: 769px) {
    .ServiceList1 .ServiceList1__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        margin-bottom: 40px;
        max-width: 47%;
    }
    .ServiceList1 .ServiceList1__img {
        width: 100%;
    }
    .ServiceList1 .ServiceList1__caption {
        padding: 16px 0;
    }
}
@media print, screen and (min-width: 769px) {
    .ServiceList1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 50px;
    }
    .Service .Service__meritFig {
        margin: 0 auto;
        width: 850px;
    }
}

.ServiceList2 .ServiceList2__item {
    margin-bottom: 48px;
}
.ServiceList2 .ServiceList2__caption {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .07em;
    padding: 10px 0;
    margin: 0;
}
.ServiceList2 .ServiceList2__text {
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
}
@media print, screen and (min-width: 769px) {
    .ServiceList2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 60px;
    }
    .ServiceList2 .ServiceList2__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        margin-bottom: 40px;
        max-width: 47%;
    }
    .ServiceList2 .ServiceList2__caption {
        font-size: 16px;
        padding: 20px 0 10px;
    }
    .ServiceList2 .ServiceList2__text {
        font-size: 15px;
        line-height: 1.8;
    }
}

.LayoutSingle.-grey {
    background-color: #f2f2f2;
}

.UseCase .UseCase__list {
    padding: 0 0 50px;
}
.UseCase .UseCase__item {
    margin: 0 0 30px;
}
.UseCase .UseCase__link, .UseCase .UseCase__wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .08);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .20);
    color: #333;
    display: block;
}
.UseCase .UseCase__img {
    height: 32vw;
    max-width: 100%;
}
@media screen and (max-width: 768px){
    .UseCase .UseCase__img {
        height: auto;
    }
}

.UseCase .UseCase__inner {
    padding: 14px 14px 23px;
}
.UseCase .UseCase__title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.6;
    text-align: justify;
    word-break: break-all;
}
.UseCase .UseCase__text {
    font-size: 12px;
    margin: 10px 0 0;
    text-align: justify;
}
@media print, screen and (min-width: 769px) {
    .UseCase .UseCase__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
        padding: 0 0 70px;
    }
    .UseCase .UseCase__item {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 0 30px;
        max-width: 33.33%;
        padding: 0 15px;
    }
    .UseCase .UseCase__link, .UseCase .UseCase__wrapper {
        height: 100%;
    }
    .UseCase .UseCase__img {
        height: 100%;
        max-width: 100%;
    }
    .UseCase .UseCase__inner {
        padding: 30px 30px 40px;
    }
    .UseCase .UseCase__title {
        font-size: 15px;
        line-height: 24px;
    }
    .UseCase .UseCase__text {
        font-size: 15px;
        line-height: 24px;
        margin: 17px 0 0;
    }
}

.FaqList {
    border-bottom: 1px dashed #f2f2f2;
    margin-top: 38px;
    padding-bottom: 30px;
}
.FaqList .FaqList__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.FaqList .FaqList__Q {
    color: #FF6666;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    top: -8px;
}
.FaqList .FaqList__Qtext {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.6;
    text-align: justify;
}
.FaqList .FaqList__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.FaqList .FaqList__A {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    top: -8px;
}
.FaqList .FaqList__Atext {
    font-size: 12px;
    text-align: justify;
    margin: 0;
}
@media print, screen and (min-width: 1000px) {
    .FaqList {
        margin: 65px auto 0;
        padding-bottom: 60px;
        width: 800px;
    }
    .FaqList .FaqList__question {
        margin-bottom: 25px;
    }
    .FaqList .FaqList__Q {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        font-size: 30px;
        max-width: 40px;
        top: -17px;
    }
    .FaqList .FaqList__Qtext {
        display: block;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: .07em;
        line-height: 1.6;
    }
    .FaqList .FaqList__A {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        font-size: 30px;
        max-width: 40px;
        top: -17px;
    }
    .FaqList .FaqList__Atext {
        font-size: 16px;
    }
}

.ClientList2 {
    padding-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
    .ClientList2 {
        overflow: hidden;
        padding-bottom: 70px;
    }
}

.ClientList2 .ClientList2__title1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #707070;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .07em;
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
}
.ClientList2 .ClientList2__item {
    margin: 0 0 26px;
}
.ClientList2 .ClientList2__inner2 {
    background-color: #fff;
    padding: 10px 30px 15px;
}
.ClientList2 .ClientList2__title2 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.6;
    padding: 11px 0 7px;
}
.ClientList2 .ClientList2__goods {
    font-size: 12px;
    line-height: 2;
    margin: 0 0 3px;
    text-align: justify;
}
.ClientList2 .ClientList2__goods a {
    color: #3abbbc;
    text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
    .ClientList2 .ClientList2__title1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 16px;
        height: 40px;
        margin-top: 30px;
    }
    .ClientList2 .ClientList2__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -25px;
    }
    .ClientList2 .ClientList2__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 34px;
        max-width: 50%;
        padding: 0 25px;
    }
    .ClientList2 .ClientList2__inner2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 10px 30px 25px;
    }
    .ClientList2 .ClientList2__title2 {
        font-size: 16px;
        padding: 20px 0 7px;
    }
    .ClientList2 .ClientList2__goods {
        font-size: 15px;
        margin: 0 0 12px;
    }
}

.Btn3 .Btn3__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .07em;
    width: 100%;
}
@media print, screen and (min-width: 1000px) {
    .Btn3 .Btn3__btn {
        font-size: 16px;
        height: 60px;
        margin: 0 auto;
        width: 400px;
    }
}

/* ブログ用テーブル */
.table_design05 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design05 th, .table_design05 td {
  padding: 1em;
}
@media screen and (max-width: 768px) {
    .table_design05 th, .table_design05 td {
        word-break: break-all;
    } 
}

.table_design05 th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: left;
  width: 17%;
  min-width: 4em;
  position: relative;
}
@media screen and (max-width: 768px) {
    .table_design05 th {
        min-width: 8em;
    } 
}
.table_design05 th::after {
  content: '';
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
}

/* ページ用囲み枠 */
.box20 {
    position: relative;
    padding: 1.5em 1.5em;
    margin: 2em 0;
    top: 0;
    background: #efefef;
}
.box20:before, .box20:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.box20:before{
    border-left: dotted 2px #15adc1;
    border-top: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    left: 0;
}
.box20:after{
    border-top: dotted 2px #15adc1;
    border-right: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    right: 0;
}
.box20 p {
    margin: 0; 
    padding: 0;
}

.box18{
    margin:2em 0;
    position: relative;
    padding: 1.5em 1.5em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #FF8866;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1.5em;
    border: solid 3px #696969;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #696969;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.npsr-content img{
    max-width: 100%;
    height: auto;
}

.box17{
    margin:2em 0;
    position: relative;
    padding: 1.5em 1.5em;
    border-top: solid 2px gray;
    border-bottom: solid 2px gray;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

.box11{
    padding: 1.5em 1.5em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}

.box22{
    padding: 1.5em 1.5em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 7px #FFD828;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.33);
}
.box22 p {
    margin: 0; 
    padding: 0;
}

.box30 {
    margin: 2em 0;
    background: #f4f4f4;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.33);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #999999;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}



/*セロテープ風*/
.box5-6{
	background-color: #f2f2f2; /* ボックス背景色 */
	padding:4em 2em 4em; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に) */
}
.box5-6 .box-title {
	background-color: rgb(255 255 255 / .1);/* テープ背景色と透過*/
	border-left: 2px dotted rgb(0 0 0 / .1);/* ギザギザ左*/
	border-right: 2px dotted rgb(0 0 0 / .1);/* ギザギザ右*/
	box-shadow: 0 0 5px rgb(0 0 0 / .1); /*テープ影*/
	transform: rotate(-2deg);/*テープの傾き*/
	font-size: 1rem;/*タイトル文字の大きさ*/
	padding: 10px 20px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;/*配置(ここを動かす)*/
	top: -15px; /*上からの距離*/
	left: 20px; /*左からの距離*/
}

/* ボタン */
.body {
  padding: 30px;
}

.btn2,
a.btn2,
button.btn2 {
  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;
}

a.btn2-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn2-border-shadow:before {
  position: absolute;
  top: -5px;
  left: -5px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 2px solid #000;
  border-radius: 0.5rem;
}

a.btn2-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn2-border-shadow:hover:before {
  top: 0;
  left: 0;
}

a.btn2-border-shadow--color {
  border-radius: 0;
  background: #FFD828;
}

a.btn2-border-shadow--color:before {
  border-radius: 0;
}