@charset "utf-8";

body#index {
  background: url(../img/bg_top_shinka1b.jpg) center top no-repeat, url(../img/bg_top_shinka1c.png) center 850px no-repeat;
  background-size: 100%;
  background-color: #22fb01;
  overflow-x: hidden;
}

#index .topimage {
  width: 1000px;
  background-color: #000;
  margin: 0 auto;
  background: url(../img/bg_top_shinka4.jpg) no-repeat top center #000;
  position: relative;
  padding-bottom: 15rem;
}

#index .topimage .top-btn-left {
  position: absolute;
  bottom: 10px;
  left: 20px;
  overflow: hidden;
  transition: 300ms;
}
#index .topimage .top-btn-center {
  position: absolute;
  bottom: 10px;
  left: 50%;
  overflow: hidden;
  transition: 300ms;
  transform: translateX(-50%);
}
.point-color {
  color: yellow;
}
#index .topimage .top-btn-right {
  position: absolute;
  bottom: 10px;
  right: 20px;
  overflow: hidden;
  transition: 300ms;
}

#index .topimage .top-btn-left:hover,
#index .topimage .top-btn-right:hover {
  filter: brightness(130%);
  transform: translateY(5px);
}
#index .topimage .top-btn-center:hover {
  filter: brightness(130%);
  transform: translate(-50%, 5px);
}

/*#index .topimage map .mainbattle:hover{
	background:url(../img/bg_link_mainbattle.png) no-repeat center top;
	position:absolute;
  width: 287px;
  height: 227px;
  left: 49px;
  top: 395px;
}
#index .topimage map .vgaje:hover{
	background:url(../img/bg_link_vgaje.png) no-repeat center top;
	position:absolute;
  width: 206px;
  height: 349px;
  right: 27.5px;
  top: 99px;
}
#index .topimage map .kyouryoku:hover{
	background:url(../img/bg_link_kyouryoku.png) no-repeat center top;
	position:absolute;
  width: 316px;
  height: 227px;
  left: 319px;
  top: 395px;
}
#index .topimage map .vbooster:hover{
	background:url(../img/bg_link_vbooster.png) no-repeat center top;
	position:absolute;
  width: 255px;
  height: 227px;
  right: 104px;
  top: 395px;
}
#index .topimage map .grandis:hover{
	background:url(../img/bg_link_grandis.png) no-repeat center top;
	position:absolute;
  width: 405px;
  height: 332px;
  left: 20px;
  top: 0px;
}
#index .topimage map .himekabuto:hover{
	background:url(../img/bg_link_himekabuto.png) no-repeat center top;
	position:absolute;
  width: 298px;
  height: 270px;
  right: 115px;
  top: 11px;
}
#index .topimage map .reiji_card:hover{
	background:url(../img/bg_link_reiji_card.png) no-repeat center top;
	position:absolute;
  width: 210px;
  height: 278px;
  left: 178px;
  top: 161px;
}
#index .topimage map .hiyoko_card:hover{
	background:url(../img/bg_link_hiyoko_card.png) no-repeat center top;
	position:absolute;
  width: 234px;
  height: 262px;
  right: 160px;
  top: 171px;
}

#index .topimage map .cab:hover{
	background:url(../img/bg_link_cab.png) no-repeat center top;
	position:absolute;
  width: 140px;
  height: 270px;
  left: 52px;
  bottom: 156px;
}*/

/* ------------------------------------- /
/   Header
/* ------------------------------------- */

body#index header {
  text-align: center;
}

body#index header div.lBox h1 {
  position: absolute;
  top: -280px;
  left: -20px;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 100;
}

body#index header p.copy {
  position: absolute;
  top: -250px;
  left: 0;
  right: -5px;
  bottom: 0;
  margin: 0;
  z-index: -1;
}

