@charset "UTF-8";
/* reset
-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/*------------------------------------------
Clearfix
------------------------------------------*/
/**
 * A new micro clearfix hack – Nicolas Gallagher
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /* for IE 6/7 only */
}

p {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 0.89em;
  line-height: 1.7;
}

dl dt, dl dd {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

ul li {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

img {
  border: none;
}

a {
  text-decoration: none;
}
a img {
  border: none;
}

a:visited {
  border: none;
}

a:link {
  border: none;
}

a:active {
  border: none;
}

li {
  list-style-type: none;
}

/* ページstyle
-------------------------------------------- */
body {
  min-width: 1140px;
  background: url(../images/bg-contents.jpg) repeat;
}

.wrapper {
  width: 960px;
  margin: auto;
}

h2 {
  text-align: center;
}

#container {
  background: url(../images/bg-mv.jpg) repeat-x;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 750px;
}
#container .dot {
  background-image: url(../images/dot.png);
  background-repeat: repeat;
  height: 750px;
}
#container h1 {
  text-align: center;
  padding-top: 120px;
}

nav {
  background: #252525;
  width: 100%;
  height: 90px;
}
nav ul li {
  float: left;
  height: 90px;
}
nav ul li a {
  text-align: center;
  display: block;
  line-height: 90px;
}
nav ul li#nav01 {
  width: 310px;
}
nav ul li#nav02 {
  width: 213px;
}
nav ul li#nav03 {
  width: 218px;
}
nav ul li#nav05 {
  width: 123px;
}
nav ul li#nav05 a {
  text-align: right;
}

footer p {
  background: #000;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 35px 0 33px;
}

/* 共通
-------------------------------------------- */
section > h2 {
  width: 100%;
  height: 122px;
  background: #252525;
}
section .btn a:hover {
  opacity: 0.7;
}

/* Tokyo Girlsとは？
-------------------------------------------- */
#secAbout .contents {
  background: url(../images/bg-about.jpg) #efefed no-repeat center top;
}
#secAbout .contents .inner {
  overflow: hidden;
  width: 1049px;
  margin: 0 auto;
  padding: 62px 0 46px;
}
#secAbout .contents .inner .txt {
  float: right;
  width: 362px;
  margin-top: 53px;
}
#secAbout .contents .inner .txt p {
  margin-top: 15px;
  line-height: 1.8;
}

/* プレミアム体験
-------------------------------------------- */
#secPremium {
  position: relative;
}
#secPremium h2 {
  position: absolute;
  min-width: 100%;
  left: 0;
  right: 0;
}
#secPremium .contents {
  padding: 105px 0 79px;
  background: url(../images/bg-premium.jpg) #e50080 no-repeat center 122px;
}
#secPremium .contents .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#secPremium .contents .inner .slider a:hover {
  opacity: 0.7;
}
#secPremium .contents .inner .slider section {
  width: 924px;
  margin: 0 auto;
  padding-left: 12px;
}
#secPremium .contents .inner .slider section h3 {
  width: 924px;
  height: 450px;
}
#secPremium .contents .inner .slider section > div {
  overflow: hidden;
  width: 859px;
  margin-left: 25px;
  background: #fff;
}
#secPremium .contents .inner .slider section#sample1 ul {
  overflow: hidden;
}
#secPremium .contents .inner .slider section#sample1 ul li {
  float: left;
}
#secPremium .contents .inner .slider section#sample1 ul li:nth-child(odd) {
  border-right: 1px solid #eee;
}
#secPremium .contents .inner .slider section#sample1 ul.list-up {
  border-bottom: 1px solid #eee;
}
#secPremium .contents .inner .slider section#sample1 ul.list-up li {
  padding: 0 46px 26px 50px;
}
#secPremium .contents .inner .slider section#sample1 ul.list-down li {
  padding: 22px 46px 43px 50px;
}
#secPremium .contents .inner .slider section#sample2 .bg {
  width: 620px;
  height: 356px;
  padding: 55px 66px 77px 64px;
  background: url(../images/bg-premium-movie1.png) repeat left top;
  margin: 0 auto 48px;
}
#secPremium .contents .inner .slider section#sample3 ul {
  overflow: hidden;
}
#secPremium .contents .inner .slider section#sample3 ul li {
  float: left;
}
#secPremium .contents .inner .slider section#sample3 ul li:nth-child(odd) {
  border-right: 1px solid #eee;
}
#secPremium .contents .inner .slider section#sample3 ul li .bg {
  width: 306px;
  padding: 13px 14px 13px 13px;
  background: url(../images/bg-premium-movie1.png) repeat left top;
}
#secPremium .contents .inner .slider section#sample3 ul li > p {
  margin: 6px 0 0 14px;
}
#secPremium .contents .inner .slider section#sample3 ul.list-up {
  border-bottom: 1px solid #eee;
}
#secPremium .contents .inner .slider section#sample3 ul.list-up li {
  padding: 0 46px 22px 50px;
}
#secPremium .contents .inner .slider section#sample3 ul.list-down li {
  padding: 22px 46px 37px 50px;
}

