@font-face {
    font-family: 'GothaProMed';
    src: url('fonts/GothaProMed.eot');
    src: local('☺'), url('fonts/GothaProMed.woff') format('woff'), url('fonts/GothaProMed.ttf') format('truetype'), url('fonts/GothaProMed.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothaProReg.eot');
    src: local('☺'), url('fonts/GothaProReg.woff') format('woff'), url('fonts/GothaProReg.ttf') format('truetype'), url('fonts/GothaProReg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProBold';
    src: url('fonts/GothaProBol.eot');
    src: local('☺'), url('fonts/GothaProBol.woff') format('woff'), url('fonts/GothaProBol.ttf') format('truetype'), url('fonts/GothaProBol.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewBaskervilleC-Bold';
    src: url('fonts/NewBaskervilleC-Bold.eot');
    src: local('☺'), url('fonts/NewBaskervilleC-Bold.woff') format('woff'), url('fonts/NewBaskervilleC-Bold.ttf') format('truetype'), url('fonts/NewBaskervilleC-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: 'GothaProMed';
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 15px;
    color: #131514;
    min-width: 320px;
    min-height: 100vh;
}

div, span, input, select, textarea, a, dl, dt, dd {
    box-sizing: border-box;
}

img {
    border: 0;
}

a {
    outline: none;
    color: #131514;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 20px 0;
}

form {
    display: block;
}

input, textarea {
    margin: 0;
    outline: none;
    font-family: 'GothaProMed';
    font-size: 14px;
}

.table {
    border-collapse: collapse;
}

.table td {
    padding: 0;
}

.clear {
    clear: both;
}

.under a:hover {
    text-decoration: underline;
}

ul, ol, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page {
    flex: 1;
}

.head {
    height: 100px;
}

.head-pos {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 100;
    box-shadow: 0 1px 4px 0 #999999;
    background-color: #fff;
}

.head-box {
    margin: auto;
    max-width: 1280px;
    width: 100%;
    position: relative;
}

.head-fix {
    background-color: #fff;
    position: absolute;
    width: calc(100% - 30px);
    height: 100px;
    z-index: 900;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head .logo img {
    max-width: 280px;
}

.head__item-menu {
    height: 100%;
    display: flex;
    align-items: end;
}

.menu .title {
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: none;
}

.menu .title span {
    color: #942132;
    border-bottom: 2px solid #942132;
}

.menu-active .menu-box {
    display: block;
}

.menu .close {
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: none;
}

.menu ul {
    display: flex;
}

.menu li {
    display: block;
    margin: 0 10px;
    padding-bottom: 40px;
    border-bottom: 4px solid transparent;
}

.menu li a {
    width: 83px;
    height: 18px;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    color: #131514;
}

.menu li a:hover {
    color: #942132;
}

.menu li.active {
    border-color: #942132;
}

.menu li.active a {
    color: #942132;
}

.buy-radio {
    position: absolute;
    top: -1000px;
}

.buy {
    display: block;
    color: #fff;
    width: 250px;
    text-align: center;
    cursor: pointer;
}

.slider {
    position: relative;
    height: 580px;
}

.box.slider-nav {
    width: 100%;
    max-width: 100%;
}

.slider .nav {
    position: absolute;
    cursor: pointer;
    width: 27px;
    height: 16px;
    background: url("../i/index/slider/arrow-left.svg") no-repeat;
    top: 284px;
    z-index: 900;
}

.slider .nav.prev {
    left: 48px;
}

.slider .nav.next {
    background-image: url("../i/index/slider/arrow-right.svg");
    right: 48px;
}

.slider .prev:hover {
    background-image: url("../i/index/slider/arrow-left-hover.svg");
}

.slider .next:hover {
    background-image: url("../i/index/slider/arrow-right-hover.svg");
}

.slider .item {
    background: url("../i/empty.gif") no-repeat scroll center center / cover;
}

.slider .item-box {
    height: 580px;
    position: relative;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.slider .description {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slider .description-box {
    margin: auto;
    max-width: 500px;
}

.slider .title {
    color: #fff;
}

.slider .name {
    color: #fff;
    font-size: 36px;
    display: block;
    line-height: 38px;
    font-family: 'NewBaskervilleC-Bold';
    padding: 10px 0;
}

.slider .buy {
    display: block;
    background-color: #942132;
    color: #fff;
    width: 200px;
    line-height: 43px;
    text-align: center;
    margin: 10px auto;
}

.slider .date {
    font-size: 18px;
    color: #942132;
    padding: 10px 0 42px;
}

.slider-day {
    padding-top: 30px;
    text-align: center;
    overflow: hidden;
    height: 90px;
}

.slider-day-box {
    margin: auto;
    max-width: 90%;
}

.slider-day .day {
    display: inline-block;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 100px;
    cursor: pointer;
}

.slider-day .day span:hover {
    color: #ad263a;
}

.slider-day .day.holyday {
    color: #942132;
}

.slider-day .month {
    position: absolute;
    font-size: 13px;
    color: #999;
    margin-left: 9px;
}

.slider-day .have {
    color: #942132;
    cursor: pointer;
}

.slider-day .active {
    background-color: #942132;
}

.slider-day .active span {
    color: #fff !important;
}

.spec {
    padding-bottom: 125px;
}

.spec .title {
    font-family: 'NewBaskervilleC-Bold';
    font-size: 30px;
    text-align: center;
    padding: 65px 0 30px;
}

.box {
    width: 1015px;
    margin: auto;
    position: relative;
}

.spec .box {
    overflow: hidden;
}

.spec ul {
    white-space: nowrap;
}

.spec li {
    float: left;
    display: block;
    width: 231px;
    text-align: center;
    margin-right: 30px;
}

.spec a {
    display: block;
    text-align: center;
}

.spec .name {
    font-size: 18px;
    display: block;
    padding: 10px 0;
}

.spec .date {
    color: #942132;
}

.swiper-container {
    width: 100%;
}

.spec .swiper-slide {
    width: 231px;
}

.gas {
    width: 100%;
    overflow: hidden;
    margin-bottom: 115px;
    position: relative;
}

.gas .box img {
    width: 100%;
}

.gas-bg-box {
    width: 2000px;
}

.gas-bg:after {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0.5));
    position: absolute;
    z-index: 2;
}

.gas-bg img {
    float: left;
}

.gas-desc {
    font-size: 18px;
    position: absolute;
    z-index: 3;
    left: 50%;
    max-width: 500px;
}

.gas .title {
    color: #f4b836;
    padding-bottom: 10px;
}

.gas .text {
    color: #fff;
}

.gas-desc-table {
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

.gas-desc-border {
    border-left: 4px solid #fff;
    padding-left: 25px;
    line-height: 1.33;
}

.season {
    margin: -10px 0 0 -10px;
}

.season .title {
    color: #942132;
    font-size: 144px;
    line-height: 144px;
    height: 144px;
    font-family: 'NewBaskervilleC-Bold';
    overflow: hidden;
}

.season .text {
    position: absolute;
    width: 125px;
    color: #942132;
    line-height: 1.2;
    margin: 125px 0 0 12px;
}

.news-block .right {
    float: right;
    width: 232px;
    margin-right: -260px;
}

.news-block .bs {
    margin-top: 65px;
}

.news-block .bs img {
    display: block;
}

.news-block .left {
    background-color: #ebebeb;
    float: left;
    width: 100%;
    padding: 40px 30px 30px;
}

.news-block .box {
    padding-right: 260px;
}

.news .title {
    font-family: 'NewBaskervilleC-Bold';
    font-size: 30px;
}

.news .item {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.news .item-main {
    width: 100%;
    margin: 30px 0;
    padding: 0 0 0 200px;
    min-height: 180px;
}

.news .item-main .photo {
    position: absolute;
    margin: 0 0 0 -200px;
    width: 180px;
    height: 180px;
    display: block;
    border-radius: 50%;
}

.news .item-main .photo img {
    display: block;
    border-radius: 50%;
}

.news .date {
    font-size: 14px;
    color: #942132;
}

.news .name {
    display: block;
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.33;
}

.news .text {
    font-size: 14px;
    color: #646464;
    line-height: 1.43;
    font-family: 'GothamPro';
}

.news-box .item:nth-child(2) {
    padding-right: 30px;
}

.news .title:hover, .news .name:hover {
    color: #292e2c;
}

.news-block {
    padding-bottom: 118px;
}

.foot {
    background-color: #131514;
}

.foot .contact, .foot .links {
    display: inline-block;
    vertical-align: top;
}

.foot .contact, .foot .contact a {
    color: #999;
    font-size: 14px;
}

.foot .contact {
    padding: 25px 0;
}

.foot .phone {
    color: #942132;
    font-size: 18px;
    padding: 7px 0;
}

.foot .ss {
    padding-top: 10px;
    margin-left: -11px;
}

.foot .ss a {
    display: inline-block;
    width: 24px;
    padding: 4px 0;
    text-align: center;
    margin: 0 6px;
}

.foot .ss a:hover {
    opacity: 0.8;
}

.foot .links {
    padding-top: 10px;
    margin-left: 60px;
}

.foot .links a {
    display: inline-block;
    height: 100px;
    text-align: center;
    color: #999;
    padding-top: 12px;
    margin: 0 5px;
}

.foot .links .name {
    display: block;
    padding: 10px 15px;
    font-size: 13px;
}

.foot .links img {
    opacity: 0.5;
}

.foot .links a:hover {
    background-color: #942132;
}

.foot .links a:hover img {
    opacity: 1;
}

.foot .links a:hover span {
    color: #fff;
}

.foot .links .icon {
    display: inline-block;
}

.foot .contact a:hover {
    color: #942132;
}

.foot .subscribe {
    color: #999;
    padding: 30px 0 0 0;
    width: 260px;
}

.foot .subscribe input[type=text] {
    margin: 10px 0;
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    border: 2px solid #999;
    background-color: transparent;
    color: #fff;
    padding: 0 15px;
}

.foot .dev a {
    color: #4f4f4f;
    font-size: 12px;
}

.foot .dev a:hover {
    color: #942132;
}

.foot .subscribe {
    float: right;
    width: 260px;
}

.page {
    background-color: #eaeaea;
    padding: 20px 0 100px;
    display: flex;
}

.page-theater {
    margin: auto;
    max-width: 1120px;
    min-height: 100%;
    width: 100%;
}

.h1 {
    font-size: 48px;
    font-family: 'NewBaskervilleC-Bold';
    text-align: center;
    padding: 30px 0;
}

.section-menu {
    text-align: center;
    padding-bottom: 40px;
}

.section-menu .link {
    display: inline;
    position: relative;
}

.section-menu a {
    display: inline-block;
    line-height: 36px;
    padding: 0 15px;
}

.section-menu .active {
    background-color: #f4b836;
    color: #131514 !important;
}

.section-menu a:hover {
    color: #292e2c;
}

.section-menu select {
    opacity: 0;
    position: absolute;
    width: 50%;
    height: 36px;
    line-height: 36px;
    display: none;
    z-index: 2;
}

.news-list {
    background-color: #fff;
    padding: 42px 54px 100px;
}

.news-list-menu {
    text-align: center;
    padding-bottom: 60px;
}

.news-list-menu a {
    color: #999;
    font-size: 14px;
    margin: 0 10px;
    white-space: nowrap;
}

.news-list-menu a:hover {
    color: #942132;
}

.news-list-menu .active {
    color: #942132;
}

.news-list {
    position: relative;
}

.news-list .item {
    padding: 0 0 0 200px;
    min-height: 180px;
    width: 800px;
    margin-bottom: 42px;
}

.news-list .item img {
    margin: 0 0 0 -200px;
    display: block;
    border-radius: 50%;
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: #e9e9e9;
}

.news-list .date {
    font-size: 14px;
    color: #942132;
}

.news-list .name {
    display: block;
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.33;
}

.news-list .name:hover {
    color: #942132;
}

.news-list .text {
    font-size: 14px;
    color: #646464;
    line-height: 1.43;
    font-family: 'GothamPro';
}

.news-list .year {
    position: absolute;
    right: 50px;
}

.news-list .year a {
    display: block;
    line-height: 32px;
    text-align: center;
    width: 73px;
    border-radius: 20px;
    color: #999;
    margin-bottom: 10px;
    font-size: 14px;
}

.news-list .year .active {
    color: #000 !important;
    background-color: #eaeaea;
}

.news-list .year a:hover {
    color: #000;
}

.news-more-link {
    text-align: center;
    padding-top: 20px;
}

.news-more-link a {
    border-bottom: 2px solid #131514;
    display: inline-block;
    padding-bottom: 2px;
}

.subscribe-box {
    position: relative;
}

.subscribe-box input[type=image] {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.5;
    cursor: pointer;
}

.subscribe-box:hover input[type=text] {
    border-color: #fff;
}

.subscribe-box:hover input[type=image] {
    opacity: 1;
}

.subscribe-box input[name="PERSONAL"] {
    margin-right: 5px;
}

.news-full {
    background-color: #fff;
    padding: 45px 110px 70px;
}

.news-full .date {
    text-align: center;
    font-size: 14px;
}

.news-full h1 {
    font-size: 30px;
    font-family: 'NewBaskervilleC-Bold';
    text-align: center;
    margin: 15px auto;
    display: block;
    max-width: 800px;
}

.news-full .text {
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    line-height: 1.63;
    font-size: 16px;
    font-family: 'GothamPro';
}

.slider2 {
    margin: 30px 0;
}

.news-full .text-full {
    margin: 20px auto;
    max-width: 800px;
    line-height: 1.63;
    font-size: 16px;
    font-family: 'GothamPro';
}

.news-full blockquote {
    margin: 0;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    font-family: 'GothaProMed';
}

.news-full blockquote:before, .news-full blockquote:after {
    content: '';
    border-bottom: 2px solid #000;
    width: 200px;
    height: 1px;
    display: block;
    margin: auto;
}

.news-full .back {
    text-align: center;
    padding-top: 40px;
}

.news-full .back a {
    font-size: 15px;
    font-family: 'GothaProMed';
    border-bottom: 2px solid #131514;
    display: inline-block;
    line-height: 1.43;
}

.slider2 {
    position: relative;
}

.slider2-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.slider2-nav .nav {
    position: absolute;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background: url("../i/icon/slider-arrow/left.svg") no-repeat;
    top: 50%;
    margin-top: -21px;
    z-index: 123123123;
}

.slider2 .prev {
    left: 20px;
}

.slider2 .nav.next {
    background-image: url("../i/icon/slider-arrow/right.svg");
    right: 20px;
}

.slider2 .prev:hover {
    background-image: url("../i/icon/slider-arrow/left-hover.svg");
}

.slider2 .next:hover {
    background-image: url("../i/icon/slider-arrow/right-hover.svg");
}

.slider2 img {
    width: 100%;
}

.slider2-nav {
    display: none;
}

.rules {
    max-width: 1120px;
}

.rules-slider {
    background: url("../i/rules/slider.jpg") no-repeat scroll center center / cover;
    height: 349px;
}

.rules-slider-box {
    margin: auto;
    max-width: 650px;
    text-align: center;
    line-height: 1.63;
}

.rules-slider .text {
    color: #fff;
    padding: 110px 0 0 0;
    font-family: 'GothamPro';
    font-size: 16px;
}

.rules-slider .text2 {
    color: #fff;
    padding: 18px 0;
    font-size: 18px;
    border-bottom: 5px solid #fff;
    font-family: 'GothamPro';
    line-height: 1.33;
}

.rules-page-box {
    margin: auto;
    max-width: 700px;

    line-height: 1.6;
}

h3 {
    font-size: 18px;
    font-family: 'GothaProMed';
}

.rules-page-box h3 {
    margin: 40px 0 5px;
}

.rules-page-box p {
    margin-top: 0;
    font-family: 'GothamPro';
}

.rules-page-box li {
    font-family: 'GothamPro';
}

.content ul li {
    list-style: disc;
    margin: 3px 14px;
    padding-left: 5px;
    line-height: 1.63;
}

.rules blockquote {
    margin: 30px 0;
    border-left: 6px solid #000;
    padding-left: 12px;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'NewBaskervilleC-Bold';
}

.rules-page {
    background-color: #fff;
    padding: 30px 0 100px;
}

.rules-flower {
    padding: 80px 0;
}

.rules-flower-box {
    max-width: 660px;
    padding-left: 60px;
}

.rules-flower .h1 {
    text-align: left;
    padding: 20px 0;
}

.rules-flower h3 {
    line-height: 1.3;
    margin-bottom: 10px;
}

.rules-flower p {
    line-height: 1.63;
    margin: 0 0 40px;
    font-family: 'GothamPro';
}

.rules-page h2 {
    font-size: 30px;
    font-family: 'NewBaskervilleC-Bold';
}

.rules-page2 {
    padding: 60px 0 80px;
}

.rules-buy {
    padding-top: 70px;
    text-align: center;
}

.rules .buy {
    display: inline-block;
    background-color: #942132;
    color: #fff;
    width: 161px;
    line-height: 43px;
    text-align: center;
}

.rules-flower {
    position: relative;
}

#flower {
    position: absolute;
    overflow: hidden;
    left: 610px;
}

#flower img {
    display: none;
}

#flower .flower-pc {
    display: block;
}

.rules-flower .text {
    width: 550px;
    overflow: hidden;
}

.section-menu-afisha {
    text-align: center;
    padding-bottom: 30px;
}

.section-menu-afisha .title {
    display: inline-block;
    line-height: 36px;
    background-color: #f4b836;
    color: #131514;
    padding: 0 15px;
    white-space: nowrap;
}

.afisha {
    margin: auto;
}

.afisha-week {
    height: 65px;
}

.afisha-week .day {
    width: 158px;
    line-height: 65px;
    float: left;
    text-align: center;
    color: #999;
    font-size: 14px;
    margin: 0 0 1px 1px;
}

.afisha-week .holyday {
    color: #942132;
}

.afisha-week-fix {
    position: relative;
    background-color: #eaeaea;
    z-index: 10;
    top: 0;
}

.afisha-week-fix.fix {
    position: fixed;
    top: 100px;
}

.afisha-calendar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.afisha-calendar .item {
    float: left;
    width: 158px;
    min-height: 244px;
    margin: 0 0 1px 1px;
    overflow: hidden;
    cursor: pointer;
}

.afisha-calendar .item-box {
    height: 100%;
    background-color: #fff;
    position: relative;
}

.afisha-calendar .desc {
    padding: 12px;
    font-size: 14px;
}

.afisha-calendar .day {
    font-size: 48px;
    font-family: 'NewBaskervilleC-Bold';
    line-height: 60px;
}

.afisha-calendar .day-text {
    left: 73px;
    position: absolute;
    top: 43px;
    text-transform: uppercase;
}

.afisha-calendar .links a {
    margin-top: 10px;
    display: inline-block;
    line-height: 20px;
}

.afisha-calendar .links a:hover {
    color: #942132 !important;
}

.afisha-calendar .date {
    color: #942132;
    font-size: 13px;
    padding-top: 5px;
}

.afisha-calendar .one, .afisha-calendar .one .links a, .afisha-calendar .one .date {
    color: #fff;
}

.afisha-calendar .one .item-box {
    background-color: rgba(19, 21, 20, 0.75);
}

.afisha-calendar .item.empty {
    cursor: default;
}

.afisha-calendar .realise {
    position: absolute;
    color: #f4b836;
    font-size: 30px;
    right: 5px;
}

.people {
    background-color: #fff;
    padding: 10px 0 40px;
}

.people-box {
    max-width: 1045px;
    margin: auto;
}

.people-alf {
    text-align: center;
    padding: 30px 0 65px;
}

.people-alf .all {
    display: none;
}

.people-alf a {
    display: inline-block;
    min-width: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border-radius: 50%;
}

.people-alf a:hover {
    color: #942132;
}

.people-alf a.active {
    color: #fff !important;
    background-color: #942132;
}

.people-list a {
    display: block;
    float: left;
    width: 144px;
    text-align: center;
    margin: 0 15px 0;
    height: 244px;
}

.people-list img {
    background-color: #ccc;
    width: 144px;
    height: 144px;
}

.people-list a:hover {
    color: #942132;
}

.people-list a span {
    display: block;
    padding: 5px 10px;
    line-height: 20px;
    font-family: 'GothaProMed';
}

.people-alf-menu {
    display: none;
}

#restive .pc, #restive .tablet, #restive .mobile {
    display: none;
}

#restive .pc {
    display: block;
}

.sp {
    background-color: #fff;
    padding: 30px 0 40px;
}

.sp-box {
    max-width: 1045px;
    margin: auto;
}

.sp-season {
    color: #942132;
    padding-left: 10px;
}

.sp-season .title {
    font-size: 72px;
    font-family: 'NewBaskervilleC-Bold';
    line-height: 72px;
    display: inline-block;
}

.sp-season .text {
    display: inline-block;
    font-family: 'GothaProMed';
}

.sp-menu {
    float: right;
    font-family: 'GothaProMed';
    padding: 25px 18px 0 0;
}

.sp-menu a {
    font-size: 14px;
    display: inline-block;
    color: #999;
    margin-left: 24px;
}

.sp-menu a:hover {
    color: #000;
}

.sp-menu .active {
    color: #942132 !important;
}

.sp-list {
    padding-top: 20px;
}

.sp-list a {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 0 13px 50px;
    text-align: center;
    font-family: 'GothaProMed';
}

.sp-list .name {
    font-size: 18px;
    display: block;
    line-height: 20px;
    margin: 10px 0;
}

.sp-list img {
    background-color: #e6e6e6;
}

.sp-list .author {
    color: #942132;
}

.sp-list .pop {
    display: none;
    position: absolute;
    width: 230px;
    height: 300px;
    background-color: rgba(147, 32, 50, 0.7);
    text-align: left;
}

.sp-list a:hover .pop {
    display: block;
}

.sp-list .pop-buy {
    display: block;
    width: 160px;
    line-height: 44px;
    text-align: center;
    color: #000;
    background-color: #fff;
    margin: 130px 0 0 35px;
}

.sp-list .pop-buy:hover {
    background-color: #eeb722;
}

.sp-list .pop-type {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.section-menu .link a img {
    vertical-align: middle;
    margin-left: 5px;
}

.section-menu .link.more {
    display: none;
}

.page-people-full {
    font-family: 'GothaProMed';
    padding: 45px 0 0 0;
    margin: auto;
    width: 100%;
}

.page-people-full .back {
    font-size: 14px;
    text-align: center;
}

.page-people-full .back a {
    display: inline-block;
    border-bottom: 2px solid #131514;
}

.page-people-full .back a:hover {
    border-bottom-color: transparent;
    color: #942132;
}

.page-people-full .h1 {
    padding: 10px 0;
}

.page-people-full .author {
    font-size: 14px;
    text-align: center;
    color: #942132;
    padding-bottom: 40px;
}

.gallery {
    margin: auto;
    max-width: 1197px;
    position: relative;
}

.swiper-pagination {
    position: relative;
    height: 39px;
    padding-top: 5px;
}

.swiper-pagination-bullet {
    opacity: 1;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background-color: #edb723;
}

.gallery {
    margin-bottom: 35px;
}

.people-full {
    margin: auto;
    max-width: 1122px;
}

.people-full-box {
    background-color: #fff;
    padding: 40px 0 50px;
}

.people-full-box .h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    font-family: 'NewBaskervilleC-Bold';
    margin: 20px 0 30px;
}

.people-full-box .text {
    max-width: 900px;
    margin: auto;
    font-family: 'GothamPro';
    line-height: 1.63;
    padding-bottom: 10px;
}

.people-full-prop .left, .people-full-prop .right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    font-size: 14px;
}

