@charset "UTF-8";

/*======================
初期設定
========================*/
html {
    font-weight: normal;
    font-size: 62.5%;
    height: 100%;
}

/* デバイスによってフォントサイズを変える際は以下の値を変更 */
@media (max-width: 1024px) {
    html {
        font-size: 58.5%
    }
}

@media (max-width: 640px) {
    html {
        font-size: 58.5%
    }
}

body {
    font-family: 'a-otf-ud-shin-go-pr6n', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #000;
    font-size: 18px;
    height: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #00bcd4;
}


/* フォント-------------*/
.bold {
    font-weight: bold;
}

.noto {
    font-family: 'Noto Sans JP', sans-serif;
}

.XMsize {
    font-size: 1.2rem;
    font-size: 12px;
}

.Msize {
    font-size: 1.4rem;
    font-size: 14px;
}

.MMsize {
    font-size: 1.6rem;
    font-size: 16px;
}

.MLsize {
    font-size: 1.8rem;
    font-size: 18px;
}

.Lsize {
    font-size: 2.0rem;
    font-size: 20px;
}

/* レイアウト -------------*/
section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


/*======================
ヘッダー
========================*/
header {
    background-image: linear-gradient(90deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 50%, rgb(220, 220, 220) 100%);
}

header>p {
    background-image: linear-gradient(90deg, #85b9de 0%, #c3ebfb 50%, #85b9de 100%);
    color: #5384a7;
    text-align: center;
    border-bottom: 1px solid #5384a7;
    padding: 6px 0;
    font-family: 'a-otf-ryumin-pr6n', 'Yu Gothic';
}

header h1 {
    background: url(../img/img_logo.png) center center no-repeat;
    width: 100%;
    height: 300px;
    text-indent: -100%;
    overflow: hidden;
    white-space: nowrap;
}

header nav {
    background-image: linear-gradient(to right, rgb(133, 185, 222) 0%, rgb(195, 235, 251) 50%, rgb(133, 185, 222) 100%);
    padding: 13px 0;
    font-family: 'a-otf-ryumin-pr6n', 'Yu Gothic';
}

header nav ul li {
    background: url(../img/img-menubg.png) no-repeat;
    display: block;
    float: left;
    margin-right: 3px;
    width: 140px;
    height: 55px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px;
}

header nav ul li:first-child {
    margin: 0 3px 0 1px;
}

header nav ul li:last-child {
    margin: 0 1px 0 0;
}

header nav ul li a {
    text-transform: uppercase;
    font-size: 14px;
}

header nav ul li span {
    display: block;
    font-size: 11px;
    margin-top: 4px;
}

/*======================
コンテンツ内 共通要素
========================*/
.titleheader_h,
.titleheader_d {
    background: url(../img/img_headerbg50.png) no-repeat;
    color: #474747;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    width: 515px;
    height: 82px;
    padding-top: 14px;
    box-sizing: border-box;
    font-family: 'a-otf-ryumin-pr6n', 'Yu Gothic';
}

.titleheader_d {
    background-image: url(../img/img_headerbg100.png);
    width: 1000px;
}

.titleheader_h span,
.titleheader_d span {
    display: block;
    font-size: 16px;
    margin-top: 8px;
    font-family: 'a-otf-ud-shin-go-pr6n', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.dectext {
    text-align: center;
    margin: 50px 0 40px;
    background: url(../img/img_decbg.png) center no-repeat;
    min-height: 74px;
    line-height: 32px;
}

#content_top,
#content_concept,
#content_system,
#content_cast,
#content_access,
#content_schedule {
    background: url(../img/bg-pattern.png) #fff;
    padding: 30px 0;
}

#content_top {
    padding-top: 50px;
}

.rank_vip,
.rank_gold,
.rank_platinum,
.rank_black {
    text-transform: uppercase;
    height: 25px;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    font-family: 'a-otf-ryumin-pr6n', 'Yu Gothic';
    margin-bottom: 5px;
    text-align: center;
}

