@charset "UTF-8";

/* --------------------------------------------------
.button-line
-------------------------------------------------- */

.button-line{
	font-size:1.9rem;
	margin-top:40px;
}


/* ########### 650x以下 ########### */
@media (max-width: 650px) {


.button-line{font-size:1.6rem;}


}/* 650px以下 end */


/* --------------------------------------------------
button
-------------------------------------------------- */


.button {

  display: inline-block;
  width: 100%;
  height: 55px;
  text-align: center;
  text-decoration: none;
  line-height: 55px;
  margin-top:20px;
  font-size:1.7rem;
  outline: none;

}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  background-color: #fff;
  border: 1px solid #000;
  color: #000!important;
  line-height: 55px;
}




.button:hover {
  background-color: #000;
  border-color:#000;
  color: #fff!important;
}



/* --------------------------------------------------
button
-------------------------------------------------- */


.button02 {
  display: inline-block;
  width: 100%;
  height: 55px;
  text-align: center;
  text-decoration: none;
  line-height: 55px;
  margin-top:20px;
  font-size:1.7rem;
  outline: none;

}
.button02::before,
.button05\2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button02 {
  background-color: #2c3cae;
  border: 1px solid #2c3cae;
  color: #fff!important;
  line-height: 55px;
}




.button02:hover {
  background-color: #000;
  border-color:#000;
  color: #fff!important;
}




/* --------------------------------------------------
button03
-------------------------------------------------- */


.button03 {

  display: inline-block;
  width: 220px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  line-height: 55px;
  margin-top:20px;
  font-size:1.6rem;
  outline: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;/* for Safari and Chrome 対応*/
  -moz-border-radius: 30px;/* for Firefox 対応*/

}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button03 {
  background-color: #fff;
  border: 1px solid #000;
  color: #000!important;
  line-height: 55px;
}




.button03:hover {
  background-color: #3979b8;
  border: 1px solid #3979b8;
  color: #fff!important;
}


/* --------------------------------------------------
button03-02
-------------------------------------------------- */


.button03-02 {

  display: inline-block;
  width: 220px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  line-height: 55px;
  margin-top:20px;
  font-size:1.7rem;
  outline: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;/* for Safari and Chrome 対応*/
  -moz-border-radius: 30px;/* for Firefox 対応*/

}
.button03-02::before,
.button03-02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03-02,
.button03-02::before,
.button03-02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button03-02 {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000!important;
  line-height: 55px;
}




.button03-02:hover {
  background-color: #f3f3f3;
  border-color:#787b47;
  color: #000!important;
}




/* --------------------------------------------------
button04
-------------------------------------------------- */


.button04 {
  display: inline-block;
  width: 130px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  font-size:1.4rem;
  outline: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;/* for Safari and Chrome 対応*/
  -moz-border-radius: 15px;/* for Firefox 対応*/

}
.button04::before,
.button04::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button04,
.button04::before,
.button04::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button04 {
  background-color: #0eb0f3;
  border: 1px solid #0eb0f3;
  color: #fff!important;
  line-height: 30px;
}




.button04:hover {
  background-color: #000;
  border-color:#000;
  color: #fff!important;
}



/* ########### 768px以下 ########### */
@media (max-width: 768px) {


.button04 {
  width: 100px;
  font-size:1.4rem;
}


}/* 768px以下 end */



/* --------------------------------------------------
btn
-------------------------------------------------- */


/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
   width: 230px;
  text-decoration: none;
  display: inline-block;
    border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}

.btn:hover span{
  color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#000;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