.people-full-prop .left {
    text-align: right;
}

.people-full-prop .right {
    padding-left: 20px;
}

.people-full-prop a {
    color: #942132;
}

.people-full-prop a:hover {
    color: #a62438;
}

.people-full-prop .name {
    color: #999;
    display: block;
    margin: 5px 0 20px;
    font-size: 13px;
}

.people-full-spec {
    padding: 50px 0 0;
    text-align: center;
}

.people-full-spec .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    font-family: 'NewBaskervilleC-Bold';
    margin: 20px 0 30px;
}

.people-full-spec a {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 0 13px 0;
    text-align: center;
    font-family: 'GothaProMed';
}

.people-full-spec .name {
    font-size: 18px;
    display: block;
    line-height: 20px;
    margin: 10px 0;
}

.people-full-spec .author {
    color: #942132;
}

.people-full-spec .pop {
    display: none;
    position: absolute;
    width: 230px;
    height: 300px;
    background-color: rgba(147, 32, 50, 0.7);
    text-align: left;
}

.people-full-spec a:hover .pop {
    display: block;
}

.people-full-spec .pop-buy {
    display: block;
    width: 160px;
    line-height: 44px;
    text-align: center;
    color: #000;
    background-color: #fff;
    margin: 130px 0 0 35px;
}