.rank_vip,
.rank_black {
    background-image: linear-gradient(0deg, #121212 0%, #2d2d2d 22%, #000000 48%, #0d0d0d 50%, #676767 75%, #4c4c4c 100%);
    border: 1px solid #000;
}

.rank_gold {
    background-image: linear-gradient(0deg, #8e6729 0%, #7c5318 22%, #3b3203 48%, #683e16 50%, #d3b717 75%, #b7860f 100%);
    border: 1px solid #644400;
}

#latestschedule .new,
#cast .new,
#schedule .new {
    border-radius: 3px;
    background-color: rgba(58, 95, 163, 0.7);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 166px;
    padding: 6px 0;
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 5px;
    left: 7px;
}


/*======================
トップ コンテンツ
========================*/

#headline {
    background-color: #a5d6eb;
    font-size: 12px;
    color: #474747;
    padding: 8px 0;
}

#headline .container {
    display: flex;
    justify-content: space-between;
}

#headline h3 {
    text-transform: uppercase;
}

#headline p {
    padding-right: 4px;
}

#banner ul li {
    background: url(../img/banners.png) no-repeat;
    width: 495px;
    height: 110px;
    margin: 0 10px 10px 0;
    float: left;
    font-size: 16px;
    font-family: 'a-otf-ryumin-pr6n', 'Yu Gothic';
    box-sizing: border-box;
    text-align: right;
    position: relative;
}

#banner ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 30px solid rgba(23, 23, 23, 0.5);
    border-right: 30px solid transparent;
}

#banner ul li:nth-child(2) {
    background-position-x: -505px;
    margin-right: 0;
}

#banner ul li:nth-child(3) {
    background-position-y: -120px;
    margin-bottom: 0;
}

#banner ul li:nth-child(4) {
    background-position: -505px -120px;
    margin: 0;
}

#banner ul li a {
    color: #fff;
    display: block;
    font-size: 48px;
    text-transform: uppercase;
    padding: 36px 16px 0 0;
}

#banner ul li span {
    display: block;
    font-size: 16px;
    color: #000;
}


#news {
    margin: 50px 0;
    padding-top: 105px;
    background: url(../img/img_splitter_s.png) no-repeat;
    background-size: 100% auto;
}

#news .column1 {
    background-image: linear-gradient(45deg, rgb(133, 185, 222) 0%, rgb(195, 235, 251) 50%, rgb(133, 185, 222) 100%);
    padding: 10px;
    box-shadow: 0 0 10px 3px #acacac;
    margin-right: 52px;
    float: left;
}

#news .column2,
#news .column3 {
    margin-left: 485px;
}

#news article time {
    display: block;
    background-color: #e1f4f5;
    padding: 4px 8px;
    font-size: 13px;
    margin-bottom: 20px;
}

#news .news-outer {
    height: 256px;
    box-sizing: border-box;
    overflow-y: scroll;
    font-size: 11px;
    padding: 10px 16px;
    background-color: #fff;
    margin-bottom: 12px;
}

#news .news-content {
    line-height: 24px;
}


/* 新人情報 */

.column3 h2 {
    margin-bottom: 10px;
}

#newface img {
    border: 1px solid #75a0c5;
    width: 93px;
    height: auto;
}

.bx-controls {
    position: relative;
}

.bx-prev,
.bx-next {
    width: 50px;
    height: 100px;
    bottom: 124px;
    position: absolute;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 999;
}

.bx-prev {
    background: url(../img/img_prev.png) center #3a5fa3 no-repeat;
    left: -30px;
}

.bx-next {
    background: url(../img/img_next.png) center #3a5fa3 no-repeat;
    right: -30px;
}

#news .bx-prev,
#news .bx-next {
    bottom: 10px;
    transform: scale(0.5);
}

#news .bx-prev {
    left: -16px;
    transform-origin: center left;
}

#news .bx-next {
    right: -16px;
    transform-origin: center right;
}


#latestschedule {
    background: url(../img/img_splitter_e.png) bottom center no-repeat;
    padding-bottom: 105px;
    margin-bottom: 50px;
}

#latestschedule h2 {
    margin-bottom: 20px;
}

#latestschedule ul li {
    float: left;
    width: 180px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

#latestschedule ul li a {
    display: block;
    position: relative;
    z-index: 99;
}

#latestschedule ul li img {
    border: 1px solid #75a0c5;
    width: 178px;
    height: 218px;
    display: block;
}

#latestschedule time {
    color: #2277b3;
}


