@charset "utf-8";
/* CSS Document */

@-webkit-keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(1.5, 1.5);
    filter: blur(90px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
}
@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(1.5, 1.5);
    filter: blur(90px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
}
@-webkit-keyframes fade1 {
	0% {opacity: 0.1;}
	2% {opacity: 1;}
   24% {opacity: 1;}
  25%{opacity: 0;}
  100%{opacity: 0;}
}
@keyframes fade1 {
	0% {opacity: 0.1;}
	2% {opacity: 1;}
   24% {opacity: 1;}
  25%{opacity: 0;}
  100%{opacity: 0;}
}
@-webkit-keyframes fade2 {
	0% {opacity: 0;}
	25%{opacity: 0;}
	27% {opacity: 1;}
  49% {opacity: 1;}
  50%{opacity: 0;}
   100%{opacity: 0;}
}
@keyframes fade2 {
	0% {opacity: 0;}
	25%{opacity: 0;}
	27% {opacity: 1;}
  49% {opacity: 1;}
  50%{opacity: 0;}
   100%{opacity: 0;}
}
@-webkit-keyframes fade3 {
	0% {opacity: 0;}
	50%{opacity: 0;}
	52% {opacity: 1;}
  74% {opacity: 1;}
  75%{opacity: 0;}
  100%{opacity: 0;}
}
@keyframes fade3 {
	0% {opacity: 0;}
	50%{opacity: 0;}
	52% {opacity: 1;}
  74% {opacity: 1;}
  75%{opacity: 0;}
  100%{opacity: 0;}
}
@-webkit-keyframes fade4 {
	0% {opacity: 0;}
	75%{opacity: 0;}
	77% {opacity: 1;}
  99% {opacity: 1;}
  100%{opacity: 0.1;}
}
@keyframes fade4 {
	0% {opacity: 0;}
	75%{opacity: 0;}
	77% {opacity: 1;}
  99% {opacity: 1;}
  100%{opacity: 0.1;}
}
/* webフォント読み込み用 */
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
/* windows用設定 */
main{
    display:block;
}
@media all and (-ms-high-contrast: none){
  body{
    font-family:'メイリオ', Meiryo,
    "fot-rodin-pron",
    'ＭＳ Ｐゴシック',
    'ヒラギノ角ゴシック','Hiragino Sans',
    'MS PGothic',
    'Avenir';
  }
}
/* "source-han-serif-japanese",serif; 源ノ明朝 */
/* "source-han-sans-japanese",sans-serif;　源ノ角ゴシック */
/* "a-otf-ud-shin-go-pr6n",sans-serif;　UD新ゴ */

/* --- base --- */
body{
	width:100%;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-family:"source-han-serif-japanese",serif;
    text-align: left;
    color:#666;
}
main{
	margin:0 auto;
}
section{
	width:100%;
	margin:0 auto;
	text-align: center;
}
img{
    margin: 0;
    padding: 0;
    text-align: center;
}
p{
	display:inline-block;
	margin:0 auto;
	text-align: left;
}
a:link, a:visited{
	color:#fff;
}
a:hover, a:active{
	color:#999;
}

h3{
	font-size:3rem;
	font-weight: 300;
	vertical-align: bottom;
}
h3 span{
	font-size:4rem;
	vertical-align: bottom;
}
.news-top {
  border: 1px black solid;
  margin: 20px;
}
.news-top h1,
.news-top p {
  text-align: center;
  margin: 0 auto;
  font-size: 1.7rem;
}
 .news-top p {
   font-size: 1.3rem;
   display: table;
   text-align: center;
   font-family: "a-otf-ud-shin-go-pr6n";
   line-height: 1.5;
}
.innerbox{
	max-width:1366px;
}
.red{
	color:#9d202c;
	display: inline;
}
.gold{
	color:#b7962f;
	display: inline;
}
.sp{
	display:none;
}
.pc{
	display:block;
}

#totop{
	position:fixed;
	right:10px;
	bottom:50px;
	display: none;
}

