@charset "utf-8";
body h1.seotext{
	display: none;
}
#header {
	background: #202b5d url('../image/bg_header.jpg') center top repeat-y;
}
#header .header {
    padding: 6px 0px 0px;
}
#main {
    padding-top: 180px;
}
#mainimg {
	text-align: center;
	background: url('../image/main_bg.jpg') center top no-repeat;
}
#mainimg h2{
	width: 1130px;
	text-align: left;
	margin: 0 auto;
	padding: 146px 0 294px;
}
#mainimg .scroll-down {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    transition: opacity 0.5s linear 2s,
    -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 2s;
    transition: opacity 0.5s linear 2s,
    transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 2s;
    transition: opacity 0.5s linear 2s,
    transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 2s,
    -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 2s;
}
#mainimg .scroll-down__text {
    font-size: 10px;
    font-family: "Roboto";
    font-weight: bold;
    letter-spacing: 1px;
    color: #323232;
    text-align: center;
}
#mainimg .scroll-down__border {
    position: relative;
    top:5px;
    width: 1px;
    height: 120px;
    margin: auto;
    background-color: #d7d7d7;
    overflow: hidden;
}
#mainimg .scroll-down__border:after {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    height: 80%;
    position: absolute;
    -webkit-animation-name: animateScrollBar;
    animation-name: animateScrollBar;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    background-color: #323232;
}
@-webkit-keyframes animateScrollBar {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  80% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px); }
  100% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px); } }
@keyframes animateScrollBar {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  80% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px); }
  100% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px); } }
#content .gallery02 {
    max-width: 840px;
    margin: 0 auto 80px;
}
@media screen and (max-width: 768px){
#header .header .logo {
    width: 90px !important;
}
#main {
/*    padding-top: 100px !important;*/
    padding-top: 50px !important;
}
	#mainimg {
    text-align: center;
    background: url(../image/main_respon.jpg) center bottom no-repeat;
    background-size: auto 124%;
}
#header {
    background: none;
}
#mainimg h2 {
   width: 100%;
    margin: 0 auto;
    padding: 30px 20px 520px !important;
    text-align: center;
}
#mainimg h2 img {
	width: 280px;
	margin: 0 auto;
	text-align: center;
}
#mainimg .scroll-down{
    display: none;
}
.scroll-down__border {
    height: 50px;
}
}
@media screen and (max-width: 480px){
#mainimg {
    background-size: auto 100%;
}
#mainimg h2 {
    padding: 30px 20px 330px !important;
}
#content .gallery02 {
    margin: 0 auto 50px;
}
}
/*ご購入はこちら*/
#content .list-shop{
	position: relative;
}
.list-shop li a{
    display: block;
    position: relative;
}
.list-shop .cat01 a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:url(../image/btn01.svg) center center no-repeat;
    pointer-events: none;
    background-size:contain;
}
.list-shop .cat02 a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:url(../image/btn02.svg) center center no-repeat;
    pointer-events: none;
    background-size:contain;
}
.list-shop .cat03 a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:url(../image/btn03.svg) center center no-repeat;
    pointer-events: none;
    background-size:contain;
}
.list-shop .cat04 a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:url(../image/btn04.svg) center center no-repeat;
    pointer-events: none;
    background-size:contain;
}
.list-shop .cat05 a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:url(../image/btn05.svg) center center no-repeat;
    pointer-events: none;
    background-size:contain;
}
.list-shop .cat06 a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:url(../image/btn06.svg) center center no-repeat;
    pointer-events: none;
    background-size:contain;
}
#content .list-shop .text{
	position: absolute;
	top: 35%;
	left: 50%;
-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#content .list-shop ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 390px;
	margin: 0 auto 15px;
}
#content .list-shop ul.list03{
	max-width: 630px;
}
#content .list-shop li a {
	display: block;
}
@media screen and (max-width: 650px){
#content .list-shop .text{
	position: inherit;
	text-align: center;
	margin-bottom: 30px;
}
#content .list-shop ul,
#content .list-shop ul.list03{
	max-width: 400px;
	margin-bottom: 20px;
}
#content .list-shop li + li {
	margin-left: 15px;
}
}
/*野球用品にかける情熱No.1販売から修理までお任せください！*/
.list{
	display: -webkit-flex;
	display: flex;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 25px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	float: none;
}
.list li+li{
	margin-left: 10px;
}
.list li span {
	display: block;
}
.list li.second span.inner span + span{
	margin-top: 10px;
}
/*ごあいさつ*/
.box-border {
	background: url("../image/cover01.svg") left top no-repeat,
	 url("../image/cover02.svg") right top no-repeat,
	  url("../image/cover03.svg") left bottom no-repeat,
	   url("../image/cover04.svg") right bottom no-repeat,
	   url("../image/message_bg.jpg") right 10px bottom 10px no-repeat;
	   padding: 60px;
}
.box-border .title-index{
	text-align: left;
}
.box-border .title-index p{
	text-align: left;
}
.box-border .title-index p.en+p.jp{
	margin-top: 0!important;
}
.box-border .title-index p.en{
	color: #333;
}
@media screen and (max-width: 768px){
.box-border .title-index,
.box-border .title-index p {
    text-align: center;
}
.messagerespon {
	background:url("../image/message_bg.jpg") right 10px bottom 10px no-repeat;
	background-size: 65% auto;
}
.box-border {
	background: url("../image/cover01.svg") left top no-repeat,
	 url("../image/cover02.svg") right top no-repeat,
	  url("../image/cover03.svg") left bottom no-repeat,
	   url("../image/cover04.svg") right bottom no-repeat;
	   padding: 15px 25px 30px;
	   display: block;
}
#content .box-border.imgleft .image {
    width: 80%;
    margin: 0 auto 20px;
}
}
@media screen and (max-width: 480px){
.messagerespon {
    background:url("../image/message_bg.jpg") right 10px bottom 10px no-repeat;
    background-size: 90% auto;
}
}
/*新着情報*/
#topics {
	margin: 0px auto 20px;
}
.btn-news{
	text-align: right;
	margin-top: 15px;
}
.btn-news a{
	display: inline-block;
	background: #FFF url('../image/icon_more.jpg') right 11px bottom no-repeat;
	text-align: left;
	width: 132px;
	padding: 2px 0px 0 0;
	font-size: 1.142em;
font-family: "游ゴシック", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, sans-serif;
}
.btn-news a:hover{
	text-decoration: none;
	opacity: 0.8;
	background: #FFF url('../image/icon_more.jpg') right 0px bottom no-repeat;
}