body#index header p.main01 {
  position: absolute;
  top: -54px;
  right: 120px;
  display: none;
  z-index: -2;
}
body#index header p.main02 {
  position: absolute;
  top: -94px;
  left: 55px;
  display: none;
  z-index: -2;
}
@media screen and (max-width: 1700px) {
  /* 1500px以下の場合 */
  body#index header p.main01 {
    position: absolute;
    top: -54px;
    right: 52px;
    display: none;
    z-index: -2;
    xposition: relative;
  }
  body#index header p.main02 {
    position: absolute;
    top: -130px;
    left: -50px;
    display: none;
    z-index: -2;
  }
}

body#index header div.sBox {
  display: none;
}

body#index div.navBox {
  xposition: absolute;
  xtop: 660px;
}

body#index p.btn2015Smr {
  position: absolute;
  left: 50%;
  top: 135px;
  width: 195px;
  height: 145px;
  margin-left: -470px;
  text-indent: -9999px;
  z-index: 100;
}

body#index p.btn2015Smr a {
  display: block;
  width: 195px;
  height: 145px;
  background: url(../img/bnr_2015summer.png) no-repeat;
}

body#index p.btn2015Smr a:hover {
  background: url(../img/bnr_2015summer.png) no-repeat 1px 1px;
}

body#index p.meeting {
  position: absolute;
  left: 50%;
  top: 282px;
  width: 195px;
  height: 72px;
  margin-left: -470px;
  text-indent: -9999px;
  z-index: 100;
}

body#index p.meeting a {
  display: block;
  width: 195px;
  height: 72px;
  background: url(../img/bnr_meeting.png) no-repeat;
}

body#index p.meeting a:hover {
  background: url(../img/bnr_meeting.png) no-repeat 1px 1px;
}

/* ------------------------------------- /
/   topMain
/* ------------------------------------- */

div.topMain {
  width: 1000px;
  background: #000;
  padding-top: 10px;
  padding-bottom: 60px;
}
div.machine {
  position: relative;
  float: left;
  margin-right: 0px;
  margin-left: -30px;
  top: -20px;
}

body#index div.rBox {
  width: 510px;
  float: right;
  position: relative;
}

/***** カルーセル *****/

.mainBnr {
  xposition: relative;
  width: 960px;
  margin: 0 auto;
  text-align: center;
  height: 290px;
  line-height: 100%;
}

.single-item {
  width: 960px;
}

/***** 更新情報 *****/

body#index div.newBox {
  background: url(../img/bg_new03.png);
  width: 500px;
  height: 531px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #14110e;
  text-shadow: 1px 1px 1px #999;
  float: right;
  margin-top: -20px;
  margin-right: 15px;
}

body#index div.newBox h2 {
  display: none;
}

body#index div.newBox > div {
  padding: 70px 20px 0 30px;
  overflow: auto;
}

body#index div.newBox > div div {
  height: 255px;
  overflow: auto;
}

body#index div.newBox h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 10px 0;
  padding: 0;
}

body#index div.newBox ul {
  border-bottom: dotted 1px #7c562d;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

body#index div.newBox li {
  padding-left: 70px;
  min-height: 25px;
  margin-bottom: 3px;
  line-height: 180%;
}

body#index div.newBox li.icoNew01 {
  background: url(../img/ico_new01.png) no-repeat left top;
}

body#index div.newBox li.icoNew02 {
  background: url(../img/ico_new02.png) no-repeat left top;
}

body#index div.newBox li.icoNew03 {
  background: url(../img/ico_new03.png) no-repeat left top;
}

body#index div.newBox li.icoNew04 {
  background: url(../img/ico_new04.png) no-repeat left top;
}

body#index div.newBox li.icoNew05 {
  background: url(../img/ico_new05.png) no-repeat left top;
}

body#index div.newBox li.icoNew06 {
  background: url(../img/ico_new06.png) no-repeat left top;
}

body#index div.newBox li.icoNew07 {
  background: url(../img/ico_new07.png) no-repeat left top;
}

body#index div.newBox li.icoNew08 {
  background: url(../img/ico_new08.png) no-repeat left top;
}

body#index div.newBox li.icoNew09 {
  background: url(../img/ico_new09.png) no-repeat left top;
}