#firstbox{
	position: relative;
	height:100vh;/**/
}
#firstbox .bg{
	height:100vh;
	background:url(../img/top-back.jpg) no-repeat;
	background-position: center 20vh;
	background-size: contain;
	padding:0 250px;
	position: absolute;
	left:-20%;
	top:0;
	bottom:0;
}
#firstbox .floatbox{
	width:60%;
	display:inline-block;
	padding-right: 50px;
	float:right;
	position: absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
	z-index: 99;
}
#firstbox h1{
	width:100%;
	opacity: 0;
	-webkit-animation:vanishIn 0.5s 1.5s forwards;
	-ms-animation:vanishIn 0.5s 1.5s forwards;
	animation:vanishIn 0.5s 1.5s forwards;
}
#firstbox h2{
	width:70%;
	margin-top: -40px;
	display:inline-block;
	opacity: 0;
	-webkit-animation:vanishIn 0.5s 2s forwards;
	-ms-animation:vanishIn 0.5s 2s forwards;
	animation:vanishIn 0.5s 2s forwards;
}
#firstbox .logo{
	width:30%;
	opacity: 0;
	-webkit-animation:vanishIn 0.5s 2.5s forwards;
	-ms-animation:vanishIn 0.5s 2.5s forwards;
	animation:vanishIn 0.5s 2.5s forwards;
}

#secondbox{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;
    transition: 2s;
	background:url(../img/second-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	color:#fff;
	padding:100px 0;
	border:solid 15px #fff;
}
#secondbox h3{
	line-height: 4.5rem;
	text-shadow: 3px 3px 7px #000, -3px -3px 7px #000;
}
#secondbox .innerbox{
	width:90%;/*1237px;*/
	margin:0 auto;
	padding-top: 175px;
}
#secondbox p{
	max-width:450px;
	width:35%;
	vertical-align: top;
	margin-right:95px;
}
#secondbox img{
	width:45%;
}

#thirdbox{
	background:url(../img/man.jpg) no-repeat;
	background-position: left bottom;
	background-color: #111;
	color:#fff;
	padding:176px 0 112px;
}
#thirdbox .floatbox{
	padding-right: 135px;
	float:right;
	display:inline-block;
}
#thirdbox h3{
	text-shadow: 0px 0px 15px #000;
	text-align: left;
	padding-left:1rem;
	margin-bottom:43px;
}
#thirdbox p{
	width:590px;
}
#thirdbox .innerbox{
	width:615px;
	margin-top:106px;
}
#thirdbox .innerbox p{
	width:291px;
	font-family: "a-otf-ud-shin-go-pr6n",sans-serif;
	padding:10px 0;
	background-color: #272727;;
	border:solid 1px #b7962f;
	margin:0 17px 17px 0;
	text-align: center;
	letter-spacing: 0;
}
#thirdbox .innerbox p:nth-of-type(2){
	width:300px;
	padding:34px 0;
	margin:0;
	float:right;
}

#fourthbox{
	padding:100px 0;
	background-color:#f6f6f6;
	position: relative;
}
#fourthbox h3{
	line-height: 5.5rem;
	margin-bottom: 66px;
}
#fourthbox h3 span:nth-child(1) {
  font-size: 4.5rem;
}
#fourthbox h3 span:nth-child(n+2) {
  font-size: 3.5rem;
}
#fourthbox .gold{
	font-size: 1.8rem;
}
#fourthbox p{
	max-width:958px;
	width:90%;
	text-align: center;
}
#particles-js {
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	display: block;
	z-index: 0;
}

#fifthbox{
	margin-top:82px;
}
#fifthbox .innerbox{
	display:inline-block;
	text-align: left;
	width:90%;
	max-width:1090px;
}
#fifthbox h3{
	font-size: 3.4rem;
	line-height: 5rem;
	display: inline-block;
}
#fifthbox span.gold{
	background-color:#b7962f;
	width: 275px;
	padding:12px 0;
	font-size: 1.8rem;
	color:#fff;
	text-align: center;
	line-height: 1.5rem;
	display: inline-block;
}
#fifthbox img{
	padding-left:30px;
}
#fifthbox > p{
	width:90%;
	max-width:1097px;
	display: block;
	margin:34px auto 0;
}
#fifthbox .right {
	width:90%;
	max-width:1090px;
	text-align: left;
	margin: 30px auto 55px;
}
#fifthbox .doctor-block {
  display: block;
  order: 3;
}
#fifthbox .right p span{
	font-size: 2.8rem;
  margin-right: 2vw;
}
#fifthbox .right ul {
  display: inline-block;
  margin-left: 30px;
  list-style: disc;
  text-align: left;
}
#fifthbox .right img{
	width:15%;
  display: inline-block;
  margin-top: 10px;
}