/*======================
キャスト一覧
========================*/
#cast ul li,
#schedule ul li {
    float: left;
    width: 22%;
    margin: 40px 4% 0 0;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    text-align: center;
}

#cast ul li a,
#schedule ul li a {
    display: block;
    position: relative;
}

#cast ul li img,
#schedule ul li img {
    box-sizing: border-box;
    border: 1px solid #75a0c5;
    width: 200px;
    height: 244px;
    margin-bottom: 8px;
}

#cast .new,
#schedule .new {
    width: 180px;
    left: 10px;
    bottom: 20px;
}

#cast ul li h3,
#schedule ul li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #4992be;
    margin-bottom: 8px;
}

#cast ul li p,
#schedule ul li p {
    font-size: 14px;
}

#cast ul li:nth-child(4n),
#schedule ul li:nth-child(4n) {
    margin-right: 0;
}




/*======================
スケジュール
========================*/

#schedule nav {
    text-align: center;
    margin-top: 30px;
}

#schedule nav ol li {
    border: 1px solid rgb(202, 202, 202);
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(223, 223, 223) 50%, rgb(255, 255, 255) 100%);
    font-size: 14px;
    display: inline-block;
    margin-right: -6px;
    border-right: 0 none;
    padding: 10px;
    cursor: pointer;
}

#schedule nav ol li.active {
    background-image: linear-gradient(0deg, rgb(128, 128, 128) 0%, rgb(168, 168, 168) 50%, rgb(128, 128, 128) 100%);
}

#schedule nav ol li.active a {
    color: #fff;
}

#schedule nav ol li:last-child {
    border-right: 1px solid rgb(202, 202, 202);
}

#schedule ul li time {
    background: url(../img/img_time_icon.png) center left no-repeat;
    display: inline-block;
    padding-left: 16px;
    margin-bottom: 8px;
}

/*======================
コンセプト コンテンツ
========================*/

#system,
#concept {
    font-family: 'a-otf-ryumin-pr6n', 'Yu Gothic', Meiryo;
}

.rectext,
#basic_service,
#options {
    text-align: center;
    font-size: 16px;
    background-image: linear-gradient(45deg, #6094b6 0%, rgb(195, 235, 251) 50%, #6093b6 100%);
    padding: 5px;
}

.textwrap {
    padding: 50px 0;
    background-color: #fff;
    box-shadow: inset 0 0 15px 1px rgba(0, 0, 0, 0.7);
    line-height: 32px;
}

.rectext p {
    margin-bottom: 32px;
}

.rectext p:last-child {
    margin-bottom: 0;
}


/*======================
システム コンテンツ
========================*/
.price_gold,
.price_vip {
    display: inline-block;
    width: 49.5%;
    padding: 20px;
    box-sizing: border-box;
}

.price_gold {
    background-image: linear-gradient(45deg, #8e7029 0%, #685916 11%, #7c6618 22%, #6f4607 44%, #685216 50%, #684c16 52%, #d3b217 75%, #e8bd0f 89%, #b7860f 100%);
    border: 1px solid #643400;
    margin-right: -6px;
}

.price_vip {
    background-image: linear-gradient(45deg, #121212 0%, #2d2d2d 22%, black 48%, #0d0d0d 50%, #676767 75%, #4c4c4c 100%);
    border: 1px solid #002f64;
    margin-left: 1%;
}

.price_gold h3,
.price_vip h3 {
    font-size: 32px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.price_gold .textwrap,
.price_vip .textwrap {
    padding: 32px 6%;
}

.basic_price {
    margin-bottom: 15px;
}

.basic_price li {
    margin-bottom: 10px;
    letter-spacing: 0.4em;
}

.basic_price li div,
.append_price li div,
#options li div {
    display: inline-block;
    letter-spacing: normal;
}

.basic_price .items {
    width: 26%;
    text-align: right;
    font-size: 24px;
}

.basic_price .items span {
    font-size: 50px;
}

.basic_price .dots {
    width: 29%;
    letter-spacing: -6px;
    text-align: center;
}

.basic_price .price {
    width: 45%;
    text-align: right;
    font-size: 24px;
    font-style: italic;
    color: #513a03;
}

.basic_price .price span {
    font-size: 50px;
}

.append_price {
    padding-top: 15px;
    border-top: 1px dotted #000;
}

.append_price .items {
    width: 40%;
    padding-left: 2%;
    font-size: 22px;
}

.append_price .dots {
    width: 24%;
    text-align: center;
    letter-spacing: -6px;
}

.append_price .price {
    color: #513a03;
    font-size: 22px;
    font-style: italic;
    text-align: right;
    width: 34%;
}

.append_price .price span {
    font-size: 32px;
}

#basic_service,
#options {
    font-size: 20px;
    margin-top: 10px;
}

#basic_service h3,
#options h3 {
    font-size: 32px;
    margin-bottom: 16px;
}