.people-full-spec .pop-buy:hover {
    background-color: #e6e6e6;
}

.people-full-spec .pop-type {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    background: url("../i/icon/slider-arraw-yellow/left.svg");
    width: 42px;
    height: 42px;
}

.swiper-button-prev {
    left: 25px;
}

.swiper-button-next {
    right: 25px;
    background-image: url("../i/icon/slider-arraw-yellow/right.svg");
}

.swiper-button-prev:hover {
    background-image: url("../i/icon/slider-arraw-yellow/left-hover.svg");
}

.swiper-button-next:hover {
    background-image: url("../i/icon/slider-arraw-yellow/right-hover.svg");
}

.swiper-button-disabled {
    opacity: 0 !important;
}

.page-people-full {
    padding: 35px 0 0;
}

.people-full-box {
    padding: 30px 0 40px;
}

.people-full-spec {
    padding: 40px 0 0;
}

.gallery .swiper-slide {
    width: 394px;
}

.page-spec-full {
    font-family: 'GothaProMed';
    padding: 45px 0 0 0;
    width: 100%;
}

.page-spec-full .back {
    font-size: 14px;
    text-align: center;
}

.page-spec-full .back a {
    display: inline-block;
    border-bottom: 2px solid #131514;
}

.page-spec-full .back a:hover {
    border-bottom-color: transparent;
    color: #942132;
}