#sixthbox{
	background:url(../img/belt.png) no-repeat;
	background-position:center;
	background-size: 100%;
	text-align: left;
	padding-bottom:800px;
	position: relative;
  clear: both;
}
#sixthbox img#grayout{
	width:100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;
    transition: 2s;
}
#sixthbox .innerbox{
	margin-top: 88px;
	padding-left: 50px;
}
#sixthbox h3{
	line-height: 110px;
	display: inline-block;
	padding:50px 180px 40px 0;
	background:url(../img/japan.png) no-repeat;
	background-position:90% top;
}
#sixthbox p{
	width:758px;
	display:block;
	margin:0 0 63px;
}
#sixthbox img:nth-of-type(1){
	margin-right:45px;
}

#seventhbox{
	margin-top: -400px;
}
#seventhbox .innerbox{
	width:55%;
	display: inline-block;
    padding-left: 40%;
}
#seventhbox h3{
	line-height: 5rem;
}
#seventhbox h3 span.gold{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.5rem;
	display:block;
  margin-top: 10px;
}
#seventhbox p{
	margin:44px auto 82px;
	max-width:703px;
	display:block;
	text-align: left;
}

#slider{
	width:90%;
	max-width:1180px;
}
#slider div{
	max-width: none;
}
#slider .mainslider{
	margin:10px;
	padding: 0 80px;
}
#slider .sliderthum{
	width: 85%;
    background-color: #fff;
    margin: 0 auto;
    padding-left: 10px;
}
#slider .sliderthum img{
	width:90%;
}
#slider img{
    max-width: 100%;
     height: auto;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-next {
	position: absolute;
	top: 50%;
    right: 20px;
    z-index: 99;
    border:none;
    background:none;
}
.slick-prev {
	position: absolute;
	top: 50%;
    left: 15px;
    z-index: 100;
    border:none;
    background: none;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #FFF;
}


#eighthbox{
	background-image:url(../img/backle-bg.png), url(../img/joint-bg.png);
	background-repeat: no-repeat;
	background-position: left top, right bottom;
	text-align: center;
	padding:100px 0;
}
#eighthbox h3{
	margin-bottom: 40px;
}
#eighthbox p{
	width:758px;
	display: block;
	text-align: center;
}
#eighthbox .anime{
    width: 700px;
    height: 350px;
    margin: 80px auto;
    position: relative;
    }
#eighthbox .anime img{
	width:100%;
}
#fade1, #fade2, #fade3, #fade4{
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
#eighthbox #fade1{
	-webkit-animation-name: fade1;
	animation-name: fade1;
	position: absolute;
	top:0;
	left:0;
}
#eighthbox #fade2{
	-webkit-animation-name: fade2;
	animation-name: fade2;
	position: absolute;
	top:0;
	left:0;
}
#eighthbox #fade3{
	-webkit-animation-name: fade3;
	animation-name: fade3;
	position: absolute;
	top:0;
	left:0;
}
#eighthbox #fade4{
	-webkit-animation-name: fade4;
	animation-name: fade4;
	position: absolute;
	top:0;
	left:0;
}
#spec{
	background-image:url(../img/fourth-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:200px 0;
	text-align:left;
  margin-bottom: 75px;
}
#spec h3{
	border-bottom:solid 1px #666;
	padding-bottom:20px;
}
#spec dl{
	display:inline-block;
	margin-right:50px;
	width:550px;
	float:right;
	font-size: 1.4rem;
}
#spec dt{
	display:inline-block;
	width:20%;
	padding:27px 0 0;
	vertical-align: top;
}
#spec dd{
	display:inline-block;
	width:78%;
	padding:27px 0 0;
	vertical-align: top;
}
#spec dd p{
	line-height: 3rem;
}
#buy{
	margin-top: 100px;
  margin-bottom: 100px;
}

