@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet');


.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-align: center;
	cursor: pointer;
	width: 300px;
	margin: 40px auto 10px;
	padding: 21px 10px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #01a29b;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:before {
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right:before {
	content: "\f30b";
	font: 300 0.9em "Font Awesome 5 Pro";
	padding: 21px 10px;
}


.btn-4 {
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	overflow: hidden;
}

.btn-4 a {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 0.95em;
	letter-spacing: 1px;
}

.btn-4:active {
	background-color: #01a29b;
}

.btn-4:hover {
	background: #00aeb3;
}

.btn-4:before {
	position: absolute;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #17954c;
}


.btn-4c:before {
	left: 70%;
	opacity: 0;
	top: 0;
}

.btn-4c:hover:before {
	left: 80%;
	opacity: 1;
}



/* 購入ボタン */
.buy_btn {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.buy_button {
  width:150px;
  height:40px;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin: 0;
	background-color:#01a29b;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;
	font-size: 0.9em;
}

.buy_button a {
  color:#fff !important;
  text-decoration:none;
  transition:all .5s ease;
  z-index:2;
  position:relative;
	line-height: 40px;
	font-size: 1em;
}

.eff-4 {
  width:150px;
  height:40px;
  left:-190px;
  background: #00aeb3;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}

.buy_button:hover .eff-4 {
  left:0;
}


.no_link {
	pointer-events: none;
}

