@charset "utf-8";
/* CSS Document */

/* ========================= [ header ] */
header {
	text-align: left;
	font-size: 10px;
	padding: 8px 10px;
	border-bottom: #ccc 1px solid;
	background: #fff;
	margin: 0 auto;
	z-index: 99999;
}
header img {
	margin-right: 10px;
	vertical-align: bottom;
}
/* ========================= [ footer ] */

.commerce {
	padding-top: 12px;
	border-top: #ccc 1px solid;
	font-size: 12px;
	text-align: center;
	z-index: 12;
	position: relative;
	background: #fff;
}
.commerce a {
	color: #148aff;
	z-index: 12;
	position: relative;
}
footer {
    border-top : 1px solid #ccc;
	z-index: 12;
	position:relative;
}
footer #copyright {
	background-color:#FFFFFF;
	padding: 10px;
    font-size: 10px;
    color: #444;
	z-index: 12;
	position:relative;
}
body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
	z-index: 12;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image:
	 radial-gradient(#2C3B5C 1px, transparent 1px);
	background-size: 20px 20px;
}
#main {
	margin: 0 auto;
	color: #000000;
	overflow: hidden;
	max-width: 640px;
}
.area-main {
	margin: 0 auto;
	vertical-align: 0;
	line-height: 0;
	position: relative
}
.area-main img {
	width: 100%;
	height: auto;
}
#content {
	position: relative;
	vertical-align: bottom;
}
.bt-group img {
	height: auto;
}
.bt-position {
	margin: 0 3px;
}
.area-pickup {
	margin: 0 auto;
	padding: 0px 0 0 0;
	position: relative;
	width: 100% !important;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.area-main h2 img {
	vertical-align: bottom;
	padding-top: 0px;
}
.area-main-sub img {
	width: 100%;
	height: auto;
}
.area-main-img img {
	width: 100%;
	height: auto;
}
.area-main-img {
	left: 45%;
	padding-top: 0;
	position: absolute;
	top: 40%;
	z-index: 20;
}
#setbtn-01 {
	z-index: 9999;
	position: static;
}
#on-btn {
	position: fixed;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	width: 100px;
	height: 70px;
	padding-top: 30px;
	line-height: 120%;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 3px #b70346;
	right: 10px;
	bottom: 10px;
	font-size: 17px;
	background-color: #f76aa3;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-size: 25px 25px;
	text-shadow: 0 -1px 1px rgba(7, 0, 2, 0.4);
	z-index: 9999;
}
#on-btn span {
	top : 100;
}
#page-top {
	position: fixed;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	width: 100px;
	height: 70px;
	padding-top: 30px;
	line-height: 100%;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	overflow: hidden;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 3px #0E0E0E;
	transition: .4s;
	right: 10px;
	bottom: 10px;
	font-size: 22px;
	background-color: #c8c8c8;
	text-shadow: 0 -1px 1px rgba(7, 0, 2, 0.4);
	z-index: 8888;
	opacity: 0.7;
}
#page-top span {
	top : 100;
}
.slideup {
  animation-name: slideUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}
.bounce.active {
  animation: bounce 0.8s ease;
}
.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.fade-in {
    opacity: 1;
    transition: opacity 1s ease-in;
}

.move-up {
    transform: translateY(-140px);
    transition: transform 0.5s ease;
}
.osLink_01 {
    background-color: #f76aa3;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
    background-size: 25px 25px;
    border-bottom: 3px solid #b70346;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    margin: 5% 0;
    padding: 0.5em 0.1em;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(7, 0, 2, 0.4);
    width: 95%;
}
.osLink_01::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid solid none none;
    border-width: 4px 4px 0 0;
    content: "";
    height: 10px;
    margin-top: 12px;
    position: absolute;
    right: 5%;
    transform: rotate(45deg);
    width: 10px;
}
@keyframes slideUp {
  0% {
    transform: translateY(200%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
.pyonpyon {
	animation: pyon 0.3s linear;
	position: relative;
}
@keyframes pyon {
 0% {
top: 0
}
 50% {
top:-17px
}
 100% {
top: 0
}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px); /* 跳ねる高さを半分に */
  }
  60% {
    transform: translateY(-7.5px); /* 跳ねる高さを半分に */
  }
}