.page-spec-full .h1 {
    padding: 15px 0 20px;
    margin: auto;
    max-width: 545px;
    line-height: 1;
}

.page-spec-full .author {
    font-size: 14px;
    text-align: center;
    color: #942132;
    padding-bottom: 40px;
}

.spec-full {
    margin: auto;
    max-width: 1122px;
    text-align: center;
}

.spec-full-box {
    background-color: #fff;
    padding: 50px 0;
}

.spec-full .premier {
    background: url("../i/premier.png") center top no-repeat;
    line-height: 50px;
    height: 56px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.with-premier {
    padding-top: 0 !important;
}

.spec-full .h2 {
    margin: 20px 0 30px;
}

.spec-full .text {
    max-width: 800px;
    margin: auto;
    font-family: 'GothamPro';
    line-height: 1.63;
    padding-bottom: 10px;
    text-align: left;
    color: #333;
    font-size: 16px;
}

.spec-full .text h2 {
    text-align: center;
}

h2, .h2 {
    font-size: 30px;
    font-family: 'NewBaskervilleC-Bold';
    line-height: 1.2
}

h3, .h3 {
    font-size: 18px;
}

.bli .date {
    display: inline-block;
    font-size: 14px;
}

.bli .date {
    padding: 20px 15px;
}

.bli .date .big {
    font-size: 48px;
    line-height: 44px;
    font-family: 'NewBaskervilleC-Bold';
}

.spec-full .buy {
    display: block;
    background-color: #942132;
    color: #fff;
    width: 200px;
    line-height: 43px;
    text-align: center;
    margin: 10px auto;
}

.spec-full .buy:hover {
    background-color: #ae263a;
}

.spec-full-role {
    padding: 50px 0 0 0;
    text-align: center;
}

.spec-full-role dl {
    font-size: 14px;
}

.spec-full-role dt, .spec-full-role dd {
    display: inline-block;
    width: 49%;
    margin: 0 0 20px;
    vertical-align: top;
}

.spec-full-role dl {
    margin: 20px 0;
}

.spec-full-role dt {
    font-family: 'GothamPro';
    text-align: right;
    padding-right: 10px;
}

.spec-full-role dd {
    text-align: left;
    padding-left: 10px;
}

.spec-full-role a {
    display: inline-block;
    color: #942132;
    border-bottom: 2px solid transparent;
    margin-bottom: 3px;
}

.spec-full-role span {
    display: inline-block;
    margin-bottom: 3px;
}

.spec-full-role a:hover {
    border-bottom-color: #942132;
}

.spec-full-info {
    text-align: center;
    padding-top: 10px;
}

.spec-full-info .plus span {
    display: inline-block;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
}

.spec-full-info .info {
    border: 2px solid #942132;
    width: 324px;
    line-height: 1.43;
    font-size: 14px;
    padding: 15px 20px;
    margin: 24px auto;
}

.spec-full-info .ss {
    margin: 25px 0 0;
}

.spec-full-info .ss a {
    margin: 0 15px;
}

.spec-full-info .ss a:hover {
    opacity: 0.8;
}

.page-contact {
    max-width: 1196px;
    margin: auto;
    width: 100%;
}

#map {
    height: 400px;
}