#buy .button{
	width:422px;
	background-color: #b7962f;
	padding: 50px 100px;
	transition: .3s;
}
#buy .button a{
	display:block;
	pointer-events: none;
}
#buy .button p{
	font-size: 1.8rem;
	font-family: "source-han-serif-japanese",serif;
	color:#fff;
	padding: 20px 0;
}
#buy .button:hover{
	background-color: #535353;
}
#buy .small{
	font-size: 1.4rem;
}
#media {
  text-align: center
}
#media h3{
	text-align: center;
	margin:130px auto 100px;
}
#media dl, #shop dl{
	border-top:dotted 2px #bfbfbf;
	border-bottom:dotted 2px #bfbfbf;
	width:80%;
	margin:0 auto;
	padding:30px 0;
}
#media dl:nth-of-type(n+2){
	border-top:none;
}
#media dt{
	display:inline-block;
	margin:0 30px;
}
#media dt img{
	max-width: 150px;
	border:solid 1px #666;
}
#media dd{
	display:inline-block;
	line-height:3rem;
	width:60%;
	vertical-align: top;
}
#media .tagred{
	display:inline-block;
	font-size: 1.4rem;
	line-height: 1.5rem;
	color:#fff;
	background-color: #9d202c;
	border-radius: 5px;
	padding:5px 20px;
}
#media p{
	display:block;
	font-size: 2rem;
}
#media p.small{
	font-size: 1.6rem;
	margin-top:2rem;
}
#newsbox{
	margin:130px auto;
	text-align: center;
}
#news{
	width:490px;
	height:380px;
	background-color: #f7f7f7;
	overflow-y: scroll;
	display:inline-block;
	padding-top: 45px;
	margin-right:20px;
}
#news h3{
	text-align:center;
	margin-bottom:30px;
}
#news time{
	display:block;
}
#news ul li{
	border-bottom:dotted 2px #bfbfbf;
	text-align: left;
	width:90%;
	margin:0 auto;
}
iframe{
	display:inline-block;
	width:490px;
	height:380px;
	border:none;
	overflow: scroll;
}
#news::-webkit-scrollbar {
    width: 8px;
}
#news::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
#news::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

.container{
  width: 100%;
  height: 400px;
  overflow: auto;
}

.inner{
  background-image: url("http://lorempixel.com/800/800/");
  background-repeat: no-repeat;
  width:100%;
  height:800px;
}

#shop{
	margin-bottom: 130px;
}
#shop h3 {
    text-align: center;
    margin: 0 auto 100px;
}
#shop h3 + p{
	padding-bottom: 15px;
}
#shop dl {
	padding:60px 0;
}
#shop dt {
	width:100%;
	display: block;
	text-align: center;
	padding-top: 25px;
}
#shop dt:first-child{
	padding: 0;
}
#shop dd, #shop p {
	width:800px;
	margin: 0 auto;
	display: block;
	line-height: 1.4;
}
#shop dt img{
	width:20%;
}
#shop a{
	color:#666;
}
#shop dd a {
	pointer-events:none;
}
#shop .shopname {
	font-size: 1.6rem;
}
#shop .victorianame {
	padding-bottom: 40px;
	font-size: 2rem;
}
#shop .center, .pc-center {
	text-align: center;
}
#shop .area {
	margin-top: 16px;
}
#baseball{
	background:url(../img/energy.jpg) no-repeat;
	background-color: #000;
	background-position: right center;
	color:#fff;
	text-align: left;
}
#baseball .innerbox{
	padding:60px 0 60px 15%;
}
#baseball .innerbox h3{
	font-family: "source-han-serif-japanese",serif;
	font-size: 3rem;
	text-shadow: 2px 2px 7px #b7962f,-2px -2px 7px #b7962f ;
	margin-bottom:32px;
	margin-top: 30px;
}