body#index div.newBox li.icoNew10 {
  background: url(../img/ico_new10.png) no-repeat left top;
}

body#index div.newBox li.icoNew11 {
  background: url(../img/ico_new11.png) no-repeat left top;
}
body#index div.newBox li.icoNew12 {
  background: url(../img/ico_new12.png) no-repeat left top;
}
body#index div.newBox li.icoNew13 {
  background: url(../img/ico_new13.png) no-repeat left top;
}
body#index div.newBox li.icoNew14 {
  background: url(../img/ico_new14.png) no-repeat left top;
}
body#index div.newBox li.icoNew15 {
  background: url(../img/ico_new15.png) no-repeat left top;
}

body#index div.newBox a {
  color: #2743ce;
  -webkit-transition: color 0.8s;
  -moz-transition: color 0.8s;
  -o-transition: color 0.8s;
  -ms-transition: color 0.8s;
  transition: color 0.8s;
}

body#index div.newBox a:hover {
  color: #7288f3;
  text-decoration: none;
}
.fix {
  position: absolute;
  margin-bottom: 40px !important;
  width: 89%;
}
.newBox-1 {
  margin-top: 0px;
  height: 425px !important;
  /*fixの時用*/
  /*margin-top:50px;*/
  /*height:195px !important;*/
}
.newBox-1 ul li.white {
  color: #fff !important;
}

/***** TOPバナー *****/

div.topBnr {
  margin-top: -312px;
}
div.topBnr a img {
  background: rgba(0, 0, 0, 0.6);
  /*border: solid 1px #000;*/
  padding: 5px;
  text-indent: -9999px;
}

div.topBnr p a {
  display: block;
  width: 288px;
  height: 115px;
}

div.topBnr p.btnSub01 a {
  background: url(../img/bnr_sub01.jpg);
}

div.topBnr p.btnSub02 a {
  background: url(../img/bnr_sub02.jpg);
}
div.btnSub02-box {
  clear: both;
  margin-top: 10px;
}
div.topBnr p.btnSub03 a {
  background: url(../img/bnr_sub03.jpg);
}

/***** メインムービー *****/

.mainMovie {
  clear: left;
  background: url(../img/bg_movie.png);
  width: 420px;
  height: 230px;
  padding: 10px 40px 0 40px;
  float: left;
  margin-top: -10px;
  margin-right: 10px;
  margin-left: 20px;
}

.mainMovie h2 {
  display: none;
}

/***** 製品情報 *****/

div.prdct {
  background: url(../img/bg_spec.png) no-repeat;
  background-size: cover;
  border: 1px solid #615751;
  color: #fff;
  height: 230px;
  margin-top: 20px;
  float: left;
  width: 420px;
  margin-left: 20px;
  margin-bottom: 15px;
}

div.prdct h2 {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  background: rgba(15, 14, 11, 0.6);
}

div.prdct dl {
  padding: 10px 20px;
}

div.prdct dt {
  background: url(../img/ico_arw_w.png) no-repeat left center;
  width: 135px;
  float: left;
  padding-left: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

div.prdct dd {
  margin-bottom: 10px;
}

div.prdct p {
  display: none;
}

aside.sns {
  margin-right: 530px;
}

/***** Twitter *****/

div.twBox {
  position: relative;
  clear: left;
  background: url(../img/bg_tw.png) center no-repeat;
  text-align: center;
  height: 340px;
  width: 640px;
  margin: 30px auto 0 auto;
}

div.twBox h2 {
  display: none;
}

div.twBox div.tw {
  padding-top: 80px;
  margin: 0 80px;
  height: 250px;
}

div.twBox #twttr-sandbox-0,
div.twBox #twttr-sandbox-1 {
  width: 100% !important;
}

div.twBox p.flw {
  text-indent: -9999px;
  position: absolute;
  top: 32px;
  right: 70px;
}

div.twBox p.flw img {
  display: none;
}

div.twBox p.flw a {
  display: block;
  width: 360px;
  height: 35px;
  background: url(../img/btn_tw.png);
}