.page-contact-box {
    padding: 60px 0 70px;
    margin: auto;
    max-width: 1020px;
}

.page-contact-box .text {
    width: 380px;
    float: left;
    padding-top: 5px;
}

.page-contact-box .text p {
    color: #999;
    font-size: 14px;
    margin: 15px 0;
    display: block;
    line-height: 20px;
}

.page-contact-box .h3 {
    line-height: 1.33;
}

.page-contact-box dl {
    line-height: 1.43;
    color: #999;
    font-size: 14px;
}

.page-contact-box dl {
    margin: 0;
}

.page-contact-box dt {
    width: 120px;
    margin: 0;
    display: inline-block;
}

.page-contact-box dd {
    margin: 0;
    display: inline-block;
}

.page-contact-box .text a {
    color: #942132;
    border-bottom: 2px solid transparent;
    display: inline-block;
}

.page-contact-box a:hover {
    border-bottom-color: #942132;
}

.page-contact-box .form {
    width: 495px;
    float: right;
}

.form .h2 {
    padding-bottom: 20px;
}

.form label {
    display: block;
    padding-bottom: 6px;
}

.form label input {
    display: block;
    width: 100%;
    background-color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid transparent;
}

.form label textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    line-height: 20px;
    height: 100px;
    padding: 5px 10px;
    border: 1px solid transparent;
    resize: none;
}