#basic_service .textwrap,
#options .textwrap {
    padding: 20px 0 24px;
}

#options ul {
    padding: 0 12%;
    font-size: 20px;
}

#options ul li {
    display: inline-block;
    width: 40%;
    border-top: 1px solid #000;
    margin-right: -7px;
    padding: 8px 10% 8px 0;
}

#options ul li:first-child,
#options ul li:nth-child(2) {
    border-top-color: transparent;
}

#options ul li:nth-child(even) {
    width: 50%;
    padding-right: 0;
}

#options .items {
    width: 42%;
    text-align: left;
    padding-left: 1%;
    letter-spacing: 2px;
}

#options .dots {
    width: 30%;
    letter-spacing: -6px;
}

#options .price {
    width: 27%;
    text-align: right;
    letter-spacing: 2px;
}

#options .price span {
    font-size: 16px;
}

#payment {
    text-align: center;
    margin: 30px 0 50px;
}

#payment ul li {
    display: inline-block;
    background: url(../img/img_creditcard.png) no-repeat;
    height: 62px;
    text-indent: -100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
}

#payment ul li:first-child {
    width: 97px;
    background-position-x: 0;
}

#payment ul li:nth-child(2) {
    width: 103px;
    background-position-x: -109px;
}

#payment ul li:nth-child(3) {
    width: 79px;
    background-position-x: -224px;
}

#payment ul li:nth-child(4) {
    width: 62px;
    background-position-x: -316px;
}

#caution {
    font-family: 'a-otf-ud-shin-go-pr6n', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#caution h2 {
    margin-bottom: 32px;
}

#caution p {
    font-size: 14px;
    margin-bottom: 16px;
}


/*======================
アクセス
========================*/

#access ul {
    margin: 80px 0 0;
}

#access ul li {
    float: left;
    margin: 0 10% 50px 0;
    width: 45%;
}

#access ul li:nth-child(even) {
    margin-right: 0;
}

#access ul li h3 {
    background: url(../img/img_map_logo.png) no-repeat;
    font-size: 24px;
    padding-left: 160px;
    height: 30px;
    margin-bottom: 8px;
    position: relative;
    line-height: 36px;
}

#access ul li h3 span {
    position: absolute;
    font-size: 8px;
    top: -16px;
    left: 160px;
}

#access p {
    font-size: 18px;
    padding: 8px 0;
}

/*======================
フッター
========================*/
footer {
    text-align: center;
}

footer nav {
    background-image: linear-gradient(90deg, rgb(133, 185, 222) 0%, rgb(195, 235, 251) 50%, rgb(133, 185, 222) 100%);
    padding: 5px 0;
}

footer nav a {
    background-image: linear-gradient(0deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 50%, rgb(235, 235, 235) 100%);
    display: inline-block;
    width: 240px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #8bc6e2;
    box-shadow: inset 0 0 0 1px #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #626262;
    font-weight: bold;
}

footer ul {
    background-color: #b5d6ec;
    padding: 6px;
    margin: 32px 0;
    font-size: 11px;
    display: inline-block;
}

footer ul li {
    display: inline-block;
    border-right: 1px solid #607e98;
    padding-right: 4px;
}

footer ul li:last-child {
    border-right: 0 none;
}

footer ul li a {
    color: #607e98;
}

footer .footer-banner img {
    border: 1px solid #607e98;
}

footer address {
    color: #2277b3;
    margin: 30px 0;
}

footer address span {
    margin-left: 50px;
    letter-spacing: 1px;
}

.banner {
    width: 1080px;
    margin: 0 auto;
    padding: 40px 0;
}