#baseball .innerbox p{
	font-family: "source-han-sans-japanese",sans-serif;
}
#baseball .innerbox .button{
	font-family: "source-han-sans-japanese",sans-serif;
	font-size: 1.4rem;
	color:#b7962f;
	width:200px;
	background-color: #272727;
	border:solid 1px #b7962f;
	display: inline-block;
	text-align: center;
	padding:10px 0;
	margin-top:37px;
}

footer{
	/*font-family:"source-han-serif-japanese",serif;*/
	font-family: "source-han-sans-japanese",sans-serif;
	font-weight: 200;
    padding-left: 20px;
}
footer .snsbox{
	text-align: center;
	margin:37px auto 58px;
}
footer p {
	text-align: left;
}
footer p span{
	margin:0 1.5rem;
}
footer .middle{
	padding-right:30px;
}
footer .small{
	font-size:1.2rem;
	position:absolute;
	bottom:0;
	right:20px;
}
footer a:link, footer a:visited{
	color:#666;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
footer{
	text-align: center;
}

footer .middle{
	display: block;
	text-align: center;
}
footer .small{
	position:relative;
	display: block;
	text-align: center;
	margin-top:1.5rem;
}
}

/*== sp ==*//*==================================================================================*/

@media (max-width: 769px)
{

/* --- base --- */

body{
	height:100%;
    font-size: 2.0rem;
    line-height: 3rem;
    letter-spacing: .2rem;
}
h3{
	font-size:2.8rem;
	line-height: 5rem;
}
h3 span{
	font-size:3.0rem;
}
h3, h3 span{
	display:inline-block;
	margin:0 auto;
	text-align: center;
}
 p{
	display:inline-block;
	margin:0 auto;
	text-align: left;
}
.news-top h1,
.news-top p {
  margin: 0 5vw;
}
.news-top p {
 text-align: left;
}
.innerbox{
	max-width:100%;
}
.sp{
	display:block;
}
.pc{
	display:none;
}

#firstbox{
	position: relative;
	height:100vh;/**/
	display: block;
}
#firstbox .bg{
	background-position:center;
	padding:0;
	right:0;
	left:-30%;
	opacity: 1;
}
#firstbox .floatbox{
	width:90%;
	padding-right:0;
	float:none;
	top:50%;
	right:auto;
	left:50%;
	-webkit-transform:  translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#firstbox h2{
	width:90%;
	margin-top: -20px;
}
#firstbox .logo{
	width:50%;
}

#secondbox h3{
	width:95%;
	margin:0 auto;
}
#secondbox .innerbox{
	max-width:90%;
	padding-top: 50px;
}
#secondbox p{
	width:100%;
	margin-right: 0;
}
#secondbox img{
	width:90%;
	padding-top: 50px;
}

#thirdbox{
	background-color: #0f1110;
	background-size: 70%;
	background-position:left -165px;
	padding:50px 0;
}
#thirdbox .floatbox{
	padding-right: 0;
	float:none;
	display:inline-block;
	width:100%;
	margin-top: 50px;
}
#thirdbox h3{
	width:90%;
}
#thirdbox p{
	width:90%;
}
#thirdbox .innerbox{
	width:100%;
	display:flex;
	flex-direction: column;
	text-align:center;
	margin-top: 56px;
}
#thirdbox .innerbox p{
	width:90%;
	margin:10px auto;
}
#thirdbox .innerbox p#p1{
	order: 1;
}
#thirdbox .innerbox p#p2{
	order: 4;
	padding:50px 0;
}
#thirdbox .innerbox p#p3{
	order: 2;
}
#thirdbox .innerbox p#p4{
	order: 3;
}

#thirdbox .innerbox p:nth-of-type(2){
	width:90%;
	padding:0;
	float:none;
	margin: 10px auto;
}

#fourthbox h3{
	width:95%;
}
#fourthbox .gold{
	font-size: 2.2rem;
}
#fourthbox p{
	width:90%;
	text-align: left;
}
#fourthbox h3 span:nth-child(1) {
  font-size: 4rem;
}
#fourthbox h3 span:nth-child(n+2) {
  font-size: 3rem;
}
#fifthbox .innerbox{
	text-align: center;
	display:flex;
	flex-direction: column;
	width:100%;
}
#fifthbox .gold {
  margin-bottom: 20px;
}
#fifthbox h3{
	width:95%;
  font-size: 2.8rem;
  line-height: 3.5rem;
}
#fifthbox .right {
	width:90%;
	max-width:1090px;
	text-align: center;
	margin:34px auto 55px;
	display: flex;
	flex-direction:column;
}
#fifthbox .right p{
	text-align:center;
	order:2;
}
#fifthbox .right p span{
	font-size: 2.8rem;
}
#fifthbox .right img{
	width:50%;
	padding-left:0;
	padding-bottom:10px;
	order:1;
	margin:0 auto;
}