.form .sub {
    background-color: #8e1f30;
    color: #fff;
    width: 270px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: 0;
    margin-top: 7px;
    opacity: 0.5;
}

.form label input:focus, .form label textarea:focus {
    border-color: #000;
}

.form .red {
    border-color: #8e1f30 !important;
}

.form .green {
    border-color: #88ca2e !important;
}

.form .valid {
    opacity: 1 !important;
    cursor: pointer;
}

.gallery2 {
    position: relative;
    height: 454px;
}

.gallery2 .swiper-slide {
    overflow: hidden;
}

.gallery2 img {
    height: 100%;
    width: auto;
}

.form-complete {
    display: none;
    margin: 20px 0;
}

.form-complete .title {
    color: #73c52d;
    font-size: 18px;
}

.form-complete span {
    font-family: 'GothamPro';
    font-size: 16px;
}

.layer-gallery {
    position: fixed;
    background-color: #eaeaea;
    top: 0;
    bottom: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    display: table;
}

.layer-gallery-box {
    margin: auto;
    max-width: 800px;
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.layer-gallery .swiper-pagination {
    height: auto;
    font-size: 18px;
    color: #942132;
    padding: 15px 0 25px;
    bottom: auto;
}

.layer-gallery img {
    height: 100%;
}

.layer-gallery .swiper-slide {
    text-align: center;
}

.layer-gallery-container {
    position: relative;
}

.layer-gallery .swiper-container {
    margin: auto;
}

.layer-gallery .swiper-button-next, .layer-gallery .swiper-button-prev {
    background: url("../i/icon/layer-gallery/left.svg");
}

.layer-gallery .swiper-button-next {
    background-image: url("../i/icon/layer-gallery/right.svg");
}

.layer-gallery .swiper-button-prev:hover {
    background-image: url("../i/icon/layer-gallery/left-hover.svg");
}

.layer-gallery .swiper-button-next:hover {
    background-image: url("../i/icon/layer-gallery/right-hover.svg");
}

.layer-gallery .close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
    z-index: 950;
    padding: 40px;
    display: table;
}