div.twBox p.flw a:hover {
  background: url(../img/btn_tw.png) 0 -35px;
}

/***** Twitter01 *****/

div.twBox01 {
  position: relative;
  clear: left;
  background: url(../img/bg_tw1.png) center no-repeat;
  height: 340px;
  width: 460px;
  margin: 20px auto 0 20px;
  text-align: center;
}

div.twBox01 h2 {
  display: none;
}

div.twBox01 div.tw {
  padding-top: 100px;
  margin: 0 20px;
  height: 230px;
}

div.twBox01 p.flw {
  text-indent: -9999px;
  position: absolute;
  top: 55px;
  left: 10px;
}

div.twBox01 p.flw img {
  display: none;
}

div.twBox01 p.flw a {
  display: block;
  width: 360px;
  height: 35px;
  background: url(../img/btn_tw.png);
}

div.twBox01 p.flw a:hover {
  background: url(../img/btn_tw.png) 0 -35px;
}

/***** Twitter02 *****/

div.twBox02 {
  position: relative;
  clear: left;
  background: url(../img/bg_tw2.png) center no-repeat;
  height: 340px;
  width: 460px;
  margin: 20px 20px 0 auto;
  text-align: center;
}

div.twBox02 h2 {
  display: none;
}

div.twBox02 div.tw {
  padding-top: 100px;
  margin: 0 20px;
  height: 230px;
}

/*div.twBox02 #twttr-sandbox-0,div.twBox #twttr-sandbox-1 {
	width: 100% !important;
}*/

div.twBox02 p.flw {
  text-indent: -9999px;
  position: absolute;
  top: 55px;
  left: 10px;
}

div.twBox02 p.flw img {
  display: none;
}

div.twBox02 p.flw a {
  display: block;
  width: 360px;
  height: 35px;
  background: url(../img/btn_inst.png);
}

@media screen and (min-width: 768px) {
  /* 767px以上の場合 */
  div.twBox02 p.flw a:hover {
    width: 360px;
    height: 35px;
    background: url(../img/btn_inst.png) !important;
    xopacity: 0.8;
    margin: 1px 0px 0px 1px;
  }
  #index .insta iframe {
    width: 350px !important;
    height: 228px !important;
    margin-top: 99px !important;
    margin-left: 2px !important;
    overflow: scroll !important;
  }
}
div.twBox02 p.flw a:hover {
  xbackground: url(../img/btn_tw2.png) 0 -35px;
}

/* 臨時物 */

p.bnrSp {
  text-indent: -9999px;
  margin-bottom: 20px;
}

p.bnrSp a {
  display: block;
  height: 90px;
  width: 620px;
  background: url(../img/banner_korokoro.gif);
}

