/* @HEADER
================================= */
header {
  position: relative;
  background: none;
}
header .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 761px;
  overflow: hidden;
  background: #74b9ea;
}
header .bg-container .bg-main {
  width: 100%;
  height: 761px;
  background: url(/shironekotennis/images/index/bg-header02.jpg) no-repeat center top;
  background-size: cover;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
header .bg-container .bg-main .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
}
header .bg-container .bg-main .cover.anime {
  opacity: 0;
  -moz-transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
header .bg-container .bg-main.anime {
  -webkit-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  transition-delay: 100ms;
}
header nav {
  position: relative;
  background: url(/shironekotennis/images/shared/bg-header.png) repeat-x 0 606px;
  float: none;
  padding: 620px 0 38px;
}
header h1 {
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: -212px;
  z-index: 2;
  -webkit-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
header h1.anime {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
  -moz-transition-delay: 650ms;
  -webkit-transition-delay: 650ms;
  -ms-transition-delay: 650ms;
  transition-delay: 650ms;
}
/* @CONTENTS
================================= */
#contents {
  background-color: #65bde2;
  background-image: url(/shironekotennis/images/index/bg-contents-bottom.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
#contents > .inner {
  width: 1100px;
}
#contents .block {
  padding: 10px 0;
}
/* BLOCK-01 */
.block-01 {
  position: relative;
}
.block-01 ul {
  text-align: center;
}
.block-01 ul li {
  display: inline-block;
  padding: 25px 10px;
}

.newsArea {
  width: 960px;
  margin:20px auto;
  padding:15px 10px;
  font-size: 20px;
  background: rgba(255,255,255,.9);
  border-radius: 4px;
}
.newsArea a {
  color: #F00;
  font-weight: bold;
}

.appArea {
  position: relative;
  width: 1000px;
  height: 138px;
  margin:10px auto;
  background: url(/shironekotennis/images/shared/app_bg.png) 50% 0 no-repeat;
}
.appArea ul {
  text-align: right;
  padding:42px 50px;
}
.appArea li {
  display: inline-block;
  width: 180px;
  margin:0 10px;
}
.appArea li img {
  width: 100%;
}

.youtubeArea {
  position: relative;
  background: rgba(255,255,255,.7);
  padding: 10px;
  border-radius: 4px;
}
.youtubeArea ul {
  overflow: hidden;
  width: 100%;
  margin:0 auto;
  text-align: center;
}
.youtubeArea li {
  display: inline-block;
  width: 45%;
  margin:0 2%;
}
.youtubeArea li img {
  width: 100%;
}
.youtubeArea .item2 li {
  width: 45%;
}
.youtubeArea .item3 li {
  width: 30%;
  margin: 0 1%;
}


.youtubeArea .character-01 {
  position: absolute;
  top: -40px;
  left: -370px;
}
.youtubeArea .character-02 {
  position: absolute;
  top: -40px;
  right: -170px;
}
/* BLOCK-02 */
.block-02 > p {
  font-size: 0;
}
.block-02 > p.entry-01 {
  position: relative;
}
.block-02 > p.entry-01 span {
  position: absolute;
  top: 350px;
  left: 32px;
}
.block-02 > p.entry-01 span:last-child {
  top: 745px;
  left: 86px;
}
.block-02 > div.entry-04 {
  line-height: 0;
  position: relative;
}
.block-02 > div.entry-04 span {
  position: absolute;
  bottom: 195px;
  left: 86px;
}
.block-02 > div.entry-04 span:last-child {
  bottom: 65px;
  left: 86px;
}
.block-02 .bg-entry-04 {
  background: url(/shironekotennis/images/index/bg-entry-04.png) no-repeat center bottom;
  padding: 50px 0 0;
  height: 568px;
}
/* BLOCK-03 */
.block-03 > p {
  font-size: 0;
}
.block-03 > p.vote-03 {
  position: relative;
}
.block-03 > p.vote-03 span {
  position: absolute;
  top: 280px;
  left: 140px;
}
.block-03 > p.vote-03 span:last-child {
  top: 685px;
  left: 195px;
}
/* BLOCK-04 */
.block-04 > .position-center {
  position: relative;
  left: 50%;
  margin-left: -1100px
}
/* BLOCK-05 */
.block-05 {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin: 30px 50px;
}
.block-05 .inner {
  padding: 20px 36px;
}
.block-05 .inner ul {
  padding: 10px 0 0 0.5em;
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.block-05 .inner ul li {
  padding: 5px 0;
  text-indent: -0.5em;
}
/* @COLORBOX
================================= */
#cboxContent {
  margin: 20px;
}
#cboxClose {
  background: url(/shironekotennis/images/colorbox/btn-close.png) no-repeat 0 0;
  background-size: 51px;
  width: 51px;
  height: 51px;
  right: 22px;
  margin-right: -28px;
  top: -22px;
}


.shirotenibuArea {
  position: relative;
  padding-bottom: 20px;
}
.shirotenibuArea .textArea {
  position: absolute;
  top: 140px;
  left: 80px;
  width: 520px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #00479d;
  line-height: 1.6;
}
.shirotenibuArea .movieArea {
  position: absolute;
  top: 50px;
  right: 85px;
}


.bnrWrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.miniBnrArea {
  position: absolute;
  display: block;
  top: 356px;
  left: 57%;
  z-index: 1000;
}
.dlBnrArea {
  position: absolute;
  display: block;
  top: 346px;
  right: 2%;
  width: 340px;
}
.dlBnrArea img {
  width: 100%;
}

.subContentsArea {
  display: block;
  position: relative;
  overflow: hidden;
}
.subContentsArea .twitterArea {
  float: left;
  display: block;
  position: relative;
  width: 490px;
  margin: 0 20px 0 60px;
}
.subContentsArea .bnrArea {
  float: left;
  display: block;
  position: relative;
  width: 480px;
}