.layer-gallery.hidden {
    top: -10000px;
}

.layer-gallery .close:hover {
    opacity: 1;
}

.layer-gallery-close {
    margin: auto;
    position: relative;
}

.layer-gallery-center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.spec-all .pop {
    display: none;
    position: absolute;
    width: 230px;
    height: 300px;
    background-color: rgba(147, 32, 50, 0.7);
    text-align: left;
}

.spec-all a:hover .pop {
    display: block;
}

.spec-all .pop-buy {
    display: block;
    width: 160px;
    line-height: 44px;
    text-align: center;
    color: #000;
    background-color: #fff;
    margin: 130px 0 0 35px;
}

.spec-all .pop-buy:hover {
    background-color: #e6e6e6;
}

.spec-all .pop-type {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.spec-all a:hover .name {
    color: #292e2c;
}

.hide {
    display: none;
}

.gallery .swiper-button-prev, .gallery .swiper-button-next {
    margin-top: -41px;
}

.simple {
    background-color: #fff;
    padding: 45px 120px 70px;
    font-family: 'GothamPro';
    font-size: 16px;
}

.simple h1 {
    font-size: 30px;
    font-family: 'NewBaskervilleC-Bold';
    text-align: center;
    margin: 15px 0;
}

.simple p {
    line-height: 1.63;
}

.simple a {
    color: #942132;
}

.gallery .swiper-slide:last-child {
    margin-right: 0 !important;
}

.subscribe-complete {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.subscribe-complete-box {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 400px;
    height: 150px;
    margin: -150px 0 0 -200px;
    text-align: center;
    padding: 25px 0 0 0;
}

.subscribe-complete-box a {
    color: #942132;
}

#wrap {
    display: none;
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(1, 1, 1, 0.725);
    z-index: 100;
    overflow: auto;
}

#window {
    width: 400px;
    height: 400px;
    margin: 50px auto;
    display: none;
    background: #fff;
    z-index: 200;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
}

.close_w {
    margin-left: 334px;
    margin-top: 4px;
    cursor: pointer;
}

.buy-list {
    display: block;
    background-color: #942132;
    color: #fff;
    width: 161px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}

.head__item-right {
    display: flex;
}

.slider .buy-list {
    display: block;
    background-color: #942132;
    color: #fff;
    width: 200px;
    line-height: 43px;
    text-align: center;
    margin: 10px auto;
}