/*----稼働終了に関するお知らせ---*/
.endnews {
  background: #000;
  width: 1000px;
  margin: 0px auto !important;
  padding: 20px 0px 30px;
}
.endnews a {
  display: block;
  background: linear-gradient(#eee 10%, #888 100%);
  width: 800px;
  height: 60px;
  margin: 0 auto;
  font-size: 30px;
  color: #000;
  padding-top: 16px;
  border-radius: 10px;
  transition: 300ms;
  font-weight: bold;
  border: 2px solid #444;
}
.endnews a:hover {
  filter: brightness(90%);
  transform: translateY(3px);
}

@media screen and (max-width: 767px) {
  /* 767px以下の場合 */

  body#index {
    background: #000;
  }

  /* ------------------------------------- /
/   Header
/* ------------------------------------- */

  body#index header {
    text-align: center;
    height: auto;
  }

  body#index header div.lBox {
    display: none;
  }

  body#index header div.sBox {
    display: block;
    height: 250px;
  }

  body#index div.navBox {
    margin-top: 10px;
  }

  /* ------------------------------------- /
/   topMain
/* ------------------------------------- */

  div.topMain {
    width: auto;
    margin-top: 20px;
  }

  div.machine {
    display: none;
  }

  body#index div.rBox {
    position: inherit;
    margin-left: 0;
  }

  /***** カルーセル *****/

  .mainBnr {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 45px;
    margin-left: 0px;
  }

  .single-item div {
    margin: 0px 9px 0px 1px;
  }

  /***** 更新情報 *****/

  body#index div.rBox {
    width: 100%;
  }
  body#index div.newBox {
    background: url(../img/bg_new_s.gif) no-repeat center bottom #b3aca5;
    background-size: contain;
    width: 100%;
    height: 430px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #14110e;
    text-shadow: 1px 1px 1px #999;
    float: none;
  }

  body#index div.newBox h2 {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-shadow: 1px 1px 1px #3d2315;
    padding: 5px 0 0 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #b3aca5), color-stop(0, #3d2315));
    background: -webkit-linear-gradient(top, #3d2315 0%, #b3aca5 100%);
    background: -moz-linear-gradient(top, #3d2315 0%, #b3aca5 100%);
    background: -o-linear-gradient(top, #3d2315 0%, #b3aca5 100%);
    background: -ms-linear-gradient(top, #3d2315 0%, #b3aca5 100%);
    background: linear-gradient(top, #3d2315 0%, #b3aca5 100%);
    text-align: center;
  }

  body#index div.newBox > div {
    padding: 0 10px;
    overflow: auto;
  }

  body#index div.newBox > div div {
    height: 250px;
    overflow: auto;
  }

  body#index div.newBox h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  body#index div.newBox ul {
    border-bottom: dotted 1px #7c562d;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  body#index div.newBox li {
    padding-left: 70px;
    min-height: 25px;
    margin-bottom: 3px;
  }
  .fix {
    position: absolute;
    margin-bottom: 30px !important;
    margin-right: 35px;
  }
  .newBox-1 {
    margin-top: 0px;
    height: 380px !important;
    /*fix用
	margin-top:50px;
	height:170px !important;*/
  }
  .newBox-1 ul li.white {
    color: #fff !important;
  }

  /***** TOPバナー *****/

  div.topBnr {
    margin-top: 0;
    height: auto;
    margin-right: -5px;
  }
  /*div.topBnr p {
	background: none;
	padding: 0;
	margin-top: 10px;
	margin-bottom:-35px;
}

div.topBnr p.btnSub01 {
}
*/
  div.topBnr div {
    padding: 0;
  }

  div.topBnr div:nth-child(1) {
    padding: 0 0 0 10px;
  }

  div.topBnr div:nth-child(2) {
    padding: 0 5px;
  }

  div.topBnr div:nth-child(3) {
    padding: 0 10px 0 0;
  }

  /*div.topBnr a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 80%;
}*/
  div.topBnr {
    margin-bottom: 15px;
  }
  div.topBnr img {
    max-width: 100%;
  }
  div.btnSub02-box {
    clear: none;
    margin-top: 0px;
  }
  /*div.topBnr p.btnSub01 a {
	background: url(../img/bnr_sub01.jpg) no-repeat;
	background-size: contain;
}

div.topBnr p.btnSub02 a {
	background: url(../img/bnr_sub02.jpg) no-repeat;
	background-size: contain;
}*/

  /*div.topBnr p.btnSub03 a {
	background: url(../img/bnr_sub03_s.jpg) no-repeat;
	background-size: contain;
}*/

  /***** ムービー *****/

  .mainMovie {
    background: url(../img/bg_movie_s.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 6% 3.9% 4% 3.9%;
    margin-bottom: 20px;
    margin-top: 520px;
    float: none;
    margin-left: 0px;
  }

  /***** 製品情報 *****/

  div.prdct {
    background: url(../img/bg_spec.png) no-repeat;
    background-size: cover;
    border: 1px solid #615751;
    color: #fff;
    margin-left: 0;
    height: auto;
    margin-top: 0px;
    float: none;
    width: 100%;
  }

  div.prdct h2 {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    background: rgba(15, 14, 11, 0.6);
  }

  div.prdct dl {
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-left: 10px;
  }

  div.prdct dt {
    background: url(../img/ico_arw_w.png) no-repeat left center;
    width: auto;
    float: inherit;
    padding-left: 15px;
    font-weight: normal;
    margin-bottom: 0;
  }

  div.prdct dd {
    margin-bottom: 5px;
  }

  div.prdct p {
    display: block;
    float: right;
    width: 30%;
    margin: 5px 10px;
  }

  aside.sns {
    margin-right: 0px;
  }
  /***** Twitter *****/

  /*div.twBox {
	position: relative;
	clear: left;
	background: #31a7e0;
	background-image: none;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	height: auto;
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
}

div.twBox h2 {
	display: block;
	margin: 0;
}

div.twBox div.tw {
	padding-top: 0;
	margin-left: 0;
	width: 100%;
	height: 250px;
}

div.twBox p.flw {
	text-indent: 0;
	position: inherit;
	top: inherit;
	right: inherit;
}

div.twBox p.flw img {
	display: inline;
}

div.twBox p.flw a {
	display: block;
	width: inherit;
	height: inherit;
	background: none;
}

div.twBox p.flw a:hover {
	background: none;
}*/

  /***** Twitter01 *****/

  div.twBox01 {
    position: relative;
    clear: left;
    background: #31a7e0 url(../img/bg_tw_s.png);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    height: auto;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }

  div.twBox01 h2 {
    display: block;
    margin: 0;
  }

  div.twBox01 div.tw {
    margin-left: 0;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    height: 250px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    border: solid 2px #4db90a;
  }

  div.twBox01 p.flw {
    text-indent: 0;
    position: inherit;
    top: inherit;
    left: inherit;
  }

  div.twBox01 p.flw img {
    display: inline;
  }

  div.twBox01 p.flw a {
    display: block;
    width: inherit;
    height: inherit;
    background: none;
  }

  div.twBox01 p.flw a:hover {
    background: none;
  }

  /***** Twitter02 *****/

  div.twBox02 {
    position: relative;
    clear: left;
    background: #31a7e0 url(../img/bg_tw_s.png);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    height: auto;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }

  div.twBox02 h2 {
    display: block;
    margin: 0;
  }

  div.twBox02 div.tw {
    margin-left: 0;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    height: 250px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    border: solid 2px #fc3427;
  }

  div.twBox02 p.flw {
    text-indent: 0;
    position: inherit;
    top: inherit;
    left: inherit;
  }

  div.twBox02 p.flw img {
    display: inline;
  }

  div.twBox02 p.flw a {
    display: block;
    width: inherit;
    height: inherit;
    background: none;
  }

  div.twBox02 p.flw a:hover {
    background: none;
  }

  div.tw iframe {
    word-wrap: break-word;
    max-width: 320px !important;
  }

  /* 臨時物 */

  p.bnrSp {
    margin: 10px 0;
  }

  p.bnrSp a {
    display: block;
    height: 0;
    width: 100%;
    padding-top: 14.5%;
    background: url(../img/banner_korokoro.gif);
    background-size: cover;
  }

  p.bnrMeeting {
    margin: 0 0 20px 0;
    text-indent: -9999px;
  }

  p.bnrMeeting a {
    display: block;
    height: 0;
    width: 100%;
    padding-top: 14.5%;
    background: url(../img/bnr_meeting_s.jpg);
    background-size: cover;
  }

  /*----稼働終了に関するお知らせ---*/
  .endnews {
    width: 100%;
    margin: 0px auto !important;
    padding: 20px 0px 10px;
  }
  .endnews a {
    display: block;
    width: 90%;
    height: 60px;
    margin: 0 auto;
    font-size: 20px;
    color: #000;
    padding-top: 16px;
    border-radius: 10px;
    transition: 300ms;
    font-weight: bold;
    border: 2px solid #444;
  }
}
@media screen and (max-width: 320px) {
  /* 320px以下の場合 */

  body#index div.navBox {
    margin-top: 10px;
  }
  body#index header div.sBox {
    display: block;
    height: 210px;
  }
}