/* スライダー
-------------------------------------------- */
.bx-prev, .bx-next {
  overflow: hidden;
  position: absolute;
  top: 293px;
  z-index: 100;
  display: block;
  width: 102px;
  height: 209px;
  white-space: nowrap;
  text-indent: 100%;
}
.bx-prev:hover, .bx-next:hover {
  opacity: 0.7;
}

.bx-prev {
  left: 50%;
  margin-left: -570px;
  background: url(../images/btn-prev.png);
}

.bx-next {
  right: 50%;
  margin-right: -570px;
  background: url(../images/btn-next.png);
}

/* ここだけ動画
-------------------------------------------- */
#secMovie {
  padding-bottom: 81px;
}
#secMovie h2 {
  margin-bottom: 60px;
}
#secMovie h3 {
  margin-bottom: 37px;
}
#secMovie .txt {
  float: right;
  width: 525px;
  margin-top: -9px;
}
#secMovie .txt h4 {
  padding-bottom: 15px;
  border-bottom: 1px dotted #acacac;
}
#secMovie .txt p {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.4;
}
#secMovie .btn {
  margin: 35px 0 60px;
  padding: 23px 0 21px;
  background: url(../images/bg-btn-artist.png) no-repeat;
  text-align: center;
}
#secMovie #list-artist {
  display: none;
}
#secMovie #list-artist li {
  margin-top: 42px;
}
#secMovie #list-artist li:first-child {
  margin-top: 0;
}
#secMovie .other h3 {
  margin-bottom: 22px;
}
#secMovie .other .txt-live {
  position: relative;
}
#secMovie .other .txt-live p {
  position: absolute;
  top: 100px;
  right: 22px;
  width: 570px;
  font-size: 16px;
  line-height: 1.6;
}

/* 楽しいコンテンツ
-------------------------------------------- */
#secEnjoy .contents {
  padding: 55px 0 111px;
  background: url(../images/bg-enjoy.jpg) repeat center top;
}
#secEnjoy ul {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
}
#secEnjoy ul li {
  overflow: hidden;
  float: left;
  width: 306px;
  height: 248px;
  margin-left: 18px;
  border: 1px solid #e7e7e7;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#secEnjoy ul li:first-child {
  margin-left: 0;
}
#secEnjoy ul li dl {
  padding: 13px 20px 0;
}
#secEnjoy ul li dl dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
#secEnjoy ul li dl dd {
  font-size: 10px;
  line-height: 1.6;
}

/* 会員様
-------------------------------------------- */
#secMember {
  overflow: hidden;
  padding-bottom: 82px;
}
#secMember h2 {
  margin-bottom: 50px;
}
#secMember #member1, #secMember #member2 {
  position: relative;
}
#secMember #member1 .inner, #secMember #member2 .inner {
  position: relative;
  width: 1218px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -609px;
}
#secMember #member1 p, #secMember #member2 p {
  position: absolute;
  width: 580px;
  font-size: 16px;
  line-height: 1.6;
}
#secMember #member1 {
  height: 490px;
}
#secMember #member1 p {
  top: 266px;
  left: 515px;
}
#secMember #member2 {
  height: 469px;
}
#secMember #member2 p {
  top: 228px;
  left: 148px;
}

/* プレミアム会員の特典はこちら
-------------------------------------------- */
#secSpecial p {
  width: 960px;
  margin: 50px auto 87px;
}

/* CVエリア小
-------------------------------------------- */
.secContactMini {
  background: url(../images/bg-btn-contact-mini.jpg) repeat-x center top;
  padding: 31px 0 30px;
}
.secContactMini .inner {
  position: relative;
  width: 973px;
  height: 117px;
  margin: 0 auto;
}
.secContactMini .inner .btn {
  position: absolute;
  top: 12px;
  right: 16px;
}
.secContactMini .inner .btn a:hover {
  opacity: 1.0;
}

/* CVエリア
-------------------------------------------- */
.secContact {
  position: relative;
  background: url(../images/bg-contact.jpg) #e50080 no-repeat center top;
  padding: 215px 0 51px;
}
.secContact .title {
  z-index: 10;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -480px;
}
.secContact .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.secContact .inner ul {
  position: absolute;
  bottom: 18px;
  left: 50px;
}
.secContact .inner ul li {
  margin-bottom: 8px;
  font-size: 12px;
  color: #202020;
}
.secContact .btn {
  width: 960px;
  margin: 30px auto 0;
  padding: 23px 0 21px;
  background: url(../images/bg-btn-contact.png) no-repeat;
  text-align: center;
}
.secContact .btn a:hover {
  opacity: 1.0;
}