.rules .buy-list {
    display: inline-block;
    background-color: #942132;
    color: #fff;
    width: 161px;
    line-height: 43px;
    text-align: center;
}

.spec-full .buy-list {
    display: block;
    background-color: #942132;
    color: #fff;
    width: 200px;
    line-height: 43px;
    text-align: center;
    margin: 10px auto;
}

.pop-buy-list {
    display: block;
    width: 160px;
    line-height: 44px;
    text-align: center;
    color: #000;
    background-color: #fff;
}

.people-full-spec .pop-buy-list {
    display: block;
    width: 160px;
    line-height: 44px;
    text-align: center;
    color: #000;
    background-color: #fff;
    margin: 130px 0 0 35px;
}

.spec-all .pop-buy-list {
    display: block;
    width: 160px;
    line-height: 44px;
    text-align: center;
    color: #000;
    background-color: #fff;
    margin: 130px 0 0 35px;
}

.buy-list:hover {
    background-color: #a62438;
}

.sp-list .pop-buy-list:hover {
    background-color: #eeb722;
}

.people-full-spec .pop-buy-list:hover {
    background-color: #e6e6e6;
}

.spec-all .pop-buy-list:hover {
    background-color: #e6e6e6;
}

.ab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.ab-center {
    padding: 0 20px;
}

.ab img {
    max-width: 100%;
}

.ab-left, .ab-right {
    width: 37%;
}

.radario {
    display: block;
    background-color: #942132;
    color: #fff;
    width: 161px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto 20px;
}

.adm-detail-content input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.confidentialfoo a {
    width: auto !important;
}

.faq-list__item {
    margin: 20px 0 0;
}

.faq-list__title span {
    color: #942132;
    cursor: pointer;
    border-bottom: 1px dashed #942132;
    font-size: 20px;
}

.faq-list__text {
    padding-top: 10px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease-in;
    line-height: 1.63;
}

.faq-list__item.show .faq-list__text {
    max-height: 1000px;
}

.faq-form {
    margin: 50px auto 0;
    max-width: 500px;
}

.faq-form label {
    display: block;
    padding-bottom: 6px;
}

.faq-form label input, .faq-form label select {
    display: block;
    width: 100%;
    background-color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

.faq-form label textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    line-height: 20px;
    height: 100px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    resize: none;
}

.faq-form button {
    background-color: #8e1f30;
    color: #fff;
    width: 270px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: 0;
    margin-top: 7px;
    cursor: pointer;
    font-family: 'GothaProMed';
    font-size: 15px;
}

.faq-form .h2 {
    margin-bottom: 15px;
}

.faq-form .form-complete {
    display: none;
}

.head__icon {
    display: flex;
}

.head__icon-search, .head__icon-special {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.head__icon-search img, .head__icon-special img {
    width: 30px;
}

.search {
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 901;
    background-color: #fff;
    margin-top: -100px;
    transition: all 0.25s ease-in;
}

.search.show {
    margin-top: -0;
}

.search__title {
    font-size: 17px !important;
    padding: 10px 0;
}

.special .search * {
    font-size: 17px !important;
}

.search__input input {
    display: block;
    width: 100%;
    line-height: 50px;
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    border: 1px solid #ccc;
}

.search__input {
    position: relative;
}

.search__input button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    background: #942132 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search__input img {
    background: #942132 !important;
}

.search__input button {
    cursor: pointer;
}

.search__input button img {
    width: 25px;
}

.search__close {
    position: absolute;
    right: -60px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.search-page__item {
    margin: 20px 0;
    line-height: 1.63;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

.nav-page {
    text-align: center;
    line-height: 30px;
}

.nav-page__link {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.avtor {
    display: none !important;
}

.special-audio {
    display: none !important;
}

.special .foot .links {
    margin-left: 30px;
}

.logo__mobile {
    display: none;
}

.special-font-size-2 .head__item-logo, .special-font-size-3 .head__item-logo {
    display: none;
}

.special .head__icon-special {
    display: none;
}

.special .search-page__title a {
    font-weight: bold;
}

.special .main {
    padding-top: 0 !important;
}

.ab-collect {
    position: absolute;
    right: 0;
    bottom: 30px;
}

.button {
    display: inline-block;
    background-color: #942132;
    color: #fff !important;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    padding: 7px 15px;
}

.button:hover {
    background-color: #a62438;
}

.ab-collect__button {
    position: absolute;
    right: -67px;
    bottom: 0;
    white-space: nowrap;
}

.ab-collect-button:hover {
    background-color: #a62438;
}

.collect-buttons {
    text-align: center;
}

.collect-buttons a {
    padding: 10px 15px;
    margin: 20px 0;
    min-width: 300px;
}

.collect-code-form {
    text-align: center;
}

.collect-code-form label input {
    max-width: 270px;
    margin: auto;
    font-size: 20px;
    text-align: center;
}

.form-error__message {
    color: red;
    margin-bottom: 10px;
}

.collect-ticket a {
    display: block;
    background-color: #942132;
    color: #fff !important;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    padding: 7px 15px;
}

.collect-ticket a:hover {
    background-color: #fff;
    color: #a62438;
}