html{
  scroll-behavior: smooth;
}
.href {
  cursor: pointer;
}
.none {
  display:none;
}

.sp{
	display: block;
}
@media (min-width: 576px) {
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
}
/* 注文ID */
.font-order-id{
	font-size: 14px!important;
	/* font-family: "Roboto Mono", monospace; */
	font-family: "Fira Code", serif;
	font-weight: bold;
	letter-spacing: 0.1rem;
}
/* 転送コム */
.tensocom-pc{
  display: none;
}
@media (min-width: 576px) {
  .tensocom-pc{
    display: block;
  }
  .tensocom-sp{
    display: none;
  }
}

/* LINEログインボタン */
.btn-line {
  color: #ffffff;
  padding: 0!important;
  height: 45px;
  min-width: 220px;
  display: inline-flex;
  background: url("/assets/images/others/line_88.png") no-repeat #06C755;
  background-size: 45px 45px;
}
.btn-line-border{
  opacity: 8%;
  border-left: 1px solid #000000;
  margin-left: 45px;
  height: 100%;
}
.btn-line-text{
  width: 100%;
  height: 100%;
  line-height: 45px;
}
.btn-line:hover{
  color: #ffffff;
  background-color: #05B34C;
}

.btn-pictsquare{
	color: #ffffff;
	background-color: #3c0084;
	padding: 0!important;
	height: 45px;
	min-width: 220px;
	display: inline-flex;
}
.btn-pictsquare:hover{
	color: #ffffff;
}

/* ピクスペ匿名転送のバナー */
.close-btn {
	cursor: pointer;
}

.tenso-banner-pc{
	position: fixed;
	width: 330px;
	right: 60px;
	bottom: 30px;
	display: none;
	z-index: 100;
}

.tenso-banner-pc .banner{
	width: 100%;
	border-radius: 16px;
	border: 1px solid #695148;
	overflow: hidden;
}

.tenso-banner-pc .close-btn {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
}

.tenso-banner-sp{
	position: relative;
	margin-top: 20px;
}

.tenso-banner-sp .banner{
	border-radius: 12px;
	border: 1px solid #695148;
	overflow: hidden;
	width: 100%;
}

.tenso-banner-sp .close-btn{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
}

@media (min-width: 576px) {
	.tenso-banner-pc{
		display: block;
	}
	.tenso-banner-sp{
		display: none;
	}
}

/* フロー用 */
.flowbox {
	text-align:center;
	margin-bottom:20px;
}
ul.flow li {
	display:inline-block;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:6px 12px;
	font-size:12px;
	margin:10px 0 0 0;
	background-color:#ddd;
	color:black;
	padding-right:20px;
	padding-left:20px;
}
ul.flow li.active {
	background:#333;
	display:inline-block;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:6px 12px;
	font-size:12px;
	margin:10px 0 0 0;
	color:white;
	padding-right:20px;
	padding-left:20px;
}