#sixthbox{
	background-position:center bottom;
	padding-bottom:270px;
}
#sixthbox img#grayout{
	width:210%;
	overflow:hidden;
	position:relative;
	right:25%;
}
#sixthbox .innerbox{
	padding-left: 0;
	text-align: center;
}
#sixthbox h3{
	display: block;
	padding: 35px 0 75px;
	background-position: 80% top;
	line-height:5rem;
}
#sixthbox p{
	width:80%;
	margin:0 auto;
}
#sixthbox .innerbox img{
	margin:30px auto;
	width:90%;
}
#scale{
	opacity: 0.3;
}

#seventhbox{
	margin-top:0px;
}
#seventhbox .innerbox{
	padding-left: 0px;
	width:100%;
}
#seventhbox p{
	width:80%;
}

#slider{
	width:90%;
}
#slider .mainslider{
	margin:50px auto 10px;
	padding: 0;
}
#slider .sliderthum{
	width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding-left: 10px;
}

#eighthbox{
	background-position: left 100px, right bottom;
	padding:200px 0;
}
#eighthbox h3{
	width:80%;
}
#eighthbox p{
	width:90%;
	text-align: left;
	margin-bottom:50px;
}
#eighthbox img{
	width:90%;
}
#eighthbox .anime {
    width: 80%;
    height: auto;
    padding-bottom: 100px;
}
#eighthbox .anime img{
	width:100%;
}
#spec {
	background-image:none;
    background-color: #e8eced;
    padding: 50px 0 0;
}
#spec img{
	width:100%;
	padding-top: 100px;
	margin:0 auto;
}
#spec h3{
	display: block;
}
#spec dl{
	display: block;
	margin:0 auto 0;
	width:95%;
	float:none;
	font-size: 1.2rem;
}
#spec dt{
	display:inline-block;
	width:26%;
}
#spec dd{
	display:inline-block;
	width:65%;
}

#buy .button{
	width: 90%;
	padding: 10% 20%;
}
#buy .button p,
#baseball .innerbox .button,
#seventhbox h3 span.gold {
    font-size: 2.2rem;
}
#media {
  width: 90vw;
  margin: 0 auto;
}
#media h3, #shop h3{
	display: block;
	margin: 80px auto 40px;
}
#media dl{
	text-align: center;
}
#media dt{
	width:auto;
	padding-left:0;
	margin:0 auto;
}
#media dd{
	width:90%;
	text-align: left;
	margin-top: 50px;
}
#news{
	width:90%;
	margin-right:0;
}
#news ul li{
	padding:20px 0;
}
iframe{
	max-width: 90vw;
	margin-top:50px;
	border:none;
}
#shop .center {
	width:100%;
	text-align: center;
}
#shop dt img{
	width:50%;
}
#shop dd a {
	pointer-events:auto;
}
#shop .victorianame{
	font-size: 2.4rem;
	padding-bottom: 40px;
}
#shop .shopname{
	font-size: 1.6rem;
}
#shop dd, #shop p {
	width:100%;
	text-align: left;
	font-size: 1.6rem;
}
#baseball{
	background-position:center;
	text-align: center;
}
#baseball .sp-filter{
	background-color:rgba(0,0,0,.6);
}
#baseball .innerbox{
	padding:100px 0;
}
#baseball .innerbox h3{
	display:block;
}

#baseball .innerbox p{
	width:90%;
}
footer {
  padding-left: 0;
}
footer  p{
	text-align: center;
	display:block;
}
footer p span{
	display:none;
}
footer .small{
	display:block;
	padding-left:0;
	position:relative;
	margin-top:3rem;

}
}
